# HG changeset patch # User marcel # Date 1417337168 18000 # Node ID eda78e0f5df6e0e59fefdcc1f7f55ddb8453bfee # Parent 488032d372e14a5359d091173b3df0a6f2febb51 Deleted selected files diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/.DS_Store Binary file CADDSuite-1.6/.DS_Store has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/._.DS_Store Binary file CADDSuite-1.6/._.DS_Store has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/._changelog.txt Binary file CADDSuite-1.6/._changelog.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/AntitargetRescorer --- a/CADDSuite-1.6/AntitargetRescorer Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/AntitargetRescorer.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/AutoModel --- a/CADDSuite-1.6/AutoModel Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/AutoModel.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/BindingDBCleaner --- a/CADDSuite-1.6/BindingDBCleaner Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/BindingDBCleaner.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/CADDSuite-description.txt --- a/CADDSuite-1.6/CADDSuite-description.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ -This package contains tools belonging to -CADDSuite: A flexible and open framework for Computer-Aided Drug Design - -There are tools for the following tasks: - -Get Data: - - CombiLibGenerator: generate R-group decorated ligands - - DBExporter: fetch (filtered) molecules from DB - -Preparation of input: - - PDBCutter: separate ligand and receptor - - ProteinProtonator: protonate protein structures - - BindingDBCleaner: fix data from bindingdb.org - - EvenSplit: generate splits w/ equal property range - - PropertyModifier: modify property tags - - LigandFileSplitter: split molecule files - - Ligand3DGenerator: generate 3D coordinates for small molecules - -Structure checks and evaluations: - - ProteinCheck: evaluate protein quality - - LigCheck: chemical sanity check for ligands - -QuEasy (QSAR): - - InputReader: read molecules and generate features - - ModelCreator: create a QSAR model - - FeatureSelector: automatically select features of a QSAR model - - Validator: evaluate quality of a QSAR model - - MolPredictor: predict molecule activities with QSAR model - - AutoModel: automatically find best QSAR model - -Docking: - - WaterFinder: find strongly bound water molecules - - SpatialConstraintDefiner: define spatial constraint - - InteractionConstraintDefiner: define interaction constraint - - ConstraintsFinder: find strongly interacting residues - - PocketDetector: detect ligand binding pocket - - GridBuilder: precalculate grids for docking - - IMGDock: run Iterative Multi-Greedy Docking - -Rescoring: - - SimpleRescorer: rescore docking results - - TaGRes-train: Target-specific Grid-Rescoring, training - - TaGRes: Target-specific Grid-Rescoring - - AntitargetRescoring: rescore w/ respect to antitarget - -Off-target search: - - PocketCutter: cut binding pocket surface - - SurfaceMatcher: match two protein surfaces onto each other - -Analysis: - - ScoreAnalyzer: generate ROC or enrichment plots - - SimilarityAnalyzer: analyze similarity between two molecule sets - - PropertyPlotter: plot molecule properties - - RMSDCalculator: calculate RMSD between conformations - - VendorFinder: search vendors for compounds - -Convert, combine and store: - - DockResultMerger: merge docking output files and/or filter them - - MolCombine: combine molecular files - - DBImporter: import molecules into DB - - Converter: interconvert molecular file-formats - - MolDepict: generate structure diagrams - - VendorFinder: search vendors for compounds - -For more information about an individual tool, please call the tool without any parameters (or with '-help'). diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/CombiLibGenerator --- a/CADDSuite-1.6/CombiLibGenerator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/CombiLibGenerator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/ConstraintsFinder --- a/CADDSuite-1.6/ConstraintsFinder Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/ConstraintsFinder.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/Converter --- a/CADDSuite-1.6/Converter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/Converter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/DBExporter --- a/CADDSuite-1.6/DBExporter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/DBExporter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/DBImporter --- a/CADDSuite-1.6/DBImporter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/DBImporter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/DockResultMerger --- a/CADDSuite-1.6/DockResultMerger Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/DockResultMerger.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/EvenSplit --- a/CADDSuite-1.6/EvenSplit Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/EvenSplit.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/FeatureSelector --- a/CADDSuite-1.6/FeatureSelector Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/FeatureSelector.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/GalaxyConfigGenerator --- a/CADDSuite-1.6/GalaxyConfigGenerator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/GalaxyConfigGenerator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/GridBuilder --- a/CADDSuite-1.6/GridBuilder Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/GridBuilder.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/IMGDock --- a/CADDSuite-1.6/IMGDock Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/IMGDock.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/InputPartitioner --- a/CADDSuite-1.6/InputPartitioner Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/InputPartitioner.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/InputReader --- a/CADDSuite-1.6/InputReader Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/InputReader.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/InteractionConstraintDefiner --- a/CADDSuite-1.6/InteractionConstraintDefiner Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/InteractionConstraintDefiner.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/LigCheck --- a/CADDSuite-1.6/LigCheck Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/LigCheck.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/Ligand3DGenerator --- a/CADDSuite-1.6/Ligand3DGenerator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/Ligand3DGenerator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/LigandFileSplitter --- a/CADDSuite-1.6/LigandFileSplitter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/LigandFileSplitter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/ModelCreator --- a/CADDSuite-1.6/ModelCreator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/ModelCreator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/MolCombine --- a/CADDSuite-1.6/MolCombine Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/MolCombine.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/MolDepict --- a/CADDSuite-1.6/MolDepict Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/MolDepict.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/MolFilter --- a/CADDSuite-1.6/MolFilter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/MolFilter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/MolPredictor --- a/CADDSuite-1.6/MolPredictor Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/MolPredictor.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/PDBCutter --- a/CADDSuite-1.6/PDBCutter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/PDBCutter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/PDBDownload --- a/CADDSuite-1.6/PDBDownload Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/PDBDownload.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/PocketCutter --- a/CADDSuite-1.6/PocketCutter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/PocketCutter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/PocketDetector --- a/CADDSuite-1.6/PocketDetector Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/PocketDetector.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/Predictor --- a/CADDSuite-1.6/Predictor Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/Predictor.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/PropertyModifier --- a/CADDSuite-1.6/PropertyModifier Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/PropertyModifier.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/PropertyPlotter --- a/CADDSuite-1.6/PropertyPlotter Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/PropertyPlotter.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/ProteinCheck --- a/CADDSuite-1.6/ProteinCheck Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/ProteinCheck.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/ProteinProtonator --- a/CADDSuite-1.6/ProteinProtonator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/ProteinProtonator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/README --- a/CADDSuite-1.6/README Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ ------------------------------------------------------------------------ - CADDSuite - A flexible and open framework and workflow system - for computer-aided drug design ------------------------------------------------------------------------ - -This package contains all tools belonging to CADDSuite. -For an overview over the contained tools, please see CADDSuite-description.txt. -After extraction the package, you can directly start the applications using the startup-scripts in the base-folder. - -For more information about an individual tool, please call the tool without any parameters (or with '-help'). - - - --------------------------------------------------------------------- -Instructions for integration of CADDSuite into the workflow-system -Galaxy (http://getgalaxy.org) --------------------------------------------------------------------- - - -In order to install CADDSuite into your Galaxy installation, please to the following: - -Let's assume $galaxybase is the base-folder of your Galaxy installation. -If you don't have a galaxy-installation yet, download a version from http://getgalaxy.org and follow the installation instructions shown there first. - - --- Extract the CADDSuite archive into a new folder $galaxybase/tools/CADDSuite, or extract it somewhere else and create a link named $galaxybase/tools/CADDSuite that points to this destination. - -After this, you need to copy a few files that you find in the galaxyconfig/ subfolder of this archive to the destinations specified below: - --- Copy tool_conf.xml and datatypes_conf.xml to $galaxybase if you want to setup your Galaxy instance for exclusive use of CADDSuite, or copy the contents of those files into the files already existing in $galaxybase if you want to keep using tools that came along with the Galaxy installation. - --- Copy molFiles.py, confFiles.py and countResidues.sh to $galaxybase/lib/galaxy/datatypes/ - --- Add "#import molFiles, confFiles.py" to the beginning of the file $galaxybase/lib/galaxy/datatypes/registry.py - - - -Last but not least, restart Galaxy. -All CADDSuite tools should now appear in your Galaxy webinterface. - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/RMSDCalculator --- a/CADDSuite-1.6/RMSDCalculator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/RMSDCalculator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/ScoreAnalyzer --- a/CADDSuite-1.6/ScoreAnalyzer Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/ScoreAnalyzer.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/SimilarityAnalyzer --- a/CADDSuite-1.6/SimilarityAnalyzer Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/SimilarityAnalyzer.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/SimpleRescorer --- a/CADDSuite-1.6/SimpleRescorer Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/SimpleRescorer.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/SpatialConstraintDefiner --- a/CADDSuite-1.6/SpatialConstraintDefiner Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/SpatialConstraintDefiner.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/SurfaceMatcher --- a/CADDSuite-1.6/SurfaceMatcher Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/SurfaceMatcher.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/TaGRes --- a/CADDSuite-1.6/TaGRes Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/TaGRes.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/TaGRes-train --- a/CADDSuite-1.6/TaGRes-train Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/TaGRes-train.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/Validator --- a/CADDSuite-1.6/Validator Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/Validator.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/VendorFinder --- a/CADDSuite-1.6/VendorFinder Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/VendorFinder.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/WaterFinder --- a/CADDSuite-1.6/WaterFinder Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/WaterFinder.bin "$@" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/._gnuplot Binary file CADDSuite-1.6/bin/._gnuplot has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/AntitargetRescorer.bin Binary file CADDSuite-1.6/bin/AntitargetRescorer.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/AutoModel.bin Binary file CADDSuite-1.6/bin/AutoModel.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/BindingDBCleaner.bin Binary file CADDSuite-1.6/bin/BindingDBCleaner.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/CombiLibGenerator.bin Binary file CADDSuite-1.6/bin/CombiLibGenerator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/ConstraintsFinder.bin Binary file CADDSuite-1.6/bin/ConstraintsFinder.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/Converter.bin Binary file CADDSuite-1.6/bin/Converter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/DBExporter.bin Binary file CADDSuite-1.6/bin/DBExporter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/DBImporter.bin Binary file CADDSuite-1.6/bin/DBImporter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/DockResultMerger.bin Binary file CADDSuite-1.6/bin/DockResultMerger.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/EvenSplit.bin Binary file CADDSuite-1.6/bin/EvenSplit.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/FeatureSelector.bin Binary file CADDSuite-1.6/bin/FeatureSelector.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/GalaxyConfigGenerator.bin Binary file CADDSuite-1.6/bin/GalaxyConfigGenerator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/GridBuilder.bin Binary file CADDSuite-1.6/bin/GridBuilder.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/IMGDock.bin Binary file CADDSuite-1.6/bin/IMGDock.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/InputPartitioner.bin Binary file CADDSuite-1.6/bin/InputPartitioner.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/InputReader.bin Binary file CADDSuite-1.6/bin/InputReader.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/InteractionConstraintDefiner.bin Binary file CADDSuite-1.6/bin/InteractionConstraintDefiner.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/LigCheck.bin Binary file CADDSuite-1.6/bin/LigCheck.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/Ligand3DGenerator.bin Binary file CADDSuite-1.6/bin/Ligand3DGenerator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/LigandFileSplitter.bin Binary file CADDSuite-1.6/bin/LigandFileSplitter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/ModelCreator.bin Binary file CADDSuite-1.6/bin/ModelCreator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/MolCombine.bin Binary file CADDSuite-1.6/bin/MolCombine.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/MolDepict.bin Binary file CADDSuite-1.6/bin/MolDepict.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/MolFilter.bin Binary file CADDSuite-1.6/bin/MolFilter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/MolPredictor.bin Binary file CADDSuite-1.6/bin/MolPredictor.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/PDBCutter.bin Binary file CADDSuite-1.6/bin/PDBCutter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/PDBDownload.bin Binary file CADDSuite-1.6/bin/PDBDownload.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/PocketCutter.bin Binary file CADDSuite-1.6/bin/PocketCutter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/PocketDetector.bin Binary file CADDSuite-1.6/bin/PocketDetector.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/Predictor.bin Binary file CADDSuite-1.6/bin/Predictor.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/PropertyModifier.bin Binary file CADDSuite-1.6/bin/PropertyModifier.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/PropertyPlotter.bin Binary file CADDSuite-1.6/bin/PropertyPlotter.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/ProteinCheck.bin Binary file CADDSuite-1.6/bin/ProteinCheck.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/ProteinProtonator.bin Binary file CADDSuite-1.6/bin/ProteinProtonator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/RMSDCalculator.bin Binary file CADDSuite-1.6/bin/RMSDCalculator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/ScoreAnalyzer.bin Binary file CADDSuite-1.6/bin/ScoreAnalyzer.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/SimilarityAnalyzer.bin Binary file CADDSuite-1.6/bin/SimilarityAnalyzer.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/SimpleRescorer.bin Binary file CADDSuite-1.6/bin/SimpleRescorer.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/SpatialConstraintDefiner.bin Binary file CADDSuite-1.6/bin/SpatialConstraintDefiner.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/SurfaceMatcher.bin Binary file CADDSuite-1.6/bin/SurfaceMatcher.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/TaGRes-train.bin Binary file CADDSuite-1.6/bin/TaGRes-train.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/TaGRes.bin Binary file CADDSuite-1.6/bin/TaGRes.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/Validator.bin Binary file CADDSuite-1.6/bin/Validator.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/VendorFinder.bin Binary file CADDSuite-1.6/bin/VendorFinder.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/WaterFinder.bin Binary file CADDSuite-1.6/bin/WaterFinder.bin has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/convert Binary file CADDSuite-1.6/bin/convert has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/bin/gnuplot Binary file CADDSuite-1.6/bin/gnuplot has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/changelog.txt --- a/CADDSuite-1.6/changelog.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,104 +0,0 @@ -Version 1.6, 12-15-2012: - - Enhanced SurfaceMatcher; included correlation contributions for matching interior of binding pockets onto each other. - - Enhanced calculation of topological similarities. - -Version 1.5, 07-18-2012: - - Changed scoring function to include greatly improved solvation term !!! - - Added SurfaceMatcher. It finds the best superposition of two binding pocket surfaces using FFT !! - - Added PocketCutter, which allows to cut receptor atoms contributing to the SES of the binding pocket of a receptor. This output can then be used with SurfaceMatcher. - - Added k-mean clustering to MolDB - - For DBExporter and similarity search, allow to set threshold for max. desired molecules per query mol - - Allow to filter compound library by vendor name using DBExporter - - Allow to restrict similarity search to molecules with molecular weigth similar to the one of query molecule - - Added diversity criteria to DB similarity search and to MolFilter - - Optional automatic detection of ref. ligand (using largest heterosystem) added to PDBCutter - - PDBCutter can now also download ligand sdf with correct topology from PDB server instead just writing a pdb with unkown bond orders - - Adapted default penalty value set by SpatialConstraintDefiner and PocketDetector - -Version 1.1, 01-10-2012: - - Eradicated use of external tool 'tar'. ScoreGridSets are now compressed using boost's gzip support. Multiple ScoreGridSets are automatically. concatenated and saved as one gzipped file - - Added default atom type for grid calculation - - Fixed default state of galaxy check-boxes - - Some small fixes for g++ 4.6 - - Changed some default output formats of many tools to mol2.gz. This will only have an effect if _no_ valid file extension is specified. - - Gave some more tools the ability to delete their input file after sucessful execution - - The last two points together allow to reduce required disk space for common docking pipeline by about 95%. - -Version 1.0.1, 11-06-2011: - - In WaterFinder, remove existing water hydrogens before protonating and optimizing water molecules - - Fixed a parameter-related regression in IMGDock that led to the accidental use of non grid-based scoring functions - - Display meaningful error if automatic QSAR model creation is attempted with data not containing any response variables - -Version 1.0, 11-04-2011: - - Added support for advanced parameters and parameter sections - - Added some missing 'supported_formats' and 'tool_category' tags - - Fixed tar compression on Mac - - Fix for use of libsvm 3.1 - - Fix for use of created release packages on MacOS 10.7 - - Added missing flag to MolPredictor. - -Version 0.9.6, 08-20-2011: - - MolFilter: Use union of SMARTS matches instead of intersection - - Support for reading and writing compressed molecule files (*.gz) - - Added optional parameter for output log-file to DBImporter - - Added flag for disabling uniqueness-check to LigCheck - - mol2-files: disabled gaff atom-typing for speed-up - - drf-files: automatically add new protein-conformations - - Ligand3DGenerator: disable fallback-use of openbabel-UFF force field since it turned out to be unstable - - InputReader: made sure to always calculate correct set of features - - Fixed a nan problem during centering of QSAR data - -Version 0.9.5, 07-12-2011: - - Let rescoring search for correct LigCheck molecule property-tags - - Indicate optional parameters in galaxy interface - - Fixed compilation with disabled QuEasyViz - - Added missing gnuplot data file to release archive - - Set some default values for flags for use in GUIs - - Clarified EvenSplit docu - -Version 0.9.4, 06-27-2011: - - Fixed tool-startup script for pathes containing whitespaces - - New tool SpatialConstraintDefiner - - New tool InteractionConstraintDefiner - - Removed superficial pathes from startup-script - - Slight change in ParamFile format (i.e. the files written with -write_par) - - Renamed IMeedyDock to IMGDock - -Version 0.9.3, 05-30-2011: - - Split Rescorer into 3 tools: SimpleRescorer, TaGRes-train, TaGRes (Target-Specific Grid-Rescoring) - - Allow to optionally specify output filenames to LigandFileSplitter - - Fixed creation of galaxy-scripts for tools with inputfile-lists - - Fixed creation of galaxy-scripts for Converter and DockResultMerger - - Automatically create and add all files necessary for integration of CADDSuite into Galaxy to the makeself archive - - New tool MolFilter - - Fixed some gnuplot issues - - Added PDBDownload tool - - Slight change of format of ParamFile - - Added some missing tool-manuals - - Disable B-factor check for hydrogens in ProteinCheck - - Added safeguards to several tools - - Automatically delete existing hydrogens from BALL-system before protonation is done by ProteinProtonator - - Fixed reading of mulitple ScoreGridSets (for cases when no ini-file is used) - - Simplified use of VendorFinder by allowing to set all db-parameters on the command-line (instead of using ini-file) - - Enhanced several tool manuals - - Let tools register their category (e.g. Preparation, Docking, etc.). Write and read information about this category to/from ParamFiles. - -Version 0.9.2, 05-17-2011: - - Speed-up of ob-mol generation - - Support build on Windows - - ProteinCheck now generates protein-quality report as pdf - - Added info about mandatory parameters and parameter-restrictions to parameter xml-file - - Simplified use of DBImporter+DBExporter by allowing to set all db-parameters on the command-line (instead of using ini-file) - - Simplified use of some other tools by merging several flags into one string-parameter that has restrictions. - - New tool MolDepict. It generates structure diagrams for small molecules by using openbabel's svg-writer and merges them to one pdf-file (3 on 5). - - Allow to create makeself-archive containing CADDSuite, all necessary contrib-libs, data-files and install-script - - Write information about supported file-formats to parameter xml-file - - new tool ProteinProtonator - - new tool Ligand3DGenerator - - new tool GalaxyConfigGenerator - - allow to open file that do not have an extension (by searching for format-specific keywords) - -Version 0.9.1, 04-12-2011: - - All tools now write a manual text to cout as well as to parameter xml-file (as generated by -write_par) - -Version 0.9 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/Amber/amber96-docking.ini --- a/CADDSuite-1.6/data/Amber/amber96-docking.ini Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1666 +0,0 @@ -; This file contains parameter needed for nonbonded ScoringComponents. -; The parameters were converted from parm96.dat using amber2ini and all sections for bonded parameters were removed since are not needed for docking. -; Furthermore, lennard-jones and AtomType parameters for some metal ions were obtained from the sources indicated in the comment column and added to this file. - -[Options] -key:0 -@SCEE=1.2 -; please check the settings for SCEE! AMBER91/89a requires a value of 2.0 here! - - - - -[HydrophilicTypes] -; ignored -; -C H HO N NA NB NC N2 NT N2 N3 N* O OH OS P O2 - - -[HydrogenBonds] -ver:version key:I key:J value:A value:B -@unit_A=kcal/mol*A^12 -@unit_B=kcal/mol*A^10 -; -; -; Rev I J A B -; --- --- --- ---------- ---------- - 1.0 HW OW 0.0000 0.0000 - - -[AtomTypes] -value:ver key:type value:mass value:comment -@unit=g/mol -; -; -; Rev Type mass comment -; --- ---- ---------- ---------------------------------- - 1.0 BR 79.90000 "bromine" - 1.0 C 12.01000 "sp2 C carbonyl group " - 1.0 F 19.00000 "fluorine" - 1.0 I 126.90000 "iodine" - 1.0 H 1.00800 "H bonded to nitrogen atoms" - 1.0 IM 35.45000 "assumed to be Cl-" - 1.0 IP 22.99000 "assumed to be Na+" - 1.0 IB 131.00000 "'big ion w/ waters' for vacuum (Na+, 6H2O)" - 1.0 N 14.01000 "sp2 nitrogen in amide groups" - 1.0 O 16.00000 "carbonyl group oxygen" - 1.0 P 30.97000 "phosphate" - 1.0 S 32.06000 "sulphur in disulfide linkage" - 1.0 Cu 63.55000 "copper" - 1.0 Fe 55.00000 "iron" - 1.0 Li 6.94000 "lithium" - 1.0 K 39.10000 "potassium" - 1.0 Rb 85.47000 "rubidium" - 1.0 Cs 132.91000 "cesium" - ant Cl 35.450 "same as cl" - 2.0 Ca 40.08000 "calcium" - 1.0 Mg 24.30500 "magnesium" - ant Zn 65.4 "Zn2+, taken from parm99.dat (antechamber)" - - -[LennardJones] -ver:version key:I value:R value:epsilon -@unit_R=Angstrom -@unit_epsilon=kcal/mol -@format=RE -; -; -; Rev I R epsilon comment -; --- --- ---------- ---------- ------------------------- - 1.0 Ca 1.600000 0.100000 " calcium from parm91.dat" - 1.0 H 0.600000 0.015700 " !Ferguson base pair geom." - 1.0 O 1.661200 0.210000 " OPLS" - 1.0 C 1.908000 0.086000 " OPLS" - 1.0 N 1.824000 0.170000 " OPLS" - 1.0 S 2.000000 0.250000 " W. Cornell CH3SH and CH3SCH3 FEP's" - 1.0 P 2.100000 0.200000 " JCC,7,(1986),230;" - 1.0 IM 2.470000 0.100000 " Cl- Smith & Dang, JCP 1994,100:5,3757" - 1.0 IB 5.000000 0.100000 " solvated ion for vacuum approximation" - 1.0 Li 1.137000 0.018300 " Li+ Aqvist JPC 1990,94,8021. (adapted)" - 1.0 IP 1.868000 0.002770 " Na+ Aqvist JPC 1990,94,8021. (adapted)" - 1.0 K 2.658000 0.000328 " K+ Aqvist JPC 1990,94,8021. (adapted)" - 1.0 Rb 2.956000 0.000170 " Rb+ Aqvist JPC 1990,94,8021. (adapted)" - 1.0 Cs 3.395000 0.000081 " Cs+ Aqvist JPC 1990,94,8021. (adapted)" - 1.0 I 2.350000 0.400000 " JCC,7,(1986),230;" - 1.0 F 1.750000 0.061000 " Gough et al. JCC 13,(1992),963." - ant Cl 2.47 0.1 " Cl- Smith & Dang, JCP 1994,100:5,3757, taken from parm99.dat (antechamber)" - ant Zn 1.10 0.0125 " Zn2+, Merz,PAK, JACS,113,8262,(1991), taken from parm99.dat (antechamber)" - ant Mg 0.7926 0.8947 " Mg2+ Aqvist JPC 1990,94,8021.(adapted), taken from parm99.dat (antechamber)" -; ant Cl 1.9480 0.2650 "same as cl" -; 1.0 Mg 1.170000 0.100000 " magnesium from parm91.dat" - - -[ResidueImproperTorsions] -key:name -; -; -; res:atom -; ------------- - ALA:N - ALA:C - GLY:N - GLY:C - SER:N - SER:C - THR:N - THR:C - LEU:N - LEU:C - ILE:N - ILE:C - VAL:N - VAL:C - ASN:N - ASN:C - ASN:CG - ASN:ND2 - GLN:N - GLN:C - GLN:CD - GLN:NE2 - ARG:N - ARG:C - ARG:CZ - ARG:NE - ARG:NH1 - ARG:NH2 - HIS:N - HIS:C - HIS:ND1 - HIS:CD2 - HIS:CE1 - HIS:CG - HIS:N - HIS:C - HIS:NE2 - HIS:CD2 - HIS:CE1 - HIS:CG - HIS:N - HIS:C - HIS:ND1 - HIS:NE2 - HIS:CD2 - HIS:CE1 - HIS:CG - TRP:N - TRP:C - TRP:NE1 - TRP:CZ2 - TRP:CH2 - TRP:CZ3 - TRP:CE3 - TRP:CD1 - TRP:CG - PHE:N - PHE:C - PHE:CD2 - PHE:CE2 - PHE:CZ - PHE:CE1 - PHE:CD1 - PHE:CG - TYR:N - TYR:C - TYR:CD2 - TYR:CE2 - TYR:CE1 - TYR:CD1 - TYR:CG - TYR:CZ - GLU:N - GLU:C - GLU:CD - ASP:N - ASP:C - ASP:CG - LYS:N - LYS:C - LYN:N - LYN:C - PRO:C - PRO:N - CYS:N - CYS:C - CYM:N - CYM:C - CYS-S:N - CYS-S:C - MET:N - MET:C - ACE:C - NME:N - ASH:N - ASH:C - ASH:CG - GLH:N - GLH:C - GLH:CD - ALA-N:C - GLY-N:C - SER-N:C - THR-N:C - LEU-N:C - ILE-N:C - VAL-N:C - ASN-N:C - ASN-N:CG - ASN-N:ND2 - GLN-N:C - GLN-N:CD - GLN-N:NE2 - ARG-N:C - ARG-N:CZ - ARG-N:NE - ARG-N:NH1 - ARG-N:NH2 - HIS-N:C - HIS-N:ND1 - HIS-N:CD2 - HIS-N:CE1 - HIS-N:CG - HIS-N:C - HIS-N:NE2 - HIS-N:CD2 - HIS-N:CE1 - HIS-N:CG - HIS-N:C - HIS-N:ND1 - HIS-N:NE2 - HIS-N:CD2 - HIS-N:CE1 - HIS-N:CG - TRP-N:C - TRP-N:NE1 - TRP-N:CZ2 - TRP-N:CH2 - TRP-N:CZ3 - TRP-N:CE3 - TRP-N:CD1 - TRP-N:CG - PHE-N:C - PHE-N:CD2 - PHE-N:CE2 - PHE-N:CZ - PHE-N:CE1 - PHE-N:CD1 - PHE-N:CG - TYR-N:C - TYR-N:CD2 - TYR-N:CE2 - TYR-N:CE1 - TYR-N:CD1 - TYR-N:CG - TYR-N:CZ - GLU-N:C - GLU-N:CD - ASP-N:C - ASP-N:CG - LYS-N:C - PRO-N:C - CYS-N:C - CYS-NS:C - MET-N:C - ALA-C:N - ALA-C:C - GLY-C:N - GLY-C:C - SER-C:N - SER-C:C - THR-C:N - THR-C:C - LEU-C:N - LEU-C:C - ILE-C:N - ILE-C:C - VAL-C:N - VAL-C:C - ASN-C:N - ASN-C:C - ASN-C:CG - ASN-C:ND2 - GLN-C:N - GLN-C:C - GLN-C:CD - GLN-C:NE2 - ARG-C:N - ARG-C:C - ARG-C:CZ - ARG-C:NE - ARG-C:NH1 - ARG-C:NH2 - HIS-C:N - HIS-C:C - HIS-C:ND1 - HIS-C:CD2 - HIS-C:CE1 - HIS-C:CG - HIS-C:N - HIS-C:C - HIS-C:NE2 - HIS-C:CD2 - HIS-C:CE1 - HIS-C:CG - HIS-C:N - HIS-C:C - HIS-C:ND1 - HIS-C:NE2 - HIS-C:CD2 - HIS-C:CE1 - HIS-C:CG - TRP-C:N - TRP-C:C - TRP-C:NE1 - TRP-C:CZ2 - TRP-C:CH2 - TRP-C:CZ3 - TRP-C:CE3 - TRP-C:CD1 - TRP-C:CG - PHE-C:N - PHE-C:C - PHE-C:CD2 - PHE-C:CE2 - PHE-C:CZ - PHE-C:CE1 - PHE-C:CD1 - PHE-C:CG - TYR-C:N - TYR-C:C - TYR-C:CD2 - TYR-C:CE2 - TYR-C:CE1 - TYR-C:CD1 - TYR-C:CG - TYR-C:CZ - GLU-C:N - GLU-C:C - GLU-C:CD - ASP-C:N - ASP-C:C - ASP-C:CG - LYS-C:N - LYS-C:C - PRO-C:C - PRO-C:N - CYS-C:N - CYS-C:C - CYS-CS:N - CYS-CS:C - MET-C:N - MET-C:C - -[ChargesAndTypeNames] -ver:version key:name value:q value:type -@unit_q=e0 - 1.0 ALA:N -0.41570 N - 1.0 ALA:H 0.27190 H - 1.0 ALA:CA 0.03370 CT - 1.0 ALA:HA 0.08230 H1 - 1.0 ALA:CB -0.18250 CT - 1.0 ALA:1HB 0.06030 HC - 1.0 ALA:2HB 0.06030 HC - 1.0 ALA:3HB 0.06030 HC - 1.0 ALA:C 0.59730 C - 1.0 ALA:O -0.56790 O - 1.0 GLY:N -0.41570 N - 1.0 GLY:H 0.27190 H - 1.0 GLY:CA -0.02520 CT - 1.0 GLY:1HA 0.06980 H1 - 1.0 GLY:2HA 0.06980 H1 - 1.0 GLY:C 0.59730 C - 1.0 GLY:O -0.56790 O - 1.0 SER:N -0.41570 N - 1.0 SER:H 0.27190 H - 1.0 SER:CA -0.02490 CT - 1.0 SER:HA 0.08430 H1 - 1.0 SER:CB 0.21170 CT - 1.0 SER:1HB 0.03520 H1 - 1.0 SER:2HB 0.03520 H1 - 1.0 SER:OG -0.65460 OH - 1.0 SER:HG 0.42750 HO - 1.0 SER:C 0.59730 C - 1.0 SER:O -0.56790 O - 1.0 THR:N -0.41570 N - 1.0 THR:H 0.27190 H - 1.0 THR:CA -0.03890 CT - 1.0 THR:HA 0.10070 H1 - 1.0 THR:CB 0.36540 CT - 1.0 THR:HB 0.00430 H1 - 1.0 THR:CG2 -0.24380 CT - 1.0 THR:1HG2 0.06420 HC - 1.0 THR:2HG2 0.06420 HC - 1.0 THR:3HG2 0.06420 HC - 1.0 THR:OG1 -0.67610 OH - 1.0 THR:HG1 0.41020 HO - 1.0 THR:C 0.59730 C - 1.0 THR:O -0.56790 O - 1.0 LEU:N -0.41570 N - 1.0 LEU:H 0.27190 H - 1.0 LEU:CA -0.05180 CT - 1.0 LEU:HA 0.09220 H1 - 1.0 LEU:CB -0.11020 CT - 1.0 LEU:1HB 0.04570 HC - 1.0 LEU:2HB 0.04570 HC - 1.0 LEU:CG 0.35310 CT - 1.0 LEU:HG -0.03610 HC - 1.0 LEU:CD1 -0.41210 CT - 1.0 LEU:1HD1 0.10000 HC - 1.0 LEU:2HD1 0.10000 HC - 1.0 LEU:3HD1 0.10000 HC - 1.0 LEU:CD2 -0.41210 CT - 1.0 LEU:1HD2 0.10000 HC - 1.0 LEU:2HD2 0.10000 HC - 1.0 LEU:3HD2 0.10000 HC - 1.0 LEU:C 0.59730 C - 1.0 LEU:O -0.56790 O - 1.0 ILE:N -0.41570 N - 1.0 ILE:H 0.27190 H - 1.0 ILE:CA -0.05970 CT - 1.0 ILE:HA 0.08690 H1 - 1.0 ILE:CB 0.13030 CT - 1.0 ILE:HB 0.01870 HC - 1.0 ILE:CG2 -0.32040 CT - 1.0 ILE:1HG2 0.08820 HC - 1.0 ILE:2HG2 0.08820 HC - 1.0 ILE:3HG2 0.08820 HC - 1.0 ILE:CG1 -0.04300 CT - 1.0 ILE:1HG1 0.02360 HC - 1.0 ILE:2HG1 0.02360 HC - 1.0 ILE:CD1 -0.06600 CT - 1.0 ILE:1HD1 0.01860 HC - 1.0 ILE:2HD1 0.01860 HC - 1.0 ILE:3HD1 0.01860 HC - 1.0 ILE:C 0.59730 C - 1.0 ILE:O -0.56790 O - 1.0 VAL:N -0.41570 N - 1.0 VAL:H 0.27190 H - 1.0 VAL:CA -0.08750 CT - 1.0 VAL:HA 0.09690 H1 - 1.0 VAL:CB 0.29850 CT - 1.0 VAL:HB -0.02970 HC - 1.0 VAL:CG1 -0.31920 CT - 1.0 VAL:1HG1 0.07910 HC - 1.0 VAL:2HG1 0.07910 HC - 1.0 VAL:3HG1 0.07910 HC - 1.0 VAL:CG2 -0.31920 CT - 1.0 VAL:1HG2 0.07910 HC - 1.0 VAL:2HG2 0.07910 HC - 1.0 VAL:3HG2 0.07910 HC - 1.0 VAL:C 0.59730 C - 1.0 VAL:O -0.56790 O - 1.0 ASN:N -0.41570 N - 1.0 ASN:H 0.27190 H - 1.0 ASN:CA 0.01430 CT - 1.0 ASN:HA 0.10480 H1 - 1.0 ASN:CB -0.20410 CT - 1.0 ASN:1HB 0.07970 HC - 1.0 ASN:2HB 0.07970 HC - 1.0 ASN:CG 0.71300 C - 1.0 ASN:OD1 -0.59310 O - 1.0 ASN:ND2 -0.91910 N - 1.0 ASN:1HD2 0.41960 H - 1.0 ASN:2HD2 0.41960 H - 1.0 ASN:C 0.59730 C - 1.0 ASN:O -0.56790 O - 1.0 GLN:N -0.41570 N - 1.0 GLN:H 0.27190 H - 1.0 GLN:CA -0.00310 CT - 1.0 GLN:HA 0.08500 H1 - 1.0 GLN:CB -0.00360 CT - 1.0 GLN:1HB 0.01710 HC - 1.0 GLN:2HB 0.01710 HC - 1.0 GLN:CG -0.06450 CT - 1.0 GLN:1HG 0.03520 HC - 1.0 GLN:2HG 0.03520 HC - 1.0 GLN:CD 0.69510 C - 1.0 GLN:OE1 -0.60860 O - 1.0 GLN:NE2 -0.94070 N - 1.0 GLN:1HE2 0.42510 H - 1.0 GLN:2HE2 0.42510 H - 1.0 GLN:C 0.59730 C - 1.0 GLN:O -0.56790 O - 1.0 ARG:N -0.34790 N - 1.0 ARG:H 0.27470 H - 1.0 ARG:CA -0.26370 CT - 1.0 ARG:HA 0.15600 H1 - 1.0 ARG:CB -0.00070 CT - 1.0 ARG:1HB 0.03270 HC - 1.0 ARG:2HB 0.03270 HC - 1.0 ARG:CG 0.03900 CT - 1.0 ARG:1HG 0.02850 HC - 1.0 ARG:2HG 0.02850 HC - 1.0 ARG:CD 0.04860 CT - 1.0 ARG:1HD 0.06870 H1 - 1.0 ARG:2HD 0.06870 H1 - 1.0 ARG:NE -0.52950 N2 - 1.0 ARG:HE 0.34560 H - 1.0 ARG:CZ 0.80760 CA - 1.0 ARG:NH1 -0.86270 N2 - 1.0 ARG:1HH1 0.44780 H - 1.0 ARG:2HH1 0.44780 H - 1.0 ARG:NH2 -0.86270 N2 - 1.0 ARG:1HH2 0.44780 H - 1.0 ARG:2HH2 0.44780 H - 1.0 ARG:C 0.73410 C - 1.0 ARG:O -0.58940 O - 1.0 HIS:N -0.34790 N - 1.0 HIS:H 0.27470 H - 1.0 HIS:CA -0.13540 CT - 1.0 HIS:HA 0.12120 H1 - 1.0 HIS:CB -0.04140 CT - 1.0 HIS:1HB 0.08100 HC - 1.0 HIS:2HB 0.08100 HC - 1.0 HIS:CG -0.00120 CC - 1.0 HIS:ND1 -0.15130 NA - 1.0 HIS:HD1 0.38660 H - 1.0 HIS:CE1 -0.01700 CR - 1.0 HIS:HE1 0.26810 H5 - 1.0 HIS:NE2 -0.17180 NA - 1.0 HIS:CD2 -0.11410 CW - 1.0 HIS:HD2 0.23170 H4 - 1.0 HIS:C 0.73410 C - 1.0 HIS:O -0.58940 O - 1.0 HIS:N -0.34790 N - 1.0 HIS:H 0.27470 H - 1.0 HIS:CA -0.13540 CT - 1.0 HIS:HA 0.12120 H1 - 1.0 HIS:CB -0.04140 CT - 1.0 HIS:1HB 0.08100 HC - 1.0 HIS:2HB 0.08100 HC - 1.0 HIS:CG -0.00120 CC - 1.0 HIS:ND1 -0.15130 NA - 1.0 HIS:CE1 -0.01700 CR - 1.0 HIS:HE1 0.26810 H5 - 1.0 HIS:NE2 -0.17180 NA - 1.0 HIS:HE2 0.39110 H - 1.0 HIS:CD2 -0.11410 CW - 1.0 HIS:HD2 0.23170 H4 - 1.0 HIS:C 0.73410 C - 1.0 HIS:O -0.58940 O - 1.0 HIS:N -0.34790 N - 1.0 HIS:H 0.27470 H - 1.0 HIS:CA -0.13540 CT - 1.0 HIS:HA 0.12120 H1 - 1.0 HIS:CB -0.04140 CT - 1.0 HIS:1HB 0.08100 HC - 1.0 HIS:2HB 0.08100 HC - 1.0 HIS:CG -0.00120 CC - 1.0 HIS:ND1 -0.15130 NA - 1.0 HIS:HD1 0.38660 H - 1.0 HIS:CE1 -0.01700 CR - 1.0 HIS:HE1 0.26810 H5 - 1.0 HIS:NE2 -0.17180 NA - 1.0 HIS:HE2 0.39110 H - 1.0 HIS:CD2 -0.11410 CW - 1.0 HIS:HD2 0.23170 H4 - 1.0 HIS:C 0.73410 C - 1.0 HIS:O -0.58940 O - 1.0 TRP:N -0.41570 N - 1.0 TRP:H 0.27190 H - 1.0 TRP:CA -0.02750 CT - 1.0 TRP:HA 0.11230 H1 - 1.0 TRP:CB -0.00500 CT - 1.0 TRP:1HB 0.03390 HC - 1.0 TRP:2HB 0.03390 HC - 1.0 TRP:CG -0.14150 C* - 1.0 TRP:CD1 -0.16380 CW - 1.0 TRP:HD1 0.20620 H4 - 1.0 TRP:NE1 -0.34180 NA - 1.0 TRP:HE1 0.34120 H - 1.0 TRP:CE2 0.13800 CN - 1.0 TRP:CZ2 -0.26010 CA - 1.0 TRP:HZ2 0.15720 HA - 1.0 TRP:CH2 -0.11340 CA - 1.0 TRP:HH2 0.14170 HA - 1.0 TRP:CZ3 -0.19720 CA - 1.0 TRP:HZ3 0.14470 HA - 1.0 TRP:CE3 -0.23870 CA - 1.0 TRP:HE3 0.17000 HA - 1.0 TRP:CD2 0.12430 CB - 1.0 TRP:C 0.59730 C - 1.0 TRP:O -0.56790 O - 1.0 PHE:N -0.41570 N - 1.0 PHE:H 0.27190 H - 1.0 PHE:CA -0.00240 CT - 1.0 PHE:HA 0.09780 H1 - 1.0 PHE:CB -0.03430 CT - 1.0 PHE:1HB 0.02950 HC - 1.0 PHE:2HB 0.02950 HC - 1.0 PHE:CG 0.01180 CA - 1.0 PHE:CD1 -0.12560 CA - 1.0 PHE:HD1 0.13300 HA - 1.0 PHE:CE1 -0.17040 CA - 1.0 PHE:HE1 0.14300 HA - 1.0 PHE:CZ -0.10720 CA - 1.0 PHE:HZ 0.12970 HA - 1.0 PHE:CE2 -0.17040 CA - 1.0 PHE:HE2 0.14300 HA - 1.0 PHE:CD2 -0.12560 CA - 1.0 PHE:HD2 0.13300 HA - 1.0 PHE:C 0.59730 C - 1.0 PHE:O -0.56790 O - 1.0 TYR:N -0.41570 N - 1.0 TYR:H 0.27190 H - 1.0 TYR:CA -0.00140 CT - 1.0 TYR:HA 0.08760 H1 - 1.0 TYR:CB -0.01520 CT - 1.0 TYR:1HB 0.02950 HC - 1.0 TYR:2HB 0.02950 HC - 1.0 TYR:CG -0.00110 CA - 1.0 TYR:CD1 -0.19060 CA - 1.0 TYR:HD1 0.16990 HA - 1.0 TYR:CE1 -0.23410 CA - 1.0 TYR:HE1 0.16560 HA - 1.0 TYR:CZ 0.32260 C - 1.0 TYR:OH -0.55790 OH - 1.0 TYR:HH 0.39920 HO - 1.0 TYR:CE2 -0.23410 CA - 1.0 TYR:HE2 0.16560 HA - 1.0 TYR:CD2 -0.19060 CA - 1.0 TYR:HD2 0.16990 HA - 1.0 TYR:C 0.59730 C - 1.0 TYR:O -0.56790 O - 1.0 GLU:N -0.51630 N - 1.0 GLU:H 0.29360 H - 1.0 GLU:CA 0.03970 CT - 1.0 GLU:HA 0.11050 H1 - 1.0 GLU:CB 0.05600 CT - 1.0 GLU:1HB -0.01730 HC - 1.0 GLU:2HB -0.01730 HC - 1.0 GLU:CG 0.01360 CT - 1.0 GLU:1HG -0.04250 HC - 1.0 GLU:2HG -0.04250 HC - 1.0 GLU:CD 0.80540 C - 1.0 GLU:OE1 -0.81880 O2 - 1.0 GLU:OE2 -0.81880 O2 - 1.0 GLU:C 0.53660 C - 1.0 GLU:O -0.58190 O - 1.0 ASP:N -0.51630 N - 1.0 ASP:H 0.29360 H - 1.0 ASP:CA 0.03810 CT - 1.0 ASP:HA 0.08800 H1 - 1.0 ASP:CB -0.03030 CT - 1.0 ASP:1HB -0.01220 HC - 1.0 ASP:2HB -0.01220 HC - 1.0 ASP:CG 0.79940 C - 1.0 ASP:OD1 -0.80140 O2 - 1.0 ASP:OD2 -0.80140 O2 - 1.0 ASP:C 0.53660 C - 1.0 ASP:O -0.58190 O - 1.0 LYS:N -0.34790 N - 1.0 LYS:H 0.27470 H - 1.0 LYS:CA -0.24000 CT - 1.0 LYS:HA 0.14260 H1 - 1.0 LYS:CB -0.00940 CT - 1.0 LYS:1HB 0.03620 HC - 1.0 LYS:2HB 0.03620 HC - 1.0 LYS:CG 0.01870 CT - 1.0 LYS:1HG 0.01030 HC - 1.0 LYS:2HG 0.01030 HC - 1.0 LYS:CD -0.04790 CT - 1.0 LYS:1HD 0.06210 HC - 1.0 LYS:2HD 0.06210 HC - 1.0 LYS:CE -0.01430 CT - 1.0 LYS:1HE 0.11350 HP - 1.0 LYS:2HE 0.11350 HP - 1.0 LYS:NZ -0.38540 N3 - 1.0 LYS:1HZ 0.34000 H - 1.0 LYS:2HZ 0.34000 H - 1.0 LYS:3HZ 0.34000 H - 1.0 LYS:C 0.73410 C - 1.0 LYS:O -0.58940 O - 1.0 LYN:N -0.41570 N - 1.0 LYN:H 0.27190 H - 1.0 LYN:CA -0.07206 CT - 1.0 LYN:HA 0.09940 H1 - 1.0 LYN:CB -0.04845 CT - 1.0 LYN:HB2 0.03400 HC - 1.0 LYN:HB3 0.03400 HC - 1.0 LYN:CG 0.06612 CT - 1.0 LYN:HG2 0.01041 HC - 1.0 LYN:HG3 0.01041 HC - 1.0 LYN:CD -0.03768 CT - 1.0 LYN:HD2 0.01155 HC - 1.0 LYN:HD3 0.01155 HC - 1.0 LYN:CE 0.32604 CT - 1.0 LYN:HE2 -0.03358 HP - 1.0 LYN:HE3 -0.03358 HP - 1.0 LYN:NZ -1.03581 N3 - 1.0 LYN:HZ2 0.38604 H - 1.0 LYN:HZ3 0.38604 H - 1.0 LYN:C 0.59730 C - 1.0 LYN:O -0.56790 O - 1.0 PRO:N -0.25480 N - 1.0 PRO:CD 0.01920 CT - 1.0 PRO:1HD 0.03910 H1 - 1.0 PRO:2HD 0.03910 H1 - 1.0 PRO:CG 0.01890 CT - 1.0 PRO:1HG 0.02130 HC - 1.0 PRO:2HG 0.02130 HC - 1.0 PRO:CB -0.00700 CT - 1.0 PRO:1HB 0.02530 HC - 1.0 PRO:2HB 0.02530 HC - 1.0 PRO:CA -0.02660 CT - 1.0 PRO:HA 0.06410 H1 - 1.0 PRO:C 0.58960 C - 1.0 PRO:O -0.57480 O - 1.0 CYS:N -0.41570 N - 1.0 CYS:H 0.27190 H - 1.0 CYS:CA 0.02130 CT - 1.0 CYS:HA 0.11240 H1 - 1.0 CYS:CB -0.12310 CT - 1.0 CYS:1HB 0.11120 H1 - 1.0 CYS:2HB 0.11120 H1 - 1.0 CYS:SG -0.31190 SH - 1.0 CYS:HG 0.19330 HS - 1.0 CYS:C 0.59730 C - 1.0 CYS:O -0.56790 O - 1.0 CYM:N -0.46300 N - 1.0 CYM:HN 0.25200 H - 1.0 CYM:CA 0.03500 CT - 1.0 CYM:HA 0.04800 H1 - 1.0 CYM:CB -0.73600 CT - 1.0 CYM:HB3 0.24400 H1 - 1.0 CYM:HB2 0.24400 H1 - 1.0 CYM:SG -0.73600 SH - 1.0 CYM:C 0.61600 C - 1.0 CYM:O -0.50400 O - 1.0 CYS-S:N -0.41570 N - 1.0 CYS-S:H 0.27190 H - 1.0 CYS-S:CA 0.04290 CT - 1.0 CYS-S:HA 0.07660 H1 - 1.0 CYS-S:CB -0.07900 CT - 1.0 CYS-S:1HB 0.09100 H1 - 1.0 CYS-S:2HB 0.09100 H1 - 1.0 CYS-S:SG -0.10810 S - 1.0 CYS-S:C 0.59730 C - 1.0 CYS-S:O -0.56790 O - 1.0 MET:N -0.41570 N - 1.0 MET:H 0.27190 H - 1.0 MET:CA -0.02370 CT - 1.0 MET:HA 0.08800 H1 - 1.0 MET:CB 0.03420 CT - 1.0 MET:1HB 0.02410 HC - 1.0 MET:2HB 0.02410 HC - 1.0 MET:CG 0.00180 CT - 1.0 MET:1HG 0.04400 H1 - 1.0 MET:2HG 0.04400 H1 - 1.0 MET:SD -0.27370 S - 1.0 MET:CE -0.05360 CT - 1.0 MET:1HE 0.06840 H1 - 1.0 MET:2HE 0.06840 H1 - 1.0 MET:3HE 0.06840 H1 - 1.0 MET:C 0.59730 C - 1.0 MET:O -0.56790 O - 1.0 ACE:1HH3 0.11230 HC - 1.0 ACE:CH3 -0.36620 CT - 1.0 ACE:2HH3 0.11230 HC - 1.0 ACE:3HH3 0.11230 HC - 1.0 ACE:C 0.59720 C - 1.0 ACE:O -0.56790 O - 1.0 HOH:1H 0.41700 HW - 1.0 HOH:O -0.83400 OW - 1.0 HOH:2H 0.41700 HW - 1.0 HOH:H1 0.41700 HW - 1.0 HOH:O -0.83400 OW - 1.0 HOH:H2 0.41700 HW - 1.0 WAT:1H 0.41700 HW - 1.0 WAT:O -0.83400 OW - 1.0 WAT:2H 0.41700 HW - 1.0 ASH:N -0.41570 N - 1.0 ASH:H 0.27190 H - 1.0 ASH:CA 0.03410 CT - 1.0 ASH:HA 0.08640 H1 - 1.0 ASH:CB -0.03160 CT - 1.0 ASH:HB2 0.04880 HC - 1.0 ASH:HB3 0.04880 HC - 1.0 ASH:CG 0.64620 C - 1.0 ASH:OD1 -0.55540 O - 1.0 ASH:OD2 -0.63760 OH - 1.0 ASH:HD2 0.47470 HO - 1.0 ASH:C 0.59730 C - 1.0 ASH:O -0.56790 O - 1.0 GLH:N -0.41570 N - 1.0 GLH:H 0.27190 H - 1.0 GLH:CA 0.01450 CT - 1.0 GLH:HA 0.07790 H1 - 1.0 GLH:CB -0.00710 CT - 1.0 GLH:HB2 0.02560 HC - 1.0 GLH:HB3 0.02560 HC - 1.0 GLH:CG -0.01740 CT - 1.0 GLH:HG2 0.04300 HC - 1.0 GLH:HG3 0.04300 HC - 1.0 GLH:CD 0.68010 C - 1.0 GLH:OE1 -0.58380 O - 1.0 GLH:OE2 -0.65110 OH - 1.0 GLH:HE2 0.46410 HO - 1.0 GLH:C 0.59730 C - 1.0 GLH:O -0.56790 O - 1.0 CIP:NA+ 1.00000 IP - 1.0 CIM:CL- -1.00000 IM - 1.0 ALA-N:N 0.14140 N3 - 1.0 ALA-N:1H 0.19970 H - 1.0 ALA-N:2H 0.19970 H - 1.0 ALA-N:3H 0.19970 H - 1.0 ALA-N:CA 0.09620 CT - 1.0 ALA-N:HA 0.08890 HP - 1.0 ALA-N:CB -0.05970 CT - 1.0 ALA-N:1HB 0.03000 HC - 1.0 ALA-N:2HB 0.03000 HC - 1.0 ALA-N:3HB 0.03000 HC - 1.0 ALA-N:C 0.61630 C - 1.0 ALA-N:O -0.57220 O - 1.0 GLY-N:N 0.29430 N3 - 1.0 GLY-N:1H 0.16420 H - 1.0 GLY-N:2H 0.16420 H - 1.0 GLY-N:3H 0.16420 H - 1.0 GLY-N:CA -0.01000 CT - 1.0 GLY-N:1HA 0.08950 HP - 1.0 GLY-N:2HA 0.08950 HP - 1.0 GLY-N:C 0.61630 C - 1.0 GLY-N:O -0.57220 O - 1.0 SER-N:N 0.18490 N3 - 1.0 SER-N:1H 0.18980 H - 1.0 SER-N:2H 0.18980 H - 1.0 SER-N:3H 0.18980 H - 1.0 SER-N:CA 0.05670 CT - 1.0 SER-N:HA 0.07820 HP - 1.0 SER-N:CB 0.25960 CT - 1.0 SER-N:1HB 0.02730 H1 - 1.0 SER-N:2HB 0.02730 H1 - 1.0 SER-N:OG -0.67140 OH - 1.0 SER-N:HG 0.42390 HO - 1.0 SER-N:C 0.61630 C - 1.0 SER-N:O -0.57220 O - 1.0 THR-N:N 0.18120 N3 - 1.0 THR-N:1H 0.19340 H - 1.0 THR-N:2H 0.19340 H - 1.0 THR-N:3H 0.19340 H - 1.0 THR-N:CA 0.00340 CT - 1.0 THR-N:HA 0.10870 HP - 1.0 THR-N:CB 0.45140 CT - 1.0 THR-N:HB -0.03230 H1 - 1.0 THR-N:CG2 -0.25540 CT - 1.0 THR-N:1HG2 0.06270 HC - 1.0 THR-N:2HG2 0.06270 HC - 1.0 THR-N:3HG2 0.06270 HC - 1.0 THR-N:OG1 -0.67640 OH - 1.0 THR-N:HG1 0.40700 HO - 1.0 THR-N:C 0.61630 C - 1.0 THR-N:O -0.57220 O - 1.0 LEU-N:N 0.10100 N3 - 1.0 LEU-N:1H 0.21480 H - 1.0 LEU-N:2H 0.21480 H - 1.0 LEU-N:3H 0.21480 H - 1.0 LEU-N:CA 0.01040 CT - 1.0 LEU-N:HA 0.10530 HP - 1.0 LEU-N:CB -0.02440 CT - 1.0 LEU-N:1HB 0.02560 HC - 1.0 LEU-N:2HB 0.02560 HC - 1.0 LEU-N:CG 0.34210 CT - 1.0 LEU-N:HG -0.03800 HC - 1.0 LEU-N:CD1 -0.41060 CT - 1.0 LEU-N:1HD1 0.09800 HC - 1.0 LEU-N:2HD1 0.09800 HC - 1.0 LEU-N:3HD1 0.09800 HC - 1.0 LEU-N:CD2 -0.41040 CT - 1.0 LEU-N:1HD2 0.09800 HC - 1.0 LEU-N:2HD2 0.09800 HC - 1.0 LEU-N:3HD2 0.09800 HC - 1.0 LEU-N:C 0.61230 C - 1.0 LEU-N:O -0.57130 O - 1.0 ILE-N:N 0.03110 N3 - 1.0 ILE-N:1H 0.23290 H - 1.0 ILE-N:2H 0.23290 H - 1.0 ILE-N:3H 0.23290 H - 1.0 ILE-N:CA 0.02570 CT - 1.0 ILE-N:HA 0.10310 HP - 1.0 ILE-N:CB 0.18850 CT - 1.0 ILE-N:HB 0.02130 HC - 1.0 ILE-N:CG2 -0.37200 CT - 1.0 ILE-N:1HG2 0.09470 HC - 1.0 ILE-N:2HG2 0.09470 HC - 1.0 ILE-N:3HG2 0.09470 HC - 1.0 ILE-N:CG1 -0.03870 CT - 1.0 ILE-N:1HG1 0.02010 HC - 1.0 ILE-N:2HG1 0.02010 HC - 1.0 ILE-N:CD1 -0.09080 CT - 1.0 ILE-N:1HD1 0.02260 HC - 1.0 ILE-N:2HD1 0.02260 HC - 1.0 ILE-N:3HD1 0.02260 HC - 1.0 ILE-N:C 0.61230 C - 1.0 ILE-N:O -0.57130 O - 1.0 VAL-N:N 0.05770 N3 - 1.0 VAL-N:1H 0.22720 H - 1.0 VAL-N:2H 0.22720 H - 1.0 VAL-N:3H 0.22720 H - 1.0 VAL-N:CA -0.00540 CT - 1.0 VAL-N:HA 0.10930 HP - 1.0 VAL-N:CB 0.31960 CT - 1.0 VAL-N:HB -0.02210 HC - 1.0 VAL-N:CG1 -0.31290 CT - 1.0 VAL-N:1HG1 0.07350 HC - 1.0 VAL-N:2HG1 0.07350 HC - 1.0 VAL-N:3HG1 0.07350 HC - 1.0 VAL-N:CG2 -0.31290 CT - 1.0 VAL-N:1HG2 0.07350 HC - 1.0 VAL-N:2HG2 0.07350 HC - 1.0 VAL-N:3HG2 0.07350 HC - 1.0 VAL-N:C 0.61630 C - 1.0 VAL-N:O -0.57220 O - 1.0 ASN-N:N 0.18010 N3 - 1.0 ASN-N:1H 0.19210 H - 1.0 ASN-N:2H 0.19210 H - 1.0 ASN-N:3H 0.19210 H - 1.0 ASN-N:CA 0.03680 CT - 1.0 ASN-N:HA 0.12310 HP - 1.0 ASN-N:CB -0.02830 CT - 1.0 ASN-N:1HB 0.05150 HC - 1.0 ASN-N:2HB 0.05150 HC - 1.0 ASN-N:CG 0.58330 C - 1.0 ASN-N:OD1 -0.57440 O - 1.0 ASN-N:ND2 -0.86340 N - 1.0 ASN-N:1HD2 0.40970 H - 1.0 ASN-N:2HD2 0.40970 H - 1.0 ASN-N:C 0.61630 C - 1.0 ASN-N:O -0.57220 O - 1.0 GLN-N:N 0.14930 N3 - 1.0 GLN-N:1H 0.19960 H - 1.0 GLN-N:2H 0.19960 H - 1.0 GLN-N:3H 0.19960 H - 1.0 GLN-N:CA 0.05360 CT - 1.0 GLN-N:HA 0.10150 HP - 1.0 GLN-N:CB 0.06510 CT - 1.0 GLN-N:1HB 0.00500 HC - 1.0 GLN-N:2HB 0.00500 HC - 1.0 GLN-N:CG -0.09030 CT - 1.0 GLN-N:1HG 0.03310 HC - 1.0 GLN-N:2HG 0.03310 HC - 1.0 GLN-N:CD 0.73540 C - 1.0 GLN-N:OE1 -0.61330 O - 1.0 GLN-N:NE2 -1.00310 N - 1.0 GLN-N:1HE2 0.44290 H - 1.0 GLN-N:2HE2 0.44290 H - 1.0 GLN-N:C 0.61230 C - 1.0 GLN-N:O -0.57130 O - 1.0 ARG-N:N 0.13050 N3 - 1.0 ARG-N:1H 0.20830 H - 1.0 ARG-N:2H 0.20830 H - 1.0 ARG-N:3H 0.20830 H - 1.0 ARG-N:CA -0.02230 CT - 1.0 ARG-N:HA 0.12420 HP - 1.0 ARG-N:CB 0.01180 CT - 1.0 ARG-N:1HB 0.02260 HC - 1.0 ARG-N:2HB 0.02260 HC - 1.0 ARG-N:CG 0.02360 CT - 1.0 ARG-N:1HG 0.03090 HC - 1.0 ARG-N:2HG 0.03090 HC - 1.0 ARG-N:CD 0.09350 CT - 1.0 ARG-N:1HD 0.05270 H1 - 1.0 ARG-N:2HD 0.05270 H1 - 1.0 ARG-N:NE -0.56500 N2 - 1.0 ARG-N:HE 0.35920 H - 1.0 ARG-N:CZ 0.82810 CA - 1.0 ARG-N:NH1 -0.86930 N2 - 1.0 ARG-N:1HH1 0.44940 H - 1.0 ARG-N:2HH1 0.44940 H - 1.0 ARG-N:NH2 -0.86930 N2 - 1.0 ARG-N:1HH2 0.44940 H - 1.0 ARG-N:2HH2 0.44940 H - 1.0 ARG-N:C 0.72140 C - 1.0 ARG-N:O -0.60130 O - 1.0 HIS-N:N 0.25600 N3 - 1.0 HIS-N:1H 0.17040 H - 1.0 HIS-N:2H 0.17040 H - 1.0 HIS-N:3H 0.17040 H - 1.0 HIS-N:CA 0.05810 CT - 1.0 HIS-N:HA 0.10470 HP - 1.0 HIS-N:CB 0.04840 CT - 1.0 HIS-N:1HB 0.05310 HC - 1.0 HIS-N:2HB 0.05310 HC - 1.0 HIS-N:CG -0.02360 CC - 1.0 HIS-N:ND1 -0.15100 NA - 1.0 HIS-N:HD1 0.38210 H - 1.0 HIS-N:CE1 -0.00110 CR - 1.0 HIS-N:HE1 0.26450 H5 - 1.0 HIS-N:NE2 -0.17390 NA - 1.0 HIS-N:CD2 -0.14330 CW - 1.0 HIS-N:HD2 0.24950 H4 - 1.0 HIS-N:C 0.72140 C - 1.0 HIS-N:O -0.60130 O - 1.0 HIS-N:N 0.25600 N3 - 1.0 HIS-N:1H 0.17040 H - 1.0 HIS-N:2H 0.17040 H - 1.0 HIS-N:3H 0.17040 H - 1.0 HIS-N:CA 0.05810 CT - 1.0 HIS-N:HA 0.10470 HP - 1.0 HIS-N:CB 0.04840 CT - 1.0 HIS-N:1HB 0.05310 HC - 1.0 HIS-N:2HB 0.05310 HC - 1.0 HIS-N:CG -0.02360 CC - 1.0 HIS-N:ND1 -0.15100 NA - 1.0 HIS-N:CE1 -0.00110 CR - 1.0 HIS-N:HE1 0.26450 H5 - 1.0 HIS-N:NE2 -0.17390 NA - 1.0 HIS-N:HE2 0.39210 H - 1.0 HIS-N:CD2 -0.14330 CW - 1.0 HIS-N:HD2 0.24950 H4 - 1.0 HIS-N:C 0.72140 C - 1.0 HIS-N:O -0.60130 O - 1.0 HIS-N:N 0.25600 N3 - 1.0 HIS-N:1H 0.17040 H - 1.0 HIS-N:2H 0.17040 H - 1.0 HIS-N:3H 0.17040 H - 1.0 HIS-N:CA 0.05810 CT - 1.0 HIS-N:HA 0.10470 HP - 1.0 HIS-N:CB 0.04840 CT - 1.0 HIS-N:1HB 0.05310 HC - 1.0 HIS-N:2HB 0.05310 HC - 1.0 HIS-N:CG -0.02360 CC - 1.0 HIS-N:ND1 -0.15100 NA - 1.0 HIS-N:HD1 0.38210 H - 1.0 HIS-N:CE1 -0.00110 CR - 1.0 HIS-N:HE1 0.26450 H5 - 1.0 HIS-N:NE2 -0.17390 NA - 1.0 HIS-N:HE2 0.39210 H - 1.0 HIS-N:CD2 -0.14330 CW - 1.0 HIS-N:HD2 0.24950 H4 - 1.0 HIS-N:C 0.72140 C - 1.0 HIS-N:O -0.60130 O - 1.0 TRP-N:N 0.19130 N3 - 1.0 TRP-N:1H 0.18880 H - 1.0 TRP-N:2H 0.18880 H - 1.0 TRP-N:3H 0.18880 H - 1.0 TRP-N:CA 0.04210 CT - 1.0 TRP-N:HA 0.11620 HP - 1.0 TRP-N:CB 0.05430 CT - 1.0 TRP-N:1HB 0.02220 HC - 1.0 TRP-N:2HB 0.02220 HC - 1.0 TRP-N:CG -0.16540 C* - 1.0 TRP-N:CD1 -0.17880 CW - 1.0 TRP-N:HD1 0.21950 H4 - 1.0 TRP-N:NE1 -0.34440 NA - 1.0 TRP-N:HE1 0.34120 H - 1.0 TRP-N:CE2 0.15750 CN - 1.0 TRP-N:CZ2 -0.27100 CA - 1.0 TRP-N:HZ2 0.15890 HA - 1.0 TRP-N:CH2 -0.10800 CA - 1.0 TRP-N:HH2 0.14110 HA - 1.0 TRP-N:CZ3 -0.20340 CA - 1.0 TRP-N:HZ3 0.14580 HA - 1.0 TRP-N:CE3 -0.22650 CA - 1.0 TRP-N:HE3 0.16460 HA - 1.0 TRP-N:CD2 0.11320 CB - 1.0 TRP-N:C 0.61230 C - 1.0 TRP-N:O -0.57130 O - 1.0 PHE-N:N 0.17370 N3 - 1.0 PHE-N:1H 0.19210 H - 1.0 PHE-N:2H 0.19210 H - 1.0 PHE-N:3H 0.19210 H - 1.0 PHE-N:CA 0.07330 CT - 1.0 PHE-N:HA 0.10410 HP - 1.0 PHE-N:CB 0.03300 CT - 1.0 PHE-N:1HB 0.01040 HC - 1.0 PHE-N:2HB 0.01040 HC - 1.0 PHE-N:CG 0.00310 CA - 1.0 PHE-N:CD1 -0.13920 CA - 1.0 PHE-N:HD1 0.13740 HA - 1.0 PHE-N:CE1 -0.16020 CA - 1.0 PHE-N:HE1 0.14330 HA - 1.0 PHE-N:CZ -0.12080 CA - 1.0 PHE-N:HZ 0.13290 HA - 1.0 PHE-N:CE2 -0.16030 CA - 1.0 PHE-N:HE2 0.14330 HA - 1.0 PHE-N:CD2 -0.13910 CA - 1.0 PHE-N:HD2 0.13740 HA - 1.0 PHE-N:C 0.61230 C - 1.0 PHE-N:O -0.57130 O - 1.0 TYR-N:N 0.19400 N3 - 1.0 TYR-N:1H 0.18730 H - 1.0 TYR-N:2H 0.18730 H - 1.0 TYR-N:3H 0.18730 H - 1.0 TYR-N:CA 0.05700 CT - 1.0 TYR-N:HA 0.09830 HP - 1.0 TYR-N:CB 0.06590 CT - 1.0 TYR-N:1HB 0.01020 HC - 1.0 TYR-N:2HB 0.01020 HC - 1.0 TYR-N:CG -0.02050 CA - 1.0 TYR-N:CD1 -0.20020 CA - 1.0 TYR-N:HD1 0.17200 HA - 1.0 TYR-N:CE1 -0.22390 CA - 1.0 TYR-N:HE1 0.16500 HA - 1.0 TYR-N:CZ 0.31390 C - 1.0 TYR-N:OH -0.55780 OH - 1.0 TYR-N:HH 0.40010 HO - 1.0 TYR-N:CE2 -0.22390 CA - 1.0 TYR-N:HE2 0.16500 HA - 1.0 TYR-N:CD2 -0.20020 CA - 1.0 TYR-N:HD2 0.17200 HA - 1.0 TYR-N:C 0.61230 C - 1.0 TYR-N:O -0.57130 O - 1.0 GLU-N:N 0.00170 N3 - 1.0 GLU-N:1H 0.23910 H - 1.0 GLU-N:2H 0.23910 H - 1.0 GLU-N:3H 0.23910 H - 1.0 GLU-N:CA 0.05880 CT - 1.0 GLU-N:HA 0.12020 HP - 1.0 GLU-N:CB 0.09090 CT - 1.0 GLU-N:1HB -0.02320 HC - 1.0 GLU-N:2HB -0.02320 HC - 1.0 GLU-N:CG -0.02360 CT - 1.0 GLU-N:1HG -0.03150 HC - 1.0 GLU-N:2HG -0.03150 HC - 1.0 GLU-N:CD 0.80870 C - 1.0 GLU-N:OE1 -0.81890 O2 - 1.0 GLU-N:OE2 -0.81890 O2 - 1.0 GLU-N:C 0.56210 C - 1.0 GLU-N:O -0.58890 O - 1.0 ASP-N:N 0.07820 N3 - 1.0 ASP-N:1H 0.22000 H - 1.0 ASP-N:2H 0.22000 H - 1.0 ASP-N:3H 0.22000 H - 1.0 ASP-N:CA 0.02920 CT - 1.0 ASP-N:HA 0.11410 HP - 1.0 ASP-N:CB -0.02350 CT - 1.0 ASP-N:1HB -0.01690 HC - 1.0 ASP-N:2HB -0.01690 HC - 1.0 ASP-N:CG 0.81940 C - 1.0 ASP-N:OD1 -0.80840 O2 - 1.0 ASP-N:OD2 -0.80840 O2 - 1.0 ASP-N:C 0.56210 C - 1.0 ASP-N:O -0.58890 O - 1.0 LYS-N:N 0.09660 N3 - 1.0 LYS-N:1H 0.21650 H - 1.0 LYS-N:2H 0.21650 H - 1.0 LYS-N:3H 0.21650 H - 1.0 LYS-N:CA -0.00150 CT - 1.0 LYS-N:HA 0.11800 HP - 1.0 LYS-N:CB 0.02120 CT - 1.0 LYS-N:1HB 0.02830 HC - 1.0 LYS-N:2HB 0.02830 HC - 1.0 LYS-N:CG -0.00480 CT - 1.0 LYS-N:1HG 0.01210 HC - 1.0 LYS-N:2HG 0.01210 HC - 1.0 LYS-N:CD -0.06080 CT - 1.0 LYS-N:1HD 0.06330 HC - 1.0 LYS-N:2HD 0.06330 HC - 1.0 LYS-N:CE -0.01810 CT - 1.0 LYS-N:1HE 0.11710 HP - 1.0 LYS-N:2HE 0.11710 HP - 1.0 LYS-N:NZ -0.37640 N3 - 1.0 LYS-N:1HZ 0.33820 H - 1.0 LYS-N:2HZ 0.33820 H - 1.0 LYS-N:3HZ 0.33820 H - 1.0 LYS-N:C 0.72140 C - 1.0 LYS-N:O -0.60130 O - 1.0 PRO-N:N -0.20200 N3 - 1.0 PRO-N:1H 0.31200 H - 1.0 PRO-N:2H 0.31200 H - 1.0 PRO-N:3H 0.31200 H - 1.0 PRO-N:CD -0.01200 CT - 1.0 PRO-N:1HD 0.10000 HP - 1.0 PRO-N:2HD 0.10000 HP - 1.0 PRO-N:CG -0.12100 CT - 1.0 PRO-N:1HG 0.10000 HC - 1.0 PRO-N:2HG 0.10000 HC - 1.0 PRO-N:CB -0.11500 CT - 1.0 PRO-N:1HB 0.10000 HC - 1.0 PRO-N:2HB 0.10000 HC - 1.0 PRO-N:CA 0.10000 CT - 1.0 PRO-N:HA 0.10000 HP - 1.0 PRO-N:C 0.52600 C - 1.0 PRO-N:O -0.50000 O - 1.0 CYS-N:N 0.13250 N3 - 1.0 CYS-N:1H 0.20230 H - 1.0 CYS-N:2H 0.20230 H - 1.0 CYS-N:3H 0.20230 H - 1.0 CYS-N:CA 0.09270 CT - 1.0 CYS-N:HA 0.14110 HP - 1.0 CYS-N:CB -0.11950 CT - 1.0 CYS-N:1HB 0.11880 H1 - 1.0 CYS-N:2HB 0.11880 H1 - 1.0 CYS-N:SG -0.32980 SH - 1.0 CYS-N:HSG 0.19750 HS - 1.0 CYS-N:C 0.61230 C - 1.0 CYS-N:O -0.57130 O - 1.0 CYS-NS:N 0.20690 N3 - 1.0 CYS-NS:1H 0.18150 H - 1.0 CYS-NS:2H 0.18150 H - 1.0 CYS-NS:3H 0.18150 H - 1.0 CYS-NS:CA 0.10550 CT - 1.0 CYS-NS:HA 0.09220 HP - 1.0 CYS-NS:CB -0.02770 CT - 1.0 CYS-NS:1HB 0.06800 H1 - 1.0 CYS-NS:2HB 0.06800 H1 - 1.0 CYS-NS:SG -0.09840 S - 1.0 CYS-NS:C 0.61230 C - 1.0 CYS-NS:O -0.57130 O - 1.0 MET-N:N 0.15920 N3 - 1.0 MET-N:1H 0.19840 H - 1.0 MET-N:2H 0.19840 H - 1.0 MET-N:3H 0.19840 H - 1.0 MET-N:CA 0.02210 CT - 1.0 MET-N:HA 0.11160 HP - 1.0 MET-N:CB 0.08650 CT - 1.0 MET-N:1HB 0.01250 HC - 1.0 MET-N:2HB 0.01250 HC - 1.0 MET-N:CG 0.03340 CT - 1.0 MET-N:1HG 0.02920 H1 - 1.0 MET-N:2HG 0.02920 H1 - 1.0 MET-N:SD -0.27740 S - 1.0 MET-N:CE -0.03410 CT - 1.0 MET-N:1HE 0.05970 H1 - 1.0 MET-N:2HE 0.05970 H1 - 1.0 MET-N:3HE 0.05970 H1 - 1.0 MET-N:C 0.61230 C - 1.0 MET-N:O -0.57130 O - 1.0 ALA-C:N -0.38210 N - 1.0 ALA-C:H 0.26810 H - 1.0 ALA-C:CA -0.17470 CT - 1.0 ALA-C:HA 0.10670 H1 - 1.0 ALA-C:CB -0.20930 CT - 1.0 ALA-C:1HB 0.07640 HC - 1.0 ALA-C:2HB 0.07640 HC - 1.0 ALA-C:3HB 0.07640 HC - 1.0 ALA-C:C 0.77310 C - 1.0 ALA-C:O -0.80550 O2 - 1.0 ALA-C:OXT -0.80550 O2 - 1.0 GLY-C:N -0.38210 N - 1.0 GLY-C:H 0.26810 H - 1.0 GLY-C:CA -0.24930 CT - 1.0 GLY-C:1HA 0.10560 H1 - 1.0 GLY-C:2HA 0.10560 H1 - 1.0 GLY-C:C 0.72310 C - 1.0 GLY-C:O -0.78550 O2 - 1.0 GLY-C:OXT -0.78550 O2 - 1.0 SER-C:N -0.38210 N - 1.0 SER-C:H 0.26810 H - 1.0 SER-C:CA -0.27220 CT - 1.0 SER-C:HA 0.13040 H1 - 1.0 SER-C:CB 0.11230 CT - 1.0 SER-C:1HB 0.08130 H1 - 1.0 SER-C:2HB 0.08130 H1 - 1.0 SER-C:OG -0.65140 OH - 1.0 SER-C:HG 0.44740 HO - 1.0 SER-C:C 0.81130 C - 1.0 SER-C:O -0.81320 O2 - 1.0 SER-C:OXT -0.81320 O2 - 1.0 THR-C:N -0.38210 N - 1.0 THR-C:H 0.26810 H - 1.0 THR-C:CA -0.24200 CT - 1.0 THR-C:HA 0.12070 H1 - 1.0 THR-C:CB 0.30250 CT - 1.0 THR-C:HB 0.00780 H1 - 1.0 THR-C:CG2 -0.18530 CT - 1.0 THR-C:1HG2 0.05860 HC - 1.0 THR-C:2HG2 0.05860 HC - 1.0 THR-C:3HG2 0.05860 HC - 1.0 THR-C:OG1 -0.64960 OH - 1.0 THR-C:HG1 0.41190 HO - 1.0 THR-C:C 0.78100 C - 1.0 THR-C:O -0.80440 O2 - 1.0 THR-C:OXT -0.80440 O2 - 1.0 LEU-C:N -0.38210 N - 1.0 LEU-C:H 0.26810 H - 1.0 LEU-C:CA -0.28470 CT - 1.0 LEU-C:HA 0.13460 H1 - 1.0 LEU-C:CB -0.24690 CT - 1.0 LEU-C:1HB 0.09740 HC - 1.0 LEU-C:2HB 0.09740 HC - 1.0 LEU-C:CG 0.37060 CT - 1.0 LEU-C:HG -0.03740 HC - 1.0 LEU-C:CD1 -0.41630 CT - 1.0 LEU-C:1HD1 0.10380 HC - 1.0 LEU-C:2HD1 0.10380 HC - 1.0 LEU-C:3HD1 0.10380 HC - 1.0 LEU-C:CD2 -0.41630 CT - 1.0 LEU-C:1HD2 0.10380 HC - 1.0 LEU-C:2HD2 0.10380 HC - 1.0 LEU-C:3HD2 0.10380 HC - 1.0 LEU-C:C 0.83260 C - 1.0 LEU-C:O -0.81990 O2 - 1.0 LEU-C:OXT -0.81990 O2 - 1.0 ILE-C:N -0.38210 N - 1.0 ILE-C:H 0.26810 H - 1.0 ILE-C:CA -0.31000 CT - 1.0 ILE-C:HA 0.13750 H1 - 1.0 ILE-C:CB 0.03630 CT - 1.0 ILE-C:HB 0.07660 HC - 1.0 ILE-C:CG2 -0.34980 CT - 1.0 ILE-C:1HG2 0.10210 HC - 1.0 ILE-C:2HG2 0.10210 HC - 1.0 ILE-C:3HG2 0.10210 HC - 1.0 ILE-C:CG1 -0.03230 CT - 1.0 ILE-C:1HG1 0.03210 HC - 1.0 ILE-C:2HG1 0.03210 HC - 1.0 ILE-C:CD1 -0.06990 CT - 1.0 ILE-C:1HD1 0.01960 HC - 1.0 ILE-C:2HD1 0.01960 HC - 1.0 ILE-C:3HD1 0.01960 HC - 1.0 ILE-C:C 0.83430 C - 1.0 ILE-C:O -0.81900 O2 - 1.0 ILE-C:OXT -0.81900 O2 - 1.0 NME-C:N -0.41570 N - 1.0 NME-C:H 0.27190 H - 1.0 NME-C:CH3 -0.14900 CT - 1.0 NME-C:1HH3 0.09760 H1 - 1.0 NME-C:2HH3 0.09760 H1 - 1.0 NME-C:3HH3 0.09760 H1 - 1.0 VAL-C:N -0.38210 N - 1.0 VAL-C:H 0.26810 H - 1.0 VAL-C:CA -0.34380 CT - 1.0 VAL-C:HA 0.14380 H1 - 1.0 VAL-C:CB 0.19400 CT - 1.0 VAL-C:HB 0.03080 HC - 1.0 VAL-C:CG1 -0.30640 CT - 1.0 VAL-C:1HG1 0.08360 HC - 1.0 VAL-C:2HG1 0.08360 HC - 1.0 VAL-C:3HG1 0.08360 HC - 1.0 VAL-C:CG2 -0.30640 CT - 1.0 VAL-C:1HG2 0.08360 HC - 1.0 VAL-C:2HG2 0.08360 HC - 1.0 VAL-C:3HG2 0.08360 HC - 1.0 VAL-C:C 0.83500 C - 1.0 VAL-C:O -0.81730 O2 - 1.0 VAL-C:OXT -0.81730 O2 - 1.0 ASN-C:N -0.38210 N - 1.0 ASN-C:H 0.26810 H - 1.0 ASN-C:CA -0.20800 CT - 1.0 ASN-C:HA 0.13580 H1 - 1.0 ASN-C:CB -0.22990 CT - 1.0 ASN-C:1HB 0.10230 HC - 1.0 ASN-C:2HB 0.10230 HC - 1.0 ASN-C:CG 0.71530 C - 1.0 ASN-C:OD1 -0.60100 O - 1.0 ASN-C:ND2 -0.90840 N - 1.0 ASN-C:1HD2 0.41500 H - 1.0 ASN-C:2HD2 0.41500 H - 1.0 ASN-C:C 0.80500 C - 1.0 ASN-C:O -0.81470 O2 - 1.0 ASN-C:OXT -0.81470 O2 - 1.0 GLN-C:N -0.38210 N - 1.0 GLN-C:H 0.26810 H - 1.0 GLN-C:CA -0.22480 CT - 1.0 GLN-C:HA 0.12320 H1 - 1.0 GLN-C:CB -0.06640 CT - 1.0 GLN-C:1HB 0.04520 HC - 1.0 GLN-C:2HB 0.04520 HC - 1.0 GLN-C:CG -0.02100 CT - 1.0 GLN-C:1HG 0.02030 HC - 1.0 GLN-C:2HG 0.02030 HC - 1.0 GLN-C:CD 0.70930 C - 1.0 GLN-C:OE1 -0.60980 O - 1.0 GLN-C:NE2 -0.95740 N - 1.0 GLN-C:1HE2 0.43040 H - 1.0 GLN-C:2HE2 0.43040 H - 1.0 GLN-C:C 0.77750 C - 1.0 GLN-C:O -0.80420 O2 - 1.0 GLN-C:OXT -0.80420 O2 - 1.0 ARG-C:N -0.34810 N - 1.0 ARG-C:H 0.27640 H - 1.0 ARG-C:CA -0.30680 CT - 1.0 ARG-C:HA 0.14470 H1 - 1.0 ARG-C:CB -0.03740 CT - 1.0 ARG-C:1HB 0.03710 HC - 1.0 ARG-C:2HB 0.03710 HC - 1.0 ARG-C:CG 0.07440 CT - 1.0 ARG-C:1HG 0.01850 HC - 1.0 ARG-C:2HG 0.01850 HC - 1.0 ARG-C:CD 0.11140 CT - 1.0 ARG-C:1HD 0.04680 H1 - 1.0 ARG-C:2HD 0.04680 H1 - 1.0 ARG-C:NE -0.55640 N2 - 1.0 ARG-C:HE 0.34790 H - 1.0 ARG-C:CZ 0.83680 CA - 1.0 ARG-C:NH1 -0.87370 N2 - 1.0 ARG-C:1HH1 0.44930 H - 1.0 ARG-C:2HH1 0.44930 H - 1.0 ARG-C:NH2 -0.87370 N2 - 1.0 ARG-C:1HH2 0.44930 H - 1.0 ARG-C:2HH2 0.44930 H - 1.0 ARG-C:C 0.85570 C - 1.0 ARG-C:O -0.82660 O2 - 1.0 ARG-C:OXT -0.82660 O2 - 1.0 HIS-C:N -0.34810 N - 1.0 HIS-C:H 0.27640 H - 1.0 HIS-C:CA -0.14450 CT - 1.0 HIS-C:HA 0.11150 H1 - 1.0 HIS-C:CB -0.08000 CT - 1.0 HIS-C:1HB 0.08680 HC - 1.0 HIS-C:2HB 0.08680 HC - 1.0 HIS-C:CG 0.02980 CC - 1.0 HIS-C:ND1 -0.15010 NA - 1.0 HIS-C:HD1 0.38830 H - 1.0 HIS-C:CE1 -0.02510 CR - 1.0 HIS-C:HE1 0.26940 H5 - 1.0 HIS-C:NE2 -0.16830 NA - 1.0 HIS-C:CD2 -0.12560 CW - 1.0 HIS-C:HD2 0.23360 H4 - 1.0 HIS-C:C 0.80320 C - 1.0 HIS-C:O -0.81770 O2 - 1.0 HIS-C:OXT -0.81770 O2 - 1.0 HIS-C:N -0.34810 N - 1.0 HIS-C:H 0.27640 H - 1.0 HIS-C:CA -0.14450 CT - 1.0 HIS-C:HA 0.11150 H1 - 1.0 HIS-C:CB -0.08000 CT - 1.0 HIS-C:1HB 0.08680 HC - 1.0 HIS-C:2HB 0.08680 HC - 1.0 HIS-C:CG 0.02980 CC - 1.0 HIS-C:ND1 -0.15010 NA - 1.0 HIS-C:CE1 -0.02510 CR - 1.0 HIS-C:HE1 0.26940 H5 - 1.0 HIS-C:NE2 -0.16830 NA - 1.0 HIS-C:HE2 0.39130 H - 1.0 HIS-C:CD2 -0.12560 CW - 1.0 HIS-C:HD2 0.23360 H4 - 1.0 HIS-C:C 0.80320 C - 1.0 HIS-C:O -0.81770 O2 - 1.0 HIS-C:OXT -0.81770 O2 - 1.0 HIS-C:N -0.34810 N - 1.0 HIS-C:H 0.27640 H - 1.0 HIS-C:CA -0.14450 CT - 1.0 HIS-C:HA 0.11150 H1 - 1.0 HIS-C:CB -0.08000 CT - 1.0 HIS-C:1HB 0.08680 HC - 1.0 HIS-C:2HB 0.08680 HC - 1.0 HIS-C:CG 0.02980 CC - 1.0 HIS-C:ND1 -0.15010 NA - 1.0 HIS-C:HD1 0.38830 H - 1.0 HIS-C:CE1 -0.02510 CR - 1.0 HIS-C:HE1 0.26940 H5 - 1.0 HIS-C:NE2 -0.16830 NA - 1.0 HIS-C:HE2 0.39130 H - 1.0 HIS-C:CD2 -0.12560 CW - 1.0 HIS-C:HD2 0.23360 H4 - 1.0 HIS-C:C 0.80320 C - 1.0 HIS-C:O -0.81770 O2 - 1.0 HIS-C:OXT -0.81770 O2 - 1.0 TRP-C:N -0.38210 N - 1.0 TRP-C:H 0.26810 H - 1.0 TRP-C:CA -0.20840 CT - 1.0 TRP-C:HA 0.12720 H1 - 1.0 TRP-C:CB -0.07420 CT - 1.0 TRP-C:1HB 0.04970 HC - 1.0 TRP-C:2HB 0.04970 HC - 1.0 TRP-C:CG -0.07960 C* - 1.0 TRP-C:CD1 -0.18080 CW - 1.0 TRP-C:HD1 0.20430 H4 - 1.0 TRP-C:NE1 -0.33160 NA - 1.0 TRP-C:HE1 0.34130 H - 1.0 TRP-C:CE2 0.12220 CN - 1.0 TRP-C:CZ2 -0.25940 CA - 1.0 TRP-C:HZ2 0.15670 HA - 1.0 TRP-C:CH2 -0.10200 CA - 1.0 TRP-C:HH2 0.14010 HA - 1.0 TRP-C:CZ3 -0.22870 CA - 1.0 TRP-C:HZ3 0.15070 HA - 1.0 TRP-C:CE3 -0.18370 CA - 1.0 TRP-C:HE3 0.14910 HA - 1.0 TRP-C:CD2 0.10780 CB - 1.0 TRP-C:C 0.76580 C - 1.0 TRP-C:O -0.80110 O2 - 1.0 TRP-C:OXT -0.80110 O2 - 1.0 PHE-C:N -0.38210 N - 1.0 PHE-C:H 0.26810 H - 1.0 PHE-C:CA -0.18250 CT - 1.0 PHE-C:HA 0.10980 H1 - 1.0 PHE-C:CB -0.09590 CT - 1.0 PHE-C:1HB 0.04430 HC - 1.0 PHE-C:2HB 0.04430 HC - 1.0 PHE-C:CG 0.05520 CA - 1.0 PHE-C:CD1 -0.13000 CA - 1.0 PHE-C:HD1 0.14080 HA - 1.0 PHE-C:CE1 -0.18470 CA - 1.0 PHE-C:HE1 0.14610 HA - 1.0 PHE-C:CZ -0.09440 CA - 1.0 PHE-C:HZ 0.12800 HA - 1.0 PHE-C:CE2 -0.18470 CA - 1.0 PHE-C:HE2 0.14610 HA - 1.0 PHE-C:CD2 -0.13000 CA - 1.0 PHE-C:HD2 0.14080 HA - 1.0 PHE-C:C 0.76600 C - 1.0 PHE-C:O -0.80260 O2 - 1.0 PHE-C:OXT -0.80260 O2 - 1.0 TYR-C:N -0.38210 N - 1.0 TYR-C:H 0.26810 H - 1.0 TYR-C:CA -0.20150 CT - 1.0 TYR-C:HA 0.10920 H1 - 1.0 TYR-C:CB -0.07520 CT - 1.0 TYR-C:1HB 0.04900 HC - 1.0 TYR-C:2HB 0.04900 HC - 1.0 TYR-C:CG 0.02430 CA - 1.0 TYR-C:CD1 -0.19220 CA - 1.0 TYR-C:HD1 0.17800 HA - 1.0 TYR-C:CE1 -0.24580 CA - 1.0 TYR-C:HE1 0.16730 HA - 1.0 TYR-C:CZ 0.33950 C - 1.0 TYR-C:OH -0.56430 OH - 1.0 TYR-C:HH 0.40170 HO - 1.0 TYR-C:CE2 -0.24580 CA - 1.0 TYR-C:HE2 0.16730 HA - 1.0 TYR-C:CD2 -0.19220 CA - 1.0 TYR-C:HD2 0.17800 HA - 1.0 TYR-C:C 0.78170 C - 1.0 TYR-C:O -0.80700 O2 - 1.0 TYR-C:OXT -0.80700 O2 - 1.0 GLU-C:N -0.51920 N - 1.0 GLU-C:H 0.30550 H - 1.0 GLU-C:CA -0.20590 CT - 1.0 GLU-C:HA 0.13990 H1 - 1.0 GLU-C:CB 0.00710 CT - 1.0 GLU-C:1HB -0.00780 HC - 1.0 GLU-C:2HB -0.00780 HC - 1.0 GLU-C:CG 0.06750 CT - 1.0 GLU-C:1HG -0.05480 HC - 1.0 GLU-C:2HG -0.05480 HC - 1.0 GLU-C:CD 0.81830 C - 1.0 GLU-C:OE1 -0.82200 O2 - 1.0 GLU-C:OE2 -0.82200 O2 - 1.0 GLU-C:C 0.74200 C - 1.0 GLU-C:O -0.79300 O2 - 1.0 GLU-C:OXT -0.79300 O2 - 1.0 ASP-C:N -0.51920 N - 1.0 ASP-C:H 0.30550 H - 1.0 ASP-C:CA -0.18170 CT - 1.0 ASP-C:HA 0.10460 H1 - 1.0 ASP-C:CB -0.06770 CT - 1.0 ASP-C:1HB -0.02120 HC - 1.0 ASP-C:2HB -0.02120 HC - 1.0 ASP-C:CG 0.88510 C - 1.0 ASP-C:OD1 -0.81620 O2 - 1.0 ASP-C:OD2 -0.81620 O2 - 1.0 ASP-C:C 0.72560 C - 1.0 ASP-C:O -0.78870 O2 - 1.0 ASP-C:OXT -0.78870 O2 - 1.0 LYS-C:N -0.34810 N - 1.0 LYS-C:H 0.27640 H - 1.0 LYS-C:CA -0.29030 CT - 1.0 LYS-C:HA 0.14380 H1 - 1.0 LYS-C:CB -0.05380 CT - 1.0 LYS-C:1HB 0.04820 HC - 1.0 LYS-C:2HB 0.04820 HC - 1.0 LYS-C:CG 0.02270 CT - 1.0 LYS-C:1HG 0.01340 HC - 1.0 LYS-C:2HG 0.01340 HC - 1.0 LYS-C:CD -0.03920 CT - 1.0 LYS-C:1HD 0.06110 HC - 1.0 LYS-C:2HD 0.06110 HC - 1.0 LYS-C:CE -0.01760 CT - 1.0 LYS-C:1HE 0.11210 HP - 1.0 LYS-C:2HE 0.11210 HP - 1.0 LYS-C:NZ -0.37410 N3 - 1.0 LYS-C:1HZ 0.33740 H - 1.0 LYS-C:2HZ 0.33740 H - 1.0 LYS-C:3HZ 0.33740 H - 1.0 LYS-C:C 0.84880 C - 1.0 LYS-C:O -0.82520 O2 - 1.0 LYS-C:OXT -0.82520 O2 - 1.0 PRO-C:N -0.28020 N - 1.0 PRO-C:CD 0.04340 CT - 1.0 PRO-C:1HD 0.03310 H1 - 1.0 PRO-C:2HD 0.03310 H1 - 1.0 PRO-C:CG 0.04660 CT - 1.0 PRO-C:1HG 0.01720 HC - 1.0 PRO-C:2HG 0.01720 HC - 1.0 PRO-C:CB -0.05430 CT - 1.0 PRO-C:1HB 0.03810 HC - 1.0 PRO-C:2HB 0.03810 HC - 1.0 PRO-C:CA -0.13360 CT - 1.0 PRO-C:HA 0.07760 H1 - 1.0 PRO-C:C 0.66310 C - 1.0 PRO-C:O -0.76970 O2 - 1.0 PRO-C:OXT -0.76970 O2 - 1.0 CYS-C:N -0.38210 N - 1.0 CYS-C:H 0.26810 H - 1.0 CYS-C:CA -0.16350 CT - 1.0 CYS-C:HA 0.13960 H1 - 1.0 CYS-C:CB -0.19960 CT - 1.0 CYS-C:1HB 0.14370 H1 - 1.0 CYS-C:2HB 0.14370 H1 - 1.0 CYS-C:SG -0.31020 SH - 1.0 CYS-C:HSG 0.20680 HS - 1.0 CYS-C:C 0.74970 C - 1.0 CYS-C:O -0.79810 O2 - 1.0 CYS-C:OXT -0.79810 O2 - 1.0 CYS-CS:N -0.38210 N - 1.0 CYS-CS:H 0.26810 H - 1.0 CYS-CS:CA -0.13180 CT - 1.0 CYS-CS:HA 0.09380 H1 - 1.0 CYS-CS:CB -0.19430 CT - 1.0 CYS-CS:1HB 0.12280 H1 - 1.0 CYS-CS:2HB 0.12280 H1 - 1.0 CYS-CS:SG -0.05290 S - 1.0 CYS-CS:C 0.76180 C - 1.0 CYS-CS:O -0.80410 O2 - 1.0 CYS-CS:OXT -0.80410 O2 - 1.0 MET-C:N -0.38210 N - 1.0 MET-C:H 0.26810 H - 1.0 MET-C:CA -0.25970 CT - 1.0 MET-C:HA 0.12770 H1 - 1.0 MET-C:CB -0.02360 CT - 1.0 MET-C:1HB 0.04800 HC - 1.0 MET-C:2HB 0.04800 HC - 1.0 MET-C:CG 0.04920 CT - 1.0 MET-C:1HG 0.03170 H1 - 1.0 MET-C:2HG 0.03170 H1 - 1.0 MET-C:SD -0.26920 S - 1.0 MET-C:CE -0.03760 CT - 1.0 MET-C:1HE 0.06250 H1 - 1.0 MET-C:2HE 0.06250 H1 - 1.0 MET-C:3HE 0.06250 H1 - 1.0 MET-C:C 0.80130 C - 1.0 MET-C:O -0.81050 O2 - 1.0 MET-C:OXT -0.81050 O2 - 1.0 CA:CA 2.00000 C0 - 1.0 MG:MG 2.00000 MG - 1.0 CH4-M:C 0.00000 CT - 1.0 CH4-M:1H 0.00000 H1 - 1.0 CH4-M:2H 0.00000 H1 - 1.0 CH4-M:3H 0.00000 H1 - 1.0 CH4-M:4H 0.00000 H1 - 1.0 PCA:N -0.720984 N - 1.0 PCA:H 0.374677 H - 1.0 PCA:CA -0.025874 CT - 1.0 PCA:C 0.865161 C - 1.0 PCA:O -0.798202 O - 1.0 PCA:CB 0.114954 CT - 1.0 PCA:CG -0.126748 CT - 1.0 PCA:CD 0.770356 C - 1.0 PCA:OE -0.682912 O - 1.0 PCA:HA 0.039708 H1 - 1.0 PCA:1HB 0.000266 HC - 1.0 PCA:2HB -0.031861 HC - 1.0 PCA:1HG 0.034072 HC - 1.0 PCA:2HG 0.025655 HC - 1.0 PCA:OXT -0.838268 O - 1.0 PCA-N:N -0.720984 N - 1.0 PCA-N:H 0.374677 H - 1.0 PCA-N:CA -0.025874 CT - 1.0 PCA-N:C 0.865161 C - 1.0 PCA-N:O -0.798202 O - 1.0 PCA-N:CB 0.114954 CT - 1.0 PCA-N:CG -0.126748 CT - 1.0 PCA-N:CD 0.770356 C - 1.0 PCA-N:OE -0.682912 O - 1.0 PCA-N:HA 0.039708 H1 - 1.0 PCA-N:1HB 0.000266 HC - 1.0 PCA-N:2HB -0.031861 HC - 1.0 PCA-N:1HG 0.034072 HC - 1.0 PCA-N:2HG 0.025655 HC - 1.0 PCA-M:N -0.720984 N - 1.0 PCA-M:H 0.374677 H - 1.0 PCA-M:CA -0.025874 CT - 1.0 PCA-M:C 0.865161 C - 1.0 PCA-M:O -0.798202 O - 1.0 PCA-M:CB 0.114954 CT - 1.0 PCA-M:CG -0.126748 CT - 1.0 PCA-M:CD 0.770356 C - 1.0 PCA-M:OE -0.682912 O - 1.0 PCA-M:HA 0.039708 H1 - 1.0 PCA-M:1HB 0.000266 HC - 1.0 PCA-M:2HB -0.031861 HC - 1.0 PCA-M:1HG 0.034072 HC - 1.0 PCA-M:2HG 0.025655 HC - 1.0 PCA-M:OXT -0.838268 O diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._CMakeLists.txt Binary file CADDSuite-1.6/data/OpenBabel/._CMakeLists.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._MACCS.txt Binary file CADDSuite-1.6/data/OpenBabel/._MACCS.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._SMARTS_InteLigand.txt Binary file CADDSuite-1.6/data/OpenBabel/._SMARTS_InteLigand.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._UFF.prm Binary file CADDSuite-1.6/data/OpenBabel/._UFF.prm has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._aromatic.h Binary file CADDSuite-1.6/data/OpenBabel/._aromatic.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._aromatic.txt Binary file CADDSuite-1.6/data/OpenBabel/._aromatic.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._atomtyp.h Binary file CADDSuite-1.6/data/OpenBabel/._atomtyp.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._atomtyp.txt Binary file CADDSuite-1.6/data/OpenBabel/._atomtyp.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._babel_povray3.inc Binary file CADDSuite-1.6/data/OpenBabel/._babel_povray3.inc has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._bin2hex.pl Binary file CADDSuite-1.6/data/OpenBabel/._bin2hex.pl has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._bondtyp.h Binary file CADDSuite-1.6/data/OpenBabel/._bondtyp.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._bondtyp.txt Binary file CADDSuite-1.6/data/OpenBabel/._bondtyp.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._element.h Binary file CADDSuite-1.6/data/OpenBabel/._element.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._element.txt Binary file CADDSuite-1.6/data/OpenBabel/._element.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._fragments.txt Binary file CADDSuite-1.6/data/OpenBabel/._fragments.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._gaff.dat Binary file CADDSuite-1.6/data/OpenBabel/._gaff.dat has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._gaff.prm Binary file CADDSuite-1.6/data/OpenBabel/._gaff.prm has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._genheaders.sh Binary file CADDSuite-1.6/data/OpenBabel/._genheaders.sh has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._ghemical.prm Binary file CADDSuite-1.6/data/OpenBabel/._ghemical.prm has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._isotope-small.txt Binary file CADDSuite-1.6/data/OpenBabel/._isotope-small.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._isotope.h Binary file CADDSuite-1.6/data/OpenBabel/._isotope.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._isotope.txt Binary file CADDSuite-1.6/data/OpenBabel/._isotope.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._logp.txt Binary file CADDSuite-1.6/data/OpenBabel/._logp.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mm2.prm Binary file CADDSuite-1.6/data/OpenBabel/._mm2.prm has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmff94.ff Binary file CADDSuite-1.6/data/OpenBabel/._mmff94.ff has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmff94s.ff Binary file CADDSuite-1.6/data/OpenBabel/._mmff94s.ff has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffang.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffang.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffbndk.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffbndk.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffbond.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffbond.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffchg.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffchg.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffdef.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffdef.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffdfsb.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffdfsb.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffoop.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffoop.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffpbci.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffpbci.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffprop.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffprop.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffs_oop.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffs_oop.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffs_tor.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffs_tor.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffstbn.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffstbn.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmfftor.par Binary file CADDSuite-1.6/data/OpenBabel/._mmfftor.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mmffvdw.par Binary file CADDSuite-1.6/data/OpenBabel/._mmffvdw.par has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._mr.txt Binary file CADDSuite-1.6/data/OpenBabel/._mr.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._patterns.txt Binary file CADDSuite-1.6/data/OpenBabel/._patterns.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._phmodel.txt Binary file CADDSuite-1.6/data/OpenBabel/._phmodel.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._phmodeldata.h Binary file CADDSuite-1.6/data/OpenBabel/._phmodeldata.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._plugindefines.txt Binary file CADDSuite-1.6/data/OpenBabel/._plugindefines.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._psa.txt Binary file CADDSuite-1.6/data/OpenBabel/._psa.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._qeq.txt Binary file CADDSuite-1.6/data/OpenBabel/._qeq.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._resdata.h Binary file CADDSuite-1.6/data/OpenBabel/._resdata.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._resdata.txt Binary file CADDSuite-1.6/data/OpenBabel/._resdata.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._ringtyp.txt Binary file CADDSuite-1.6/data/OpenBabel/._ringtyp.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._space-groups.txt Binary file CADDSuite-1.6/data/OpenBabel/._space-groups.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._space-groups.xsl Binary file CADDSuite-1.6/data/OpenBabel/._space-groups.xsl has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._superatom.txt Binary file CADDSuite-1.6/data/OpenBabel/._superatom.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._svgformat.script Binary file CADDSuite-1.6/data/OpenBabel/._svgformat.script has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._templates.sdf Binary file CADDSuite-1.6/data/OpenBabel/._templates.sdf has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._torlib.h Binary file CADDSuite-1.6/data/OpenBabel/._torlib.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._torlib.txt Binary file CADDSuite-1.6/data/OpenBabel/._torlib.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._types.h Binary file CADDSuite-1.6/data/OpenBabel/._types.h has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/._types.txt Binary file CADDSuite-1.6/data/OpenBabel/._types.txt has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/CMakeLists.txt --- a/CADDSuite-1.6/data/OpenBabel/CMakeLists.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ -# 2008-03-15 - -set(to_install - aromatic.txt - atomtyp.txt - babel_povray3.inc - bondtyp.txt - element.txt - fragments.txt - gaff.dat - gaff.prm - ghemical.prm - isotope-small.txt - isotope.txt - logp.txt - MACCS.txt - mmff94.ff - mmff94s.ff - mmffang.par - mmffbndk.par - mmffbond.par - mmffchg.par - mmffdef.par - mmffdfsb.par - mmffoop.par - mmffpbci.par - mmffprop.par - mmffstbn.par - mmfftor.par - mmffvdw.par - mmffs_oop.par - mmffs_tor.par - mr.txt - patterns.txt - phmodel.txt - plugindefines.txt - psa.txt - qeq.txt - resdata.txt - ringtyp.txt - SMARTS_InteLigand.txt - space-groups.txt - superatom.txt - svgformat.script - torlib.txt - types.txt - UFF.prm -) - -if(NOT MSVC) - install(FILES ${to_install} DESTINATION share/openbabel/${BABEL_VERSION}) -else(NOT MSVC) - install(FILES ${to_install} DESTINATION bin/data) -endif(NOT MSVC) diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/MACCS.txt --- a/CADDSuite-1.6/data/OpenBabel/MACCS.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,199 +0,0 @@ -#Comments after SMARTS -# Extracted from RDKit r1553 Nov 2010 rdkit/Chem/MACCSKeys.py -# -# Copyright (C) 2001-2008 greg Landrum and Rational Discovery LLC -# -# @@ All Rights Reserved @@ -# This file is part of the RDKit. -# The contents are covered by the terms of the BSD license -# which is included in the file license.txt, found at the root -# of the RDKit source tree. -# -# SMARTS definitions for the publically available MACCS keys - -# I compared the MACCS fingerprints generated here with those from two -# other packages (not MDL, unfortunately). Of course there are -# disagreements between the various fingerprints still, but I think -# these definitions work pretty well. Some notes: - -# 1) most of the differences have to do with aromaticity -# 2) there's a discrepancy sometimes because the current RDKit -# definitions do not require multiple matches to be distinct. e.g. the -# SMILES C(=O)CC(=O) can match the (hypothetical) key O=CC twice in my -# definition. It's not clear to me what the correct behavior is. -# 3) Some keys are not fully defined in the MDL documentation -# 4) Two keys, 125 and 166, have to be done outside of SMARTS. -# 5) Key 1 (ISOTOPE) isn't defined - -# these are SMARTS patterns corresponding to the MDL MACCS keys - 1:('?',0), # ISOTOPE - #2:('[#103,#104,#105,#106,#107,#106,#109,#110,#111,#112]',0), # ISOTOPE Not complete - 2:('[#103,#104]',0), # ISOTOPE Not complete - 3:('[Ge,As,Se,Sn,Sb,Te,Tl,Pb,Bi]',0), # Group IVa,Va,VIa Periods 4-6 (Ge...) *NOTE* spec wrong - 4:('[Ac,Th,Pa,U,Np,Pu,Am,Cm,Bk,Cf,Es,Fm,Md,No,Lr]',0), # actinide - 5:('[Sc,Ti,Y,Zr,Hf]',0), # Group IIIB,IVB (Sc...) *NOTE* spec wrong - 6:('[La,Ce,Pr,Nd,Pm,Sm,Eu,Gd,Tb,Dy,Ho,Er,Tm,Yb,Lu]',0), # Lanthanide - 7:('[V,Cr,Mn,Nb,Mo,Tc,Ta,W,Re]',0), # Group VB,VIB,VIIB (V...) *NOTE* spec wrong - 8:('[!#6;!#1]1~*~*~*~1',0), # QAAA@1 - 9:('[Fe,Co,Ni,Ru,Rh,Pd,Os,Ir,Pt]',0), # Group VIII (Fe...) - 10:('[Be,Mg,Ca,Sr,Ba,Ra]',0), # Group IIa (Alkaline earth) - 11:('*1~*~*~*~1',0), # 4M Ring - 12:('[Cu,Zn,Ag,Cd,Au,Hg]',0), # Group IB,IIB (Cu..) - 13:('[#8]~[#7](~[#6])~[#6]',0), # ON(C)C - 14:('[#16]-[#16]',0), # S-S - 15:('[#8]~[#6](~[#8])~[#8]',0), # OC(O)O - 16:('[!#6;!#1]1~*~*~1',0), # QAA@1 - 17:('[#6]#[#6]',0), #CTC - 18:('[B,Al,Ga,In,Tl]',0), # Group IIIA (B...) *NOTE* spec wrong - 19:('*1~*~*~*~*~*~*~1',0), # 7M Ring - 20:('[Si]',0), #Si - 21:('[#6]=[#6](~[!#6;!#1])~[!#6;!#1]',0), # C=C(Q)Q - 22:('*1~*~*~1',0), # 3M Ring - 23:('[#7]~[#6](~[#8])~[#8]',0), # NC(O)O - 24:('[#7]-[#8]',0), # N-O - 25:('[#7]~[#6](~[#7])~[#7]',0), # NC(N)N - 26:('[#6]=;@[#6](@*)@*',0), # C$=C($A)$A - 27:('[I]',0), # I - 28:('[!#6;!#1]~[CH2]~[!#6;!#1]',0), # QCH2Q - 29:('[#15]',0),# P - 30:('[#6]~[!#6;!#1](~[#6])(~[#6])~*',0), # CQ(C)(C)A - 31:('[!#6;!#1]~[F,Cl,Br,I]',0), # QX - 32:('[#6]~[#16]~[#7]',0), # CSN - 33:('[#7]~[#16]',0), # NS - 34:('[CH2]=*',0), # CH2=A - 35:('[Li,Na,K,Rb,Cs,Fr]',0), # Group IA (Alkali Metal) - 36:('[#16R]',0), # S Heterocycle - 37:('[#7]~[#6](~[#8])~[#7]',0), # NC(O)N - 38:('[#7]~[#6](~[#6])~[#7]',0), # NC(C)N - 39:('[#8]~[#16](~[#8])~[#8]',0), # OS(O)O - 40:('[#16]-[#8]',0), # S-O - 41:('[#6]#[#7]',0), # CTN - 42:('F',0), # F - 43:('[!C;!c;!#1;!H0]~*~[!C;!c;!#1;!H0]',0), # QHAQH - 44:('?',0), # OTHER - 45:('[#6]=[#6]~[#7]',0), # C=CN - 46:('Br',0), # BR - 47:('[#16]~*~[#7]',0), # SAN - 48:('[#8]~[!#6;!#1](~[#8])(~[#8])',0), # OQ(O)O - 49:('[!+0]',0), # CHARGE - 50:('[#6]=[#6](~[#6])~[#6]',0), # C=C(C)C - 51:('[#6]~[#16]~[#8]',0), # CSO - 52:('[#7]~[#7]',0), # NN - 53:('[!#6;!#1;!H0]~*~*~*~[!#6;!#1;!H0]',0), # QHAAAQH - 54:('[!#6;!#1;!H0]~*~*~[!#6;!#1;!H0]',0), # QHAAQH - 55:('[#8]~[#16]~[#8]',0), #OSO - 56:('[#8]~[#7](~[#8])~[#6]',0), # ON(O)C - 57:('[#8R]',0), # O Heterocycle - 58:('[!#6;!#1]~[#16]~[!#6;!#1]',0), # QSQ - 59:('[#16]!:*:*',0), # Snot%A%A - 60:('[#16]=[#8]',0), # S=O - 61:('*~[#16](~*)~*',0), # AS(A)A - 62:('*@*!@*@*',0), # A$!A$A - 63:('[#7]=[#8]',0), # N=O - 64:('*@*!@[#16]',0), # A$A!S - 65:('c:n',0), # C%N - 66:('[#6]~[#6](~[#6])(~[#6])~*',0), # CC(C)(C)A - 67:('[!#6;!#1]~[#16]',0), # QS - 68:('[!#6;!#1;!H0]~[!#6;!#1;!H0]',0), # QHQH (&...) FIX: incomplete definition - 69:('[!#6;!#1]~[!#6;!#1;!H0]',0), # QQH - 70:('[!#6;!#1]~[#7]~[!#6;!#1]',0), # QNQ - 71:('[#7]~[#8]',0), # NO - 72:('[#8]~*~*~[#8]',0), # OAAO - 73:('[#16]=*',0), # S=A - 74:('[CH3]~*~[CH3]',0), # CH3ACH3 - 75:('*!@[#7]@*',0), # A!N$A - 76:('[#6]=[#6](~*)~*',0), # C=C(A)A - 77:('[#7]~*~[#7]',0), # NAN - 78:('[#6]=[#7]',0), # C=N - 79:('[#7]~*~*~[#7]',0), # NAAN - 80:('[#7]~*~*~*~[#7]',0), # NAAAN - 81:('[#16]~*(~*)~*',0), # SA(A)A - 82:('*~[CH2]~[!#6;!#1;!H0]',0), # ACH2QH - 83:('[!#6;!#1]1~*~*~*~*~1',0), # QAAAA@1 - 84:('[NH2]',0), #NH2 - 85:('[#6]~[#7](~[#6])~[#6]',0), # CN(C)C - 86:('[C;H2,H3][!#6;!#1][C;H2,H3]',0), # CH2QCH2 - 87:('[F,Cl,Br,I]!@*@*',0), # X!A$A - 88:('[#16]',0), # S - 89:('[#8]~*~*~*~[#8]',0), # OAAAO - 90:('[$([!#6;!#1;!H0]~*~*~[CH2]~*),$([!#6;!#1;!H0;R]1@[R]@[R]@[CH2;R]1),$([!#6;!#1;!H0]~[R]1@[R]@[CH2;R]1)]',0), # QHAACH2A - 91:('[$([!#6;!#1;!H0]~*~*~*~[CH2]~*),$([!#6;!#1;!H0;R]1@[R]@[R]@[R]@[CH2;R]1),$([!#6;!#1;!H0]~[R]1@[R]@[R]@[CH2;R]1),$([!#6;!#1;!H0]~*~[R]1@[R]@[CH2;R]1)]',0), # QHAAACH2A - 92:('[#8]~[#6](~[#7])~[#6]',0), # OC(N)C - 93:('[!#6;!#1]~[CH3]',0), # QCH3 - 94:('[!#6;!#1]~[#7]',0), # QN - 95:('[#7]~*~*~[#8]',0), # NAAO - 96:('*1~*~*~*~*~1',0), # 5 M ring - 97:('[#7]~*~*~*~[#8]',0), # NAAAO - 98:('[!#6;!#1]1~*~*~*~*~*~1',0), # QAAAAA@1 - 99:('[#6]=[#6]',0), # C=C - 100:('*~[CH2]~[#7]',0), # ACH2N - 101:('[$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1)]',0), # 8M Ring or larger. This only handles up to ring sizes of 14 - 102:('[!#6;!#1]~[#8]',0), # QO - 103:('Cl',0), # CL - 104:('[!#6;!#1;!H0]~*~[CH2]~*',0), # QHACH2A - 105:('*@*(@*)@*',0), # A$A($A)$A - 106:('[!#6;!#1]~*(~[!#6;!#1])~[!#6;!#1]',0), # QA(Q)Q - 107:('[F,Cl,Br,I]~*(~*)~*',0), # XA(A)A - 108:('[CH3]~*~*~*~[CH2]~*',0), # CH3AAACH2A - 109:('*~[CH2]~[#8]',0), # ACH2O - 110:('[#7]~[#6]~[#8]',0), # NCO - 111:('[#7]~*~[CH2]~*',0), # NACH2A - 112:('*~*(~*)(~*)~*',0), # AA(A)(A)A - 113:('[#8]!:*:*',0), # Onot%A%A - 114:('[CH3]~[CH2]~*',0), # CH3CH2A - 115:('[CH3]~*~[CH2]~*',0), # CH3ACH2A - 116:('[$([CH3]~*~*~[CH2]~*),$([CH3]~*1~*~[CH2]1)]',0), # CH3AACH2A - 117:('[#7]~*~[#8]',0), # NAO - 118:('[$(*~[CH2]~[CH2]~*),$(*1~[CH2]~[CH2]1)]',1), # ACH2CH2A > 1 - 119:('[#7]=*',0), # N=A - 120:('[!#6;R]',1), # Heterocyclic atom > 1 (&...) FIX: incomplete definition - 121:('[#7;R]',0), # N Heterocycle - 122:('*~[#7](~*)~*',0), # AN(A)A - 123:('[#8]~[#6]~[#8]',0), # OCO - 124:('[!#6;!#1]~[!#6;!#1]',0), # QQ - 125:('?',0), # Aromatic Ring > 1 - 126:('*!@[#8]!@*',0), # A!O!A - 127:('*@*!@[#8]',1), # A$A!O > 1 (&...) FIX: incomplete definition - 128:('[$(*~[CH2]~*~*~*~[CH2]~*),$([R]1@[CH2;R]@[R]@[R]@[R]@[CH2;R]1),$(*~[CH2]~[R]1@[R]@[R]@[CH2;R]1),$(*~[CH2]~*~[R]1@[R]@[CH2;R]1)]',0), # ACH2AAACH2A - 129:('[$(*~[CH2]~*~*~[CH2]~*),$([R]1@[CH2]@[R]@[R]@[CH2;R]1),$(*~[CH2]~[R]1@[R]@[CH2;R]1)]',0), # ACH2AACH2A - 130:('[!#6;!#1]~[!#6;!#1]',1), # QQ > 1 (&...) FIX: incomplete definition - 131:('[!#6;!#1;!H0]',1), # QH > 1 - 132:('[#8]~*~[CH2]~*',0), # OACH2A - 133:('*@*!@[#7]',0), # A$A!N - 134:('[F,Cl,Br,I]',0), # X (HALOGEN) - 135:('[#7]!:*:*',0), # Nnot%A%A - 136:('[#8]=*',1), # O=A>1 - 137:('[!C;!c;R]',0), # Heterocycle - 138:('[!#6;!#1]~[CH2]~*',1), # QCH2A>1 (&...) FIX: incomplete definition - 139:('[O;!H0]',0), # OH - 140:('[#8]',3), # O > 3 (&...) FIX: incomplete definition - 141:('[CH3]',2), # CH3 > 2 (&...) FIX: incomplete definition - 142:('[#7]',1), # N > 1 - 143:('*@*!@[#8]',0), # A$A!O - 144:('*!:*:*!:*',0), # Anot%A%Anot%A - 145:('*1~*~*~*~*~*~1',1), # 6M ring > 1 - 146:('[#8]',2), # O > 2 - 147:('[$(*~[CH2]~[CH2]~*),$([R]1@[CH2;R]@[CH2;R]1)]',0), # ACH2CH2A - 148:('*~[!#6;!#1](~*)~*',0), # AQ(A)A - 149:('[C;H3,H4]',1), # CH3 > 1 - 150:('*!@*@*!@*',0), # A!A$A!A - 151:('[#7;!H0]',0), # NH - 152:('[#8]~[#6](~[#6])~[#6]',0), # OC(C)C - 153:('[!#6;!#1]~[CH2]~*',0), # QCH2A - 154:('[#6]=[#8]',0), # C=O - 155:('*!@[CH2]!@*',0), # A!CH2!A - 156:('[#7]~*(~*)~*',0), # NA(A)A - 157:('[#6]-[#8]',0), # C-O - 158:('[#6]-[#7]',0), # C-N - 159:('[#8]',1), # O>1 - 160:('[C;H3,H4]',0), #CH3 - 161:('[#7]',0), # N - 162:('a',0), # Aromatic - 163:('*1~*~*~*~*~*~1',0), # 6M Ring - 164:('[#8]',0), # O - 165:('[R]',0), # Ring - 166:('?',0), # Fragments FIX: this can't be done in SMARTS - -# obabel -:"CNO" -oftp -xs -# 24: N-O 68: QHQH (&...) 69: QQH 71: NO 93: QCH3 94: QN 102: QO -# 124: QQ 131: QH > 1 *2 139: OH 151: NH 158: C-N 160: CH3 161: N 164: O diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/Makefile --- a/CADDSuite-1.6/data/OpenBabel/Makefile Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,178 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canoncical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = "/Applications/CMake 2.8-6.app/Contents/bin/cmake" - -# The command to remove a file. -RM = "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -E remove -f - -# The program to use to edit the cache. -CMAKE_EDIT_COMMAND = "/Applications/CMake 2.8-6.app/Contents/bin/ccmake" - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "/Applications/CMake 2.8-6.app/Contents/bin/ccmake" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: install/local -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: install/strip -.PHONY : install/strip/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Development\" \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - "/Applications/CMake 2.8-6.app/Contents/bin/ctest" --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# The main all target -all: cmake_check_build_system - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/CMakeFiles /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/CMakeFiles/progress.marks - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(MAKE) -f CMakeFiles/Makefile2 data/all - $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(MAKE) -f CMakeFiles/Makefile2 data/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(MAKE) -f CMakeFiles/Makefile2 data/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(MAKE) -f CMakeFiles/Makefile2 data/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... rebuild_cache" - @echo "... test" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/SMARTS_InteLigand.txt --- a/CADDSuite-1.6/data/OpenBabel/SMARTS_InteLigand.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,983 +0,0 @@ -# -# SMARTS Patterns for Functional Group Classification -# -# written by Christian Laggner -# Copyright 2005 Inte:Ligand Software-Entwicklungs und Consulting GmbH -# -# Released under the Lesser General Public License (LGPL license) -# see http://www.gnu.org/copyleft/lesser.html -# Modified from Version 221105 -##################################################################################################### - -# General Stuff: -# These patters were written in an attempt to represent the classification of organic compounds -# from the viewpoint of an organic chemist. -# They are often very restrictive. This may be generally a good thing, but it also takes some time -# for filtering/indexing large compound sets. -# For filtering undesired groups (in druglike compounds) one will want to have more general patterns -# (e.g. you don't want *any* halide of *any* acid, *neither* aldehyde *nor* formyl esters and amides, ...). -# - -# Part I: Carbon -# ============== - - -# I.1: Carbon-Carbon Bonds -# ------------------------ - -# I.1.1 Alkanes: - -Primary_carbon: [CX4H3][#6] - -Secondary_carbon: [CX4H2]([#6])[#6] - -Tertiary_carbon: [CX4H1]([#6])([#6])[#6] - -Quaternary_carbon: [CX4]([#6])([#6])([#6])[#6] - - -# I.1.2 C-C double and Triple Bonds - -Alkene: [CX3;$([H2]),$([H1][#6]),$(C([#6])[#6])]=[CX3;$([H2]),$([H1][#6]),$(C([#6])[#6])] -# sp2 C may be substituted only by C or H - -# does not hit ketenes and allenes, nor enamines, enols and the like - -Alkyne: [CX2]#[CX2] -# non-carbon substituents (e.g. alkynol ethers) are rather rare, thus no further discrimination - -Allene: [CX3]=[CX2]=[CX3] - - -# I.2: One Carbon-Hetero Bond -# --------------------------- - - -# I.2.1 Alkyl Halogenides - -Alkylchloride: [ClX1][CX4] -# will also hit chloromethylethers and the like, but no chloroalkenes, -alkynes or -aromats -# a more restrictive version can be obtained by modifying the Alcohol string. - -Alkylfluoride: [FX1][CX4] - -Alkylbromide: [BrX1][CX4] - -Alkyliodide: [IX1][CX4] - - -# I.2.2 Alcohols and Ethers - -Alcohol: [OX2H][CX4;!$(C([OX2H])[O,S,#7,#15])] -# nonspecific definition, no acetals, aminals, and the like - -Primary_alcohol: [OX2H][CX4H2;!$(C([OX2H])[O,S,#7,#15])] - -Secondary_alcohol: [OX2H][CX4H;!$(C([OX2H])[O,S,#7,#15])] - -Tertiary_alcohol: [OX2H][CX4D4;!$(C([OX2H])[O,S,#7,#15])] - -Dialkylether: [OX2]([CX4;!$(C([OX2])[O,S,#7,#15,F,Cl,Br,I])])[CX4;!$(C([OX2])[O,S,#7,#15])] -# no acetals and the like; no enolethers - -Dialkylthioether: [SX2]([CX4;!$(C([OX2])[O,S,#7,#15,F,Cl,Br,I])])[CX4;!$(C([OX2])[O,S,#7,#15])] -# no acetals and the like; no enolethers - -Alkylarylether: [OX2](c)[CX4;!$(C([OX2])[O,S,#7,#15,F,Cl,Br,I])] -# no acetals and the like; no enolethers - -Diarylether: [c][OX2][c] - -Alkylarylthioether: [SX2](c)[CX4;!$(C([OX2])[O,S,#7,#15,F,Cl,Br,I])] - -Diarylthioether: [c][SX2][c] - -Oxonium: [O+;!$([O]~[!#6]);!$([S]*~[#7,#8,#15,#16])] -# can't be aromatic, thus O and not #8 - -# I.2.3 Amines - -Amine: [NX3+0,NX4+;!$([N]~[!#6]);!$([N]*~[#7,#8,#15,#16])] -# hits all amines (prim/sec/tert/quart), including ammonium salts, also enamines, but not amides, imides, aminals, ... - -# the following amines include also the protonated forms - -Primary_aliph_amine: [NX3H2+0,NX4H3+;!$([N][!C]);!$([N]*~[#7,#8,#15,#16])] - -Secondary_aliph_amine: [NX3H1+0,NX4H2+;!$([N][!C]);!$([N]*~[#7,#8,#15,#16])] - -Tertiary_aliph_amine: [NX3H0+0,NX4H1+;!$([N][!C]);!$([N]*~[#7,#8,#15,#16])] - -Quaternary_aliph_ammonium: [NX4H0+;!$([N][!C]);!$([N]*~[#7,#8,#15,#16])] - -Primary_arom_amine: [NX3H2+0,NX4H3+]c - -Secondary_arom_amine: [NX3H1+0,NX4H2+;!$([N][!c]);!$([N]*~[#7,#8,#15,#16])] - -Tertiary_arom_amine: [NX3H0+0,NX4H1+;!$([N][!c]);!$([N]*~[#7,#8,#15,#16])] - -Quaternary_arom_ammonium: [NX4H0+;!$([N][!c]);!$([N]*~[#7,#8,#15,#16])] - -Secondary_mixed_amine: [NX3H1+0,NX4H2+;$([N]([c])[C]);!$([N]*~[#7,#8,#15,#16])] - -Tertiary_mixed_amine: [NX3H0+0,NX4H1+;$([N]([c])([C])[#6]);!$([N]*~[#7,#8,#15,#16])] - -Quaternary_mixed_ammonium: [NX4H0+;$([N]([c])([C])[#6][#6]);!$([N]*~[#7,#8,#15,#16])] - -Ammonium: [N+;!$([N]~[!#6]);!$(N=*);!$([N]*~[#7,#8,#15,#16])] -# only C and H substituents allowed. Quaternary or protonated amines -# NX4+ or Nv4+ is not recognized by Daylight's depictmatch if less than four C are present - - -# I.2.4 Others - -Alkylthiol: [SX2H][CX4;!$(C([SX2H])~[O,S,#7,#15])] - -Dialkylthioether: [SX2]([CX4;!$(C([SX2])[O,S,#7,#15,F,Cl,Br,I])])[CX4;!$(C([SX2])[O,S,#7,#15])] - -Alkylarylthioether: [SX2](c)[CX4;!$(C([SX2])[O,S,#7,#15])] - -Disulfide: [SX2D2][SX2D2] - -1,2-Aminoalcohol: [OX2H][CX4;!$(C([OX2H])[O,S,#7,#15,F,Cl,Br,I])][CX4;!$(C([N])[O,S,#7,#15])][NX3;!$(NC=[O,S,N])] -# does not hit alpha-amino acids, enaminoalcohols, 1,2-aminoacetals, o-aminophenols, etc. - -1,2-Diol: [OX2H][CX4;!$(C([OX2H])[O,S,#7,#15])][CX4;!$(C([OX2H])[O,S,#7,#15])][OX2H] -# does not hit alpha-hydroxy acids, enolalcohols, 1,2-hydroxyacetals, 1,2-diphenols, etc. - -1,1-Diol: [OX2H][CX4;!$(C([OX2H])([OX2H])[O,S,#7,#15])][OX2H] - -Hydroperoxide: [OX2H][OX2] -#does not neccessarily have to be connected to a carbon atom, includes also hydrotrioxides - -Peroxo: [OX2D2][OX2D2] - -Organolithium_compounds: [LiX1][#6,#14] - -Organomagnesium_compounds: [MgX2][#6,#14] -# not restricted to Grignard compounds, also dialkyl Mg - -Organometallic_compounds: [!#1;!#5;!#6;!#7;!#8;!#9;!#14;!#15;!#16;!#17;!#33;!#34;!#35;!#52;!#53;!#85]~[#6;!-] -# very general, includes all metals covalently bound to carbon - - -# I.3: Two Carbon-Hetero Bonds (Carbonyl and Derivatives) -# ---------------------------- - -# I.3.1 Double Bond to Hetero - -Aldehyde: [$([CX3H][#6]),$([CX3H2])]=[OX1] -# hits aldehydes including formaldehyde - -Ketone: [#6][CX3](=[OX1])[#6] -# does not include oxo-groups connected to a (hetero-) aromatic ring - -Thioaldehyde: [$([CX3H][#6]),$([CX3H2])]=[SX1] - -Thioketone: [#6][CX3](=[SX1])[#6] -# does not include thioxo-groups connected to a (hetero-) aromatic ring - -Imine: [NX2;$([N][#6]),$([NH]);!$([N][CX3]=[#7,#8,#15,#16])]=[CX3;$([CH2]),$([CH][#6]),$([C]([#6])[#6])] -# nitrogen is not part of an amidelike strukture, nor of an aromatic ring, but can be part of an aminal or similar - -Immonium: [NX3+;!$([N][!#6]);!$([N][CX3]=[#7,#8,#15,#16])] - -Oxime: [NX2](=[CX3;$([CH2]),$([CH][#6]),$([C]([#6])[#6])])[OX2H] - -Oximether: [NX2](=[CX3;$([CH2]),$([CH][#6]),$([C]([#6])[#6])])[OX2][#6;!$(C=[#7,#8])] -# ether, not ester or amide; does not hit isoxazole - - -# I.3.2. Two Single Bonds to Hetero - -Acetal: [OX2]([#6;!$(C=[O,S,N])])[CX4;!$(C(O)(O)[!#6])][OX2][#6;!$(C=[O,S,N])] -# does not hit hydroxy-methylesters, ketenacetals, hemiacetals, orthoesters, etc. - -Hemiacetal: [OX2H][CX4;!$(C(O)(O)[!#6])][OX2][#6;!$(C=[O,S,N])] - -Aminal: [NX3v3;!$(NC=[#7,#8,#15,#16])]([#6])[CX4;!$(C(N)(N)[!#6])][NX3v3;!$(NC=[#7,#8,#15,#16])][#6] -# Ns are not part of an amide or similar. v3 ist to exclude nitro and similar groups - -Hemiaminal: [NX3v3;!$(NC=[#7,#8,#15,#16])]([#6])[CX4;!$(C(N)(N)[!#6])][OX2H] - -Thioacetal: [SX2]([#6;!$(C=[O,S,N])])[CX4;!$(C(S)(S)[!#6])][SX2][#6;!$(C=[O,S,N])] - -Thiohemiacetal: [SX2]([#6;!$(C=[O,S,N])])[CX4;!$(C(S)(S)[!#6])][OX2H] - -Halogen_acetal_like: [NX3v3,SX2,OX2;!$(*C=[#7,#8,#15,#16])][CX4;!$(C([N,S,O])([N,S,O])[!#6])][FX1,ClX1,BrX1,IX1] -# hits chloromethylenethers and other reactive alkylating agents - -Acetal_like: [NX3v3,SX2,OX2;!$(*C=[#7,#8,#15,#16])][CX4;!$(C([N,S,O])([N,S,O])[!#6])][FX1,ClX1,BrX1,IX1,NX3v3,SX2,OX2;!$(*C=[#7,#8,#15,#16])] -# includes all of the above and other combinations (S-C-N, hydrates, ...), but still no aminomethylenesters and similar - -Halogenmethylen_ester_and_similar: [NX3v3,SX2,OX2;$(**=[#7,#8,#15,#16])][CX4;!$(C([N,S,O])([N,S,O])[!#6])][FX1,ClX1,BrX1,IX1] -# also reactive alkylating agents. Acid does not have to be carboxylic acid, also S- and P-based acids allowed - -NOS_methylen_ester_and_similar: [NX3v3,SX2,OX2;$(**=[#7,#8,#15,#16])][CX4;!$(C([N,S,O])([N,S,O])[!#6])][NX3v3,SX2,OX2;!$(*C=[#7,#8,#15,#16])] -# Same as above, but N,O or S instead of halogen. Ester/amide allowed only on one side - -Hetero_methylen_ester_and_similar: [NX3v3,SX2,OX2;$(**=[#7,#8,#15,#16])][CX4;!$(C([N,S,O])([N,S,O])[!#6])][FX1,ClX1,BrX1,IX1,NX3v3,SX2,OX2;!$(*C=[#7,#8,#15,#16])] -# Combination of the last two patterns - -Cyanhydrine: [NX1]#[CX2][CX4;$([CH2]),$([CH]([CX2])[#6]),$(C([CX2])([#6])[#6])][OX2H] - - -# I.3.3 Single Bond to Hetero, C=C Double Bond (Enols and Similar) - -Chloroalkene: [ClX1][CX3]=[CX3] - -Fluoroalkene: [FX1][CX3]=[CX3] - -Bromoalkene: [BrX1][CX3]=[CX3] - -Iodoalkene: [IX1][CX3]=[CX3] - -Enol: [OX2H][CX3;$([H1]),$(C[#6])]=[CX3] -# no phenols - -Endiol: [OX2H][CX3;$([H1]),$(C[#6])]=[CX3;$([H1]),$(C[#6])][OX2H] -# no 1,2-diphenols, ketenacetals, ... - -Enolether: [OX2]([#6;!$(C=[N,O,S])])[CX3;$([H0][#6]),$([H1])]=[CX3] -# finds also endiodiethers, but not enolesters, no aromats - -Enolester: [OX2]([CX3]=[OX1])[#6X3;$([#6][#6]),$([H1])]=[#6X3;!$(C[OX2H])] - - -Enamine: [NX3;$([NH2][CX3]),$([NH1]([CX3])[#6]),$([N]([CX3])([#6])[#6]);!$([N]*=[#7,#8,#15,#16])][CX3;$([CH]),$([C][#6])]=[CX3] -# does not hit amines attached to aromatic rings, nor may the nitrogen be aromatic - -Thioenol: [SX2H][CX3;$([H1]),$(C[#6])]=[CX3] - -Thioenolether: [SX2]([#6;!$(C=[N,O,S])])[CX3;$(C[#6]),$([CH])]=[CX3] - - -# I.4: Three Carbon-Hetero Bonds (Carboxyl and Derivatives) -# ------------------------------ - -Acylchloride: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[ClX1] - -Acylfluoride: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[FX1] - -Acylbromide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[BrX1] - -Acyliodide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[IX1] - -Acylhalide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[FX1,ClX1,BrX1,IX1] -# all of the above - - -# The following contains all simple carboxylic combinations of O, N, S, & Hal - -# - acids, esters, amides, ... as well as a few extra cases (anhydride, hydrazide...) -# Cyclic structures (including aromats) like lactones, lactames, ... got their own -# definitions. Structures where both heteroatoms are part of an aromatic ring -# (oxazoles, imidazoles, ...) were excluded. - -Carboxylic_acid: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[$([OX2H]),$([OX1-])] -# includes carboxylate anions - -Carboxylic_ester: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[OX2][#6;!$(C=[O,N,S])] -# does not hit anhydrides or lactones - -Lactone: [#6][#6X3R](=[OX1])[#8X2][#6;!$(C=[O,N,S])] -# may also be aromatic - -Carboxylic_anhydride: [CX3;$([H0][#6]),$([H1])](=[OX1])[#8X2][CX3;$([H0][#6]),$([H1])](=[OX1]) -# anhydride formed by two carboxylic acids, no mixed anhydrides (e.g. between carboxylic acid and sulfuric acid); may be part of a ring, even aromatic - -Carboxylic_acid_derivative: [$([#6X3H0][#6]),$([#6X3H])](=[!#6])[!#6] -# includes most of the structures of I.4 and many more, also 1,3-heteroaromatics such as isoxazole - -Carbothioic_acid: [CX3;!R;$([C][#6]),$([CH]);$([C](=[OX1])[$([SX2H]),$([SX1-])]),$([C](=[SX1])[$([OX2H]),$([OX1-])])] -# hits both tautomeric forms, as well as anions - -Carbothioic_S_ester: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[SX2][#6;!$(C=[O,N,S])] - -Carbothioic_S_lactone: [#6][#6X3R](=[OX1])[#16X2][#6;!$(C=[O,N,S])] -# may also be aromatic - -Carbothioic_O_ester: [CX3;$([H0][#6]),$([H1])](=[SX1])[OX2][#6;!$(C=[O,N,S])] - -Carbothioic_O_lactone: [#6][#6X3R](=[SX1])[#8X2][#6;!$(C=[O,N,S])] - -Carbothioic_halide: [CX3;$([H0][#6]),$([H1])](=[SX1])[FX1,ClX1,BrX1,IX1] - -Carbodithioic_acid: [CX3;!R;$([C][#6]),$([CH]);$([C](=[SX1])[SX2H])] - -Carbodithioic_ester: [CX3;!R;$([C][#6]),$([CH]);$([C](=[SX1])[SX2][#6;!$(C=[O,N,S])])] - -Carbodithiolactone: [#6][#6X3R](=[SX1])[#16X2][#6;!$(C=[O,N,S])] - - -Amide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] -# does not hit lactames - -Primary_amide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[NX3H2] - -Secondary_amide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[#7X3H1][#6;!$(C=[O,N,S])] - -Tertiary_amide: [CX3;$([R0][#6]),$([H1R0])](=[OX1])[#7X3H0]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])] - -Lactam: [#6R][#6X3R](=[OX1])[#7X3;$([H1][#6;!$(C=[O,N,S])]),$([H0]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] -# cyclic amides, may also be aromatic - -Alkyl_imide: [#6X3;$([H0][#6]),$([H1])](=[OX1])[#7X3H0]([#6])[#6X3;$([H0][#6]),$([H1])](=[OX1]) -# may be part of a ring, even aromatic. only C allowed at central N. May also be triacyl amide - -N_hetero_imide: [#6X3;$([H0][#6]),$([H1])](=[OX1])[#7X3H0]([!#6])[#6X3;$([H0][#6]),$([H1])](=[OX1]) -# everything else than H or C at central N - -Imide_acidic: [#6X3;$([H0][#6]),$([H1])](=[OX1])[#7X3H1][#6X3;$([H0][#6]),$([H1])](=[OX1]) -# can be deprotonated - -Thioamide: [$([CX3;!R][#6]),$([CX3H;!R])](=[SX1])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] -# does not hit thiolactames - -Thiolactam: [#6R][#6X3R](=[SX1])[#7X3;$([H1][#6;!$(C=[O,N,S])]),$([H0]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] -# cyclic thioamides, may also be aromatic - - -Oximester: [#6X3;$([H0][#6]),$([H1])](=[OX1])[#8X2][#7X2]=,:[#6X3;$([H0]([#6])[#6]),$([H1][#6]),$([H2])] -# may also be part of a ring / aromatic - -Amidine: [NX3;!$(NC=[O,S])][CX3;$([CH]),$([C][#6])]=[NX2;!$(NC=[O,S])] -# only basic amidines, not as part of aromatic ring (e.g. imidazole) - -Hydroxamic_acid: [CX3;$([H0][#6]),$([H1])](=[OX1])[#7X3;$([H1]),$([H0][#6;!$(C=[O,N,S])])][$([OX2H]),$([OX1-])] - -Hydroxamic_acid_ester: [CX3;$([H0][#6]),$([H1])](=[OX1])[#7X3;$([H1]),$([H0][#6;!$(C=[O,N,S])])][OX2][#6;!$(C=[O,N,S])] -# does not hit anhydrides of carboxylic acids withs hydroxamic acids - - -Imidoacid: [CX3R0;$([H0][#6]),$([H1])](=[NX2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[$([OX2H]),$([OX1-])] -# not cyclic - -Imidoacid_cyclic: [#6R][#6X3R](=,:[#7X2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[$([OX2H]),$([OX1-])] -# the enamide-form of lactames. may be aromatic like 2-hydroxypyridine - -Imidoester: [CX3R0;$([H0][#6]),$([H1])](=[NX2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[OX2][#6;!$(C=[O,N,S])] -# esters of the above structures. no anhydrides. - -Imidolactone: [#6R][#6X3R](=,:[#7X2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[OX2][#6;!$(C=[O,N,S])] -# no oxazoles and similar - -Imidothioacid: [CX3R0;$([H0][#6]),$([H1])](=[NX2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[$([SX2H]),$([SX1-])] -# not cyclic - -Imidothioacid_cyclic: [#6R][#6X3R](=,:[#7X2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[$([SX2H]),$([SX1-])] -# the enamide-form of thiolactames. may be aromatic like 2-thiopyridine - -Imidothioester: [CX3R0;$([H0][#6]),$([H1])](=[NX2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[SX2][#6;!$(C=[O,N,S])] -# thioesters of the above structures. no anhydrides. - -Imidothiolactone: [#6R][#6X3R](=,:[#7X2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[SX2][#6;!$(C=[O,N,S])] -# no thioxazoles and similar - -Amidine: [#7X3v3;!$(N([#6X3]=[#7X2])C=[O,S])][CX3R0;$([H1]),$([H0][#6])]=[NX2v3;!$(N(=[#6X3][#7X3])C=[O,S])] -# only basic amidines, not substituted by carbonyl or thiocarbonyl, not as part of a ring - -Imidolactam: [#6][#6X3R;$([H0](=[NX2;!$(N(=[#6X3][#7X3])C=[O,S])])[#7X3;!$(N([#6X3]=[#7X2])C=[O,S])]),$([H0](-[NX3;!$(N([#6X3]=[#7X2])C=[O,S])])=,:[#7X2;!$(N(=[#6X3][#7X3])C=[O,S])])] -# one of the two C~N bonds is part of a ring (may be aromatic), but not both - thus no imidazole - -Imidoylhalide: [CX3R0;$([H0][#6]),$([H1])](=[NX2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[FX1,ClX1,BrX1,IX1] -# not cyclic - -Imidoylhalide_cyclic: [#6R][#6X3R](=,:[#7X2;$([H1]),$([H0][#6;!$(C=[O,N,S])])])[FX1,ClX1,BrX1,IX1] -# may also be aromatic - -# may be ring, aromatic, substituted with carbonyls, hetero, ... -# (everything else would get too complicated) - -Amidrazone: [$([$([#6X3][#6]),$([#6X3H])](=[#7X2v3])[#7X3v3][#7X3v3]),$([$([#6X3][#6]),$([#6X3H])]([#7X3v3])=[#7X2v3][#7X3v3])] -# hits both tautomers. as above, it may be ring, aromatic, substituted with carbonyls, hetero, ... - - -Alpha_aminoacid: [NX3,NX4+;!$([N]~[!#6]);!$([N]*~[#7,#8,#15,#16])][C][CX3](=[OX1])[OX2H,OX1-] -# N may be alkylated, but not part of an amide (as in peptides), ionic forms are included -# includes also non-natural aminoacids with double-bonded or two aliph./arom. substituents at alpha-C -# N may not be aromatic as in 1H-pyrrole-2-carboxylic acid - -Alpha_hydroxyacid: [OX2H][C][CX3](=[OX1])[OX2H,OX1-] - -Peptide_middle: [NX3;$([N][CX3](=[OX1])[C][NX3,NX4+])][C][CX3](=[OX1])[NX3;$([N][C][CX3](=[OX1])[NX3,OX2,OX1-])] -# finds peptidic structures which are neither C- nor N-terminal. Both neighbours must be amino-acids/peptides - -Peptide_C_term: [NX3;$([N][CX3](=[OX1])[C][NX3,NX4+])][C][CX3](=[OX1])[OX2H,OX1-] -# finds C-terminal amino acids - -Peptide_N_term: [NX3,NX4+;!$([N]~[!#6]);!$([N]*~[#7,#8,#15,#16])][C][CX3](=[OX1])[NX3;$([N][C][CX3](=[OX1])[NX3,OX2,OX1-])] -# finds N-terminal amino acids. As above, N may be substituted, but not part of an amide-bond. - - -Carboxylic_orthoester: [#6][OX2][CX4;$(C[#6]),$([CH])]([OX2][#6])[OX2][#6] -# hits also anhydride like struktures (e. g. HC(OMe)2-OC=O residues) - -Ketene: [CX3]=[CX2]=[OX1] - -Ketenacetal: [#7X2,#8X3,#16X2;$(*[#6,#14])][#6X3]([#7X2,#8X3,#16X2;$(*[#6,#14])])=[#6X3] -# includes aminals, silylacetals, ketenesters, etc. C=C DB is not aromatic, everything else may be - -Nitrile: [NX1]#[CX2] -# includes cyanhydrines - -Isonitrile: [CX1-]#[NX2+] - - -Vinylogous_carbonyl_or_carboxyl_derivative: [#6X3](=[OX1])[#6X3]=,:[#6X3][#7,#8,#16,F,Cl,Br,I] -# may be part of a ring, even aromatic - -Vinylogous_acid: [#6X3](=[OX1])[#6X3]=,:[#6X3][$([OX2H]),$([OX1-])] - -Vinylogous_ester: [#6X3](=[OX1])[#6X3]=,:[#6X3][#6;!$(C=[O,N,S])] - -Vinylogous_amide: [#6X3](=[OX1])[#6X3]=,:[#6X3][#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Vinylogous_halide: [#6X3](=[OX1])[#6X3]=,:[#6X3][FX1,ClX1,BrX1,IX1] - - - -# I.5: Four Carbon-Hetero Bonds (Carbonic Acid and Derivatives) -# ----------------------------- - -Carbonic_acid_dieester: [#6;!$(C=[O,N,S])][#8X2][#6X3](=[OX1])[#8X2][#6;!$(C=[O,N,S])] -# may be part of a ring, even aromatic - -Carbonic_acid_esterhalide: [#6;!$(C=[O,N,S])][OX2;!R][CX3](=[OX1])[OX2][FX1,ClX1,BrX1,IX1] - -Carbonic_acid_monoester: [#6;!$(C=[O,N,S])][OX2;!R][CX3](=[OX1])[$([OX2H]),$([OX1-])] -# unstable - -Carbonic_acid_derivatives: [!#6][#6X3](=[!#6])[!#6] - - -Thiocarbonic_acid_dieester: [#6;!$(C=[O,N,S])][#8X2][#6X3](=[SX1])[#8X2][#6;!$(C=[O,N,S])] -# may be part of a ring, even aromatic - -Thiocarbonic_acid_esterhalide: [#6;!$(C=[O,N,S])][OX2;!R][CX3](=[SX1])[OX2][FX1,ClX1,BrX1,IX1] - -Thiocarbonic_acid_monoester: [#6;!$(C=[O,N,S])][OX2;!R][CX3](=[SX1])[$([OX2H]),$([OX1-])] - - -Urea:[#7X3;!$([#7][!#6])][#6X3](=[OX1])[#7X3;!$([#7][!#6])] -# no check whether part of imide, biuret, etc. Aromatic structures are only hit if -# both N share no double bonds, like in the dioxo-form of uracil - -Thiourea: [#7X3;!$([#7][!#6])][#6X3](=[SX1])[#7X3;!$([#7][!#6])] - -Isourea: [#7X2;!$([#7][!#6])]=,:[#6X3]([#8X2&!$([#8][!#6]),OX1-])[#7X3;!$([#7][!#6])] -# O may be substituted. no check whether further amide-like bonds are present. Aromatic -# structures are only hit if single bonded N shares no additional double bond, like in -# the 1-hydroxy-3-oxo form of uracil - -Isothiourea: [#7X2;!$([#7][!#6])]=,:[#6X3]([#16X2&!$([#16][!#6]),SX1-])[#7X3;!$([#7][!#6])] - -Guanidine: [N;v3X3,v4X4+][CX3](=[N;v3X2,v4X3+])[N;v3X3,v4X4+] -# also hits guanidinium salts. v3 and v4 to avoid nitroamidines - -Carbaminic_acid: [NX3]C(=[OX1])[O;X2H,X1-] -# quite unstable, unlikely to be found. Also hits salts - -Urethan: [#7X3][#6](=[OX1])[#8X2][#6] -# also hits when part of a ring, no check whether the last C is part of carbonyl - -Biuret: [#7X3][#6](=[OX1])[#7X3][#6](=[OX1])[#7X3] - -Semicarbazide: [#7X3][#7X3][#6X3]([#7X3;!$([#7][#7])])=[OX1] - -Carbazide: [#7X3][#7X3][#6X3]([#7X3][#7X3])=[OX1] - -Semicarbazone: [#7X2](=[#6])[#7X3][#6X3]([#7X3;!$([#7][#7])])=[OX1] - -Carbazone: [#7X2](=[#6])[#7X3][#6X3]([#7X3][#7X3])=[OX1] - -Thiosemicarbazide: [#7X3][#7X3][#6X3]([#7X3;!$([#7][#7])])=[SX1] - -Thiocarbazide: [#7X3][#7X3][#6X3]([#7X3][#7X3])=[SX1] - -Thiosemicarbazone: [#7X2](=[#6])[#7X3][#6X3]([#7X3;!$([#7][#7])])=[SX1] - -Thiocarbazone: [#7X2](=[#6])[#7X3][#6X3]([#7X3][#7X3])=[SX1] - - -Isocyanate: [NX2]=[CX2]=[OX1] - -Cyanate: [OX2][CX2]#[NX1] - -Isothiocyanate: [NX2]=[CX2]=[SX1] - -Thiocyanate: [SX2][CX2]#[NX1] - -Carbodiimide: [NX2]=[CX2]=[NX2] - -Orthocarbonic_derivatives: [CX4H0]([O,S,#7])([O,S,#7])([O,S,#7])[O,S,#7,F,Cl,Br,I] -# halogen allowed just once, to avoid mapping to -OCF3 and similar groups (much more -# stable as for example C(OCH3)4) - - -# I.6 Aromatics -# ------------- - -# I know that this classification is not very logical, arylamines are found under I.2 ... - -Phenol: [OX2H][c] - -1,2-Diphenol: [OX2H][c][c][OX2H] - -Arylchloride: [Cl][c] - -Arylfluoride: [F][c] - -Arylbromide: [Br][c] - -Aryliodide: [I][c] - -Arylthiol: [SX2H][c] - -Iminoarene: [c]=[NX2;$([H1]),$([H0][#6;!$([C]=[N,S,O])])] -# N may be substituted with H or C, but not carbonyl or similar -# aromatic atom is always C, not S or P (these are not planar when substituted) - -Oxoarene: [c]=[OX1] - -Thioarene: [c]=[SX1] - -Hetero_N_basic_H: [nX3H1+0] -# as in pyrole. uncharged to exclude pyridinium ions - -Hetero_N_basic_no_H: [nX3H0+0] -# as in N-methylpyrole. uncharged to exclude pyridinium ions - -Hetero_N_nonbasic: [nX2,nX3+] -# as in pyridine, pyridinium - -Hetero_O: [o] - -Hetero_S: [sX2] -# X2 because Daylight's depictmatch falsely describes C1=CS(=O)C=C1 as aromatic -# (is not planar because of lonepair at S) - -Heteroaromatic: [a;!c] - - -# Part II: N, S, P, Si, B -# ======================= - - -# II.1 Nitrogen -# ------------- - -Nitrite: [NX2](=[OX1])[O;$([X2]),$([X1-])] -# hits nitrous acid, its anion, esters, and other O-substituted derivatives - -Thionitrite: [SX2][NX2]=[OX1] - -Nitrate: [$([NX3](=[OX1])(=[OX1])[O;$([X2]),$([X1-])]),$([NX3+]([OX1-])(=[OX1])[O;$([X2]),$([X1-])])] -# hits nitric acid, its anion, esters, and other O-substituted derivatives - -Nitro: [$([NX3](=O)=O),$([NX3+](=O)[O-])][!#8] -# hits nitro groups attached to C,N, ... but not nitrates - -Nitroso: [NX2](=[OX1])[!#7;!#8] -# no nitrites, no nitrosamines - -Azide: [NX1]~[NX2]~[NX2,NX1] -# hits both mesomeric forms, also anion - -Acylazide: [CX3](=[OX1])[NX2]~[NX2]~[NX1] - -Diazo: [$([#6]=[NX2+]=[NX1-]),$([#6-]-[NX2+]#[NX1])] - -Diazonium: [#6][NX2+]#[NX1] - -Nitrosamine: [#7;!$(N*=O)][NX2]=[OX1] - -Nitrosamide: [NX2](=[OX1])N-*=O -# includes nitrososulfonamides - -N-Oxide: [$([#7+][OX1-]),$([#7v5]=[OX1]);!$([#7](~[O])~[O]);!$([#7]=[#7])] -# Hits both forms. Won't hit azoxy, nitro, nitroso, or nitrate. - - -Hydrazine: [NX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6]);!$(NC=[O,N,S])][NX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6]);!$(NC=[O,N,S])] -# no hydrazides - -Hydrazone: [NX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6]);!$(NC=[O,N,S])][NX2]=[#6] - -Hydroxylamine: [NX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6]);!$(NC=[O,N,S])][OX2;$([H1]),$(O[#6;!$(C=[N,O,S])])] -# no discrimination between O-, N-, and O,N-substitution - - -# II.2 Sulfur -# ----------- - -Sulfon: [$([SX4](=[OX1])(=[OX1])([#6])[#6]),$([SX4+2]([OX1-])([OX1-])([#6])[#6])] -# can't be aromatic, thus S and not #16 - -Sulfoxide: [$([SX3](=[OX1])([#6])[#6]),$([SX3+]([OX1-])([#6])[#6])] - -Sulfonium: [S+;!$([S]~[!#6]);!$([S]*~[#7,#8,#15,#16])] -# can't be aromatic, thus S and not #16 - -Sulfuric_acid: [SX4](=[OX1])(=[OX1])([$([OX2H]),$([OX1-])])[$([OX2H]),$([OX1-])] -# includes anions - -Sulfuric_monoester: [SX4](=[OX1])(=[OX1])([$([OX2H]),$([OX1-])])[OX2][#6;!$(C=[O,N,S])] - -Sulfuric_diester: [SX4](=[OX1])(=[OX1])([OX2][#6;!$(C=[O,N,S])])[OX2][#6;!$(C=[O,N,S])] - -Sulfuric_monoamide: [SX4](=[OX1])(=[OX1])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[$([OX2H]),$([OX1-])] - -Sulfuric_diamide: [SX4](=[OX1])(=[OX1])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Sulfuric_esteramide: [SX4](=[OX1])(=[OX1])([#7X3][#6;!$(C=[O,N,S])])[OX2][#6;!$(C=[O,N,S])] - -Sulfuric_derivative: [SX4D4](=[!#6])(=[!#6])([!#6])[!#6] -# everything else (would not be a "true" derivative of sulfuric acid, if one of the substituents were less electronegative -# than sulfur, but this should be very very rare, anyway) - - - -#### sulfurous acid and derivatives missing!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - - - - -Sulfonic_acid: [SX4;$([H1]),$([H0][#6])](=[OX1])(=[OX1])[$([OX2H]),$([OX1-])] - -Sulfonamide: [SX4;$([H1]),$([H0][#6])](=[OX1])(=[OX1])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Sulfonic_ester: [SX4;$([H1]),$([H0][#6])](=[OX1])(=[OX1])[OX2][#6;!$(C=[O,N,S])] - -Sulfonic_halide: [SX4;$([H1]),$([H0][#6])](=[OX1])(=[OX1])[FX1,ClX1,BrX1,IX1] - -Sulfonic_derivative: [SX4;$([H1]),$([H0][#6])](=[!#6])(=[!#6])[!#6] -# includes all of the above and many more -# for comparison: this is what "all sulfonic derivatives but not the ones above" would look like: -# [$([SX4;$([H1]),$([H0][#6])](=[!#6])(=[!#6;!O])[!#6]),$([SX4;$([H1]),$([H0][#6])](=[OX1])(=[OX1])[!$([FX1,ClX1,BrX1,IX1]);!$([#6]);!$([OX2H]);!$([OX1-]);!$([OX2][#6;!$(C=[O,N,S])]);!$([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])])] - - -Sulfinic_acid: [SX3;$([H1]),$([H0][#6])](=[OX1])[$([OX2H]),$([OX1-])] - -Sulfinic_amide: [SX3;$([H1]),$([H0][#6])](=[OX1])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Sulfinic_ester: [SX3;$([H1]),$([H0][#6])](=[OX1])[OX2][#6;!$(C=[O,N,S])] - -Sulfinic_halide: [SX3;$([H1]),$([H0][#6])](=[OX1])[FX1,ClX1,BrX1,IX1] - -Sulfinic_derivative: [SX3;$([H1]),$([H0][#6])](=[!#6])[!#6] - -Sulfenic_acid: [SX2;$([H1]),$([H0][#6])][$([OX2H]),$([OX1-])] - -Sulfenic_amide: [SX2;$([H1]),$([H0][#6])][#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Sulfenic_ester: [SX2;$([H1]),$([H0][#6])][OX2][#6;!$(C=[O,N,S])] - -Sulfenic_halide: [SX2;$([H1]),$([H0][#6])][FX1,ClX1,BrX1,IX1] - -Sulfenic_derivative: [SX2;$([H1]),$([H0][#6])][!#6] - - -# II.3 Phosphorous -# ---------------- - -Phosphine: [PX3;$([H3]),$([H2][#6]),$([H1]([#6])[#6]),$([H0]([#6])([#6])[#6])] -# similar to amine, but less restrictive: includes also amide- and aminal-analogues - -Phosphine_oxide: [PX4;$([H3]=[OX1]),$([H2](=[OX1])[#6]),$([H1](=[OX1])([#6])[#6]),$([H0](=[OX1])([#6])([#6])[#6])] - -Phosphonium: [P+;!$([P]~[!#6]);!$([P]*~[#7,#8,#15,#16])] -# similar to Ammonium - -Phosphorylen: [PX4;$([H3]=[CX3]),$([H2](=[CX3])[#6]),$([H1](=[CX3])([#6])[#6]),$([H0](=[CX3])([#6])([#6])[#6])] - - -# conventions for the following acids and derivatives: -# acids find protonated and deprotonated acids -# esters do not find mixed anhydrides ( ...P-O-C(=O)) -# derivatives: subtituents which go in place of the OH and =O are not H or C (may also be O, -# thus including acids and esters) - -Phosphonic_acid: [PX4;$([H1]),$([H0][#6])](=[OX1])([$([OX2H]),$([OX1-])])[$([OX2H]),$([OX1-])] -# includes anions - -Phosphonic_monoester: [PX4;$([H1]),$([H0][#6])](=[OX1])([$([OX2H]),$([OX1-])])[OX2][#6;!$(C=[O,N,S])] - -Phosphonic_diester: [PX4;$([H1]),$([H0][#6])](=[OX1])([OX2][#6;!$(C=[O,N,S])])[OX2][#6;!$(C=[O,N,S])] - -Phosphonic_monoamide: [PX4;$([H1]),$([H0][#6])](=[OX1])([$([OX2H]),$([OX1-])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphonic_diamide: [PX4;$([H1]),$([H0][#6])](=[OX1])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphonic_esteramide: [PX4;$([H1]),$([H0][#6])](=[OX1])([OX2][#6;!$(C=[O,N,S])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphonic_acid_derivative: [PX4;$([H1]),$([H0][#6])](=[!#6])([!#6])[!#6] -# all of the above and much more - - -Phosphoric_acid: [PX4D4](=[OX1])([$([OX2H]),$([OX1-])])([$([OX2H]),$([OX1-])])[$([OX2H]),$([OX1-])] -# includes anions - -Phosphoric_monoester: [PX4D4](=[OX1])([$([OX2H]),$([OX1-])])([$([OX2H]),$([OX1-])])[OX2][#6;!$(C=[O,N,S])] - -Phosphoric_diester: [PX4D4](=[OX1])([$([OX2H]),$([OX1-])])([OX2][#6;!$(C=[O,N,S])])[OX2][#6;!$(C=[O,N,S])] - -Phosphoric_triester: [PX4D4](=[OX1])([OX2][#6;!$(C=[O,N,S])])([OX2][#6;!$(C=[O,N,S])])[OX2][#6;!$(C=[O,N,S])] - -Phosphoric_monoamide: [PX4D4](=[OX1])([$([OX2H]),$([OX1-])])([$([OX2H]),$([OX1-])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphoric_diamide: [PX4D4](=[OX1])([$([OX2H]),$([OX1-])])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphoric_triamide: [PX4D4](=[OX1])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphoric_monoestermonoamide: [PX4D4](=[OX1])([$([OX2H]),$([OX1-])])([OX2][#6;!$(C=[O,N,S])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphoric_diestermonoamide: [PX4D4](=[OX1])([OX2][#6;!$(C=[O,N,S])])([OX2][#6;!$(C=[O,N,S])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphoric_monoesterdiamide: [PX4D4](=[OX1])([OX2][#6;!$(C=[O,N,S])])([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphoric_acid_derivative: [PX4D4](=[!#6])([!#6])([!#6])[!#6] - - -Phosphinic_acid: [PX4;$([H2]),$([H1][#6]),$([H0]([#6])[#6])](=[OX1])[$([OX2H]),$([OX1-])] - -Phosphinic_ester: [PX4;$([H2]),$([H1][#6]),$([H0]([#6])[#6])](=[OX1])[OX2][#6;!$(C=[O,N,S])] - -Phosphinic_amide: [PX4;$([H2]),$([H1][#6]),$([H0]([#6])[#6])](=[OX1])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphinic_acid_derivative: [PX4;$([H2]),$([H1][#6]),$([H0]([#6])[#6])](=[!#6])[!#6] - - -Phosphonous_acid: [PX3;$([H1]),$([H0][#6])]([$([OX2H]),$([OX1-])])[$([OX2H]),$([OX1-])] - -Phosphonous_monoester: [PX3;$([H1]),$([H0][#6])]([$([OX2H]),$([OX1-])])[OX2][#6;!$(C=[O,N,S])] - -Phosphonous_diester: [PX3;$([H1]),$([H0][#6])]([OX2][#6;!$(C=[O,N,S])])[OX2][#6;!$(C=[O,N,S])] - -Phosphonous_monoamide: [PX3;$([H1]),$([H0][#6])]([$([OX2H]),$([OX1-])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphonous_diamide: [PX3;$([H1]),$([H0][#6])]([#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphonous_esteramide: [PX3;$([H1]),$([H0][#6])]([OX2][#6;!$(C=[O,N,S])])[#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphonous_derivatives: [PX3;$([D2]),$([D3][#6])]([!#6])[!#6] - - -Phosphinous_acid: [PX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6])][$([OX2H]),$([OX1-])] - -Phosphinous_ester: [PX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6])][OX2][#6;!$(C=[O,N,S])] - -Phosphinous_amide: [PX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6])][#7X3;$([H2]),$([H1][#6;!$(C=[O,N,S])]),$([#7]([#6;!$(C=[O,N,S])])[#6;!$(C=[O,N,S])])] - -Phosphinous_derivatives: [PX3;$([H2]),$([H1][#6]),$([H0]([#6])[#6])][!#6] - - -# II.4 Silicon -# ------------ - -Quart_silane: [SiX4]([#6])([#6])([#6])[#6] -# four C-substituents. non-reactive, non-toxic, in experimental phase for drug development - -Non-quart_silane: [SiX4;$([H1]([#6])([#6])[#6]),$([H2]([#6])[#6]),$([H3][#6]),$([H4])] -# has 1-4 hydride(s), reactive. Daylight's depictmatch does not add hydrogens automatically to -# the free positions at Si, thus Hs had to be added implicitly - -Silylmonohalide: [SiX4]([FX1,ClX1,BrX1,IX1])([#6])([#6])[#6] -# reagents for inserting protection groups - -Het_trialkylsilane: [SiX4]([!#6])([#6])([#6])[#6] -# mostly acid-labile protection groups such as trimethylsilyl-ethers - -Dihet_dialkylsilane: [SiX4]([!#6])([!#6])([#6])[#6] - -Trihet_alkylsilane: [SiX4]([!#6])([!#6])([!#6])[#6] - -Silicic_acid_derivative: [SiX4]([!#6])([!#6])([!#6])[!#6] -# four substituent which are neither C nor H - - -# II.5 Boron -# ---------- - -Trialkylborane: [BX3]([#6])([#6])[#6] -# also carbonyls allowed - -Boric_acid_derivatives: [BX3]([!#6])([!#6])[!#6] -# includes acids, esters, amides, ... H-substituent at B is very rare. - -Boronic_acid_derivative: [BX3]([!#6])([!#6])[!#6] -# # includes acids, esters, amides, ... - -Borohydride: [BH1,BH2,BH3,BH4] -# at least one H attached to B - -Quaternary_boron: [BX4] -# mostly borates (negative charge), in complex with Lewis-base - - - -# Part III: Some Special Patterns -# =============================== - - -# III.1 Chains -# ------------ - -# some simple chains - - - -# III.2 Rings -# ----------- - -Aromatic: a - -Heterocyclic: [!#6;!R0] -# may be aromatic or not - -Epoxide: [OX2r3]1[#6r3][#6r3]1 -# toxic/reactive. may be annelated to aromat, but must not be aromatic itself (oxirane-2,3-dione) - -NH_aziridine: [NX3H1r3]1[#6r3][#6r3]1 -# toxic/reactive according to Maybridge's garbage filter - -Spiro: [D4R;$(*(@*)(@*)(@*)@*)] -# at least two different rings can be found which are sharing just one atom. -# these two rings can be connected by a third ring, so it matches also some -# bridged systems, like morphine - -Annelated_rings: [R;$(*(@*)(@*)@*);!$([R2;$(*(@*)(@*)(@*)@*)])]@[R;$(*(@*)(@*)@*);!$([R2;$(*(@*)(@*)(@*)@*)])] -# two different rings sharing exactly two atoms - -Bridged_rings: [R;$(*(@*)(@*)@*);!$([D4R;$(*(@*)(@*)(@*)@*)]);!$([R;$(*(@*)(@*)@*);!$([R2;$(*(@*)(@*)(@*)@*)])]@[R;$(*(@*)(@*)@*);!$([R2;$(*(@*)(@*)(@*)@*)])])] -# part of two or more rings, not spiro, not annelated -> finds bridgehead atoms, -# but only if they are not annelated at the same time - otherwise impossible (?) -# to distinguish from non-bridgehead annelated atoms - -# some basic ring-patterns (just size, no other information): - - - - - -# III.3 Sugars and Nucleosides/Nucleotides, Steroids -# -------------------------------------------------- - -# because of the large variety of sugar derivatives, different patterns can be applied. -# The choice of patterns and their combinations will depend on the contents of the database -# e.g. natural products, nucleoside analoges with modified sugars, ... as well as on the -# desired restriction - - -Sugar_pattern_1: [OX2;$([r5]1@C@C@C(O)@C1),$([r6]1@C@C@C(O)@C(O)@C1)] -# 5 or 6-membered ring containing one O and at least one (r5) or two (r6) oxygen-substituents. - -Sugar_pattern_2: [OX2;$([r5]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C1),$([r6]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C@C1)] -# 5 or 6-membered ring containing one O and an acetal-like bond at postion 2. - -Sugar_pattern_combi: [OX2;$([r5]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C(O)@C1),$([r6]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C(O)@C(O)@C1)] -# combination of the two above - -Sugar_pattern_2_reducing: [OX2;$([r5]1@C(!@[OX2H1])@C@C@C1),$([r6]1@C(!@[OX2H1])@C@C@C@C1)] -# 5 or 6-membered cyclic hemi-acetal - -Sugar_pattern_2_alpha: [OX2;$([r5]1@[C@@](!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C1),$([r6]1@[C@@](!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C@C1)] -# 5 or 6-membered cyclic hemi-acetal - -Sugar_pattern_2_beta: [OX2;$([r5]1@[C@](!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C1),$([r6]1@[C@](!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C@C1)] -# 5 or 6-membered cyclic hemi-acetal - -##Poly_sugar_1: ([OX2;$([r5]1@C@C@C(O)@C1),$([r6]1@C@C@C(O)@C(O)@C1)].[OX2;$([r5]1@C@C@C(O)@C1),$([r6]1@C@C@C(O)@C(O)@C1)]) -# pattern1 occours more than once (in same molecule, but moieties don't have to be adjacent!) - -##Poly_sugar_2: ([OX2;$([r5]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C1),$([r6]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C@C1)].[OX2;$([r5]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C1),$([r6]1@C(!@[OX2,NX3,SX2,FX1,ClX1,BrX1,IX1])@C@C@C@C1)]) -# pattern2 occours more than once (in same molecule, but moieties don't have to be adjacent!) - - -# III.4 Everything else... -# ------------------------ - -Conjugated_double_bond: *=*[*]=,#,:[*] - -Conjugated_tripple_bond: *#*[*]=,#,:[*] - -Cis_double_bond: */[D2]=[D2]\* -# only one single-bonded substituent on each DB-atom. no aromats. -# only found when character of DB is explicitely stated. - -Trans_double_bond: */[D2]=[D2]/* -# analog - -Mixed_anhydrides: [$(*=O),$([#16,#14,#5]),$([#7]([#6]=[OX1]))][#8X2][$(*=O),$([#16,#14,#5]),$([#7]([#6]=[OX1]))] -# should hits all combinations of two acids - -Halogen_on_hetero: [FX1,ClX1,BrX1,IX1][!#6] - -Halogen_multi_subst: [F,Cl,Br,I;!$([X1]);!$([X0-])] -# Halogen which is not mono-substituted nor an anion, e.g. chlorate. -# Most of these cases should be also filtered by Halogen_on_hetero. - -Trifluoromethyl: [FX1][CX4;!$([H0][Cl,Br,I]);!$([F][C]([F])([F])[F])]([FX1])([FX1]) -# C with three F attached, connected to anything which is not another halogen - -C_ONS_bond: [#6]~[#7,#8,#16] -# probably all drug-like molecules have at least one O, N, or S connected to a C -> nice filter - -## Mixture: (*).(*) -# two or more seperate parts, may also be salt -# component-level grouping is not yet supported in Open Babel Version 2.0 - - -Charged: [!+0] - -Anion: [-1,-2,-3,-4,-5,-6,-7] - -Kation: [+1,+2,+3,+4,+5,+6,+7] - -Salt: ([-1,-2,-3,-4,-5,-6,-7]).([+1,+2,+3,+4,+5,+6,+7]) -# two or more seperate components with opposite charges - -##Zwitterion: ([-1,-2,-3,-4,-5,-6,-7].[+1,+2,+3,+4,+5,+6,+7]) -# both negative and positive charges somewhere within the same molecule. - -1,3-Tautomerizable: [$([#7X2,OX1,SX1]=*[!H0;!$([a;!n])]),$([#7X3,OX2,SX2;!H0]*=*),$([#7X3,OX2,SX2;!H0]*:n)] -# 1,3 migration of H allowed. Includes keto/enol and amide/enamide. -# Aromatic rings must stay aromatic - no keto form of phenol - -1,5-Tautomerizable: [$([#7X2,OX1,SX1]=,:**=,:*[!H0;!$([a;!n])]),$([#7X3,OX2,SX2;!H0]*=**=*),$([#7X3,OX2,SX2;!H0]*=,:**:n)] - -Rotatable_bond: [!$(*#*)&!D1]-!@[!$(*#*)&!D1] -# taken from http://www.daylight.com/support/contrib/smarts/content.html - -Michael_acceptor: [CX3]=[CX3][$([CX3]=[O,N,S]),$(C#[N]),$([S,P]=[OX1]),$([NX3]=O),$([NX3+](=O)[O-])] -# the classical case: C=C near carbonyl, nitrile, nitro, or similar -# Oxo-heteroaromats and similar are not included. - -Dicarbodiazene: [CX3](=[OX1])[NX2]=[NX2][CX3](=[OX1]) -# Michael-like acceptor, see Mitsunobu reaction - -# H-Bond_donor: - -# H-Bond_acceptor: - -# Pos_ionizable: - -# Neg_ionizable: - -# Unlikely_ions: -# O+,N-,C+,C-, ... - -CH-acidic: [$([CX4;!$([H0]);!$(C[!#6;!$([P,S]=O);!$(N(~O)~O)])][$([CX3]=[O,N,S]),$(C#[N]),$([S,P]=[OX1]),$([NX3]=O),$([NX3+](=O)[O-]);!$(*[S,O,N;H1,H2]);!$([*+0][S,O;X1-])]),$([CX4;!$([H0])]1[CX3]=[CX3][CX3]=[CX3]1)] -# C-H alpha to carbony, nitro or similar, C is not double-bonded, only C, H, S,P=O and nitro substituents allowed. -# pentadiene is included. acids, their salts, prim./sec. amides, and imides are excluded. -# hits also CH-acidic_strong - -CH-acidic_strong: [CX4;!$([H0]);!$(C[!#6;!$([P,S]=O);!$(N(~O)~O)])]([$([CX3]=[O,N,S]),$(C#[N]),$([S,P]=[OX1]),$([NX3]=O),$([NX3+](=O)[O-]);!$(*[S,O,N;H1,H2]);!$([*+0][S,O;X1-])])[$([CX3]=[O,N,S]),$(C#[N]),$([S,P]=[OX1]),$([NX3]=O),$([NX3+](=O)[O-]);!$(*[S,O,N;H1,H2]);!$([*+0][S,O;X1-])] -# same as above (without pentadiene), but carbonyl or similar on two or three sides - -Chiral_center_specified: [$([*@](~*)(~*)(*)*),$([*@H](*)(*)*),$([*@](~*)(*)*),$([*@H](~*)~*)] -# Hits atoms with tetrahedral chirality, if chiral center is specified in the SMILES string -# depictmach does not find oxonium, sulfonium, or sulfoxides! - -# Chiral_center_unspecified: [$([*@?](~*)(~*)(*)*),$([*@?H](*)(*)*),$([*@?](~*)(*)*),$([*@?H](~*)~*)] -# Hits atoms with tetrahedral chirality, if chiral center is not specified in the SMILES string -# "@?" (unspecified chirality) is not yet supported in Open Babel Version 2.0 - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/UFF.prm --- a/CADDSuite-1.6/data/OpenBabel/UFF.prm Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,277 +0,0 @@ -# -# Open Babel file: UFF.prm -# -# Force field parameters for UFF, the Universal Force Field -# Used by OBForceField and OBUFFForceField -# -# J. Am. Chem. Soc. (1992) 114(25) p. 10024-10035. -# The parameters in this file are taken from the UFF implementation in RDKit -# http://rdkit.org/ -# -# Atom typing rules are based on UFF published atom descriptions -# atom [SMARTS] [atomtype] [description] -# These must be sorted according to the element and complexity -# of the type rule (i.e., generic rules first, more specific rules later) -# -# Parameters follow later -# param Atom r1 theta0 x1 D1 zeta Z1 Vi Uj Xi Hard Radius - -#atom [#0] Du Dummy atom (e.g., ligand attachment point) -atom [#1] H_ Generic hydrogen -atom [#1D2] H_b Bridging hydrogen -atom [#2] He4+4 Helium -atom [#3] Li Lithium -atom [#4] Be3+2 Generic Be -atom [#5] B_2 Trigonal planar boron -atom [#5D4] B_3 Tetrahedral boron -atom [#6] C_3 Generic sp3 C -atom [C^2] C_2 sp2 non-aromatic C -atom [C^1] C_1 sp hybridized C -atom [c] C_R aromatic C -atom [#6H1D3r5] C_R aromatic C (cyclopentadienyl ring) -atom [#7] N_3 Generic sp3 N -atom [N^2] N_2 sp2 non-aromatic N -atom [N^1] N_1 sp hybridized N -atom [n] N_R aromatic N -atom [#8] O_3 generic, sp3 hybridized O -atom [#8][#14] O_3_z sp3 hybridized O for zeolites -atom [O^2] O_2 sp2 hybridized O -atom [O^1] O_1 sp hybridized O -atom [o] O_R aromatic O -atom [#9] F_ generic F -atom [#10] Ne4+4 -atom [#11] Na -atom [#12] Mg3+2 -atom [#13] Al3 -atom [#14] Si3 -#atom [#15] P_3+q Organometallic phosphine ligands -atom [#15] P_3+3 generic phosphorus -atom [#15D5] P_3+5 formal charge +5 -atom [#16] S_3+2 generic S -atom [#16+4] S_3+4 S+4 ( SO2 ) -atom [#16+6] S_3+6 S+6 ( SO3 / H2SO4 ) -atom [S^2] S_2 non-aromatic sp2 S -atom [s] S_R aromatic S -atom [#17] Cl -atom [#18] Ar4+4 -atom [#19] K_ -atom [#20] Ca6+2 -atom [#21] Sc3+3 -atom [#22] Ti6+4 generic Ti (6-valent) -atom [#22D3] Ti3+4 -atom [#23] V_3+5 -atom [#24] Cr6+3 -atom [#25] Mn6+2 -atom [#26] Fe6+2 generic Fe (6-valent) -atom [#26D3] Fe3+2 -atom [#27] Co6+3 -atom [#28] Ni4+2 -atom [#29] Cu3+1 -atom [#30] Zn3+2 -atom [#31] Ga3+3 -atom [#32] Ge3 -atom [#33] As3+3 -atom [#34] Se3+2 -atom [#35] Br -atom [#36] Kr4+4 -atom [#37] Rb -atom [#38] Sr6+2 -atom [#39] Y_3+3 -atom [#40] Zr3+4 -atom [#41] Nb3+5 -atom [#42] Mo6+6 generic Mo (6-valent) -atom [#42D3] Mo3+6 trivalent Mo -atom [#43] Tc6+5 -atom [#44] Ru6+2 -atom [#45] Rh6+3 -atom [#46] Pd4+2 -atom [#47] Ag1+1 -atom [#48] Cd3+2 -atom [#49] In3+3 -atom [#50] Sn3 -atom [#51] Sb3+3 -atom [#52] Te3+2 -atom [#53] I_ -atom [#54] Xe4+4 -atom [#55] Cs -atom [#56] Ba6+2 -atom [#57] La3+3 -atom [#58] Ce6+3 -atom [#59] Pr6+3 -atom [#60] Nd6+3 -atom [#61] Pm6+3 -atom [#62] Sm6+3 -atom [#63] Eu6+3 -atom [#64] Gd6+3 -atom [#65] Tb6+3 -atom [#66] Dy6+3 -atom [#67] Ho6+3 -atom [#68] Er6+3 -atom [#69] Tm6+3 -atom [#70] Yb6+3 -atom [#71] Lu6+3 -atom [#72] Hf3+4 -atom [#73] Ta3+5 -atom [#74] W_6+6 generic W (6-valent) -atom [#74D3+4] W_3+4 -atom [#74D3+6] W_3+6 -atom [#75] Re6+5 generic Re (6-valent) -atom [#75D3] Re3+7 trivalent Re -atom [#76] Os6+6 -atom [#77] Ir6+3 -atom [#78] Pt4+2 -atom [#79] Au4+3 -atom [#80] Hg1+2 -atom [#81] Tl3+3 -atom [#82] Pb3 -atom [#83] Bi3+3 -atom [#84] Po3+2 -atom [#85] At -atom [#86] Rn4+4 -atom [#87] Fr -atom [#88] Ra6+2 -atom [#89] Ac6+3 -atom [#90] Th6+4 -atom [#91] Pa6+4 -atom [#92] U_6+4 -atom [#93] Np6+4 -atom [#94] Pu6+4 -atom [#95] Am6+4 -atom [#96] Cm6+3 -atom [#97] Bk6+3 -atom [#98] Cf6+3 -atom [#99] Es6+3 -atom [#100] Fm6+3 -atom [#101] Md6+3 -atom [#102] No6+3 -atom [#103] Lw6+3 - -# Atom r1 theta0 x1 D1 zeta Z1 Vi Uj Xi Hard Radius -param Du 0.01 180 0.4 5000 12 10.0 0 0 9.66 14.92 0.7 -param H_ 0.354 180 2.886 0.044 12 0.712 0 0 4.528 6.9452 0.371 -param H_b 0.46 83.5 2.886 0.044 12 0.712 0 0 4.528 6.9452 0.371 -param He4+4 0.849 90 2.362 0.056 15.24 0.098 0 0 9.66 14.92 1.3 -param Li 1.336 180 2.451 0.025 12 1.026 0 2 3.006 2.386 1.557 -param Be3+2 1.074 109.47 2.745 0.085 12 1.565 0 2 4.877 4.443 1.24 -param B_3 0.838 109.47 4.083 0.18 12.052 1.755 0 2 5.11 4.75 0.822 -param B_2 0.828 120 4.083 0.18 12.052 1.755 0 2 5.11 4.75 0.822 -param C_3 0.757 109.47 3.851 0.105 12.73 1.912 2.119 2 5.343 5.063 0.759 -param C_R 0.729 120 3.851 0.105 12.73 1.912 0 2 5.343 5.063 0.759 -param C_2 0.732 120 3.851 0.105 12.73 1.912 0 2 5.343 5.063 0.759 -param C_1 0.706 180 3.851 0.105 12.73 1.912 0 2 5.343 5.063 0.759 -param N_3 0.7 106.7 3.66 0.069 13.407 2.544 0.45 2 6.899 5.88 0.715 -param N_R 0.699 120 3.66 0.069 13.407 2.544 0 2 6.899 5.88 0.715 -param N_2 0.685 111.2 3.66 0.069 13.407 2.544 0 2 6.899 5.88 0.715 -param N_1 0.656 180 3.66 0.069 13.407 2.544 0 2 6.899 5.88 0.715 -param O_3 0.658 104.51 3.5 0.06 14.085 2.3 0.018 2 8.741 6.682 0.669 -param O_3_z 0.528 146 3.5 0.06 14.085 2.3 0.018 2 8.741 6.682 0.669 -param O_R 0.68 110 3.5 0.06 14.085 2.3 0 2 8.741 6.682 0.669 -param O_2 0.634 120 3.5 0.06 14.085 2.3 0 2 8.741 6.682 0.669 -param O_1 0.639 180 3.5 0.06 14.085 2.3 0 2 8.741 6.682 0.669 -param F_ 0.668 180 3.364 0.05 14.762 1.735 0 2 10.874 7.474 0.706 -param Ne4+4 0.92 90 3.243 0.042 15.44 0.194 0 2 11.04 10.55 1.768 -param Na 1.539 180 2.983 0.03 12 1.081 0 1.25 2.843 2.296 2.085 -param Mg3+2 1.421 109.47 3.021 0.111 12 1.787 0 1.25 3.951 3.693 1.5 -param Al3 1.244 109.47 4.499 0.505 11.278 1.792 0 1.25 4.06 3.59 1.201 -param Si3 1.117 109.47 4.295 0.402 12.175 2.323 1.225 1.25 4.168 3.487 1.176 -param P_3+3 1.101 93.8 4.147 0.305 13.072 2.863 2.4 1.25 5.463 4 1.102 -param P_3+5 1.056 109.47 4.147 0.305 13.072 2.863 2.4 1.25 5.463 4 1.102 -param P_3+q 1.056 109.47 4.147 0.305 13.072 2.863 2.4 1.25 5.463 4 1.102 -param S_3+2 1.064 92.1 4.035 0.274 13.969 2.703 0.484 1.25 6.928 4.486 1.047 -param S_3+4 1.049 103.2 4.035 0.274 13.969 2.703 0.484 1.25 6.928 4.486 1.047 -param S_3+6 1.027 109.47 4.035 0.274 13.969 2.703 0.484 1.25 6.928 4.486 1.047 -param S_R 1.077 92.2 4.035 0.274 13.969 2.703 0 1.25 6.928 4.486 1.047 -param S_2 0.854 120 4.035 0.274 13.969 2.703 0 1.25 6.928 4.486 1.047 -param Cl 1.044 180 3.947 0.227 14.866 2.348 0 1.25 8.564 4.946 0.994 -param Ar4+4 1.032 90 3.868 0.185 15.763 0.3 0 1.25 9.465 6.355 2.108 -param K_ 1.953 180 3.812 0.035 12 1.165 0 0.7 2.421 1.92 2.586 -param Ca6+2 1.761 90 3.399 0.238 12 2.141 0 0.7 3.231 2.88 2 -param Sc3+3 1.513 109.47 3.295 0.019 12 2.592 0 0.7 3.395 3.08 1.75 -param Ti3+4 1.412 109.47 3.175 0.017 12 2.659 0 0.7 3.47 3.38 1.607 -param Ti6+4 1.412 90 3.175 0.017 12 2.659 0 0.7 3.47 3.38 1.607 -param V_3+5 1.402 109.47 3.144 0.016 12 2.679 0 0.7 3.65 3.41 1.47 -param Cr6+3 1.345 90 3.023 0.015 12 2.463 0 0.7 3.415 3.865 1.402 -param Mn6+2 1.382 90 2.961 0.013 12 2.43 0 0.7 3.325 4.105 1.533 -param Fe3+2 1.27 109.47 2.912 0.013 12 2.43 0 0.7 3.76 4.14 1.393 -param Fe6+2 1.335 90 2.912 0.013 12 2.43 0 0.7 3.76 4.14 1.393 -param Co6+3 1.241 90 2.872 0.014 12 2.43 0 0.7 4.105 4.175 1.406 -param Ni4+2 1.164 90 2.834 0.015 12 2.43 0 0.7 4.465 4.205 1.398 -param Cu3+1 1.302 109.47 3.495 0.005 12 1.756 0 0.7 4.2 4.22 1.434 -param Zn3+2 1.193 109.47 2.763 0.124 12 1.308 0 0.7 5.106 4.285 1.4 -param Ga3+3 1.26 109.47 4.383 0.415 11 1.821 0 0.7 3.641 3.16 1.211 -param Ge3 1.197 109.47 4.28 0.379 12 2.789 0.701 0.7 4.051 3.438 1.189 -param As3+3 1.211 92.1 4.23 0.309 13 2.864 1.5 0.7 5.188 3.809 1.204 -param Se3+2 1.19 90.6 4.205 0.291 14 2.764 0.335 0.7 6.428 4.131 1.224 -param Br 1.192 180 4.189 0.251 15 2.519 0 0.7 7.79 4.425 1.141 -param Kr4+4 1.147 90 4.141 0.22 16 0.452 0 0.7 8.505 5.715 2.27 -param Rb 2.26 180 4.114 0.04 12 1.592 0 0.2 2.331 1.846 2.77 -param Sr6+2 2.052 90 3.641 0.235 12 2.449 0 0.2 3.024 2.44 2.415 -param Y_3+3 1.698 109.47 3.345 0.072 12 3.257 0 0.2 3.83 2.81 1.998 -param Zr3+4 1.564 109.47 3.124 0.069 12 3.667 0 0.2 3.4 3.55 1.758 -param Nb3+5 1.473 109.47 3.165 0.059 12 3.618 0 0.2 3.55 3.38 1.603 -param Mo6+6 1.467 90 3.052 0.056 12 3.4 0 0.2 3.465 3.755 1.53 -param Mo3+6 1.484 109.47 3.052 0.056 12 3.4 0 0.2 3.465 3.755 1.53 -param Tc6+5 1.322 90 2.998 0.048 12 3.4 0 0.2 3.29 3.99 1.5 -param Ru6+2 1.478 90 2.963 0.056 12 3.4 0 0.2 3.575 4.015 1.5 -param Rh6+3 1.332 90 2.929 0.053 12 3.5 0 0.2 3.975 4.005 1.509 -param Pd4+2 1.338 90 2.899 0.048 12 3.21 0 0.2 4.32 4 1.544 -param Ag1+1 1.386 180 3.148 0.036 12 1.956 0 0.2 4.436 3.134 1.622 -param Cd3+2 1.403 109.47 2.848 0.228 12 1.65 0 0.2 5.034 3.957 1.6 -param In3+3 1.459 109.47 4.463 0.599 11 2.07 0 0.2 3.506 2.896 1.404 -param Sn3 1.398 109.47 4.392 0.567 12 2.961 0.199 0.2 3.987 3.124 1.354 -param Sb3+3 1.407 91.6 4.42 0.449 13 2.704 1.1 0.2 4.899 3.342 1.404 -param Te3+2 1.386 90.25 4.47 0.398 14 2.882 0.3 0.2 5.816 3.526 1.38 -param I_ 1.382 180 4.5 0.339 15 2.65 0 0.2 6.822 3.762 1.333 -param Xe4+4 1.267 90 4.404 0.332 12 0.556 0 0.2 7.595 4.975 2.459 -param Cs 2.57 180 4.517 0.045 12 1.573 0 0.1 2.183 1.711 2.984 -param Ba6+2 2.277 90 3.703 0.364 12 2.727 0 0.1 2.814 2.396 2.442 -param La3+3 1.943 109.47 3.522 0.017 12 3.3 0 0.1 2.8355 2.7415 2.071 -param Ce6+3 1.841 90 3.556 0.013 12 3.3 0 0.1 2.774 2.692 1.925 -param Pr6+3 1.823 90 3.606 0.01 12 3.3 0 0.1 2.858 2.564 2.007 -param Nd6+3 1.816 90 3.575 0.01 12 3.3 0 0.1 2.8685 2.6205 2.007 -param Pm6+3 1.801 90 3.547 0.009 12 3.3 0 0.1 2.881 2.673 2 -param Sm6+3 1.78 90 3.52 0.008 12 3.3 0 0.1 2.9115 2.7195 1.978 -param Eu6+3 1.771 90 3.493 0.008 12 3.3 0 0.1 2.8785 2.7875 2.227 -param Gd6+3 1.735 90 3.368 0.009 12 3.3 0 0.1 3.1665 2.9745 1.968 -param Tb6+3 1.732 90 3.451 0.007 12 3.3 0 0.1 3.018 2.834 1.954 -param Dy6+3 1.71 90 3.428 0.007 12 3.3 0 0.1 3.0555 2.8715 1.934 -param Ho6+3 1.696 90 3.409 0.007 12 3.416 0 0.1 3.127 2.891 1.925 -param Er6+3 1.673 90 3.391 0.007 12 3.3 0 0.1 3.1865 2.9145 1.915 -param Tm6+3 1.66 90 3.374 0.006 12 3.3 0 0.1 3.2514 2.9329 2 -param Yb6+3 1.637 90 3.355 0.228 12 2.618 0 0.1 3.2889 2.965 2.158 -param Lu6+3 1.671 90 3.64 0.041 12 3.271 0 0.1 2.9629 2.4629 1.896 -param Hf3+4 1.611 109.47 3.141 0.072 12 3.921 0 0.1 3.7 3.4 1.759 -param Ta3+5 1.511 109.47 3.17 0.081 12 4.075 0 0.1 5.1 2.85 1.605 -param W_6+6 1.392 90 3.069 0.067 12 3.7 0 0.1 4.63 3.31 1.538 -param W_3+4 1.526 109.47 3.069 0.067 12 3.7 0 0.1 4.63 3.31 1.538 -param W_3+6 1.38 109.47 3.069 0.067 12 3.7 0 0.1 4.63 3.31 1.538 -param Re6+5 1.372 90 2.954 0.066 12 3.7 0 0.1 3.96 3.92 1.6 -param Re3+7 1.314 109.47 2.954 0.066 12 3.7 0 0.1 3.96 3.92 1.6 -param Os6+6 1.372 90 3.12 0.037 12 3.7 0 0.1 5.14 3.63 1.7 -param Ir6+3 1.371 90 2.84 0.073 12 3.731 0 0.1 5 4 1.866 -param Pt4+2 1.364 90 2.754 0.08 12 3.382 0 0.1 4.79 4.43 1.557 -param Au4+3 1.262 90 3.293 0.039 12 2.625 0 0.1 4.894 2.586 1.618 -param Hg1+2 1.34 180 2.705 0.385 12 1.75 0 0.1 6.27 4.16 1.6 -param Tl3+3 1.518 120 4.347 0.68 11 2.068 0 0.1 3.2 2.9 1.53 -param Pb3 1.459 109.47 4.297 0.663 12 2.846 0.1 0.1 3.9 3.53 1.444 -param Bi3+3 1.512 90 4.37 0.518 13 2.47 1 0.1 4.69 3.74 1.514 -param Po3+2 1.5 90 4.709 0.325 14 2.33 0.3 0.1 4.21 4.21 1.48 -param At 1.545 180 4.75 0.284 15 2.24 0 0.1 4.75 4.75 1.47 -param Rn4+4 1.42 90 4.765 0.248 16 0.583 0 0.1 5.37 5.37 2.2 -param Fr 2.88 180 4.9 0.05 12 1.847 0 0 2 2 2.3 -param Ra6+2 2.512 90 3.677 0.404 12 2.92 0 0 2.843 2.434 2.2 -param Ac6+3 1.983 90 3.478 0.033 12 3.9 0 0 2.835 2.835 2.108 -param Th6+4 1.721 90 3.396 0.026 12 4.202 0 0 3.175 2.905 2.018 -param Pa6+4 1.711 90 3.424 0.022 12 3.9 0 0 2.985 2.905 1.8 -param U_6+4 1.684 90 3.395 0.022 12 3.9 0 0 3.341 2.853 1.713 -param Np6+4 1.666 90 3.424 0.019 12 3.9 0 0 3.549 2.717 1.8 -param Pu6+4 1.657 90 3.424 0.016 12 3.9 0 0 3.243 2.819 1.84 -param Am6+4 1.66 90 3.381 0.014 12 3.9 0 0 2.9895 3.0035 1.942 -param Cm6+3 1.801 90 3.326 0.013 12 3.9 0 0 2.8315 3.1895 1.9 -param Bk6+3 1.761 90 3.339 0.013 12 3.9 0 0 3.1935 3.0355 1.9 -param Cf6+3 1.75 90 3.313 0.013 12 3.9 0 0 3.197 3.101 1.9 -param Es6+3 1.724 90 3.299 0.012 12 3.9 0 0 3.333 3.089 1.9 -param Fm6+3 1.712 90 3.286 0.012 12 3.9 0 0 3.4 3.1 1.9 -param Md6+3 1.689 90 3.274 0.011 12 3.9 0 0 3.47 3.11 1.9 -param No6+3 1.679 90 3.248 0.011 12 3.9 0 0 3.475 3.175 1.9 -param Lw6+3 1.698 90 3.236 0.011 12 3.9 0 0 3.5 3.2 1.9 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/aromatic.h --- a/CADDSuite-1.6/data/OpenBabel/aromatic.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_AROMATIC_H -#define OB_AROMATIC_H - -namespace OpenBabel -{ -static const char AromaticData[] = { - 0x5B,0x23,0x36,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B, - 0x23,0x36,0x72,0x44,0x33,0x5D,0x7E,0x21,0x40,0x5B,0x23,0x38,0x5D,0x09,0x09, - 0x30,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x32,0x2B,0x2C,0x23,0x36,0x72, - 0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x5D, - 0x3D,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33, - 0x5D,0x3D,0x21,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72, - 0x44,0x33,0x5D,0x3D,0x21,0x40,0x5B,0x21,0x23,0x36,0x5D,0x09,0x09,0x30,0x09, - 0x30,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32, - 0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x32,0x0A, - 0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x20,0x31,0x20,0x32,0x0A,0x5B,0x23,0x37, - 0x72,0x5D,0x28,0x2D,0x40,0x2A,0x29,0x2D,0x40,0x2A,0x20,0x09,0x09,0x31,0x09, - 0x32,0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x3D,0x40,0x2A,0x09,0x09,0x31, - 0x09,0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09, - 0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x3D,0x4F,0x09,0x09,0x31,0x09, - 0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32, - 0x0A,0x5B,0x23,0x38,0x72,0x5D,0x09,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23, - 0x38,0x72,0x2B,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36, - 0x72,0x44,0x32,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x31,0x36,0x72, - 0x44,0x32,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,0x72, - 0x44,0x33,0x5D,0x3D,0x21,0x40,0x4F,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23, - 0x31,0x35,0x72,0x44,0x33,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x33, - 0x34,0x72,0x44,0x32,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_AROMATIC_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/aromatic.txt --- a/CADDSuite-1.6/data/OpenBabel/aromatic.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ -############################################################################## -# # -# Open Babel file: aromatic.txt # # # -# # -# Copyright (c) 1998-2001 by OpenEye Scientific Software, Inc. # -# Some portions Copyright (c) 2001-2005 Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# SMARTS patterns with minimum and maximum pi-electrons contributed to an # -# aromatic system (used by typer.cpp:OBAromaticTyper) # -# The LAST PATTERN MATCHED is used to assign values, so that patterns should # -# be ordered from more general to more specific # -# # -############################################################################## - -#PATTERN MIN MAX - -#carbon patterns -[#6rD2] 1 1 -# exo ketone or alcohol -- don't know which -[#6rD3]~!@[#8] 0 1 -[#6rD2+,#6rD3+] 1 1 -[#6r]=@* 1 1 -[#6rD3]=!@* 1 1 -# external double bonds to hetero atoms contribute no electrons to the -# aromatic systems -- quinoid systems are non-aromatic, e.g. 1,4-benzoquinone -[#6rD3]=!@[!#6] 0 0 -[#6rD3-] 2 2 - -#nitrogen patterns -[#7rD2] 1 2 -[#7rD3] 1 2 -[#7r](-@*)-@* 1 2 -[#7rD2]=@* 1 1 -[#7rD3+] 1 1 -[#7rD3]=O 1 1 -[#7rD2-] 2 2 - -#oxygen patterns -[#8r] 2 2 -[#8r+] 1 1 - -#sulfur patterns -[#16rD2] 2 2 -[#16rD2+] 1 1 -[#16rD3]=!@O 2 2 - -#other misc patterns -# Accounts Chem Res 1978 11 p. 153 -# phosphole, phosphabenzene (not v. aromatic) -[#15rD3] 2 2 -# selenophene -[#34rD2] 2 2 -# arsabenzene, etc. (*really* not v. aromatic) -#[#33rD3] 2 2 -# tellurophene, etc. (*really* not v. aromatic) -#[#52rD2] 2 2 -# stilbabenzene, etc. (very little aromatic character) -#[#51rD3] 2 2 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/atomtyp.h --- a/CADDSuite-1.6/data/OpenBabel/atomtyp.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,316 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_ATOMTYP_H -#define OB_ATOMTYP_H - -namespace OpenBabel -{ -static const char AtomTypeData[] = { - 0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x44,0x34,0x5D,0x20,0x33,0x20,0x23, - 0x61,0x6E,0x79,0x20,0x34,0x2D,0x76,0x61,0x6C,0x65,0x6E,0x74,0x20,0x61,0x74, - 0x6F,0x6D,0x20,0x2D,0x2D,0x20,0x74,0x65,0x74,0x72,0x61,0x68,0x65,0x64,0x72, - 0x61,0x6C,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x44,0x35,0x5D,0x20, - 0x35,0x20,0x23,0x61,0x6E,0x79,0x20,0x35,0x2D,0x76,0x61,0x6C,0x65,0x6E,0x74, - 0x20,0x61,0x74,0x6F,0x6D,0x20,0x2D,0x2D,0x20,0x74,0x72,0x69,0x67,0x62,0x69, - 0x70,0x79,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x44,0x36,0x5D,0x20, - 0x36,0x20,0x23,0x61,0x6E,0x79,0x20,0x36,0x2D,0x76,0x61,0x6C,0x65,0x6E,0x74, - 0x20,0x61,0x74,0x6F,0x6D,0x20,0x2D,0x2D,0x20,0x6F,0x63,0x74,0x0A,0x49,0x4E, - 0x54,0x48,0x59,0x42,0x20,0x5B,0x43,0x5D,0x20,0x33,0x20,0x23,0x73,0x70,0x33, - 0x20,0x63,0x61,0x72,0x62,0x6F,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20, - 0x5B,0x63,0x2C,0x24,0x28,0x43,0x3D,0x2A,0x29,0x5D,0x20,0x32,0x20,0x23,0x73, - 0x70,0x32,0x20,0x63,0x61,0x72,0x62,0x6F,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59, - 0x42,0x20,0x5B,0x24,0x28,0x43,0x23,0x2A,0x29,0x2C,0x24,0x28,0x43,0x28,0x3D, - 0x2A,0x29,0x3D,0x2A,0x29,0x5D,0x20,0x31,0x20,0x23,0x73,0x70,0x20,0x63,0x61, - 0x72,0x62,0x6F,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x4E,0x5D, - 0x20,0x33,0x20,0x23,0x73,0x70,0x33,0x20,0x6E,0x69,0x74,0x72,0x6F,0x67,0x65, - 0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x6E,0x2C,0x24,0x28,0x4E, - 0x3D,0x2A,0x29,0x2C,0x24,0x28,0x4E,0x5B,0x23,0x36,0x2C,0x23,0x37,0x2C,0x23, - 0x38,0x5D,0x3D,0x2C,0x3A,0x2C,0x23,0x2A,0x29,0x5D,0x20,0x32,0x20,0x23,0x73, - 0x70,0x32,0x20,0x6E,0x69,0x74,0x72,0x6F,0x67,0x65,0x6E,0x0A,0x49,0x4E,0x54, - 0x48,0x59,0x42,0x20,0x5B,0x4E,0x44,0x31,0x2C,0x4E,0x44,0x32,0x2C,0x4E,0x44, - 0x33,0x5D,0x61,0x20,0x32,0x20,0x23,0x73,0x70,0x32,0x20,0x6E,0x69,0x74,0x72, - 0x6F,0x67,0x65,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x24,0x28, - 0x4E,0x23,0x2A,0x29,0x2C,0x24,0x28,0x5B,0x4E,0x44,0x32,0x5D,0x28,0x3D,0x2A, - 0x29,0x3D,0x2A,0x29,0x5D,0x20,0x31,0x20,0x23,0x73,0x70,0x20,0x6E,0x69,0x74, - 0x72,0x6F,0x67,0x65,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x4F, - 0x5D,0x20,0x33,0x20,0x23,0x73,0x70,0x33,0x20,0x6F,0x78,0x79,0x67,0x65,0x6E, - 0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x6F,0x2C,0x24,0x28,0x4F,0x3D, - 0x2A,0x29,0x2C,0x24,0x28,0x4F,0x5B,0x23,0x36,0x2C,0x23,0x37,0x2C,0x23,0x38, - 0x5D,0x3D,0x2C,0x3A,0x2A,0x29,0x5D,0x20,0x32,0x20,0x23,0x73,0x70,0x32,0x20, - 0x6F,0x78,0x79,0x67,0x65,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B, - 0x24,0x28,0x5B,0x23,0x38,0x44,0x31,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x38, - 0x44,0x31,0x5D,0x29,0x5D,0x20,0x32,0x20,0x23,0x73,0x70,0x32,0x20,0x6F,0x78, - 0x79,0x67,0x65,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x24,0x28, - 0x4F,0x23,0x2A,0x29,0x5D,0x20,0x31,0x20,0x23,0x73,0x70,0x20,0x6F,0x78,0x79, - 0x67,0x65,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x50,0x5D,0x20, - 0x33,0x20,0x23,0x73,0x70,0x33,0x20,0x70,0x68,0x6F,0x73,0x70,0x68,0x6F,0x72, - 0x75,0x73,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x23,0x31,0x35,0x3B, - 0x24,0x28,0x5B,0x50,0x44,0x31,0x5D,0x3D,0x2A,0x29,0x5D,0x20,0x32,0x20,0x23, - 0x73,0x70,0x32,0x20,0x70,0x68,0x6F,0x73,0x70,0x68,0x6F,0x72,0x75,0x73,0x0A, - 0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x50,0x44,0x35,0x5D,0x09,0x09,0x09, - 0x20,0x35,0x09,0x20,0x23,0x73,0x70,0x33,0x64,0x20,0x70,0x68,0x6F,0x73,0x70, - 0x68,0x6F,0x72,0x75,0x73,0x2C,0x20,0x61,0x73,0x20,0x69,0x6E,0x20,0x50,0x46, - 0x35,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x50,0x76,0x35,0x5D,0x09, - 0x09,0x09,0x20,0x35,0x09,0x20,0x23,0x73,0x70,0x33,0x64,0x20,0x70,0x68,0x6F, - 0x73,0x70,0x68,0x6F,0x72,0x75,0x73,0x2C,0x20,0x61,0x73,0x20,0x69,0x6E,0x20, - 0x48,0x33,0x50,0x4F,0x34,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x53, - 0x5D,0x20,0x33,0x20,0x23,0x73,0x70,0x33,0x20,0x73,0x75,0x6C,0x66,0x75,0x72, - 0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x23,0x31,0x36,0x3B,0x73,0x2C, - 0x24,0x28,0x5B,0x53,0x44,0x31,0x5D,0x3D,0x2A,0x29,0x5D,0x20,0x32,0x20,0x23, - 0x73,0x70,0x32,0x20,0x73,0x75,0x6C,0x66,0x75,0x72,0x0A,0x49,0x4E,0x54,0x48, - 0x59,0x42,0x20,0x5B,0x53,0x44,0x36,0x5D,0x09,0x09,0x09,0x20,0x36,0x09,0x20, - 0x23,0x73,0x70,0x33,0x64,0x32,0x20,0x73,0x75,0x6C,0x66,0x75,0x72,0x2C,0x20, - 0x61,0x73,0x20,0x69,0x6E,0x20,0x53,0x46,0x36,0x0A,0x49,0x4E,0x54,0x48,0x59, - 0x42,0x20,0x5B,0x42,0x5D,0x20,0x32,0x20,0x23,0x73,0x70,0x32,0x20,0x62,0x6F, - 0x72,0x6F,0x6E,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x42,0x44,0x34, - 0x5D,0x20,0x33,0x20,0x23,0x73,0x70,0x33,0x20,0x62,0x6F,0x72,0x6F,0x6E,0x0A, - 0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x41,0x6C,0x5D,0x20,0x32,0x20,0x23, - 0x20,0x74,0x79,0x70,0x69,0x63,0x61,0x6C,0x20,0x73,0x70,0x32,0x20,0x41,0x6C, - 0x20,0x28,0x61,0x6E,0x64,0x20,0x66,0x61,0x6D,0x69,0x6C,0x79,0x29,0x0A,0x49, - 0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x47,0x61,0x5D,0x20,0x32,0x0A,0x49,0x4E, - 0x54,0x48,0x59,0x42,0x20,0x5B,0x49,0x6E,0x5D,0x20,0x32,0x0A,0x49,0x4E,0x54, - 0x48,0x59,0x42,0x20,0x5B,0x54,0x6C,0x5D,0x20,0x32,0x0A,0x49,0x4E,0x54,0x48, - 0x59,0x42,0x20,0x5B,0x41,0x6C,0x44,0x34,0x5D,0x20,0x33,0x20,0x23,0x20,0x73, - 0x70,0x33,0x20,0x41,0x6C,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x53, - 0x69,0x5D,0x20,0x33,0x20,0x23,0x20,0x73,0x70,0x33,0x20,0x53,0x69,0x20,0x28, - 0x61,0x6E,0x64,0x20,0x66,0x61,0x6D,0x69,0x6C,0x79,0x29,0x0A,0x49,0x4E,0x54, - 0x48,0x59,0x42,0x20,0x5B,0x50,0x62,0x5D,0x20,0x33,0x0A,0x49,0x4E,0x54,0x48, - 0x59,0x42,0x20,0x5B,0x47,0x65,0x3B,0x21,0x44,0x35,0x5D,0x20,0x33,0x0A,0x49, - 0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x53,0x6E,0x3B,0x21,0x44,0x35,0x5D,0x20, - 0x33,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x41,0x73,0x44,0x33,0x5D, - 0x20,0x33,0x20,0x23,0x20,0x41,0x73,0x43,0x6C,0x33,0x20,0x28,0x41,0x73,0x43, - 0x6C,0x35,0x20,0x68,0x61,0x6E,0x64,0x6C,0x65,0x64,0x20,0x62,0x79,0x20,0x44, - 0x35,0x20,0x61,0x62,0x6F,0x76,0x65,0x29,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42, - 0x20,0x5B,0x53,0x62,0x44,0x33,0x5D,0x20,0x33,0x20,0x23,0x0A,0x49,0x4E,0x54, - 0x48,0x59,0x42,0x20,0x5B,0x42,0x69,0x44,0x33,0x5D,0x20,0x33,0x20,0x23,0x20, - 0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x42,0x69,0x44,0x35,0x5D,0x20, - 0x36,0x20,0x23,0x20,0x42,0x69,0x46,0x35,0x20,0x69,0x73,0x20,0x73,0x71,0x75, - 0x61,0x72,0x65,0x2D,0x70,0x79,0x72,0x2C,0x20,0x6E,0x6F,0x74,0x20,0x74,0x72, - 0x69,0x67,0x62,0x70,0x79,0x20,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B, - 0x73,0x65,0x5D,0x20,0x32,0x20,0x23,0x20,0x61,0x72,0x6F,0x6D,0x61,0x74,0x69, - 0x63,0x20,0x73,0x70,0x32,0x20,0x53,0x65,0x0A,0x49,0x4E,0x54,0x48,0x59,0x42, - 0x20,0x5B,0x53,0x65,0x5D,0x20,0x33,0x20,0x23,0x20,0x73,0x70,0x33,0x20,0x68, - 0x79,0x62,0x72,0x69,0x64,0x69,0x7A,0x61,0x74,0x69,0x6F,0x6E,0x20,0x53,0x65, - 0x20,0x28,0x61,0x6E,0x64,0x20,0x66,0x61,0x6D,0x69,0x6C,0x79,0x29,0x0A,0x49, - 0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x54,0x65,0x5D,0x20,0x33,0x0A,0x49,0x4E, - 0x54,0x48,0x59,0x42,0x20,0x5B,0x50,0x6F,0x5D,0x20,0x33,0x0A,0x49,0x4E,0x54, - 0x48,0x59,0x42,0x20,0x5B,0x42,0x65,0x5D,0x20,0x31,0x20,0x23,0x20,0x41,0x6C, - 0x6B,0x61,0x6C,0x69,0x6E,0x65,0x20,0x65,0x61,0x72,0x74,0x68,0x2C,0x20,0x6C, - 0x69,0x6B,0x65,0x20,0x73,0x70,0x20,0x68,0x79,0x62,0x72,0x69,0x64,0x73,0x0A, - 0x49,0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x4D,0x67,0x5D,0x20,0x31,0x0A,0x49, - 0x4E,0x54,0x48,0x59,0x42,0x20,0x5B,0x43,0x61,0x5D,0x20,0x31,0x0A,0x49,0x4E, - 0x54,0x48,0x59,0x42,0x20,0x5B,0x53,0x72,0x5D,0x20,0x31,0x0A,0x49,0x4E,0x54, - 0x48,0x59,0x42,0x20,0x5B,0x42,0x61,0x5D,0x20,0x31,0x0A,0x49,0x4E,0x54,0x48, - 0x59,0x42,0x20,0x5B,0x52,0x61,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41, - 0x4C,0x20,0x5B,0x23,0x35,0x2B,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41, - 0x4C,0x20,0x5B,0x23,0x35,0x2D,0x5D,0x20,0x34,0x0A,0x49,0x4D,0x50,0x56,0x41, - 0x4C,0x20,0x5B,0x23,0x35,0x5D,0x20,0x33,0x20,0x23,0x20,0x47,0x65,0x6E,0x65, - 0x72,0x69,0x63,0x20,0x62,0x6F,0x72,0x6F,0x6E,0x0A,0x49,0x4D,0x50,0x56,0x41, - 0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x36,0x2B,0x5D,0x3D,0x2A,0x29,0x5D,0x09, - 0x09,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B, - 0x23,0x36,0x2B,0x5D,0x23,0x2A,0x29,0x5D,0x09,0x09,0x20,0x31,0x20,0x23,0x20, - 0x6A,0x75,0x73,0x74,0x20,0x66,0x6F,0x72,0x20,0x49,0x6E,0x43,0x68,0x49,0x20, - 0x43,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x36,0x5E,0x33, - 0x5D,0x20,0x34,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x36,0x5E, - 0x32,0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x36, - 0x5E,0x31,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23, - 0x36,0x5E,0x33,0x2B,0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20, - 0x5B,0x23,0x36,0x5E,0x32,0x2B,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41, - 0x4C,0x20,0x5B,0x23,0x36,0x5E,0x31,0x2B,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50, - 0x56,0x41,0x4C,0x20,0x5B,0x23,0x36,0x5E,0x33,0x2D,0x5D,0x20,0x33,0x0A,0x49, - 0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x36,0x5E,0x32,0x2D,0x5D,0x20,0x32, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x36,0x5E,0x31,0x2D,0x5D, - 0x20,0x31,0x20,0x23,0x20,0x69,0x73,0x6F,0x63,0x79,0x61,0x6E,0x69,0x64,0x65, - 0x73,0x2C,0x20,0x43,0x4F,0x20,0x28,0x76,0x61,0x6C,0x65,0x6E,0x63,0x65,0x3D, - 0x31,0x2C,0x20,0x62,0x6F,0x6E,0x64,0x20,0x6F,0x72,0x64,0x65,0x72,0x3D,0x33, - 0x29,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x63,0x2B,0x5D,0x20,0x32, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x4E,0x5E,0x33,0x5D,0x20,0x33, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x4E,0x5E,0x33,0x2B,0x5D,0x20, - 0x34,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x4E,0x5E,0x32,0x5D,0x20, - 0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x4E,0x44,0x31,0x5E,0x31, - 0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x4E,0x44,0x32, - 0x5E,0x31,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24, - 0x28,0x4E,0x28,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x2A,0x29,0x5D,0x20,0x33,0x0A, - 0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x4E,0x43,0x3D,0x4F,0x29, - 0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x4E, - 0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29, - 0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B, - 0x4E,0x72,0x30,0x5D,0x43,0x3D,0x5B,0x4E,0x72,0x30,0x5D,0x29,0x5D,0x20,0x33, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x4E,0x3D,0x2A,0x29, - 0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B, - 0x4E,0x72,0x30,0x5D,0x3D,0x43,0x5B,0x4E,0x72,0x30,0x5D,0x29,0x5D,0x20,0x32, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x4E,0x2B,0x72, - 0x30,0x5D,0x3D,0x43,0x5B,0x4E,0x72,0x30,0x5D,0x29,0x5D,0x20,0x33,0x20,0x23, - 0x20,0x70,0x61,0x74,0x63,0x68,0x20,0x66,0x72,0x6F,0x6D,0x20,0x53,0x74,0x65, - 0x76,0x65,0x20,0x43,0x6F,0x6E,0x73,0x74,0x61,0x62,0x6C,0x65,0x0A,0x49,0x4D, - 0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x37,0x44,0x31,0x2D,0x5D, - 0x3D,0x2A,0x29,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B, - 0x4E,0x5E,0x31,0x2D,0x5D,0x20,0x31,0x20,0x23,0x20,0x4E,0x32,0x4F,0x20,0x5B, - 0x4E,0x2D,0x5D,0x3D,0x5B,0x4E,0x2B,0x5D,0x3D,0x4F,0x20,0x28,0x76,0x61,0x6C, - 0x65,0x6E,0x63,0x65,0x3D,0x31,0x2C,0x20,0x62,0x6F,0x6E,0x64,0x6F,0x72,0x64, - 0x65,0x72,0x3D,0x32,0x29,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x4E, - 0x2D,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x6E,0x5D, - 0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x6E,0x2D,0x5D,0x20, - 0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x6E,0x2B,0x5D,0x20,0x33, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x37,0x2D, - 0x5D,0x3D,0x2A,0x29,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20, - 0x5B,0x24,0x28,0x5B,0x23,0x37,0x2B,0x5D,0x23,0x2A,0x29,0x5D,0x20,0x32,0x0A, - 0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x38,0x2B,0x5D, - 0x23,0x2A,0x29,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B, - 0x23,0x38,0x5D,0x20,0x32,0x20,0x23,0x20,0x47,0x65,0x6E,0x65,0x72,0x69,0x63, - 0x20,0x4F,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x38,0x2D,0x5D, - 0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x38,0x2D,0x32, - 0x5D,0x20,0x30,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x38,0x2B, - 0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B, - 0x23,0x38,0x5D,0x3D,0x2A,0x29,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41, - 0x4C,0x20,0x5B,0x23,0x38,0x5E,0x31,0x2B,0x5D,0x20,0x31,0x20,0x23,0x20,0x63, - 0x61,0x72,0x62,0x6F,0x6E,0x20,0x6D,0x6F,0x6E,0x6F,0x78,0x69,0x64,0x65,0x0A, - 0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x39,0x44,0x30,0x5D,0x20,0x31, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x39,0x44,0x30,0x2D,0x5D, - 0x20,0x30,0x20,0x23,0x5B,0x46,0x2D,0x5D,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C, - 0x20,0x5B,0x23,0x31,0x33,0x5D,0x20,0x33,0x20,0x23,0x20,0x67,0x65,0x6E,0x65, - 0x72,0x69,0x63,0x20,0x41,0x6C,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B, - 0x23,0x31,0x34,0x5D,0x20,0x34,0x20,0x23,0x20,0x72,0x65,0x67,0x75,0x6C,0x61, - 0x72,0x20,0x73,0x70,0x33,0x20,0x53,0x69,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C, - 0x20,0x5B,0x23,0x31,0x34,0x5E,0x32,0x5D,0x20,0x32,0x20,0x23,0x20,0x73,0x69, - 0x6C,0x79,0x6C,0x65,0x6E,0x65,0x73,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20, - 0x5B,0x24,0x28,0x5B,0x23,0x31,0x34,0x5D,0x3D,0x2A,0x29,0x5D,0x20,0x33,0x20, - 0x23,0x20,0x65,0x2E,0x67,0x2E,0x2C,0x20,0x53,0x69,0x3D,0x4F,0x0A,0x49,0x4D, - 0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31,0x34,0x5D,0x28,0x3D, - 0x2A,0x29,0x3D,0x2A,0x29,0x5D,0x20,0x30,0x20,0x23,0x20,0x65,0x2E,0x67,0x2E, - 0x2C,0x20,0x53,0x69,0x28,0x3D,0x4F,0x29,0x3D,0x4F,0x0A,0x49,0x4D,0x50,0x56, - 0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31,0x34,0x2B,0x5D,0x23,0x2A,0x29, - 0x5D,0x09,0x09,0x20,0x31,0x20,0x23,0x20,0x6A,0x75,0x73,0x74,0x20,0x66,0x6F, - 0x72,0x20,0x49,0x6E,0x43,0x68,0x49,0x20,0x53,0x69,0x32,0x0A,0x49,0x4D,0x50, - 0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31,0x34,0x2D,0x5D,0x23,0x2A, - 0x29,0x5D,0x09,0x09,0x20,0x31,0x20,0x23,0x20,0x6A,0x75,0x73,0x74,0x20,0x66, - 0x6F,0x72,0x20,0x49,0x6E,0x43,0x68,0x49,0x20,0x53,0x69,0x32,0x0A,0x49,0x4D, - 0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x35,0x44,0x34,0x5D,0x20,0x34,0x0A, - 0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x35,0x44,0x33,0x5D,0x20, - 0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x35,0x44,0x32, - 0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x35, - 0x44,0x31,0x5E,0x33,0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20, - 0x5B,0x23,0x31,0x35,0x44,0x31,0x5E,0x32,0x5D,0x20,0x33,0x0A,0x49,0x4D,0x50, - 0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x35,0x44,0x30,0x5D,0x20,0x33,0x0A,0x49, - 0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31,0x35,0x5D,0x3D, - 0x5B,0x23,0x36,0x5D,0x29,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C, - 0x20,0x5B,0x70,0x44,0x32,0x5D,0x20,0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C, - 0x20,0x5B,0x24,0x28,0x5B,0x23,0x31,0x35,0x5D,0x3D,0x5B,0x23,0x38,0x5D,0x29, - 0x5D,0x20,0x34,0x20,0x23,0x20,0x70,0x68,0x6F,0x73,0x70,0x68,0x69,0x6E,0x61, - 0x74,0x65,0x20,0x28,0x64,0x6F,0x75,0x62,0x6C,0x65,0x20,0x62,0x6F,0x6E,0x64, - 0x20,0x3D,0x20,0x6F,0x6E,0x65,0x20,0x76,0x61,0x6C,0x65,0x6E,0x63,0x65,0x29, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31,0x35, - 0x5D,0x28,0x3D,0x5B,0x23,0x38,0x5D,0x29,0x3D,0x5B,0x23,0x38,0x5D,0x29,0x5D, - 0x20,0x33,0x20,0x23,0x20,0x6D,0x65,0x74,0x61,0x70,0x68,0x6F,0x73,0x70,0x68, - 0x61,0x74,0x65,0x20,0x28,0x64,0x6F,0x75,0x62,0x6C,0x65,0x20,0x62,0x6F,0x6E, - 0x64,0x20,0x3D,0x20,0x6F,0x6E,0x65,0x20,0x76,0x61,0x6C,0x65,0x6E,0x63,0x65, - 0x29,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31, - 0x35,0x2B,0x5D,0x28,0x3D,0x5B,0x23,0x38,0x5D,0x29,0x28,0x5B,0x23,0x38,0x5D, - 0x29,0x29,0x5D,0x20,0x30,0x20,0x23,0x20,0x52,0x2D,0x50,0x2B,0x4F,0x32,0x0A, - 0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x36,0x5D,0x20,0x32,0x20, - 0x23,0x72,0x65,0x76,0x69,0x73,0x65,0x64,0x20,0x43,0x4D,0x20,0x41,0x70,0x72, - 0x69,0x6C,0x20,0x32,0x30,0x30,0x38,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20, - 0x5B,0x24,0x28,0x5B,0x23,0x31,0x36,0x44,0x31,0x5D,0x3D,0x2A,0x29,0x5D,0x20, - 0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24,0x28,0x5B,0x23,0x31, - 0x36,0x44,0x33,0x5D,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x2D,0x4F,0x29, - 0x5D,0x20,0x34,0x20,0x23,0x65,0x2E,0x67,0x2E,0x20,0x4F,0x5B,0x53,0x5D,0x28, - 0x3D,0x4F,0x29,0x3D,0x4F,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x24, - 0x28,0x5B,0x23,0x31,0x36,0x44,0x32,0x5D,0x28,0x3D,0x4F,0x29,0x2D,0x4F,0x29, - 0x5D,0x20,0x33,0x20,0x23,0x20,0x65,0x2E,0x67,0x2E,0x20,0x4F,0x5B,0x53,0x5D, - 0x3D,0x4F,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x31,0x36,0x44, - 0x31,0x2D,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23, - 0x31,0x37,0x44,0x30,0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20, - 0x5B,0x23,0x31,0x37,0x44,0x30,0x2D,0x5D,0x20,0x30,0x20,0x23,0x5B,0x43,0x6C, - 0x2D,0x5D,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x33,0x31,0x5D, - 0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x33,0x32,0x5D, - 0x20,0x34,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x33,0x33,0x5D, - 0x20,0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x61,0x73,0x5D,0x20, - 0x33,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x33,0x34,0x5D,0x20, - 0x32,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x33,0x35,0x44,0x30, - 0x5D,0x20,0x31,0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x33,0x35, - 0x44,0x30,0x2D,0x5D,0x20,0x30,0x20,0x23,0x5B,0x42,0x72,0x2D,0x5D,0x0A,0x49, - 0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x35,0x32,0x5D,0x20,0x32,0x0A,0x49, - 0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x35,0x33,0x44,0x30,0x5D,0x20,0x31, - 0x0A,0x49,0x4D,0x50,0x56,0x41,0x4C,0x20,0x5B,0x23,0x35,0x33,0x44,0x30,0x2D, - 0x5D,0x20,0x30,0x20,0x23,0x5B,0x49,0x2D,0x5D,0x0A,0x45,0x58,0x54,0x54,0x59, - 0x50,0x20,0x5B,0x23,0x31,0x5D,0x5B,0x23,0x38,0x5D,0x20,0x48,0x4F,0x0A,0x45, - 0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x37,0x5E,0x33,0x5D,0x20,0x4E,0x33, - 0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x37,0x58,0x34,0x5D,0x20, - 0x4E,0x33,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x37,0x5E, - 0x32,0x5D,0x20,0x4E,0x70,0x6C,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B, - 0x23,0x37,0x5E,0x31,0x5D,0x20,0x4E,0x31,0x0A,0x45,0x58,0x54,0x54,0x59,0x50, - 0x20,0x5B,0x24,0x28,0x4E,0x3D,0x2A,0x29,0x5D,0x20,0x4E,0x32,0x0A,0x45,0x58, - 0x54,0x54,0x59,0x50,0x20,0x5B,0x24,0x28,0x5B,0x4E,0x72,0x30,0x5D,0x43,0x28, - 0x3D,0x5B,0x4E,0x72,0x30,0x5D,0x29,0x5B,0x4E,0x72,0x30,0x5D,0x29,0x5D,0x20, - 0x4E,0x67,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x24,0x28,0x5B, - 0x4E,0x72,0x30,0x5D,0x3D,0x43,0x28,0x5B,0x4E,0x72,0x30,0x5D,0x29,0x5B,0x4E, - 0x72,0x30,0x5D,0x29,0x5D,0x20,0x4E,0x67,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59, - 0x50,0x20,0x5B,0x24,0x28,0x5B,0x4E,0x44,0x31,0x5D,0x3D,0x43,0x5B,0x4E,0x44, - 0x31,0x5D,0x29,0x5D,0x20,0x4E,0x67,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59,0x50, - 0x20,0x5B,0x24,0x28,0x5B,0x4E,0x44,0x31,0x5D,0x43,0x3D,0x5B,0x4E,0x44,0x31, - 0x5D,0x29,0x5D,0x20,0x4E,0x67,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20, - 0x5B,0x24,0x28,0x4E,0x28,0x4F,0x29,0x2A,0x29,0x5D,0x20,0x4E,0x6F,0x78,0x0A, - 0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x24,0x28,0x4E,0x43,0x3D,0x5B,0x4F, - 0x2C,0x53,0x5D,0x29,0x5D,0x20,0x4E,0x61,0x6D,0x0A,0x45,0x58,0x54,0x54,0x59, - 0x50,0x20,0x5B,0x24,0x28,0x4E,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E, - 0x5B,0x4F,0x44,0x31,0x5D,0x29,0x5D,0x20,0x4E,0x74,0x72,0x0A,0x45,0x58,0x54, - 0x54,0x59,0x50,0x20,0x5B,0x6E,0x5D,0x20,0x4E,0x61,0x72,0x0A,0x45,0x58,0x54, - 0x54,0x59,0x50,0x20,0x5B,0x23,0x36,0x5E,0x33,0x5D,0x20,0x43,0x33,0x0A,0x45, - 0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x36,0x5E,0x32,0x5D,0x20,0x43,0x32, - 0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x24,0x28,0x43,0x28,0x3D,0x4F, - 0x29,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x5D,0x20,0x43,0x61,0x63,0x0A,0x45,0x58, - 0x54,0x54,0x59,0x50,0x20,0x5B,0x63,0x5D,0x20,0x43,0x61,0x72,0x0A,0x45,0x58, - 0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x36,0x5E,0x31,0x5D,0x20,0x43,0x31,0x0A, - 0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x36,0x2B,0x5D,0x20,0x43,0x2B, - 0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x36,0x2D,0x5D,0x20,0x43, - 0x2D,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x38,0x5E,0x33,0x5D, - 0x20,0x4F,0x33,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x38,0x5E, - 0x32,0x5D,0x20,0x4F,0x32,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x24, - 0x28,0x4F,0x61,0x29,0x5D,0x20,0x4F,0x32,0x0A,0x45,0x58,0x54,0x54,0x59,0x50, - 0x20,0x5B,0x24,0x28,0x5B,0x4F,0x44,0x32,0x5D,0x43,0x3D,0x5B,0x4F,0x2C,0x53, - 0x5D,0x29,0x5D,0x20,0x4F,0x33,0x20,0x23,0x65,0x73,0x74,0x65,0x72,0x20,0x6F, - 0x78,0x79,0x67,0x65,0x6E,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x24, - 0x28,0x4F,0x61,0x29,0x5D,0x20,0x4F,0x33,0x20,0x23,0x61,0x72,0x6F,0x6D,0x61, - 0x74,0x69,0x63,0x20,0x65,0x74,0x68,0x65,0x72,0x0A,0x45,0x58,0x54,0x54,0x59, - 0x50,0x20,0x5B,0x23,0x38,0x2D,0x5D,0x20,0x4F,0x2D,0x0A,0x45,0x58,0x54,0x54, - 0x59,0x50,0x20,0x5B,0x24,0x28,0x5B,0x23,0x38,0x44,0x31,0x5D,0x7E,0x5B,0x23, - 0x36,0x5E,0x32,0x5D,0x7E,0x5B,0x23,0x38,0x44,0x31,0x5D,0x29,0x5D,0x20,0x4F, - 0x2E,0x63,0x6F,0x32,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x31, - 0x35,0x5D,0x20,0x50,0x0A,0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x31, - 0x35,0x58,0x34,0x2B,0x5D,0x20,0x50,0x33,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59, - 0x50,0x20,0x5B,0x23,0x31,0x35,0x3B,0x24,0x28,0x5B,0x23,0x31,0x35,0x44,0x34, - 0x5D,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x28,0x7E,0x5B,0x4F,0x44,0x31, - 0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x5D,0x20,0x50,0x61,0x63,0x0A, - 0x45,0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x31,0x35,0x3B,0x24,0x28,0x5B, - 0x23,0x31,0x35,0x44,0x33,0x5D,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E, - 0x5B,0x4F,0x44,0x31,0x5D,0x29,0x5D,0x20,0x50,0x61,0x63,0x0A,0x45,0x58,0x54, - 0x54,0x59,0x50,0x20,0x5B,0x23,0x31,0x36,0x5D,0x20,0x53,0x33,0x0A,0x45,0x58, - 0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x31,0x36,0x44,0x33,0x2B,0x2C,0x23,0x31, - 0x36,0x58,0x33,0x2B,0x5D,0x20,0x53,0x33,0x2B,0x0A,0x45,0x58,0x54,0x54,0x59, - 0x50,0x20,0x5B,0x23,0x31,0x36,0x3B,0x73,0x2C,0x24,0x28,0x5B,0x53,0x44,0x31, - 0x5D,0x3D,0x2A,0x29,0x5D,0x20,0x53,0x32,0x0A,0x45,0x58,0x54,0x54,0x59,0x50, - 0x20,0x5B,0x23,0x31,0x36,0x44,0x34,0x3B,0x24,0x28,0x53,0x28,0x3D,0x4F,0x29, - 0x28,0x3D,0x4F,0x29,0x29,0x5D,0x20,0x53,0x6F,0x32,0x0A,0x45,0x58,0x54,0x54, - 0x59,0x50,0x20,0x5B,0x23,0x31,0x36,0x44,0x33,0x3B,0x24,0x28,0x53,0x28,0x3D, - 0x4F,0x29,0x29,0x5D,0x20,0x53,0x6F,0x78,0x0A,0x45,0x58,0x54,0x54,0x59,0x50, - 0x20,0x5B,0x23,0x31,0x36,0x3B,0x24,0x28,0x5B,0x23,0x31,0x36,0x44,0x34,0x5D, - 0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D, - 0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x5D,0x20,0x53,0x61,0x63,0x0A,0x45, - 0x58,0x54,0x54,0x59,0x50,0x20,0x5B,0x23,0x31,0x36,0x3B,0x24,0x28,0x5B,0x23, - 0x31,0x36,0x44,0x33,0x5D,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B, - 0x4F,0x44,0x31,0x5D,0x29,0x5D,0x20,0x53,0x61,0x63,0x0A,0x45,0x58,0x54,0x54, - 0x59,0x50,0x20,0x5B,0x23,0x35,0x5D,0x20,0x42,0x32,0x0A,0x45,0x58,0x54,0x54, - 0x59,0x50,0x20,0x5B,0x23,0x35,0x44,0x34,0x5D,0x20,0x42,0x33,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_ATOMTYP_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/atomtyp.txt --- a/CADDSuite-1.6/data/OpenBabel/atomtyp.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,259 +0,0 @@ -############################################################################## -# # -# Open Babel file: atomtyp.txt # -# # -# # -# Copyright (c) 1998-2001 by OpenEye Scientific Software, Inc. # -# Some portions Copyright (c) 2001-2008 Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# SMARTS patterns for atom typing (used by typer.cpp:OBAtomTyper) # -# # -# INTHYB: used to assign the internal hybridization values for atoms # -# IMPVAL: used to assign the implicit valence of an atom # -# EXTTYP: used to assign the external type of an atom for translation to # -# package specific types (i.e. Sybyl Mol2) # -# (these should correspond to INT type names in types.txt too.) # -# # -# The LAST PATTERN MATCHED is used to assign values with the corresponding # -# INTHYB, IMPVAL, and EXTTYP values. Additions to this file should be placed # -# in the EXTRA DEFINITIONS section (to separate from original patterns.) # -# # -############################################################################## - -INTHYB [D4] 3 #any 4-valent atom -- tetrahedral -INTHYB [D5] 5 #any 5-valent atom -- trigbipy -INTHYB [D6] 6 #any 6-valent atom -- oct -INTHYB [C] 3 #sp3 carbon -INTHYB [c,$(C=*)] 2 #sp2 carbon -# INTHYB [$([#6]([#8D1])[#8D1])] 2 # Commented out after PR#3089597 -INTHYB [$(C#*),$(C(=*)=*)] 1 #sp carbon - -INTHYB [N] 3 #sp3 nitrogen -INTHYB [n,$(N=*),$(N[#6,#7,#8]=,:,#*)] 2 #sp2 nitrogen -INTHYB [ND1,ND2,ND3]a 2 #sp2 nitrogen -INTHYB [$(N#*),$([ND2](=*)=*)] 1 #sp nitrogen - -INTHYB [O] 3 #sp3 oxygen -INTHYB [o,$(O=*),$(O[#6,#7,#8]=,:*)] 2 #sp2 oxygen -INTHYB [$([#8D1][#6][#8D1])] 2 #sp2 oxygen -INTHYB [$(O#*)] 1 #sp oxygen - -INTHYB [P] 3 #sp3 phosphorus -INTHYB [#15;$([PD1]=*)] 2 #sp2 phosphorus -INTHYB [PD5] 5 #sp3d phosphorus, as in PF5 -INTHYB [Pv5] 5 #sp3d phosphorus, as in H3PO4 -INTHYB [S] 3 #sp3 sulfur -INTHYB [#16;s,$([SD1]=*)] 2 #sp2 sulfur -INTHYB [SD6] 6 #sp3d2 sulfur, as in SF6 -INTHYB [B] 2 #sp2 boron -INTHYB [BD4] 3 #sp3 boron - -INTHYB [Al] 2 # typical sp2 Al (and family) -INTHYB [Ga] 2 -INTHYB [In] 2 -INTHYB [Tl] 2 -INTHYB [AlD4] 3 # sp3 Al -INTHYB [Si] 3 # sp3 Si (and family) -INTHYB [Pb] 3 -INTHYB [Ge;!D5] 3 -INTHYB [Sn;!D5] 3 -INTHYB [AsD3] 3 # AsCl3 (AsCl5 handled by D5 above) -INTHYB [SbD3] 3 # -# SbD5, AsD5 are all trigbpy so are handled by D5 above -INTHYB [BiD3] 3 # -INTHYB [BiD5] 6 # BiF5 is square-pyr, not trigbpy - -INTHYB [se] 2 # aromatic sp2 Se -INTHYB [Se] 3 # sp3 hybridization Se (and family) -INTHYB [Te] 3 -INTHYB [Po] 3 - -INTHYB [Be] 1 # Alkaline earth, like sp hybrids -INTHYB [Mg] 1 -INTHYB [Ca] 1 -INTHYB [Sr] 1 -INTHYB [Ba] 1 -INTHYB [Ra] 1 - -#INTHYB [Pt] 4 # normally square planar -#INTHYB [Pd] 4 -#INTHYB [Cu] 4 -#INTHYB [Ag] 4 -#INTHYB [Au] 4 - -# -#IMPLICIT VALENCE RULES -# -#IMPVAL [#3,#11,#19,#37,#55,#87] 1 # Alkali metals -#IMPVAL [#4,#12,#20,#38,#56,#88] 2 # Alkaline earth - -IMPVAL [#5+] 2 -IMPVAL [#5-] 4 -IMPVAL [#5] 3 # Generic boron -IMPVAL [$([#6+]=*)] 2 -IMPVAL [$([#6+]#*)] 1 # just for InChI C2 - -IMPVAL [#6^3] 4 -IMPVAL [#6^2] 3 -IMPVAL [#6^1] 2 -IMPVAL [#6^3+] 3 -IMPVAL [#6^2+] 2 -IMPVAL [#6^1+] 1 - -IMPVAL [#6^3-] 3 -IMPVAL [#6^2-] 2 -IMPVAL [#6^1-] 1 # isocyanides, CO (valence=1, bond order=3) -IMPVAL [c+] 2 - -IMPVAL [N^3] 3 -IMPVAL [N^3+] 4 -IMPVAL [N^2] 3 -#IMPVAL [N^2-,N^3-] 2 -IMPVAL [ND1^1] 1 -IMPVAL [ND2^1] 2 -IMPVAL [$(N([OD1])*)] 3 -IMPVAL [$(NC=O)] 3 -#IMPVAL [$(n(c=O)c=O)] 3 # aromatic diimide -IMPVAL [$(N(~[OD1])~[OD1])] 3 -IMPVAL [$([Nr0]C=[Nr0])] 3 -IMPVAL [$(N=*)] 2 -#IMPVAL [$([Nr0]=C[Nr0])] 3 -IMPVAL [$([Nr0]=C[Nr0])] 2 -IMPVAL [$([N+r0]=C[Nr0])] 3 # patch from Steve Constable -IMPVAL [$([#7D1-]=*)] 1 -IMPVAL [N^1-] 1 # N2O [N-]=[N+]=O (valence=1, bondorder=2) -IMPVAL [N-] 2 -IMPVAL [n] 2 -IMPVAL [n-] 2 -IMPVAL [n+] 3 -IMPVAL [$([#7-]=*)] 1 -IMPVAL [$([#7+]#*)] 2 -IMPVAL [$([#7+]=*)] 3 -IMPVAL [$([#7+](=*)=*)] 2 - -IMPVAL [$([#8+]#*)] 1 - -IMPVAL [#8] 2 # Generic O -IMPVAL [#8-] 1 -IMPVAL [#8-2] 0 -IMPVAL [#8+] 3 -IMPVAL [$([#8]=*)] 1 -IMPVAL [#8^1+] 1 # carbon monoxide - -IMPVAL [#9D0] 1 -IMPVAL [#9D0-] 0 #[F-] - -IMPVAL [#13] 3 # generic Al - -IMPVAL [#14] 4 # regular sp3 Si -IMPVAL [#14^2] 2 # silylenes -IMPVAL [$([#14]=*)] 3 # e.g., Si=O -IMPVAL [$([#14](=*)=*)] 0 # e.g., Si(=O)=O -IMPVAL [$([#14+]#*)] 1 # just for InChI Si2 -IMPVAL [$([#14-]#*)] 1 # just for InChI Si2 - -IMPVAL [#15D4] 4 -IMPVAL [#15D3] 3 -IMPVAL [#15D2] 3 -IMPVAL [#15D1^3] 3 -IMPVAL [#15D1^2] 3 -IMPVAL [#15D0] 3 -IMPVAL [$([#15]=[#6])] 2 -IMPVAL [pD2] 2 -IMPVAL [$([#15]=[#8])] 4 # phosphinate (double bond = one valence) -IMPVAL [$([#15](=[#8])=[#8])] 3 # metaphosphate (double bond = one valence) -IMPVAL [$([#15+](=[#8])([#8]))] 0 # R-P+O2 - -IMPVAL [#16] 2 #revised CM April 2008 -IMPVAL [$([#16D1]=*)] 1 -IMPVAL [$([#16D3](=O)(=O)-O)] 4 #e.g. O[S](=O)=O -IMPVAL [$([#16D2](=O)-O)] 3 # e.g. O[S]=O -IMPVAL [#16D1-] 1 - -IMPVAL [#17D0] 1 -IMPVAL [#17D0-] 0 #[Cl-] - -IMPVAL [#31] 3 -IMPVAL [#32] 4 - -IMPVAL [#33] 3 -IMPVAL [as] 3 - -IMPVAL [#34] 2 - -IMPVAL [#35D0] 1 -IMPVAL [#35D0-] 0 #[Br-] - -#IMPVAL [#49,#81] 3 # In, Tl, like Ga -#IMPVAL [#50,#82] 4 # Sn, Pb, like Ge -#IMPVAL [#51,#83] 3 # Sb, Bi, like As - -IMPVAL [#52] 2 -IMPVAL [#53D0] 1 -IMPVAL [#53D0-] 0 #[I-] - -# -#EXTERNAL TYPE RULES -# - -# Tinker OH hydrogens for MM2 -# Fixes PR# 1839274 -EXTTYP [#1][#8] HO - -EXTTYP [#7^3] N3 -EXTTYP [#7X4] N3+ -EXTTYP [#7^2] Npl -EXTTYP [#7^1] N1 -EXTTYP [$(N=*)] N2 -EXTTYP [$([Nr0]C(=[Nr0])[Nr0])] Ng+ -EXTTYP [$([Nr0]=C([Nr0])[Nr0])] Ng+ -EXTTYP [$([ND1]=C[ND1])] Ng+ -EXTTYP [$([ND1]C=[ND1])] Ng+ -EXTTYP [$(N(O)*)] Nox -EXTTYP [$(NC=[O,S])] Nam -EXTTYP [$(N(~[OD1])~[OD1])] Ntr -EXTTYP [n] Nar - -EXTTYP [#6^3] C3 -EXTTYP [#6^2] C2 -EXTTYP [$(C(=O)[OD1])] Cac -EXTTYP [c] Car -EXTTYP [#6^1] C1 -EXTTYP [#6+] C+ -EXTTYP [#6-] C- - -EXTTYP [#8^3] O3 -EXTTYP [#8^2] O2 -EXTTYP [$(Oa)] O2 -#The following 2 lines used for correct Sybyl atom typing -EXTTYP [$([OD2]C=[O,S])] O3 #ester oxygen -EXTTYP [$(Oa)] O3 #aromatic ether -EXTTYP [#8-] O- -EXTTYP [$([#8D1]~[#6^2]~[#8D1])] O.co2 - -EXTTYP [#15] P -EXTTYP [#15X4+] P3+ -EXTTYP [#15;$([#15D4](~[OD1])(~[OD1])~[OD1])] Pac -EXTTYP [#15;$([#15D3](~[OD1])~[OD1])] Pac - -EXTTYP [#16] S3 -EXTTYP [#16D3+,#16X3+] S3+ -EXTTYP [#16;s,$([SD1]=*)] S2 -EXTTYP [#16D4;$(S(=O)(=O))] So2 -EXTTYP [#16D3;$(S(=O))] Sox -EXTTYP [#16;$([#16D4](~[OD1])(~[OD1])~[OD1])] Sac -EXTTYP [#16;$([#16D3](~[OD1])~[OD1])] Sac - -EXTTYP [#5] B2 -EXTTYP [#5D4] B3 - -######################## Add Extra Definitions Here ########################## - -#INTHYB [U] 3 -#INTHYB [W] 3 -#INTHYB [Mo] 6 # for development -#INTHYB [Cr] 5 # for development - -############################# End Extra Definitions ########################## - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/babel_povray3.inc --- a/CADDSuite-1.6/data/OpenBabel/babel_povray3.inc Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1229 +0,0 @@ -//Include for Babel -//Copyright (c) by Steffen Reith and Oliver Weichold 1996-2002 -// 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 version 2 of the License. -//EMail: streit@streit.cc -//For chemical questions send mail to -//weichold@sas.upenn.edu - -//$Id: babel_povray3.inc 3895 2010-07-22 10:36:05Z baoilleach $ - -#include "colors.inc" -#include "metals.inc" - -//Do a ball and sticks model as default (nothing defined) -#ifndef (BAS) - #ifndef (SPF) - #ifndef (CST) - #declare BAS = true; - #declare SPF = false; - #declare CST = false; - #end - #end -#end - -//Default: No Ball and Sticks-model (if undefined) -#ifndef (BAS) - #declare BAS = false; -#end - -//Default: No Spacefill-model (if undefined) -#ifndef (SPF) - #declare SPF = false; -#end - -//Default: No capped sticks-model (if undefined) -#ifndef (CST) - #declare CST = false; -#end - -//Is a model (BAS, SPF or CST) selected ? -#if (!((BAS | SPF) | CST)) - - //Terminate parsing - #error "You have to select BAS (default), SPF or CST" - -#end - -//Select only one model -#if ((BAS & SPF) | ((BAS & CST) | (SPF & CST))) - - //Terminate parsing - #error "You have to select only one model-type" - -#end - -//Display copyright -#render "\n\n" -#render "\nbabel31.inc (C) 1996-2002 by\n" -#render "Oliver Weichold (weichold@sas.upenn.edu)\n" -#render "and Steffen Reith (streit@streit.cc)\n" -#render "\n\n" - -//TRANS mode off by default (only needed for transparent textures) -#ifndef (TRANS) -#declare TRANS = false; -#end - -#if (TRANS) -#include "glass.inc" -#end - -//Finishs for atoms (Nonmetals, Transmetals, Halfmetals and Metals) -#if (TRANS) - - #declare TransFinish = finish { - ambient 0.1 - diffuse 0.1 - specular 0.8 - reflection 0.1 - roughness 0.0003 - phong 1 phong_size 400 - } - - //Transparent finishs - #declare MetalFinish = finish {TransFinish} - #declare HalfMetalFinish = finish {TransFinish} - #declare NonMetalFinish = finish {TransFinish} - #declare TransMetalFinish = finish {TransFinish} - #declare Bond_0_Finish = finish {TransFinish} - #declare Bond_1_Finish = finish {TransFinish} - #declare Bond_2_Finish = finish {TransFinish} - #declare Bond_3_Finish = finish {TransFinish} - #declare Bond_4_Finish = finish {TransFinish} - #declare Bond_5_Finish = finish {TransFinish} - - //Filter values for transparent finishs - #declare MetalFilter = 1.00; - #declare HalfMetalFilter = 0.95; - #declare NonMetalFilter = 1.00; - #declare TransMetalFilter = 0.95; - #declare Bond_0_Filter = 0.00; - #declare Bond_1_Filter = 0.90; - #declare Bond_2_Filter = 0.90; - #declare Bond_3_Filter = 0.90; - #declare Bond_4_Filter = 0.90; - #declare Bond_5_Filter = 0.90; - -#else - - //Solid finishs - #declare MetalFinish = finish {F_MetalA} - #declare HalfMetalFinish = finish {F_MetalD} - #declare NonMetalFinish = finish { - - ambient 0.2 - diffuse 0.8 - brilliance 1.0 - phong 1.0 - phong_size 80 - reflection 0.25 - - } - #declare TransMetalFinish = finish {F_MetalD} - #declare Bond_0_Finish = finish {F_MetalC} - #declare Bond_1_Finish = finish {F_MetalC} - #declare Bond_2_Finish = finish {F_MetalC} - #declare Bond_3_Finish = finish {F_MetalC} - #declare Bond_4_Finish = finish {F_MetalC} - #declare Bond_5_Finish = finish {F_MetalC} - - //No additional filter (texture is not transparent) - #declare MetalFilter = 0.0; - #declare HalfMetalFilter = 0.0; - #declare NonMetalFilter = 0.0; - #declare TransMetalFilter = 0.0; - #declare Bond_0_Filter = 0.0; - #declare Bond_1_Filter = 0.0; - #declare Bond_2_Filter = 0.0; - #declare Bond_3_Filter = 0.0; - #declare Bond_4_Filter = 0.0; - #declare Bond_5_Filter = 0.0; - -#end - -//Thickness of Bonds (see Makro Bond_order) -#if (CST) - - // For capped-stick models you must use _one_ Bond_Thick ! - #declare Bond_Thick_0 = 0.1; - #declare Bond_Thick_1 = Bond_Thick_0; - #declare Bond_Thick_2 = Bond_Thick_0; - #declare Bond_Thick_3 = Bond_Thick_0; - #declare Bond_Thick_4 = Bond_Thick_0; - #declare Bond_Thick_5 = Bond_Thick_0; - -#else - - #declare Bond_Thick_0 = 0.1; - #declare Bond_Thick_1 = 0.1; - #declare Bond_Thick_2 = 0.1; - #declare Bond_Thick_3 = 0.1; - #declare Bond_Thick_4 = 0.1; - #declare Bond_Thick_5 = 0.1; - -#end - -//Colors for Bonds (see Makro Bond_order) -#declare Bond_0_Color = rgbf <1.00,0.725,0.275,Bond_0_Filter>; -#declare Bond_1_Color = rgbf <1.00,0.725,0.275,Bond_1_Filter>; -#declare Bond_2_Color = rgbf <1.00,0.725,0.275,Bond_2_Filter>; -#declare Bond_3_Color = rgbf <1.00,0.725,0.275,Bond_3_Filter>; -#declare Bond_4_Color = rgbf <1.00,0.725,0.275,Bond_4_Filter>; -#declare Bond_5_Color = rgbf <1.00,0.725,0.275,Bond_5_Filter>; - -#declare Bond_0_Color = rgbf <0.95,0.95,0.1,Bond_0_Filter>; -#declare Bond_1_Color = rgbf <0.95,0.95,0.1,Bond_1_Filter>; -#declare Bond_2_Color = rgbf <0.95,0.95,0.1,Bond_2_Filter>; -#declare Bond_3_Color = rgbf <0.95,0.95,0.1,Bond_3_Filter>; -#declare Bond_4_Color = rgbf <0.95,0.95,0.1,Bond_4_Filter>; -#declare Bond_5_Color = rgbf <0.95,0.95,0.1,Bond_5_Filter>; - -//The bond declarations -#declare bond_0 = cylinder { - <0,0,0> - <1,0,0> - Bond_Thick_0 - texture { - - pigment {color Bond_0_Color} - finish {Bond_0_Finish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare bond_1 = cylinder { - <0,0,0> - <1,0,0> - Bond_Thick_1 - texture { - - pigment {color Bond_1_Color} - finish {Bond_1_Finish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare bond_2 = cylinder { - <0,0,0> - <1,0,0> - Bond_Thick_2 - texture { - - pigment {color Bond_2_Color} - finish {Bond_2_Finish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare bond_3 = cylinder { - <0,0,0> - <1,0,0> - Bond_Thick_3 - texture { - - pigment {color Bond_3_Color} - finish {Bond_3_Finish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare bond_4 = cylinder { - <0,0,0> - <1,0,0> - Bond_Thick_4 - texture { - - pigment {color Bond_4_Color} - finish {Bond_4_Finish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare bond_5 = cylinder { - <0,0,0> - <1,0,0> - Bond_Thick_5 - texture { - - pigment {color Bond_5_Color} - finish {Bond_5_Finish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -//Generic definition of an atom -#if (BAS) -#render "\n\nCalculate a ball and sticks model of :" -#declare atom = sphere {<0,0,0>,0.6} -#end -#if (SPF) -#render "\n\nCalculate a spacefill model of :" -#declare atom = sphere {<0,0,0>,1.66} -#end -#if (CST) -#render "\n\nCalculate a capped sticks model of :" -#declare atom = sphere {<0,0,0>,1.0} -#end - -//For Povray 3.1 only -#version 3.1; - -//For capped sticks models we use Bond_Thick_0 for all atom radii -#if (CST) - - #declare Radius_C1 = Bond_Thick_0; - #declare Radius_C2 = Bond_Thick_0; - #declare Radius_C3 = Bond_Thick_0; - #declare Radius_H = Bond_Thick_0; - #declare Radius_D = Bond_Thick_0; - #declare Radius_O = Bond_Thick_0; - #declare Radius_N = Bond_Thick_0; - #declare Radius_S = Bond_Thick_0; - #declare Radius_P = Bond_Thick_0; - #declare Radius_F = Bond_Thick_0; - #declare Radius_Cl = Bond_Thick_0; - #declare Radius_Br = Bond_Thick_0; - #declare Radius_I = Bond_Thick_0; - - #declare Radius_Si = Bond_Thick_0; - #declare Radius_B = Bond_Thick_0; - #declare Radius_Ge = Bond_Thick_0; - #declare Radius_Se = Bond_Thick_0; - - #declare Radius_Ca = Bond_Thick_0; - #declare Radius_Ca2 = Bond_Thick_0; - #declare Radius_Sn = Bond_Thick_0; - #declare Radius_Sn2 = Bond_Thick_0; - #declare Radius_Sn4 = Bond_Thick_0; - #declare Radius_Pb = Bond_Thick_0; - #declare Radius_Pb2 = Bond_Thick_0; - #declare Radius_Pb4 = Bond_Thick_0; - #declare Radius_Te = Bond_Thick_0; - #declare Radius_Te4 = Bond_Thick_0; - #declare Radius_Te6 = Bond_Thick_0; - #declare Radius_Na = Bond_Thick_0; - #declare Radius_Na1 = Bond_Thick_0; - #declare Radius_K = Bond_Thick_0; - #declare Radius_K1 = Bond_Thick_0; - #declare Radius_Li = Bond_Thick_0; - #declare Radius_Li1 = Bond_Thick_0; - #declare Radius_Al = Bond_Thick_0; - #declare Radius_Al3 = Bond_Thick_0; - - #declare Radius_Mn = Bond_Thick_0; - #declare Radius_Mn2 = Bond_Thick_0; - #declare Radius_Mn3 = Bond_Thick_0; - #declare Radius_Mn4 = Bond_Thick_0; - #declare Radius_W = Bond_Thick_0; - #declare Radius_W4 = Bond_Thick_0; - #declare Radius_W6 = Bond_Thick_0; - #declare Radius_Fe = Bond_Thick_0; - #declare Radius_Fe2 = Bond_Thick_0; - #declare Radius_Fe3 = Bond_Thick_0; - #declare Radius_Pd = Bond_Thick_0; - #declare Radius_Pd2 = Bond_Thick_0; - #declare Radius_Pd4 = Bond_Thick_0; - #declare Radius_Ni = Bond_Thick_0; - #declare Radius_Ni2 = Bond_Thick_0; - #declare Radius_Ni3 = Bond_Thick_0; - #declare Radius_Cu = Bond_Thick_0; - #declare Radius_Cu1 = Bond_Thick_0; - #declare Radius_Cu2 = Bond_Thick_0; - #declare Radius_V = Bond_Thick_0; - #declare Radius_V2 = Bond_Thick_0; - #declare Radius_V3 = Bond_Thick_0; - #declare Radius_V4 = Bond_Thick_0; - #declare Radius_V5 = Bond_Thick_0; - #declare Radius_Zn = Bond_Thick_0; - #declare Radius_Zn2 = Bond_Thick_0; - -#else - - //Atom radii in A as published in J. Emsley, The Elements, - //Clarender Press, Oxford 1991 - - //All uncharged radii are kovalent. The values for Na and V are calculated - //from the atomic radius (10% less). - //We use the kovalent radii for the description of metal atoms. If you want to - //use ion radii, just replace the radius in the atom description. - //E.g., replace - // - //scale Radius_Zn - // - //by - // - //scale Radius_Zn2 - // - //for creating a sphere with the ion radius of Zn2+. - - #declare Radius_C1 = 0.770; - #declare Radius_C2 = 0.670; - #declare Radius_C3 = 0.600; - - #declare Radius_H = 0.370; - #declare Radius_D = 0.370; - #declare Radius_O = 0.660; - #declare Radius_N = 0.700; - #declare Radius_S = 1.040; - #declare Radius_P = 1.100; - #declare Radius_F = 0.580; - #declare Radius_Cl = 0.990; - #declare Radius_Br = 1.142; - #declare Radius_I = 1.330; - - #declare Radius_Si = 1.170; - #declare Radius_B = 0.880; - #declare Radius_Ge = 1.220; - #declare Radius_Se = 1.170; - - #declare Radius_Ca = 1.740; - #declare Radius_Ca2 = 1.060; - #declare Radius_Sn = 1.400; - #declare Radius_Sn2 = 0.930; - #declare Radius_Sn4 = 0.740; - #declare Radius_Pb = 1.540; - #declare Radius_Pb2 = 1.320; - #declare Radius_Pb4 = 0.890; - #declare Radius_Te = 1.370; - #declare Radius_Te4 = 0.970; - #declare Radius_Te6 = 0.560; - #declare Radius_Na = 1.380; - #declare Radius_Na1 = 0.980; - #declare Radius_K = 2.030; - #declare Radius_K1 = 1.330; - #declare Radius_Li = 1.230; - #declare Radius_Li1 = 0.780; - #declare Radius_Al = 1.250; - #declare Radius_Al3 = 0.570; - - #declare Radius_Mn = 1.170; - #declare Radius_Mn2 = 0.910; - #declare Radius_Mn3 = 0.700; - #declare Radius_Mn4 = 0.520; - #declare Radius_W = 1.300; - #declare Radius_W4 = 0.680; - #declare Radius_W6 = 0.620; - #declare Radius_Fe = 1.165; - #declare Radius_Fe2 = 0.820; - #declare Radius_Fe3 = 0.670; - #declare Radius_Pd = 1.280; - #declare Radius_Pd2 = 0.860; - #declare Radius_Pd4 = 0.640; - #declare Radius_Ni = 1.150; - #declare Radius_Ni2 = 0.780; - #declare Radius_Ni3 = 0.620; - #declare Radius_Cu = 1.170; - #declare Radius_Cu1 = 0.960; - #declare Radius_Cu2 = 0.720; - #declare Radius_V = 1.188; - #declare Radius_V2 = 0.720; - #declare Radius_V3 = 0.650; - #declare Radius_V4 = 0.610; - #declare Radius_V5 = 0.590; - #declare Radius_Zn = 1.250; - #declare Radius_Zn2 = 0.830; - -#end - -//Atom descriptions - -//Section: Nonmetals -#declare Color_C1 = rgbf <0.00,0.00,0.00,NonMetalFilter>; -#declare Atom_C1 = object { - - atom - scale Radius_C1 - texture { - - pigment {color Color_C1} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - - } -#declare Atom_C = Atom_C1 -#declare Atom_Cac = Atom_C1 -#declare Atom_Cbl = Atom_C1 -#declare Atom_Cmi = Atom_C1 -#declare Atom_Crad = Atom_C1 -#declare Atom_Cx = Atom_C1 -#declare Atom_Nr = Atom_C1 - -#declare Radius_Cac = Radius_C1; -#declare Radius_Cbl = Radius_C1; -#declare Radius_Cmi = Radius_C1; -#declare Radius_Crad = Radius_C1; -#declare Radius_Cx = Radius_C1; -#declare Radius_Nr = Radius_C1; - -#declare Color_C = Color_C1; -#declare Color_Cac = Color_C1; -#declare Color_Cbl = Color_C1; -#declare Color_Cmi = Color_C1; -#declare Color_Crad = Color_C1; -#declare Color_Cx = Color_C1; -#declare Color_Nr = Color_C1; - -#declare Color_C2 = rgbf <0.00,0.00,0.00,NonMetalFilter>; -#declare Atom_C2 = object { - - atom - scale Radius_C2 - texture { - - pigment {color Color_C2} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_C3 = rgbf <0.00,0.00,0.00,NonMetalFilter>; -#declare Atom_C3 = object { - - atom - scale Radius_C3 - texture { - - pigment {color Color_C3} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_Car = Atom_C3 -#declare Atom_Cpl = Atom_C3 -#declare Atom_Cx = Atom_C3 - -#declare Radius_Car = Radius_C3; -#declare Radius_Cpl = Radius_C3; -#declare Radius_Cx = Radius_C3; - -#declare Color_Car = Color_C3; -#declare Color_Cpl = Color_C3; -#declare Color_Cx = Color_C3; - -#declare Color_H = rgbf <1.00,1.00,1.00,NonMetalFilter>; -#declare Atom_H = object { - - atom - scale Radius_H - texture { - - pigment {color Color_H} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_HC = Atom_H -#declare Atom_HO = Atom_H -#declare Atom_HN = Atom_H -#declare Atom_Hpl = Atom_H - -#declare Radius_HC = Radius_H; -#declare Radius_HO = Radius_H; -#declare Radius_HN = Radius_H; -#declare Radius_Hpl = Radius_H; - -#declare Color_HC = Color_H; -#declare Color_HO = Color_H; -#declare Color_HN = Color_H; -#declare Color_Hpl = Color_H; - -#declare Color_D = rgbf <0.85,0.85,0.95,NonMetalFilter>; -#declare Atom_D = object { - - atom - scale Radius_D - texture { - - pigment {color Color_D} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_DC = Atom_D - -#declare Radius_DC = Radius_D; - -#declare Color_DC = Color_D; - -#declare Color_O = rgbf <1.00,0.00,0.00,NonMetalFilter>; -#declare Atom_O = object { - - atom - scale Radius_O - texture { - - pigment {color Color_O} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_O3 = Atom_O -#declare Atom_O2 = Atom_O -#declare Atom_Omi = Atom_O -#declare Atom_OCO2 = Atom_O -#declare Atom_Oany = Atom_O -#declare Atom_Oco2 = Atom_O - -#declare Radius_O3 = Radius_O; -#declare Radius_O2 = Radius_O; -#declare Radius_Omi = Radius_O; -#declare Radius_OCO2 = Radius_O; -#declare Radius_Oany = Radius_O; -#declare Radius_Oco2 = Radius_O; - -#declare Color_O3 = Color_O; -#declare Color_O2 = Color_O; -#declare Color_Omi = Color_O; -#declare Color_OCO2 = Color_O; -#declare Color_Oany = Color_O; -#declare Color_Oco2 = Color_O; - -#declare Color_N = rgbf <0.14,0.42,0.56,NonMetalFilter>; -#declare Atom_N = object { - - atom - scale Radius_N - texture { - - pigment {color Color_N} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_NPL3 = Atom_N -#declare Atom_N2 = Atom_N -#declare Atom_N4 = Atom_N -#declare Atom_N3 = Atom_N -#declare Atom_Npl = Atom_N -#declare Atom_N2pl = Atom_N -#declare Atom_Naz = Atom_N -#declare Atom_N1 = Atom_N -#declare Atom_Nox = Atom_N -#declare Atom_Ntr = Atom_N -#declare Atom_NC = Atom_N -#declare Atom_Nar = Atom_N -#declare Atom_Nam = Atom_N -#declare Atom_Ngpl = Atom_N -#declare Atom_N3pl = Atom_N -#declare Atom_Nany = Atom_N - -#declare Radius_NPL3 = Radius_N; -#declare Radius_N2 = Radius_N; -#declare Radius_N4 = Radius_N; -#declare Radius_N3 = Radius_N; -#declare Radius_Npl = Radius_N; -#declare Radius_N2pl = Radius_N; -#declare Radius_Naz = Radius_N; -#declare Radius_N1 = Radius_N; -#declare Radius_Nox = Radius_N; -#declare Radius_Ntr = Radius_N; -#declare Radius_NC = Radius_N; -#declare Radius_Nar = Radius_N; -#declare Radius_Nam = Radius_N; -#declare Radius_Ngpl = Radius_N; -#declare Radius_N3pl = Radius_N; -#declare Radius_Nany = Radius_N; - -#declare Color_NPL3 = Color_N; -#declare Color_N2 = Color_N; -#declare Color_N4 = Color_N; -#declare Color_N3 = Color_N; -#declare Color_Npl = Color_N; -#declare Color_N2pl = Color_N; -#declare Color_Naz = Color_N; -#declare Color_N1 = Color_N; -#declare Color_Nox = Color_N; -#declare Color_Ntr = Color_N; -#declare Color_NC = Color_N; -#declare Color_Nar = Color_N; -#declare Color_Nam = Color_N; -#declare Color_Ngpl = Color_N; -#declare Color_N3pl = Color_N; -#declare Color_Nany = Color_N; - -#declare Color_F = rgbf<1.00,1.00,0.88,NonMetalFilter>; -#declare Atom_F = object { - - atom - scale Radius_F - texture { - - pigment {color Color_F} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Cl = rgbf <0.20,0.80,0.20,NonMetalFilter>; -#declare Atom_Cl = object { - - atom - scale Radius_Cl - texture { - - pigment {color Color_Cl} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Br = rgbf <0.65,0.16,0.16,NonMetalFilter>; -#declare Atom_Br = object { - - atom - scale Radius_Br - texture { - - pigment {color Color_Br} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_I = rgbf<0.58,0.44,0.86,NonMetalFilter>; -#declare Atom_I = object { - - atom - scale Radius_I - texture { - - pigment {color Color_I} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_P = rgbf <1.00,0.50,0.00,NonMetalFilter>; -#declare Atom_P = object { - - atom - scale Radius_P - texture { - - pigment {color Color_P} - finish{NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_Pac = Atom_P -#declare Atom_P3 = Atom_P -#declare Atom_Pox = Atom_P -#declare Atom_P3pl = Atom_P - -#declare Radius_Pac = Radius_P; -#declare Radius_P3 = Radius_P; -#declare Radius_Pox = Radius_P; -#declare Radius_P3pl = Radius_P; - -#declare Color_Pac = Color_P; -#declare Color_P3 = Color_P; -#declare Color_Pox = Color_P; -#declare Color_P3pl = Color_P; - -#declare Color_S = rgbf <1.00,1.00,0.00,NonMetalFilter>; -#declare Atom_S = object { - - atom - scale Radius_S - texture { - - pigment {color Color_S} - finish {NonMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_S3pl = Atom_S -#declare Atom_S3 = Atom_S -#declare Atom_S2 = Atom_S -#declare Atom_Sac = Atom_S -#declare Atom_Sox = Atom_S -#declare Atom_Sany = Atom_S -#declare Atom_So = Atom_S - -#declare Radius_S3pl = Radius_S; -#declare Radius_S3 = Radius_S; -#declare Radius_S2 = Radius_S; -#declare Radius_Sac = Radius_S; -#declare Radius_Sox = Radius_S; -#declare Radius_Sany = Radius_S; -#declare Radius_So = Radius_S; - -#declare Color_S3pl = Color_S; -#declare Color_S3 = Color_S; -#declare Color_S2 = Color_S; -#declare Color_Sac = Color_S; -#declare Color_Sox = Color_S; -#declare Color_Sany = Color_S; -#declare Color_So = Color_S; - -//A special color for halfmetals -#declare HalfMetalColor = rgbf <0.6,0.6,0.85,HalfMetalFilter>; - -//Section: HalfMetals -#declare Color_B = rgbf <0,1.0,0,HalfMetalFilter>; -#declare Atom_B = object { - - atom - scale Radius_B - texture { - - pigment {color Color_B} - finish {HalfMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Atom_Bac = Atom_B -#declare Atom_Box = Atom_B - -#declare Radius_Bac = Radius_B; -#declare Radius_Box = Radius_B; - -#declare Color_Bac = Color_B; -#declare Color_Box = Color_B; - -#declare Color_Si = HalfMetalColor; -#declare Atom_Si = object { - - atom - scale Radius_Si - texture { - - pigment {color Color_Si} - finish {HalfMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - - -#declare Color_Ge = HalfMetalColor; -#declare Atom_Ge = object { - - atom - scale Radius_Ge - texture { - - pigment {color Color_Ge} - finish {HalfMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } -#declare Color_Se = HalfMetalColor; -#declare Atom_Se = object { - - atom - scale Radius_Se - texture { - - pigment {color Color_Se} - finish {HalfMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -//Metals -#declare Color_Metal = rgbf <0.94,0.93,0.90,MetalFilter>; - -#declare Color_Te = rgbf <0.6,0.6,0.6,MetalFilter>; -#declare Atom_Te = object { - - atom - scale Radius_Te - texture { - - pigment {color Color_Te} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Li = Color_Metal; -#declare Atom_Li = object { - - atom - scale Radius_Li - texture { - - pigment {color Color_Li} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Na = Color_Metal; -#declare Atom_Na = object { - - atom - scale Radius_Na - texture { - - pigment {color Color_Na} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_K = Color_Metal; -#declare Atom_K = object { - - atom - scale Radius_K - texture { - - pigment {color Color_K} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Ca = Color_Metal; -#declare Atom_Ca = object { - - atom - scale Radius_Ca - texture { - - pigment {color Color_Ca} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Al = Color_Metal; -#declare Atom_Al = object { - - atom - scale Radius_Al - texture { - - pigment {color Color_Al} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Sn = Color_Metal; -#declare Atom_Sn = object { - - atom - scale Radius_Sn - texture { - - pigment {color Color_Sn} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Pb = Color_Metal; -#declare Atom_Pb = object { - - atom - scale Radius_Pb - texture { - - pigment {color Color_Pb} - finish {MetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -//TransMetals -#declare Color_TransMetal = rgbf <0.94,0.93,0.90,TransMetalFilter>; - -#declare Color_W = Color_TransMetal; -#declare Atom_W = object { - - atom - scale Radius_W - texture { - - pigment {color Color_W} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Pd = Color_TransMetal; -#declare Atom_Pd = object { - - atom - scale Radius_Pd - texture { - - pigment {color Color_Pd} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Ni = Color_TransMetal; -#declare Atom_Ni = object { - - atom - scale Radius_Ni - texture { - - pigment {color Color_Ni} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Cu = rgbf <0.50,0.25,0.15,TransMetalFilter>; -#declare Atom_Cu = object { - - atom - scale Radius_Cu - - texture { - - pigment {color Color_Cu} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Mn = Color_TransMetal; -#declare Atom_Mn = object { - - atom - scale Radius_Mn - texture { - - pigment {color Color_Mn} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Color_Fe = Color_TransMetal; -#declare Atom_Fe = object { - - atom - scale Radius_Fe - - texture { - - pigment {color Color_Fe} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - - -#declare Color_V = Color_TransMetal; -#declare Atom_V = object { - - atom - scale Radius_V - texture { - - pigment {color Color_V} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Atom_V2 = object { - - atom - scale Radius_V2 - texture { - - pigment {color Color_V} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Atom_V3 = object { - - atom - scale Radius_V3 - texture { - - pigment {color Color_V} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Atom_V4 = object { - - atom - scale Radius_V4 - texture { - - pigment {color Color_V} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Atom_V5 = object { - - atom - scale Radius_V5 - texture { - - pigment {color Color_V} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - - -#declare Color_Zn = Color_TransMetal; -#declare Atom_Zn = object { - - atom - scale Radius_Zn - texture { - - pigment {color Color_Zn} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } - -#declare Atom_Zn2 = object { - - atom - scale Radius_Zn2 - texture { - - pigment {color Color_Zn} - finish {TransMetalFinish} - - } -#if (TRANS) - interior{ I_Glass} -#end - } diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/bin2hex.pl --- a/CADDSuite-1.6/data/OpenBabel/bin2hex.pl Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,144 +0,0 @@ -#!/usr/bin/env perl -# bin2hex.pl - -######################################################################## -# Copyright (C) 2001 by OpenEye Scientific Software, Inc. -# Some portions Copyright (c) 2002 by Geoffrey R. Hutchison -# -# This file is part of the Open Babel project. -# For more information, see -# -# 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 version 2 of the License. -# -# 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. -######################################################################## - - -# Autoflush STDOUT -#STDOUT->autoflush(1); -$| = 1; - -$argc = @ARGV; -if( $argc == 2 ) { - $filename = @ARGV[0]; - $arrayname = @ARGV[1]; - - $pos = index($filename,"."); - if( $pos > 0 ) { - $guard = uc(substr($filename,0,$pos)); - } else { - $guard = uc($filename); - } -} elsif( $argc == 3 ) { - $filename = @ARGV[0]; - $arrayname = @ARGV[1]; - $guard = @ARGV[2]; -} else { - print "usage: bin2hex.pl \n\n"; - exit; -} - -$debug = 0; - -open(F,$filename) || die "Error: Unable to open binary file!\n"; - -if( !$debug ) { - print "/***************************************************************\n"; - print "This file is part of the Open Babel project.\n"; - print "This is copyright under the GNU General Public License (GPL)\n"; - print "For more information, see \n\n"; - print "This file contains a binary representation of data tables\n"; - print " used by Open Babel. It is used as a fallback if the textual\n"; - print " data table is not found at runtime. It is not a normal header.\n"; - print "***************************************************************/\n"; - print "\n\n"; - - print "#ifndef OB_" . $guard . "_H\n"; - print "#define OB_" . $guard . "_H\n\n"; - print "namespace OpenBabel\n{\n"; - print "static const char " . $arrayname . "[] = {\n "; -} - -binmode(F); - -$col = 0; -$init = 0; -$ignore = 0; -$newline = 1; -$spacerun = 0; # collapse runs of spaces - -while( !eof(F) ) { - $ch = ord(getc(F)); - if( $ch == 13 ) { # ignore \r characters - $ch = 0; - } - - if ( $spacerun ) { - if ( $ch == 32 ) { - $ch = 0; - } else { - $spacerun = 0; - } - } elsif ( $ch == 32) { - $spacerun = 1; - } - - if( $ignore ) { - if( $ch == 10 ) { # found the \n after an '#' ignore comment - $ignore = 0; - } - $ch = 0; - } elsif( $newline ) { # just saw a \n -- do we see real text - if( $ch == 10 ) { - $ch = 0; - } elsif ( $ch == 35 ) { # ignore anything after a '#' until a \n - $ignore = 1; - $ch = 0; - } elsif( $ch == 32 ) { # space - $ch = 0; - } elsif( $ch == 9 ) { # tab - $ch = 0; - } elsif( $ch ) { # something else, so clear the blank-line boolean - $newline = 0; - } - } elsif( $ch == 10 ) { # set the blank-line detector - $newline = 1; - } - - if( $ch ) { - if( $debug ) { - print chr($ch); - } else { - if( $init ) { - print ","; - } else { - $init = 1; - } - if( $col >= 15 ) { - print "\n "; - $col = 0; - } - print sprintf("0x%02X",$ch); - $col++; - } - } -} - -if( !$debug ) { - if( $col >= 15 ) { - print ",\n0x00};\n\n"; - } else { - print ",0x00};\n\n"; - } - print "} // namespace OpenBabel\n"; - print "#endif // OB_" . $guard . "_H\n\n"; -} - -close(F); -exit; - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/bondtyp.h --- a/CADDSuite-1.6/data/OpenBabel/bondtyp.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,132 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_BONDTYP_H -#define OB_BONDTYP_H - -namespace OpenBabel -{ -static const char BondTypeData[] = { - 0x2A,0x31,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23,0x37,0x44,0x33,0x5D,0x32,0x29, - 0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x32,0x2A,0x5B, - 0x23,0x36,0x5D,0x28,0x5B,0x23,0x37,0x44,0x33,0x5D,0x33,0x29,0x5B,0x23,0x36, - 0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x33,0x2A,0x5B,0x23,0x36,0x5D, - 0x28,0x5B,0x23,0x37,0x44,0x33,0x5D,0x34,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23, - 0x36,0x5D,0x5B,0x23,0x36,0x5D,0x34,0x2A,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23, - 0x37,0x44,0x33,0x5D,0x35,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B, - 0x23,0x36,0x5D,0x35,0x31,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x31,0x20,0x32, - 0x20,0x31,0x20,0x31,0x20,0x33,0x20,0x31,0x20,0x33,0x20,0x34,0x20,0x32,0x20, - 0x34,0x20,0x35,0x20,0x31,0x20,0x35,0x20,0x32,0x20,0x31,0x20,0x35,0x20,0x36, - 0x20,0x32,0x20,0x36,0x20,0x37,0x20,0x31,0x20,0x37,0x20,0x38,0x20,0x32,0x20, - 0x37,0x20,0x39,0x20,0x31,0x20,0x39,0x20,0x31,0x30,0x20,0x32,0x20,0x31,0x30, - 0x20,0x31,0x31,0x20,0x31,0x20,0x31,0x31,0x20,0x38,0x20,0x31,0x20,0x31,0x31, - 0x20,0x31,0x32,0x20,0x32,0x20,0x31,0x32,0x20,0x31,0x33,0x20,0x31,0x20,0x31, - 0x33,0x20,0x31,0x34,0x20,0x31,0x20,0x31,0x33,0x20,0x31,0x35,0x20,0x32,0x20, - 0x31,0x35,0x20,0x31,0x36,0x20,0x31,0x20,0x31,0x36,0x20,0x31,0x37,0x20,0x32, - 0x20,0x31,0x37,0x20,0x31,0x34,0x20,0x31,0x20,0x31,0x37,0x20,0x31,0x38,0x20, - 0x31,0x20,0x31,0x38,0x20,0x31,0x39,0x20,0x32,0x20,0x31,0x39,0x20,0x32,0x30, - 0x20,0x31,0x20,0x31,0x39,0x20,0x32,0x31,0x20,0x31,0x20,0x32,0x31,0x20,0x32, - 0x32,0x20,0x32,0x20,0x32,0x32,0x20,0x32,0x33,0x20,0x31,0x20,0x32,0x33,0x20, - 0x32,0x30,0x20,0x32,0x0A,0x2A,0x31,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23,0x37, - 0x44,0x33,0x5D,0x32,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23, - 0x36,0x5D,0x32,0x2A,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23,0x37,0x5D,0x33,0x29, - 0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x33,0x2A,0x5B, - 0x23,0x36,0x5D,0x28,0x5B,0x23,0x37,0x44,0x33,0x5D,0x34,0x29,0x5B,0x23,0x36, - 0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x34,0x2A,0x5B,0x23,0x36,0x5D, - 0x28,0x5B,0x23,0x37,0x5D,0x35,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D, - 0x5B,0x23,0x36,0x5D,0x35,0x31,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x31,0x20, - 0x32,0x20,0x31,0x20,0x31,0x20,0x33,0x20,0x31,0x20,0x33,0x20,0x34,0x20,0x32, - 0x20,0x34,0x20,0x35,0x20,0x31,0x20,0x35,0x20,0x32,0x20,0x31,0x20,0x35,0x20, - 0x36,0x20,0x32,0x20,0x36,0x20,0x37,0x20,0x31,0x20,0x37,0x20,0x38,0x20,0x32, - 0x20,0x37,0x20,0x39,0x20,0x31,0x20,0x39,0x20,0x31,0x30,0x20,0x32,0x20,0x31, - 0x30,0x20,0x31,0x31,0x20,0x31,0x20,0x31,0x31,0x20,0x38,0x20,0x31,0x20,0x31, - 0x31,0x20,0x31,0x32,0x20,0x32,0x20,0x31,0x32,0x20,0x31,0x33,0x20,0x31,0x20, - 0x31,0x33,0x20,0x31,0x34,0x20,0x31,0x20,0x31,0x33,0x20,0x31,0x35,0x20,0x32, - 0x20,0x31,0x35,0x20,0x31,0x36,0x20,0x31,0x20,0x31,0x36,0x20,0x31,0x37,0x20, - 0x32,0x20,0x31,0x37,0x20,0x31,0x34,0x20,0x31,0x20,0x31,0x37,0x20,0x31,0x38, - 0x20,0x31,0x20,0x31,0x38,0x20,0x31,0x39,0x20,0x32,0x20,0x31,0x39,0x20,0x32, - 0x30,0x20,0x31,0x20,0x31,0x39,0x20,0x32,0x31,0x20,0x31,0x20,0x32,0x31,0x20, - 0x32,0x32,0x20,0x32,0x20,0x32,0x32,0x20,0x32,0x33,0x20,0x31,0x20,0x32,0x33, - 0x20,0x32,0x30,0x20,0x32,0x0A,0x2A,0x31,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23, - 0x37,0x5D,0x32,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36, - 0x5D,0x32,0x2A,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23,0x37,0x5D,0x33,0x29,0x5B, - 0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x33,0x2A,0x5B,0x23, - 0x36,0x5D,0x28,0x5B,0x23,0x37,0x5D,0x34,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23, - 0x36,0x5D,0x5B,0x23,0x36,0x5D,0x34,0x2A,0x5B,0x23,0x36,0x5D,0x28,0x5B,0x23, - 0x37,0x5D,0x35,0x29,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36,0x5D,0x5B,0x23,0x36, - 0x5D,0x35,0x31,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x31,0x20,0x32,0x20,0x31, - 0x20,0x31,0x20,0x33,0x20,0x31,0x20,0x33,0x20,0x34,0x20,0x32,0x20,0x34,0x20, - 0x35,0x20,0x31,0x20,0x35,0x20,0x32,0x20,0x31,0x20,0x35,0x20,0x36,0x20,0x32, - 0x20,0x36,0x20,0x37,0x20,0x31,0x20,0x37,0x20,0x38,0x20,0x32,0x20,0x37,0x20, - 0x39,0x20,0x31,0x20,0x39,0x20,0x31,0x30,0x20,0x32,0x20,0x31,0x30,0x20,0x31, - 0x31,0x20,0x31,0x20,0x31,0x31,0x20,0x38,0x20,0x31,0x20,0x31,0x31,0x20,0x31, - 0x32,0x20,0x32,0x20,0x31,0x32,0x20,0x31,0x33,0x20,0x31,0x20,0x31,0x33,0x20, - 0x31,0x34,0x20,0x31,0x20,0x31,0x33,0x20,0x31,0x35,0x20,0x32,0x20,0x31,0x35, - 0x20,0x31,0x36,0x20,0x31,0x20,0x31,0x36,0x20,0x31,0x37,0x20,0x32,0x20,0x31, - 0x37,0x20,0x31,0x34,0x20,0x31,0x20,0x31,0x37,0x20,0x31,0x38,0x20,0x31,0x20, - 0x31,0x38,0x20,0x31,0x39,0x20,0x32,0x20,0x31,0x39,0x20,0x32,0x30,0x20,0x31, - 0x20,0x31,0x39,0x20,0x32,0x31,0x20,0x31,0x20,0x32,0x31,0x20,0x32,0x32,0x20, - 0x32,0x20,0x32,0x32,0x20,0x32,0x33,0x20,0x31,0x20,0x32,0x33,0x20,0x32,0x30, - 0x20,0x32,0x0A,0x5B,0x23,0x37,0x44,0x32,0x5D,0x5B,0x23,0x37,0x44,0x32,0x5E, - 0x31,0x5D,0x5B,0x23,0x37,0x44,0x31,0x5D,0x09,0x09,0x30,0x20,0x31,0x20,0x32, - 0x20,0x31,0x20,0x32,0x20,0x32,0x0A,0x5B,0x23,0x38,0x44,0x31,0x5D,0x5B,0x23, - 0x37,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B,0x23,0x38,0x44,0x31,0x5D,0x29,0x2A, - 0x09,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x31,0x20,0x32,0x20,0x32,0x20,0x31, - 0x20,0x33,0x20,0x31,0x0A,0x5B,0x23,0x31,0x36,0x44,0x34,0x5D,0x28,0x5B,0x23, - 0x38,0x44,0x31,0x5D,0x29,0x28,0x5B,0x23,0x38,0x44,0x31,0x5D,0x29,0x28,0x2A, - 0x29,0x28,0x2A,0x29,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20, - 0x32,0x20,0x30,0x20,0x33,0x20,0x31,0x20,0x30,0x20,0x34,0x20,0x31,0x0A,0x5B, - 0x23,0x31,0x35,0x44,0x34,0x5D,0x28,0x5B,0x23,0x38,0x44,0x31,0x5D,0x29,0x28, - 0x2A,0x29,0x28,0x2A,0x29,0x28,0x2A,0x29,0x09,0x30,0x20,0x31,0x20,0x32,0x20, - 0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31,0x20,0x30,0x20,0x34, - 0x20,0x31,0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B,0x23,0x38, - 0x44,0x31,0x5D,0x29,0x28,0x5B,0x23,0x38,0x5D,0x29,0x2A,0x09,0x09,0x30,0x20, - 0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31, - 0x0A,0x5B,0x23,0x38,0x44,0x31,0x5D,0x5B,0x23,0x36,0x44,0x32,0x5E,0x31,0x5D, - 0x5B,0x23,0x38,0x44,0x31,0x5D,0x09,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x31, - 0x20,0x32,0x20,0x32,0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B, - 0x23,0x38,0x44,0x31,0x5D,0x29,0x28,0x5B,0x23,0x37,0x5D,0x29,0x2A,0x09,0x09, - 0x30,0x20,0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33, - 0x20,0x31,0x0A,0x5B,0x23,0x33,0x34,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B,0x23, - 0x38,0x44,0x31,0x5D,0x29,0x28,0x5B,0x23,0x38,0x5D,0x29,0x2A,0x09,0x09,0x30, - 0x20,0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20, - 0x31,0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B,0x23,0x38,0x44, - 0x31,0x5D,0x29,0x28,0x5B,0x23,0x31,0x36,0x5D,0x29,0x2A,0x09,0x09,0x30,0x20, - 0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31, - 0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B,0x23,0x31,0x36,0x44, - 0x31,0x5D,0x29,0x28,0x5B,0x23,0x31,0x36,0x5D,0x29,0x2A,0x09,0x09,0x30,0x20, - 0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31, - 0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x5D,0x28,0x5B,0x23,0x31,0x36,0x44, - 0x31,0x5D,0x29,0x28,0x5B,0x23,0x37,0x5D,0x29,0x2A,0x09,0x09,0x30,0x20,0x31, - 0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31,0x0A, - 0x5B,0x23,0x36,0x5E,0x32,0x5D,0x5B,0x23,0x36,0x44,0x32,0x5E,0x31,0x5D,0x5B, - 0x23,0x36,0x5E,0x32,0x5D,0x09,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x31,0x20, - 0x32,0x20,0x32,0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x3B,0x21,0x52,0x5D, - 0x28,0x5B,0x23,0x37,0x44,0x31,0x48,0x30,0x3B,0x21,0x52,0x5D,0x29,0x28,0x5B, - 0x23,0x37,0x3B,0x21,0x52,0x5D,0x29,0x2A,0x09,0x30,0x20,0x31,0x20,0x32,0x20, - 0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31,0x0A,0x5B,0x23,0x36, - 0x44,0x33,0x5E,0x32,0x3B,0x21,0x52,0x5D,0x28,0x5B,0x23,0x37,0x44,0x32,0x48, - 0x31,0x3B,0x21,0x52,0x5D,0x29,0x28,0x5B,0x23,0x37,0x3B,0x21,0x52,0x5D,0x29, - 0x2A,0x09,0x30,0x20,0x31,0x20,0x32,0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30, - 0x20,0x33,0x20,0x31,0x0A,0x5B,0x23,0x36,0x44,0x33,0x5E,0x32,0x3B,0x21,0x52, - 0x5D,0x28,0x5B,0x23,0x37,0x44,0x33,0x48,0x32,0x3B,0x21,0x52,0x5D,0x29,0x28, - 0x5B,0x23,0x37,0x3B,0x21,0x52,0x5D,0x29,0x2A,0x09,0x30,0x20,0x31,0x20,0x32, - 0x20,0x30,0x20,0x32,0x20,0x31,0x20,0x30,0x20,0x33,0x20,0x31,0x0A,0x5B,0x23, - 0x36,0x44,0x33,0x5E,0x32,0x3B,0x21,0x52,0x5D,0x28,0x5B,0x23,0x31,0x2C,0x23, - 0x36,0x5D,0x29,0x28,0x5B,0x23,0x31,0x2C,0x23,0x36,0x5D,0x29,0x5B,0x23,0x37, - 0x44,0x33,0x5E,0x32,0x3B,0x21,0x52,0x5D,0x28,0x5B,0x23,0x31,0x5D,0x29,0x5B, - 0x23,0x36,0x5D,0x09,0x30,0x20,0x31,0x20,0x31,0x20,0x30,0x20,0x32,0x20,0x31, - 0x20,0x30,0x20,0x33,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x20,0x33,0x20, - 0x35,0x20,0x31,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_BONDTYP_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/bondtyp.txt --- a/CADDSuite-1.6/data/OpenBabel/bondtyp.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,76 +0,0 @@ -############################################################################## -# # -# Open Babel file: bondtyp.txt # -# # -# Copyright (c) 2002-2005 by Geoffrey R Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# Used by bondtyper.cpp::OBBondTyper (and thus OBMol::PerceiveBondOrders() # -# # -# List of functional groups with double, triple (etc.) bond orders # -# Pattern Atom1 Atom2 Bond Order (repeat as needed) # -# * = Any atom (for setting non-multiple bonds) # -# # -# NOTE: These are applied in order, first to last. # -# So it's generally better to have a long (specifc) SMARTS first. # -# (all bonds must be single bonds to match) # -# # -############################################################################## - -# Porphyrin / phthalocyanine (3 patterns for three separate bonding motifs) -# this one has explicit bonds to all four nitrogens (e.g., metal bond or hydrogens) -#0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 -*1[#6]([#7D3]2)[#6][#6][#6]2*[#6]([#7D3]3)[#6][#6][#6]3*[#6]([#7D3]4)[#6][#6][#6]4*[#6]([#7D3]5)[#6][#6][#6]51 0 1 2 1 2 1 1 3 1 3 4 2 4 5 1 5 2 1 5 6 2 6 7 1 7 8 2 7 9 1 9 10 2 10 11 1 11 8 1 11 12 2 12 13 1 13 14 1 13 15 2 15 16 1 16 17 2 17 14 1 17 18 1 18 19 2 19 20 1 19 21 1 21 22 2 22 23 1 23 20 2 - -# this one has explicit bonds to two nitrogens (12 and 14) -#0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 -*1[#6]([#7D3]2)[#6][#6][#6]2*[#6]([#7]3)[#6][#6][#6]3*[#6]([#7D3]4)[#6][#6][#6]4*[#6]([#7]5)[#6][#6][#6]51 0 1 2 1 2 1 1 3 1 3 4 2 4 5 1 5 2 1 5 6 2 6 7 1 7 8 2 7 9 1 9 10 2 10 11 1 11 8 1 11 12 2 12 13 1 13 14 1 13 15 2 15 16 1 16 17 2 17 14 1 17 18 1 18 19 2 19 20 1 19 21 1 21 22 2 22 23 1 23 20 2 - -# and this one doesn't have any explicit bonds to the nitrogens -#0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 -*1[#6]([#7]2)[#6][#6][#6]2*[#6]([#7]3)[#6][#6][#6]3*[#6]([#7]4)[#6][#6][#6]4*[#6]([#7]5)[#6][#6][#6]51 0 1 2 1 2 1 1 3 1 3 4 2 4 5 1 5 2 1 5 6 2 6 7 1 7 8 2 7 9 1 9 10 2 10 11 1 11 8 1 11 12 2 12 13 1 13 14 1 13 15 2 15 16 1 16 17 2 17 14 1 17 18 1 18 19 2 19 20 1 19 21 1 21 22 2 22 23 1 23 20 2 - -# Azide -[#7D2][#7D2^1][#7D1] 0 1 2 1 2 2 -# Nitro -[#8D1][#7D3^2]([#8D1])* 0 1 2 1 2 2 1 3 1 -# Sulphone -[#16D4]([#8D1])([#8D1])(*)(*) 0 1 2 0 2 2 0 3 1 0 4 1 -# Phosphone -[#15D4]([#8D1])(*)(*)(*) 0 1 2 0 2 1 0 3 1 0 4 1 - -# Carboxylic Acid, ester, etc. -[#6D3^2]([#8D1])([#8])* 0 1 2 0 2 1 0 3 1 -# Carbon dioxide -[#8D1][#6D2^1][#8D1] 0 1 2 1 2 2 -# Amide C(=O)N -[#6D3^2]([#8D1])([#7])* 0 1 2 0 2 1 0 3 1 -# Seleninic acid Se(=O)OH -[#34D3^2]([#8D1])([#8])* 0 1 2 0 2 1 0 3 1 -# Thioacid / Thioester C(=O)S -[#6D3^2]([#8D1])([#16])* 0 1 2 0 2 1 0 3 1 -# dithioacid / dithioester C(=S)S -[#6D3^2]([#16D1])([#16])* 0 1 2 0 2 1 0 3 1 -# thioamide C(=S)N -[#6D3^2]([#16D1])([#7])* 0 1 2 0 2 1 0 3 1 - -# allene C=C=C -# (this is problematic -- need to make sure the center carbon is sp) -[#6^2][#6D2^1][#6^2] 0 1 2 1 2 2 - -# guanidinium and amidine -C(=NH)NH2 without hydrogens -[#6D3^2;!R]([#7D1H0;!R])([#7;!R])* 0 1 2 0 2 1 0 3 1 -# and also with hydrogens -# (this can normally be figured out, but is needed to avoid matching the next SMARTS) -[#6D3^2;!R]([#7D2H1;!R])([#7;!R])* 0 1 2 0 2 1 0 3 1 -# and also with more hydrogens than normal (protonated) -[#6D3^2;!R]([#7D3H2;!R])([#7;!R])* 0 1 2 0 2 1 0 3 1 - -# Schiff base, protonated -[#6D3^2;!R]([#1,#6])([#1,#6])[#7D3^2;!R]([#1])[#6] 0 1 1 0 2 1 0 3 2 3 4 1 3 5 1 - -### other potential functional groups that may (or may not) be useful to add -# imidines ( N=C/N\C=N -# sulfoxides -# heme / porphyrin -# phthalocyanine diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/cmake_install.cmake --- a/CADDSuite-1.6/data/OpenBabel/cmake_install.cmake Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,78 +0,0 @@ -# Install script for directory: /Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data - -# Set the install prefix -IF(NOT DEFINED CMAKE_INSTALL_PREFIX) - SET(CMAKE_INSTALL_PREFIX "/usr/local") -ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) -STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - IF(BUILD_TYPE) - STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - ELSE(BUILD_TYPE) - SET(CMAKE_INSTALL_CONFIG_NAME "Release") - ENDIF(BUILD_TYPE) - MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - -# Set the component getting installed. -IF(NOT CMAKE_INSTALL_COMPONENT) - IF(COMPONENT) - MESSAGE(STATUS "Install component: \"${COMPONENT}\"") - SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - ELSE(COMPONENT) - SET(CMAKE_INSTALL_COMPONENT) - ENDIF(COMPONENT) -ENDIF(NOT CMAKE_INSTALL_COMPONENT) - -IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") - FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openbabel/2.3.1" TYPE FILE FILES - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/aromatic.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/atomtyp.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/babel_povray3.inc" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/bondtyp.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/element.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/fragments.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/gaff.dat" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/gaff.prm" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/ghemical.prm" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/isotope-small.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/isotope.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/logp.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/MACCS.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmff94.ff" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmff94s.ff" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffang.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffbndk.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffbond.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffchg.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffdef.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffdfsb.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffoop.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffpbci.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffprop.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffstbn.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmfftor.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffvdw.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffs_oop.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mmffs_tor.par" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/mr.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/patterns.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/phmodel.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/plugindefines.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/psa.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/qeq.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/resdata.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/ringtyp.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/SMARTS_InteLigand.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/space-groups.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/superatom.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/svgformat.script" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/torlib.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/types.txt" - "/Volumes/Work/CADDSuite-git/contrib/openbabel-2.3.1/data/UFF.prm" - ) -ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/element.h --- a/CADDSuite-1.6/data/OpenBabel/element.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,616 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_ELEMENT_H -#define OB_ELEMENT_H - -namespace OpenBabel -{ -static const char ElementData[] = { - 0x30,0x09,0x58,0x78,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x30,0x37,0x09,0x30,0x2E, - 0x35,0x30,0x09,0x30,0x2E,0x37,0x30,0x09,0x44,0x75,0x6D,0x6D,0x79,0x0A,0x31, - 0x09,0x48,0x09,0x32,0x2E,0x32,0x30,0x09,0x30,0x2E,0x33,0x31,0x09,0x30,0x2E, - 0x33,0x31,0x09,0x31,0x2E,0x31,0x30,0x09,0x31,0x09,0x31,0x2E,0x30,0x30,0x37, - 0x39,0x34,0x09,0x32,0x2E,0x32,0x30,0x09,0x31,0x33,0x2E,0x35,0x39,0x38,0x34, - 0x09,0x30,0x2E,0x37,0x35,0x34,0x32,0x30,0x33,0x37,0x35,0x09,0x30,0x2E,0x37, - 0x35,0x09,0x30,0x2E,0x37,0x35,0x09,0x30,0x2E,0x37,0x35,0x09,0x48,0x79,0x64, - 0x72,0x6F,0x67,0x65,0x6E,0x0A,0x32,0x09,0x48,0x65,0x09,0x30,0x2E,0x30,0x30, - 0x09,0x30,0x2E,0x32,0x38,0x09,0x30,0x2E,0x32,0x38,0x09,0x31,0x2E,0x34,0x30, - 0x09,0x30,0x09,0x34,0x2E,0x30,0x30,0x32,0x36,0x30,0x32,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x32,0x34,0x2E,0x35,0x38,0x37,0x34,0x09,0x30,0x09,0x30,0x2E,0x38, - 0x35,0x09,0x31,0x2E,0x30,0x30,0x09,0x31,0x2E,0x30,0x30,0x09,0x48,0x65,0x6C, - 0x69,0x75,0x6D,0x0A,0x33,0x09,0x4C,0x69,0x09,0x30,0x2E,0x39,0x37,0x09,0x31, - 0x2E,0x32,0x38,0x09,0x31,0x2E,0x32,0x38,0x09,0x31,0x2E,0x38,0x31,0x09,0x31, - 0x09,0x36,0x2E,0x39,0x34,0x31,0x09,0x30,0x2E,0x39,0x38,0x09,0x35,0x2E,0x33, - 0x39,0x31,0x37,0x09,0x30,0x2E,0x36,0x31,0x38,0x30,0x34,0x39,0x09,0x30,0x2E, - 0x38,0x30,0x09,0x30,0x2E,0x35,0x30,0x09,0x31,0x2E,0x30,0x30,0x09,0x4C,0x69, - 0x74,0x68,0x69,0x75,0x6D,0x0A,0x34,0x09,0x42,0x65,0x09,0x31,0x2E,0x34,0x37, - 0x09,0x30,0x2E,0x39,0x36,0x09,0x30,0x2E,0x39,0x36,0x09,0x31,0x2E,0x35,0x33, - 0x09,0x32,0x09,0x39,0x2E,0x30,0x31,0x32,0x31,0x38,0x32,0x09,0x31,0x2E,0x35, - 0x37,0x09,0x39,0x2E,0x33,0x32,0x32,0x37,0x09,0x30,0x09,0x30,0x2E,0x37,0x36, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x42,0x65,0x72,0x79, - 0x6C,0x6C,0x69,0x75,0x6D,0x0A,0x35,0x09,0x42,0x09,0x32,0x2E,0x30,0x31,0x09, - 0x30,0x2E,0x38,0x34,0x09,0x30,0x2E,0x38,0x34,0x09,0x31,0x2E,0x39,0x32,0x09, - 0x34,0x09,0x31,0x30,0x2E,0x38,0x31,0x31,0x09,0x32,0x2E,0x30,0x34,0x09,0x38, - 0x2E,0x32,0x39,0x38,0x09,0x30,0x2E,0x32,0x37,0x39,0x37,0x32,0x33,0x09,0x31, - 0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x31,0x09,0x30,0x2E,0x37,0x31,0x09,0x42, - 0x6F,0x72,0x6F,0x6E,0x0A,0x36,0x09,0x43,0x09,0x32,0x2E,0x35,0x30,0x09,0x30, - 0x2E,0x37,0x36,0x09,0x30,0x2E,0x37,0x36,0x09,0x31,0x2E,0x37,0x30,0x09,0x34, - 0x09,0x31,0x32,0x2E,0x30,0x31,0x30,0x37,0x09,0x32,0x2E,0x35,0x35,0x09,0x31, - 0x31,0x2E,0x32,0x36,0x30,0x33,0x09,0x31,0x2E,0x32,0x36,0x32,0x31,0x31,0x38, - 0x09,0x30,0x2E,0x34,0x30,0x09,0x30,0x2E,0x34,0x30,0x09,0x30,0x2E,0x34,0x30, - 0x09,0x43,0x61,0x72,0x62,0x6F,0x6E,0x0A,0x37,0x09,0x4E,0x09,0x33,0x2E,0x30, - 0x37,0x09,0x30,0x2E,0x37,0x31,0x09,0x30,0x2E,0x37,0x31,0x09,0x31,0x2E,0x35, - 0x35,0x09,0x34,0x09,0x31,0x34,0x2E,0x30,0x30,0x36,0x37,0x09,0x33,0x2E,0x30, - 0x34,0x09,0x31,0x34,0x2E,0x35,0x33,0x34,0x31,0x09,0x2D,0x30,0x2E,0x30,0x37, - 0x09,0x30,0x2E,0x30,0x35,0x09,0x30,0x2E,0x30,0x35,0x09,0x31,0x2E,0x30,0x30, - 0x09,0x4E,0x69,0x74,0x72,0x6F,0x67,0x65,0x6E,0x0A,0x38,0x09,0x4F,0x09,0x33, - 0x2E,0x35,0x30,0x09,0x30,0x2E,0x36,0x36,0x09,0x30,0x2E,0x36,0x36,0x09,0x31, - 0x2E,0x35,0x32,0x09,0x32,0x09,0x31,0x35,0x2E,0x39,0x39,0x39,0x34,0x09,0x33, - 0x2E,0x34,0x34,0x09,0x31,0x33,0x2E,0x36,0x31,0x38,0x31,0x09,0x31,0x2E,0x34, - 0x36,0x31,0x31,0x31,0x32,0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x35, - 0x09,0x30,0x2E,0x30,0x35,0x09,0x4F,0x78,0x79,0x67,0x65,0x6E,0x0A,0x39,0x09, - 0x46,0x09,0x34,0x2E,0x31,0x30,0x09,0x30,0x2E,0x35,0x37,0x09,0x30,0x2E,0x35, - 0x37,0x09,0x31,0x2E,0x34,0x37,0x09,0x31,0x09,0x31,0x38,0x2E,0x39,0x39,0x38, - 0x34,0x30,0x33,0x32,0x09,0x33,0x2E,0x39,0x38,0x09,0x31,0x37,0x2E,0x34,0x32, - 0x32,0x38,0x09,0x33,0x2E,0x34,0x30,0x31,0x31,0x38,0x38,0x37,0x09,0x30,0x2E, - 0x35,0x30,0x09,0x30,0x2E,0x37,0x30,0x09,0x31,0x2E,0x30,0x30,0x09,0x46,0x6C, - 0x75,0x6F,0x72,0x69,0x6E,0x65,0x0A,0x31,0x30,0x09,0x4E,0x65,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x30,0x2E,0x35,0x38,0x09,0x30,0x2E,0x35,0x38,0x09,0x31,0x2E, - 0x35,0x34,0x09,0x30,0x09,0x32,0x30,0x2E,0x31,0x37,0x39,0x37,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x32,0x31,0x2E,0x35,0x36,0x34,0x35,0x09,0x30,0x09,0x30,0x2E, - 0x37,0x30,0x09,0x30,0x2E,0x38,0x39,0x09,0x30,0x2E,0x39,0x36,0x09,0x4E,0x65, - 0x6F,0x6E,0x0A,0x31,0x31,0x09,0x4E,0x61,0x09,0x31,0x2E,0x30,0x31,0x09,0x31, - 0x2E,0x36,0x36,0x09,0x31,0x2E,0x36,0x36,0x09,0x32,0x2E,0x32,0x37,0x09,0x31, - 0x09,0x32,0x32,0x2E,0x39,0x38,0x39,0x37,0x37,0x09,0x30,0x2E,0x39,0x33,0x09, - 0x35,0x2E,0x31,0x33,0x39,0x31,0x09,0x30,0x2E,0x35,0x34,0x37,0x39,0x32,0x36, - 0x09,0x30,0x2E,0x36,0x37,0x09,0x30,0x2E,0x33,0x36,0x09,0x30,0x2E,0x39,0x35, - 0x09,0x53,0x6F,0x64,0x69,0x75,0x6D,0x0A,0x31,0x32,0x09,0x4D,0x67,0x09,0x31, - 0x2E,0x32,0x33,0x09,0x31,0x2E,0x34,0x31,0x09,0x31,0x2E,0x34,0x31,0x09,0x31, - 0x2E,0x37,0x33,0x09,0x32,0x09,0x32,0x34,0x2E,0x33,0x30,0x35,0x30,0x09,0x31, - 0x2E,0x33,0x31,0x09,0x37,0x2E,0x36,0x34,0x36,0x32,0x09,0x30,0x09,0x30,0x2E, - 0x35,0x34,0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x4D,0x61, - 0x67,0x6E,0x65,0x73,0x69,0x75,0x6D,0x0A,0x31,0x33,0x09,0x41,0x6C,0x09,0x31, - 0x2E,0x34,0x37,0x09,0x31,0x2E,0x32,0x31,0x09,0x31,0x2E,0x32,0x31,0x09,0x31, - 0x2E,0x38,0x34,0x09,0x36,0x09,0x32,0x36,0x2E,0x39,0x38,0x31,0x35,0x33,0x38, - 0x09,0x31,0x2E,0x36,0x31,0x09,0x35,0x2E,0x39,0x38,0x35,0x38,0x09,0x30,0x2E, - 0x34,0x33,0x32,0x38,0x33,0x09,0x30,0x2E,0x37,0x35,0x09,0x30,0x2E,0x36,0x35, - 0x09,0x30,0x2E,0x36,0x35,0x09,0x41,0x6C,0x75,0x6D,0x69,0x6E,0x69,0x75,0x6D, - 0x0A,0x31,0x34,0x09,0x53,0x69,0x09,0x31,0x2E,0x37,0x34,0x09,0x31,0x2E,0x31, - 0x31,0x09,0x31,0x2E,0x31,0x31,0x09,0x32,0x2E,0x31,0x30,0x09,0x36,0x09,0x32, - 0x38,0x2E,0x30,0x38,0x35,0x35,0x09,0x31,0x2E,0x39,0x30,0x09,0x38,0x2E,0x31, - 0x35,0x31,0x37,0x09,0x31,0x2E,0x33,0x38,0x39,0x35,0x32,0x31,0x09,0x30,0x2E, - 0x35,0x30,0x09,0x30,0x2E,0x36,0x30,0x09,0x30,0x2E,0x36,0x30,0x09,0x53,0x69, - 0x6C,0x69,0x63,0x6F,0x6E,0x0A,0x31,0x35,0x09,0x50,0x09,0x32,0x2E,0x30,0x36, - 0x09,0x31,0x2E,0x30,0x37,0x09,0x31,0x2E,0x30,0x37,0x09,0x31,0x2E,0x38,0x30, - 0x09,0x36,0x09,0x33,0x30,0x2E,0x39,0x37,0x33,0x37,0x36,0x31,0x09,0x32,0x2E, - 0x31,0x39,0x09,0x31,0x30,0x2E,0x34,0x38,0x36,0x37,0x09,0x30,0x2E,0x37,0x34, - 0x36,0x35,0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x35,0x30,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x50,0x68,0x6F,0x73,0x70,0x68,0x6F,0x72,0x75,0x73,0x0A,0x31, - 0x36,0x09,0x53,0x09,0x32,0x2E,0x34,0x34,0x09,0x31,0x2E,0x30,0x35,0x09,0x31, - 0x2E,0x30,0x35,0x09,0x31,0x2E,0x38,0x30,0x09,0x36,0x09,0x33,0x32,0x2E,0x30, - 0x36,0x35,0x09,0x32,0x2E,0x35,0x38,0x09,0x31,0x30,0x2E,0x33,0x36,0x09,0x32, - 0x2E,0x30,0x37,0x37,0x31,0x30,0x32,0x39,0x09,0x30,0x2E,0x37,0x30,0x09,0x30, - 0x2E,0x37,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x53,0x75,0x6C,0x66,0x75,0x72, - 0x0A,0x31,0x37,0x09,0x43,0x6C,0x09,0x32,0x2E,0x38,0x33,0x09,0x31,0x2E,0x30, - 0x32,0x09,0x31,0x2E,0x30,0x32,0x09,0x31,0x2E,0x37,0x35,0x09,0x31,0x09,0x33, - 0x35,0x2E,0x34,0x35,0x33,0x09,0x33,0x2E,0x31,0x36,0x09,0x31,0x32,0x2E,0x39, - 0x36,0x37,0x36,0x09,0x33,0x2E,0x36,0x31,0x32,0x37,0x32,0x34,0x09,0x30,0x2E, - 0x31,0x32,0x09,0x30,0x2E,0x39,0x34,0x09,0x30,0x2E,0x31,0x32,0x09,0x43,0x68, - 0x6C,0x6F,0x72,0x69,0x6E,0x65,0x0A,0x31,0x38,0x09,0x41,0x72,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x31,0x2E,0x30,0x36,0x09,0x31,0x2E,0x30,0x36,0x09,0x31,0x2E, - 0x38,0x38,0x09,0x30,0x09,0x33,0x39,0x2E,0x39,0x34,0x38,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x31,0x35,0x2E,0x37,0x35,0x39,0x36,0x09,0x30,0x09,0x30,0x2E,0x35, - 0x30,0x09,0x30,0x2E,0x38,0x32,0x09,0x30,0x2E,0x38,0x39,0x09,0x41,0x72,0x67, - 0x6F,0x6E,0x0A,0x31,0x39,0x09,0x4B,0x09,0x30,0x2E,0x39,0x31,0x09,0x32,0x2E, - 0x30,0x33,0x09,0x32,0x2E,0x30,0x33,0x09,0x32,0x2E,0x37,0x35,0x09,0x31,0x09, - 0x33,0x39,0x2E,0x30,0x39,0x38,0x33,0x09,0x30,0x2E,0x38,0x32,0x09,0x34,0x2E, - 0x33,0x34,0x30,0x37,0x09,0x30,0x2E,0x35,0x30,0x31,0x34,0x35,0x39,0x09,0x30, - 0x2E,0x35,0x36,0x09,0x30,0x2E,0x32,0x35,0x09,0x30,0x2E,0x38,0x33,0x09,0x50, - 0x6F,0x74,0x61,0x73,0x73,0x69,0x75,0x6D,0x0A,0x32,0x30,0x09,0x43,0x61,0x09, - 0x31,0x2E,0x30,0x34,0x09,0x31,0x2E,0x37,0x36,0x09,0x31,0x2E,0x37,0x36,0x09, - 0x32,0x2E,0x33,0x31,0x09,0x32,0x09,0x34,0x30,0x2E,0x30,0x37,0x38,0x09,0x31, - 0x2E,0x30,0x30,0x09,0x36,0x2E,0x31,0x31,0x33,0x32,0x09,0x30,0x2E,0x30,0x32, - 0x34,0x35,0x35,0x09,0x30,0x2E,0x32,0x34,0x09,0x31,0x2E,0x30,0x30,0x09,0x30, - 0x2E,0x30,0x30,0x09,0x43,0x61,0x6C,0x63,0x69,0x75,0x6D,0x0A,0x32,0x31,0x09, - 0x53,0x63,0x09,0x31,0x2E,0x32,0x30,0x09,0x31,0x2E,0x37,0x30,0x09,0x31,0x2E, - 0x37,0x30,0x09,0x32,0x2E,0x33,0x30,0x09,0x36,0x09,0x34,0x34,0x2E,0x39,0x35, - 0x35,0x39,0x31,0x09,0x31,0x2E,0x33,0x36,0x09,0x36,0x2E,0x35,0x36,0x31,0x35, - 0x09,0x30,0x2E,0x31,0x38,0x38,0x09,0x30,0x2E,0x39,0x30,0x09,0x30,0x2E,0x39, - 0x30,0x09,0x30,0x2E,0x39,0x30,0x09,0x53,0x63,0x61,0x6E,0x64,0x69,0x75,0x6D, - 0x0A,0x32,0x32,0x09,0x54,0x69,0x09,0x31,0x2E,0x33,0x32,0x09,0x31,0x2E,0x36, - 0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x31,0x35,0x09,0x36,0x09,0x34, - 0x37,0x2E,0x38,0x36,0x37,0x09,0x31,0x2E,0x35,0x34,0x09,0x36,0x2E,0x38,0x32, - 0x38,0x31,0x09,0x30,0x2E,0x30,0x38,0x34,0x09,0x30,0x2E,0x37,0x35,0x09,0x30, - 0x2E,0x37,0x36,0x09,0x30,0x2E,0x37,0x38,0x09,0x54,0x69,0x74,0x61,0x6E,0x69, - 0x75,0x6D,0x0A,0x32,0x33,0x09,0x56,0x09,0x31,0x2E,0x34,0x35,0x09,0x31,0x2E, - 0x35,0x33,0x09,0x31,0x2E,0x35,0x33,0x09,0x32,0x2E,0x30,0x35,0x09,0x36,0x09, - 0x35,0x30,0x2E,0x39,0x34,0x31,0x35,0x09,0x31,0x2E,0x36,0x33,0x09,0x36,0x2E, - 0x37,0x34,0x36,0x32,0x09,0x30,0x2E,0x35,0x32,0x35,0x09,0x30,0x2E,0x36,0x35, - 0x09,0x30,0x2E,0x36,0x35,0x09,0x30,0x2E,0x36,0x37,0x09,0x56,0x61,0x6E,0x61, - 0x64,0x69,0x75,0x6D,0x0A,0x32,0x34,0x09,0x43,0x72,0x09,0x31,0x2E,0x35,0x36, - 0x09,0x31,0x2E,0x33,0x39,0x09,0x31,0x2E,0x33,0x39,0x09,0x32,0x2E,0x30,0x35, - 0x09,0x36,0x09,0x35,0x31,0x2E,0x39,0x39,0x36,0x31,0x09,0x31,0x2E,0x36,0x36, - 0x09,0x36,0x2E,0x37,0x36,0x36,0x35,0x09,0x30,0x2E,0x36,0x37,0x35,0x38,0x34, - 0x09,0x30,0x2E,0x35,0x34,0x09,0x30,0x2E,0x36,0x30,0x09,0x30,0x2E,0x37,0x38, - 0x09,0x43,0x68,0x72,0x6F,0x6D,0x69,0x75,0x6D,0x0A,0x32,0x35,0x09,0x4D,0x6E, - 0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x33,0x39,0x09,0x31,0x2E,0x33,0x39, - 0x09,0x32,0x2E,0x30,0x35,0x09,0x38,0x09,0x35,0x34,0x2E,0x39,0x33,0x38,0x30, - 0x34,0x39,0x09,0x31,0x2E,0x35,0x35,0x09,0x37,0x2E,0x34,0x33,0x34,0x09,0x30, - 0x09,0x30,0x2E,0x36,0x31,0x09,0x30,0x2E,0x34,0x38,0x09,0x30,0x2E,0x37,0x38, - 0x09,0x4D,0x61,0x6E,0x67,0x61,0x6E,0x65,0x73,0x65,0x0A,0x32,0x36,0x09,0x46, - 0x65,0x09,0x31,0x2E,0x36,0x34,0x09,0x31,0x2E,0x33,0x32,0x09,0x31,0x2E,0x33, - 0x32,0x09,0x32,0x2E,0x30,0x35,0x09,0x36,0x09,0x35,0x35,0x2E,0x38,0x34,0x35, - 0x09,0x31,0x2E,0x38,0x33,0x09,0x37,0x2E,0x39,0x30,0x32,0x34,0x09,0x30,0x2E, - 0x31,0x35,0x31,0x09,0x30,0x2E,0x38,0x38,0x09,0x30,0x2E,0x34,0x30,0x09,0x30, - 0x2E,0x32,0x30,0x09,0x49,0x72,0x6F,0x6E,0x0A,0x32,0x37,0x09,0x43,0x6F,0x09, - 0x31,0x2E,0x37,0x30,0x09,0x31,0x2E,0x32,0x36,0x09,0x31,0x2E,0x32,0x36,0x09, - 0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x35,0x38,0x2E,0x39,0x33,0x33,0x32,0x09, - 0x31,0x2E,0x38,0x38,0x09,0x37,0x2E,0x38,0x38,0x31,0x09,0x30,0x2E,0x36,0x36, - 0x33,0x33,0x09,0x30,0x2E,0x39,0x34,0x09,0x30,0x2E,0x35,0x36,0x09,0x30,0x2E, - 0x36,0x33,0x09,0x43,0x6F,0x62,0x61,0x6C,0x74,0x0A,0x32,0x38,0x09,0x4E,0x69, - 0x09,0x31,0x2E,0x37,0x35,0x09,0x31,0x2E,0x32,0x34,0x09,0x31,0x2E,0x32,0x34, - 0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x35,0x38,0x2E,0x36,0x39,0x33,0x34, - 0x09,0x31,0x2E,0x39,0x31,0x09,0x37,0x2E,0x36,0x33,0x39,0x38,0x09,0x31,0x2E, - 0x31,0x35,0x37,0x31,0x36,0x09,0x30,0x2E,0x33,0x31,0x09,0x30,0x2E,0x38,0x32, - 0x09,0x30,0x2E,0x33,0x31,0x09,0x4E,0x69,0x63,0x6B,0x65,0x6C,0x0A,0x32,0x39, - 0x09,0x43,0x75,0x09,0x31,0x2E,0x37,0x35,0x09,0x31,0x2E,0x33,0x32,0x09,0x31, - 0x2E,0x33,0x32,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x36,0x33,0x2E,0x35, - 0x34,0x36,0x09,0x31,0x2E,0x39,0x30,0x09,0x37,0x2E,0x37,0x32,0x36,0x34,0x09, - 0x31,0x2E,0x32,0x33,0x35,0x37,0x38,0x09,0x30,0x2E,0x37,0x38,0x09,0x30,0x2E, - 0x35,0x30,0x09,0x30,0x2E,0x32,0x30,0x09,0x43,0x6F,0x70,0x70,0x65,0x72,0x0A, - 0x33,0x30,0x09,0x5A,0x6E,0x09,0x31,0x2E,0x36,0x36,0x09,0x31,0x2E,0x32,0x32, - 0x09,0x31,0x2E,0x32,0x32,0x09,0x32,0x2E,0x31,0x30,0x09,0x36,0x09,0x36,0x35, - 0x2E,0x33,0x38,0x09,0x31,0x2E,0x36,0x35,0x09,0x39,0x2E,0x33,0x39,0x34,0x32, - 0x09,0x30,0x09,0x30,0x2E,0x34,0x39,0x09,0x30,0x2E,0x35,0x30,0x09,0x30,0x2E, - 0x36,0x39,0x09,0x5A,0x69,0x6E,0x63,0x0A,0x33,0x31,0x09,0x47,0x61,0x09,0x31, - 0x2E,0x38,0x32,0x09,0x31,0x2E,0x32,0x32,0x09,0x31,0x2E,0x32,0x32,0x09,0x31, - 0x2E,0x38,0x37,0x09,0x33,0x09,0x36,0x39,0x2E,0x37,0x32,0x33,0x09,0x31,0x2E, - 0x38,0x31,0x09,0x35,0x2E,0x39,0x39,0x39,0x33,0x09,0x30,0x2E,0x34,0x31,0x09, - 0x30,0x2E,0x37,0x36,0x09,0x30,0x2E,0x35,0x36,0x09,0x30,0x2E,0x35,0x36,0x09, - 0x47,0x61,0x6C,0x6C,0x69,0x75,0x6D,0x0A,0x33,0x32,0x09,0x47,0x65,0x09,0x32, - 0x2E,0x30,0x32,0x09,0x31,0x2E,0x32,0x30,0x09,0x31,0x2E,0x32,0x30,0x09,0x32, - 0x2E,0x31,0x31,0x09,0x34,0x09,0x37,0x32,0x2E,0x36,0x34,0x09,0x32,0x2E,0x30, - 0x31,0x09,0x37,0x2E,0x38,0x39,0x39,0x34,0x09,0x31,0x2E,0x32,0x33,0x32,0x37, - 0x31,0x32,0x09,0x30,0x2E,0x34,0x30,0x09,0x30,0x2E,0x35,0x36,0x09,0x30,0x2E, - 0x35,0x36,0x09,0x47,0x65,0x72,0x6D,0x61,0x6E,0x69,0x75,0x6D,0x0A,0x33,0x33, - 0x09,0x41,0x73,0x09,0x32,0x2E,0x32,0x30,0x09,0x31,0x2E,0x31,0x39,0x09,0x31, - 0x2E,0x31,0x39,0x09,0x31,0x2E,0x38,0x35,0x09,0x33,0x09,0x37,0x34,0x2E,0x39, - 0x32,0x31,0x36,0x30,0x09,0x32,0x2E,0x31,0x38,0x09,0x39,0x2E,0x37,0x38,0x38, - 0x36,0x09,0x30,0x2E,0x38,0x31,0x34,0x09,0x30,0x2E,0x37,0x34,0x09,0x30,0x2E, - 0x35,0x30,0x09,0x30,0x2E,0x38,0x39,0x09,0x41,0x72,0x73,0x65,0x6E,0x69,0x63, - 0x0A,0x33,0x34,0x09,0x53,0x65,0x09,0x32,0x2E,0x34,0x38,0x09,0x31,0x2E,0x32, - 0x30,0x09,0x31,0x2E,0x32,0x30,0x09,0x31,0x2E,0x39,0x30,0x09,0x32,0x09,0x37, - 0x38,0x2E,0x39,0x36,0x09,0x32,0x2E,0x35,0x35,0x09,0x39,0x2E,0x37,0x35,0x32, - 0x34,0x09,0x32,0x2E,0x30,0x32,0x30,0x36,0x37,0x09,0x31,0x2E,0x30,0x30,0x09, - 0x30,0x2E,0x36,0x33,0x09,0x30,0x2E,0x30,0x30,0x09,0x53,0x65,0x6C,0x65,0x6E, - 0x69,0x75,0x6D,0x0A,0x33,0x35,0x09,0x42,0x72,0x09,0x32,0x2E,0x37,0x34,0x09, - 0x31,0x2E,0x32,0x30,0x09,0x31,0x2E,0x32,0x30,0x09,0x31,0x2E,0x38,0x33,0x09, - 0x31,0x09,0x37,0x39,0x2E,0x39,0x30,0x34,0x09,0x32,0x2E,0x39,0x36,0x09,0x31, - 0x31,0x2E,0x38,0x31,0x33,0x38,0x09,0x33,0x2E,0x33,0x36,0x33,0x35,0x38,0x38, - 0x09,0x30,0x2E,0x36,0x35,0x09,0x30,0x2E,0x31,0x36,0x09,0x30,0x2E,0x31,0x36, - 0x09,0x42,0x72,0x6F,0x6D,0x69,0x6E,0x65,0x0A,0x33,0x36,0x09,0x4B,0x72,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x31,0x36,0x09,0x31,0x2E,0x31,0x36,0x09, - 0x32,0x2E,0x30,0x32,0x09,0x30,0x09,0x38,0x33,0x2E,0x37,0x39,0x38,0x09,0x33, - 0x2E,0x30,0x30,0x09,0x31,0x33,0x2E,0x39,0x39,0x39,0x36,0x09,0x30,0x09,0x30, - 0x2E,0x33,0x36,0x09,0x30,0x2E,0x37,0x32,0x09,0x30,0x2E,0x38,0x32,0x09,0x4B, - 0x72,0x79,0x70,0x74,0x6F,0x6E,0x0A,0x33,0x37,0x09,0x52,0x62,0x09,0x30,0x2E, - 0x38,0x39,0x09,0x32,0x2E,0x32,0x30,0x09,0x32,0x2E,0x32,0x30,0x09,0x33,0x2E, - 0x30,0x33,0x09,0x31,0x09,0x38,0x35,0x2E,0x34,0x36,0x37,0x38,0x09,0x30,0x2E, - 0x38,0x32,0x09,0x34,0x2E,0x31,0x37,0x37,0x31,0x09,0x30,0x2E,0x34,0x38,0x35, - 0x39,0x31,0x36,0x09,0x30,0x2E,0x34,0x34,0x09,0x30,0x2E,0x31,0x38,0x09,0x30, - 0x2E,0x36,0x39,0x09,0x52,0x75,0x62,0x69,0x64,0x69,0x75,0x6D,0x0A,0x33,0x38, - 0x09,0x53,0x72,0x09,0x30,0x2E,0x39,0x39,0x09,0x31,0x2E,0x39,0x35,0x09,0x31, - 0x2E,0x39,0x35,0x09,0x32,0x2E,0x34,0x39,0x09,0x32,0x09,0x38,0x37,0x2E,0x36, - 0x32,0x09,0x30,0x2E,0x39,0x35,0x09,0x35,0x2E,0x36,0x39,0x34,0x39,0x09,0x30, - 0x2E,0x30,0x35,0x32,0x30,0x36,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x30, - 0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x53,0x74,0x72,0x6F,0x6E,0x74,0x69,0x75, - 0x6D,0x0A,0x33,0x39,0x09,0x59,0x09,0x31,0x2E,0x31,0x31,0x09,0x31,0x2E,0x39, - 0x30,0x09,0x31,0x2E,0x39,0x30,0x09,0x32,0x2E,0x34,0x30,0x09,0x36,0x09,0x38, - 0x38,0x2E,0x39,0x30,0x35,0x38,0x35,0x09,0x31,0x2E,0x32,0x32,0x09,0x36,0x2E, - 0x32,0x31,0x37,0x33,0x09,0x30,0x2E,0x33,0x30,0x37,0x09,0x30,0x2E,0x35,0x38, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x31,0x2E,0x30,0x30,0x09,0x59,0x74,0x74,0x72, - 0x69,0x75,0x6D,0x0A,0x34,0x30,0x09,0x5A,0x72,0x09,0x31,0x2E,0x32,0x32,0x09, - 0x31,0x2E,0x37,0x35,0x09,0x31,0x2E,0x37,0x35,0x09,0x32,0x2E,0x33,0x30,0x09, - 0x36,0x09,0x39,0x31,0x2E,0x32,0x32,0x34,0x09,0x31,0x2E,0x33,0x33,0x09,0x36, - 0x2E,0x36,0x33,0x33,0x39,0x09,0x30,0x2E,0x34,0x32,0x36,0x09,0x30,0x2E,0x35, - 0x38,0x09,0x30,0x2E,0x38,0x38,0x09,0x30,0x2E,0x38,0x38,0x09,0x5A,0x69,0x72, - 0x63,0x6F,0x6E,0x69,0x75,0x6D,0x0A,0x34,0x31,0x09,0x4E,0x62,0x09,0x31,0x2E, - 0x32,0x33,0x09,0x31,0x2E,0x36,0x34,0x09,0x31,0x2E,0x36,0x34,0x09,0x32,0x2E, - 0x31,0x35,0x09,0x36,0x09,0x39,0x32,0x2E,0x39,0x30,0x36,0x33,0x38,0x09,0x31, - 0x2E,0x36,0x30,0x09,0x36,0x2E,0x37,0x35,0x38,0x39,0x09,0x30,0x2E,0x38,0x39, - 0x33,0x09,0x30,0x2E,0x34,0x35,0x09,0x30,0x2E,0x37,0x36,0x09,0x30,0x2E,0x37, - 0x39,0x09,0x4E,0x69,0x6F,0x62,0x69,0x75,0x6D,0x0A,0x34,0x32,0x09,0x4D,0x6F, - 0x09,0x31,0x2E,0x33,0x30,0x09,0x31,0x2E,0x35,0x34,0x09,0x31,0x2E,0x35,0x34, - 0x09,0x32,0x2E,0x31,0x30,0x09,0x36,0x09,0x39,0x35,0x2E,0x39,0x36,0x09,0x32, - 0x2E,0x31,0x36,0x09,0x37,0x2E,0x30,0x39,0x32,0x34,0x09,0x30,0x2E,0x37,0x34, - 0x37,0x32,0x09,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x37,0x31,0x09,0x30,0x2E, - 0x37,0x31,0x09,0x4D,0x6F,0x6C,0x79,0x62,0x64,0x65,0x6E,0x75,0x6D,0x0A,0x34, - 0x33,0x09,0x54,0x63,0x09,0x31,0x2E,0x33,0x36,0x09,0x31,0x2E,0x34,0x37,0x09, - 0x31,0x2E,0x34,0x37,0x09,0x32,0x2E,0x30,0x35,0x09,0x36,0x09,0x39,0x38,0x09, - 0x31,0x2E,0x39,0x30,0x09,0x37,0x2E,0x32,0x38,0x09,0x30,0x2E,0x35,0x35,0x09, - 0x30,0x2E,0x32,0x33,0x09,0x30,0x2E,0x36,0x32,0x09,0x30,0x2E,0x36,0x32,0x09, - 0x54,0x65,0x63,0x68,0x6E,0x65,0x74,0x69,0x75,0x6D,0x0A,0x34,0x34,0x09,0x52, - 0x75,0x09,0x31,0x2E,0x34,0x32,0x09,0x31,0x2E,0x34,0x36,0x09,0x31,0x2E,0x34, - 0x36,0x09,0x32,0x2E,0x30,0x35,0x09,0x36,0x09,0x31,0x30,0x31,0x2E,0x30,0x37, - 0x09,0x32,0x2E,0x32,0x30,0x09,0x37,0x2E,0x33,0x36,0x30,0x35,0x09,0x31,0x2E, - 0x30,0x34,0x36,0x33,0x38,0x09,0x30,0x2E,0x31,0x34,0x09,0x30,0x2E,0x35,0x36, - 0x09,0x30,0x2E,0x35,0x36,0x09,0x52,0x75,0x74,0x68,0x65,0x6E,0x69,0x75,0x6D, - 0x0A,0x34,0x35,0x09,0x52,0x68,0x09,0x31,0x2E,0x34,0x35,0x09,0x31,0x2E,0x34, - 0x32,0x09,0x31,0x2E,0x34,0x32,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x31, - 0x30,0x32,0x2E,0x39,0x30,0x35,0x35,0x30,0x09,0x32,0x2E,0x32,0x38,0x09,0x37, - 0x2E,0x34,0x35,0x38,0x39,0x09,0x31,0x2E,0x31,0x34,0x32,0x38,0x39,0x09,0x30, - 0x2E,0x30,0x34,0x09,0x30,0x2E,0x34,0x39,0x09,0x30,0x2E,0x35,0x35,0x09,0x52, - 0x68,0x6F,0x64,0x69,0x75,0x6D,0x0A,0x34,0x36,0x09,0x50,0x64,0x09,0x31,0x2E, - 0x33,0x35,0x09,0x31,0x2E,0x33,0x39,0x09,0x31,0x2E,0x33,0x39,0x09,0x32,0x2E, - 0x30,0x35,0x09,0x36,0x09,0x31,0x30,0x36,0x2E,0x34,0x32,0x09,0x32,0x2E,0x32, - 0x30,0x09,0x38,0x2E,0x33,0x33,0x36,0x39,0x09,0x30,0x2E,0x35,0x36,0x32,0x31, - 0x34,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x34,0x31,0x09,0x30,0x2E,0x35, - 0x32,0x09,0x50,0x61,0x6C,0x6C,0x61,0x64,0x69,0x75,0x6D,0x0A,0x34,0x37,0x09, - 0x41,0x67,0x09,0x31,0x2E,0x34,0x32,0x09,0x31,0x2E,0x34,0x35,0x09,0x31,0x2E, - 0x34,0x35,0x09,0x32,0x2E,0x31,0x30,0x09,0x36,0x09,0x31,0x30,0x37,0x2E,0x38, - 0x36,0x38,0x32,0x09,0x31,0x2E,0x39,0x33,0x09,0x37,0x2E,0x35,0x37,0x36,0x32, - 0x09,0x31,0x2E,0x33,0x30,0x34,0x34,0x37,0x09,0x30,0x2E,0x38,0x38,0x09,0x30, - 0x2E,0x38,0x38,0x09,0x31,0x2E,0x30,0x30,0x09,0x53,0x69,0x6C,0x76,0x65,0x72, - 0x0A,0x34,0x38,0x09,0x43,0x64,0x09,0x31,0x2E,0x34,0x36,0x09,0x31,0x2E,0x34, - 0x34,0x09,0x31,0x2E,0x34,0x34,0x09,0x32,0x2E,0x32,0x30,0x09,0x36,0x09,0x31, - 0x31,0x32,0x2E,0x34,0x31,0x31,0x09,0x31,0x2E,0x36,0x39,0x09,0x38,0x2E,0x39, - 0x39,0x33,0x38,0x09,0x30,0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x38,0x35, - 0x09,0x30,0x2E,0x35,0x36,0x09,0x43,0x61,0x64,0x6D,0x69,0x75,0x6D,0x0A,0x34, - 0x39,0x09,0x49,0x6E,0x09,0x31,0x2E,0x34,0x39,0x09,0x31,0x2E,0x34,0x32,0x09, - 0x31,0x2E,0x34,0x32,0x09,0x32,0x2E,0x32,0x30,0x09,0x33,0x09,0x31,0x31,0x34, - 0x2E,0x38,0x31,0x38,0x09,0x31,0x2E,0x37,0x38,0x09,0x35,0x2E,0x37,0x38,0x36, - 0x34,0x09,0x30,0x2E,0x34,0x30,0x34,0x09,0x30,0x2E,0x36,0x35,0x09,0x30,0x2E, - 0x34,0x36,0x09,0x30,0x2E,0x34,0x35,0x09,0x49,0x6E,0x64,0x69,0x75,0x6D,0x0A, - 0x35,0x30,0x09,0x53,0x6E,0x09,0x31,0x2E,0x37,0x32,0x09,0x31,0x2E,0x33,0x39, - 0x09,0x31,0x2E,0x33,0x39,0x09,0x31,0x2E,0x39,0x33,0x09,0x34,0x09,0x31,0x31, - 0x38,0x2E,0x37,0x30,0x31,0x09,0x31,0x2E,0x39,0x36,0x09,0x37,0x2E,0x33,0x34, - 0x33,0x39,0x09,0x31,0x2E,0x31,0x31,0x32,0x30,0x36,0x36,0x09,0x30,0x2E,0x34, - 0x30,0x09,0x30,0x2E,0x35,0x30,0x09,0x30,0x2E,0x35,0x30,0x09,0x54,0x69,0x6E, - 0x0A,0x35,0x31,0x09,0x53,0x62,0x09,0x31,0x2E,0x38,0x32,0x09,0x31,0x2E,0x33, - 0x39,0x09,0x31,0x2E,0x33,0x39,0x09,0x32,0x2E,0x31,0x37,0x09,0x33,0x09,0x31, - 0x32,0x31,0x2E,0x37,0x36,0x30,0x09,0x32,0x2E,0x30,0x35,0x09,0x38,0x2E,0x36, - 0x30,0x38,0x34,0x09,0x31,0x2E,0x30,0x34,0x37,0x34,0x30,0x31,0x09,0x30,0x2E, - 0x36,0x32,0x09,0x30,0x2E,0x33,0x39,0x09,0x30,0x2E,0x37,0x31,0x09,0x41,0x6E, - 0x74,0x69,0x6D,0x6F,0x6E,0x79,0x0A,0x35,0x32,0x09,0x54,0x65,0x09,0x32,0x2E, - 0x30,0x31,0x09,0x31,0x2E,0x33,0x38,0x09,0x31,0x2E,0x33,0x38,0x09,0x32,0x2E, - 0x30,0x36,0x09,0x32,0x09,0x31,0x32,0x37,0x2E,0x36,0x30,0x09,0x32,0x2E,0x31, - 0x30,0x09,0x39,0x2E,0x30,0x30,0x39,0x36,0x09,0x31,0x2E,0x39,0x37,0x30,0x38, - 0x37,0x35,0x09,0x30,0x2E,0x38,0x33,0x09,0x30,0x2E,0x34,0x38,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x54,0x65,0x6C,0x6C,0x75,0x72,0x69,0x75,0x6D,0x0A,0x35,0x33, - 0x09,0x49,0x09,0x32,0x2E,0x32,0x31,0x09,0x31,0x2E,0x33,0x39,0x09,0x31,0x2E, - 0x33,0x39,0x09,0x31,0x2E,0x39,0x38,0x09,0x31,0x09,0x31,0x32,0x36,0x2E,0x39, - 0x30,0x34,0x34,0x37,0x09,0x32,0x2E,0x36,0x36,0x09,0x31,0x30,0x2E,0x34,0x35, - 0x31,0x33,0x09,0x33,0x2E,0x30,0x35,0x39,0x30,0x33,0x38,0x09,0x30,0x2E,0x35, - 0x38,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x35,0x38,0x09,0x49,0x6F,0x64, - 0x69,0x6E,0x65,0x0A,0x35,0x34,0x09,0x58,0x65,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x31,0x2E,0x34,0x30,0x09,0x31,0x2E,0x34,0x30,0x09,0x32,0x2E,0x31,0x36,0x09, - 0x30,0x09,0x31,0x33,0x31,0x2E,0x32,0x39,0x33,0x09,0x32,0x2E,0x36,0x30,0x09, - 0x31,0x32,0x2E,0x31,0x32,0x39,0x38,0x09,0x30,0x09,0x30,0x2E,0x32,0x36,0x09, - 0x30,0x2E,0x36,0x32,0x09,0x30,0x2E,0x36,0x39,0x09,0x58,0x65,0x6E,0x6F,0x6E, - 0x0A,0x35,0x35,0x09,0x43,0x73,0x09,0x30,0x2E,0x38,0x36,0x09,0x32,0x2E,0x34, - 0x34,0x09,0x32,0x2E,0x34,0x34,0x09,0x33,0x2E,0x34,0x33,0x09,0x31,0x09,0x31, - 0x33,0x32,0x2E,0x39,0x30,0x35,0x34,0x35,0x09,0x30,0x2E,0x37,0x39,0x09,0x33, - 0x2E,0x38,0x39,0x33,0x39,0x09,0x30,0x2E,0x34,0x37,0x31,0x36,0x32,0x36,0x09, - 0x30,0x2E,0x33,0x34,0x09,0x30,0x2E,0x30,0x39,0x09,0x30,0x2E,0x35,0x36,0x09, - 0x43,0x61,0x65,0x73,0x69,0x75,0x6D,0x0A,0x35,0x36,0x09,0x42,0x61,0x09,0x30, - 0x2E,0x39,0x37,0x09,0x32,0x2E,0x31,0x35,0x09,0x32,0x2E,0x31,0x35,0x09,0x32, - 0x2E,0x36,0x38,0x09,0x32,0x09,0x31,0x33,0x37,0x2E,0x33,0x32,0x37,0x09,0x30, - 0x2E,0x38,0x39,0x09,0x35,0x2E,0x32,0x31,0x31,0x37,0x09,0x30,0x2E,0x31,0x34, - 0x34,0x36,0x32,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x39,0x09,0x30, - 0x2E,0x30,0x30,0x09,0x42,0x61,0x72,0x69,0x75,0x6D,0x0A,0x35,0x37,0x09,0x4C, - 0x61,0x09,0x31,0x2E,0x30,0x38,0x09,0x32,0x2E,0x30,0x37,0x09,0x32,0x2E,0x30, - 0x37,0x09,0x32,0x2E,0x35,0x30,0x09,0x31,0x32,0x09,0x31,0x33,0x38,0x2E,0x39, - 0x30,0x35,0x35,0x09,0x31,0x2E,0x31,0x30,0x09,0x35,0x2E,0x35,0x37,0x36,0x39, - 0x09,0x30,0x2E,0x34,0x37,0x09,0x30,0x2E,0x34,0x34,0x09,0x30,0x2E,0x38,0x33, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x4C,0x61,0x6E,0x74,0x68,0x61,0x6E,0x75,0x6D, - 0x0A,0x35,0x38,0x09,0x43,0x65,0x09,0x30,0x2E,0x30,0x30,0x09,0x32,0x2E,0x30, - 0x34,0x09,0x32,0x2E,0x30,0x34,0x09,0x32,0x2E,0x34,0x38,0x09,0x36,0x09,0x31, - 0x34,0x30,0x2E,0x31,0x31,0x36,0x09,0x31,0x2E,0x31,0x32,0x09,0x35,0x2E,0x35, - 0x33,0x38,0x37,0x09,0x30,0x2E,0x35,0x09,0x31,0x2E,0x30,0x30,0x09,0x31,0x2E, - 0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x43,0x65,0x72,0x69,0x75,0x6D,0x0A, - 0x35,0x39,0x09,0x50,0x72,0x09,0x30,0x2E,0x30,0x30,0x09,0x32,0x2E,0x30,0x33, - 0x09,0x32,0x2E,0x30,0x33,0x09,0x32,0x2E,0x34,0x37,0x09,0x36,0x09,0x31,0x34, - 0x30,0x2E,0x39,0x30,0x37,0x36,0x35,0x09,0x31,0x2E,0x31,0x33,0x09,0x35,0x2E, - 0x34,0x37,0x33,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x38,0x35,0x09,0x31,0x2E, - 0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x50,0x72,0x61,0x73,0x65,0x6F,0x64, - 0x79,0x6D,0x69,0x75,0x6D,0x0A,0x36,0x30,0x09,0x4E,0x64,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x32,0x2E,0x30,0x31,0x09,0x32,0x2E,0x30,0x31,0x09,0x32,0x2E,0x34, - 0x35,0x09,0x36,0x09,0x31,0x34,0x34,0x2E,0x32,0x34,0x09,0x31,0x2E,0x31,0x34, - 0x09,0x35,0x2E,0x35,0x32,0x35,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x37,0x38, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x4E,0x65,0x6F,0x64, - 0x79,0x6D,0x69,0x75,0x6D,0x0A,0x36,0x31,0x09,0x50,0x6D,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x31,0x2E,0x39,0x39,0x09,0x31,0x2E,0x39,0x39,0x09,0x32,0x2E,0x34, - 0x33,0x09,0x36,0x09,0x31,0x34,0x35,0x09,0x30,0x2E,0x30,0x30,0x09,0x35,0x2E, - 0x35,0x38,0x32,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x36,0x34,0x09,0x31,0x2E, - 0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x50,0x72,0x6F,0x6D,0x65,0x74,0x68, - 0x69,0x75,0x6D,0x0A,0x36,0x32,0x09,0x53,0x6D,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x31,0x2E,0x39,0x38,0x09,0x31,0x2E,0x39,0x38,0x09,0x32,0x2E,0x34,0x32,0x09, - 0x36,0x09,0x31,0x35,0x30,0x2E,0x33,0x36,0x09,0x31,0x2E,0x31,0x37,0x09,0x35, - 0x2E,0x36,0x34,0x33,0x37,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x35,0x36,0x09, - 0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x53,0x61,0x6D,0x61,0x72, - 0x69,0x75,0x6D,0x0A,0x36,0x33,0x09,0x45,0x75,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x31,0x2E,0x39,0x38,0x09,0x31,0x2E,0x39,0x38,0x09,0x32,0x2E,0x34,0x30,0x09, - 0x36,0x09,0x31,0x35,0x31,0x2E,0x39,0x36,0x34,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x35,0x2E,0x36,0x37,0x30,0x34,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x33,0x38, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x45,0x75,0x72,0x6F, - 0x70,0x69,0x75,0x6D,0x0A,0x36,0x34,0x09,0x47,0x64,0x09,0x30,0x2E,0x30,0x30, - 0x09,0x31,0x2E,0x39,0x36,0x09,0x31,0x2E,0x39,0x36,0x09,0x32,0x2E,0x33,0x38, - 0x09,0x36,0x09,0x31,0x35,0x37,0x2E,0x32,0x35,0x09,0x31,0x2E,0x32,0x30,0x09, - 0x36,0x2E,0x31,0x34,0x39,0x38,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x32,0x37, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x38,0x09,0x47,0x61,0x64,0x6F, - 0x6C,0x69,0x6E,0x69,0x75,0x6D,0x0A,0x36,0x35,0x09,0x54,0x62,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x31,0x2E,0x39,0x34,0x09,0x31,0x2E,0x39,0x34,0x09,0x32,0x2E, - 0x33,0x37,0x09,0x36,0x09,0x31,0x35,0x38,0x2E,0x39,0x32,0x35,0x33,0x34,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x35,0x2E,0x38,0x36,0x33,0x38,0x09,0x30,0x2E,0x35, - 0x09,0x30,0x2E,0x31,0x39,0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x38, - 0x09,0x54,0x65,0x72,0x62,0x69,0x75,0x6D,0x0A,0x36,0x36,0x09,0x44,0x79,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x39,0x32,0x09,0x31,0x2E,0x39,0x32,0x09, - 0x32,0x2E,0x33,0x35,0x09,0x36,0x09,0x31,0x36,0x32,0x2E,0x35,0x30,0x30,0x09, - 0x31,0x2E,0x32,0x32,0x09,0x35,0x2E,0x39,0x33,0x38,0x39,0x09,0x30,0x2E,0x35, - 0x09,0x30,0x2E,0x31,0x32,0x09,0x31,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x38, - 0x09,0x44,0x79,0x73,0x70,0x72,0x6F,0x73,0x69,0x75,0x6D,0x0A,0x36,0x37,0x09, - 0x48,0x6F,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x39,0x32,0x09,0x31,0x2E, - 0x39,0x32,0x09,0x32,0x2E,0x33,0x33,0x09,0x36,0x09,0x31,0x36,0x34,0x2E,0x39, - 0x33,0x30,0x33,0x32,0x09,0x31,0x2E,0x32,0x33,0x09,0x36,0x2E,0x30,0x32,0x31, - 0x35,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x30,0x30, - 0x09,0x30,0x2E,0x36,0x31,0x09,0x48,0x6F,0x6C,0x6D,0x69,0x75,0x6D,0x0A,0x36, - 0x38,0x09,0x45,0x72,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x38,0x39,0x09, - 0x31,0x2E,0x38,0x39,0x09,0x32,0x2E,0x33,0x32,0x09,0x36,0x09,0x31,0x36,0x37, - 0x2E,0x32,0x35,0x39,0x09,0x31,0x2E,0x32,0x34,0x09,0x36,0x2E,0x31,0x30,0x37, - 0x37,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x39,0x30, - 0x09,0x30,0x2E,0x34,0x36,0x09,0x45,0x72,0x62,0x69,0x75,0x6D,0x0A,0x36,0x39, - 0x09,0x54,0x6D,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x39,0x30,0x09,0x31, - 0x2E,0x39,0x30,0x09,0x32,0x2E,0x33,0x30,0x09,0x36,0x09,0x31,0x36,0x38,0x2E, - 0x39,0x33,0x34,0x32,0x31,0x09,0x31,0x2E,0x32,0x35,0x09,0x36,0x2E,0x31,0x38, - 0x34,0x33,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x38, - 0x33,0x09,0x30,0x2E,0x33,0x32,0x09,0x54,0x68,0x75,0x6C,0x69,0x75,0x6D,0x0A, - 0x37,0x30,0x09,0x59,0x62,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x38,0x37, - 0x09,0x31,0x2E,0x38,0x37,0x09,0x32,0x2E,0x32,0x38,0x09,0x36,0x09,0x31,0x37, - 0x33,0x2E,0x30,0x35,0x34,0x09,0x30,0x2E,0x30,0x30,0x09,0x36,0x2E,0x32,0x35, - 0x34,0x32,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37, - 0x35,0x09,0x30,0x2E,0x32,0x32,0x09,0x59,0x74,0x74,0x65,0x72,0x62,0x69,0x75, - 0x6D,0x0A,0x37,0x31,0x09,0x4C,0x75,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E, - 0x38,0x37,0x09,0x31,0x2E,0x38,0x37,0x09,0x32,0x2E,0x32,0x37,0x09,0x36,0x09, - 0x31,0x37,0x34,0x2E,0x39,0x36,0x36,0x38,0x09,0x31,0x2E,0x32,0x37,0x09,0x35, - 0x2E,0x34,0x32,0x35,0x39,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x30,0x2E,0x36,0x37,0x09,0x30,0x2E,0x31,0x34,0x09,0x4C,0x75,0x74,0x65,0x74, - 0x69,0x75,0x6D,0x0A,0x37,0x32,0x09,0x48,0x66,0x09,0x31,0x2E,0x32,0x33,0x09, - 0x31,0x2E,0x37,0x35,0x09,0x31,0x2E,0x37,0x35,0x09,0x32,0x2E,0x32,0x35,0x09, - 0x36,0x09,0x31,0x37,0x38,0x2E,0x34,0x39,0x09,0x31,0x2E,0x33,0x30,0x09,0x36, - 0x2E,0x38,0x32,0x35,0x31,0x09,0x30,0x09,0x30,0x2E,0x33,0x30,0x09,0x30,0x2E, - 0x37,0x36,0x09,0x31,0x2E,0x30,0x30,0x09,0x48,0x61,0x66,0x6E,0x69,0x75,0x6D, - 0x0A,0x37,0x33,0x09,0x54,0x61,0x09,0x31,0x2E,0x33,0x33,0x09,0x31,0x2E,0x37, - 0x30,0x09,0x31,0x2E,0x37,0x30,0x09,0x32,0x2E,0x32,0x30,0x09,0x36,0x09,0x31, - 0x38,0x30,0x2E,0x39,0x34,0x37,0x39,0x09,0x31,0x2E,0x35,0x30,0x09,0x37,0x2E, - 0x35,0x34,0x39,0x36,0x09,0x30,0x2E,0x33,0x32,0x32,0x09,0x30,0x2E,0x33,0x30, - 0x09,0x30,0x2E,0x36,0x35,0x09,0x31,0x2E,0x30,0x30,0x09,0x54,0x61,0x6E,0x74, - 0x61,0x6C,0x75,0x6D,0x0A,0x37,0x34,0x09,0x57,0x09,0x31,0x2E,0x34,0x30,0x09, - 0x31,0x2E,0x36,0x32,0x09,0x31,0x2E,0x36,0x32,0x09,0x32,0x2E,0x31,0x30,0x09, - 0x36,0x09,0x31,0x38,0x33,0x2E,0x38,0x34,0x09,0x32,0x2E,0x33,0x36,0x09,0x37, - 0x2E,0x38,0x36,0x34,0x09,0x30,0x2E,0x38,0x31,0x35,0x09,0x30,0x2E,0x31,0x33, - 0x09,0x30,0x2E,0x35,0x38,0x09,0x30,0x2E,0x38,0x34,0x09,0x54,0x75,0x6E,0x67, - 0x73,0x74,0x65,0x6E,0x0A,0x37,0x35,0x09,0x52,0x65,0x09,0x31,0x2E,0x34,0x36, - 0x09,0x31,0x2E,0x35,0x31,0x09,0x31,0x2E,0x35,0x31,0x09,0x32,0x2E,0x30,0x35, - 0x09,0x36,0x09,0x31,0x38,0x36,0x2E,0x32,0x30,0x37,0x09,0x31,0x2E,0x39,0x30, - 0x09,0x37,0x2E,0x38,0x33,0x33,0x35,0x09,0x30,0x2E,0x31,0x35,0x09,0x30,0x2E, - 0x31,0x35,0x09,0x30,0x2E,0x34,0x39,0x09,0x30,0x2E,0x36,0x37,0x09,0x52,0x68, - 0x65,0x6E,0x69,0x75,0x6D,0x0A,0x37,0x36,0x09,0x4F,0x73,0x09,0x31,0x2E,0x35, - 0x32,0x09,0x31,0x2E,0x34,0x34,0x09,0x31,0x2E,0x34,0x34,0x09,0x32,0x2E,0x30, - 0x30,0x09,0x36,0x09,0x31,0x39,0x30,0x2E,0x32,0x33,0x09,0x32,0x2E,0x32,0x30, - 0x09,0x38,0x2E,0x34,0x33,0x38,0x32,0x09,0x31,0x2E,0x30,0x37,0x37,0x38,0x09, - 0x30,0x2E,0x31,0x35,0x09,0x30,0x2E,0x34,0x30,0x09,0x30,0x2E,0x35,0x39,0x09, - 0x4F,0x73,0x6D,0x69,0x75,0x6D,0x0A,0x37,0x37,0x09,0x49,0x72,0x09,0x31,0x2E, - 0x35,0x35,0x09,0x31,0x2E,0x34,0x31,0x09,0x31,0x2E,0x34,0x31,0x09,0x32,0x2E, - 0x30,0x30,0x09,0x36,0x09,0x31,0x39,0x32,0x2E,0x32,0x31,0x37,0x09,0x32,0x2E, - 0x32,0x30,0x09,0x38,0x2E,0x39,0x36,0x37,0x09,0x31,0x2E,0x35,0x36,0x34,0x33, - 0x36,0x09,0x30,0x2E,0x30,0x39,0x09,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x35, - 0x33,0x09,0x49,0x72,0x69,0x64,0x69,0x75,0x6D,0x0A,0x37,0x38,0x09,0x50,0x74, - 0x09,0x31,0x2E,0x34,0x34,0x09,0x31,0x2E,0x33,0x36,0x09,0x31,0x2E,0x33,0x36, - 0x09,0x32,0x2E,0x30,0x35,0x09,0x36,0x09,0x31,0x39,0x35,0x2E,0x30,0x37,0x38, - 0x09,0x32,0x2E,0x32,0x38,0x09,0x38,0x2E,0x39,0x35,0x38,0x38,0x09,0x32,0x2E, - 0x31,0x32,0x35,0x31,0x09,0x30,0x2E,0x39,0x36,0x09,0x30,0x2E,0x39,0x33,0x09, - 0x30,0x2E,0x38,0x32,0x09,0x50,0x6C,0x61,0x74,0x69,0x6E,0x75,0x6D,0x0A,0x37, - 0x39,0x09,0x41,0x75,0x09,0x31,0x2E,0x34,0x32,0x09,0x31,0x2E,0x33,0x36,0x09, - 0x31,0x2E,0x33,0x36,0x09,0x32,0x2E,0x31,0x30,0x09,0x36,0x09,0x31,0x39,0x36, - 0x2E,0x39,0x36,0x36,0x35,0x35,0x09,0x32,0x2E,0x35,0x34,0x09,0x39,0x2E,0x32, - 0x32,0x35,0x35,0x09,0x32,0x2E,0x33,0x30,0x38,0x36,0x31,0x09,0x30,0x2E,0x38, - 0x30,0x09,0x30,0x2E,0x38,0x32,0x09,0x30,0x2E,0x31,0x32,0x09,0x47,0x6F,0x6C, - 0x64,0x0A,0x38,0x30,0x09,0x48,0x67,0x09,0x31,0x2E,0x34,0x34,0x09,0x31,0x2E, - 0x33,0x32,0x09,0x31,0x2E,0x33,0x32,0x09,0x32,0x2E,0x30,0x35,0x09,0x36,0x09, - 0x32,0x30,0x30,0x2E,0x35,0x39,0x09,0x32,0x2E,0x30,0x30,0x09,0x31,0x30,0x2E, - 0x34,0x33,0x37,0x35,0x09,0x30,0x09,0x30,0x2E,0x37,0x31,0x09,0x30,0x2E,0x37, - 0x31,0x09,0x30,0x2E,0x37,0x36,0x09,0x4D,0x65,0x72,0x63,0x75,0x72,0x79,0x0A, - 0x38,0x31,0x09,0x54,0x6C,0x09,0x31,0x2E,0x34,0x34,0x09,0x31,0x2E,0x34,0x35, - 0x09,0x31,0x2E,0x34,0x35,0x09,0x31,0x2E,0x39,0x36,0x09,0x33,0x09,0x32,0x30, - 0x34,0x2E,0x33,0x38,0x33,0x33,0x09,0x31,0x2E,0x36,0x32,0x09,0x36,0x2E,0x31, - 0x30,0x38,0x32,0x09,0x30,0x2E,0x33,0x37,0x37,0x09,0x30,0x2E,0x36,0x35,0x09, - 0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x33,0x30,0x09,0x54,0x68,0x61,0x6C,0x6C, - 0x69,0x75,0x6D,0x0A,0x38,0x32,0x09,0x50,0x62,0x09,0x31,0x2E,0x35,0x35,0x09, - 0x31,0x2E,0x34,0x36,0x09,0x31,0x2E,0x34,0x36,0x09,0x32,0x2E,0x30,0x32,0x09, - 0x34,0x09,0x32,0x30,0x37,0x2E,0x32,0x09,0x32,0x2E,0x33,0x33,0x09,0x37,0x2E, - 0x34,0x31,0x36,0x37,0x09,0x30,0x2E,0x33,0x36,0x34,0x09,0x30,0x2E,0x33,0x34, - 0x09,0x30,0x2E,0x33,0x35,0x09,0x30,0x2E,0x33,0x38,0x09,0x4C,0x65,0x61,0x64, - 0x0A,0x38,0x33,0x09,0x42,0x69,0x09,0x31,0x2E,0x36,0x37,0x09,0x31,0x2E,0x34, - 0x38,0x09,0x31,0x2E,0x34,0x38,0x09,0x32,0x2E,0x30,0x37,0x09,0x33,0x09,0x32, - 0x30,0x38,0x2E,0x39,0x38,0x30,0x34,0x30,0x09,0x32,0x2E,0x30,0x32,0x09,0x37, - 0x2E,0x32,0x38,0x35,0x35,0x09,0x30,0x2E,0x39,0x34,0x32,0x33,0x36,0x33,0x09, - 0x30,0x2E,0x36,0x32,0x09,0x30,0x2E,0x33,0x31,0x09,0x30,0x2E,0x37,0x31,0x09, - 0x42,0x69,0x73,0x6D,0x75,0x74,0x68,0x0A,0x38,0x34,0x09,0x50,0x6F,0x09,0x31, - 0x2E,0x37,0x36,0x09,0x31,0x2E,0x34,0x30,0x09,0x31,0x2E,0x34,0x30,0x09,0x31, - 0x2E,0x39,0x37,0x09,0x32,0x09,0x32,0x30,0x39,0x09,0x32,0x2E,0x30,0x30,0x09, - 0x38,0x2E,0x34,0x31,0x34,0x09,0x31,0x2E,0x39,0x09,0x30,0x2E,0x36,0x37,0x09, - 0x30,0x2E,0x33,0x36,0x09,0x30,0x2E,0x30,0x30,0x09,0x50,0x6F,0x6C,0x6F,0x6E, - 0x69,0x75,0x6D,0x0A,0x38,0x35,0x09,0x41,0x74,0x09,0x31,0x2E,0x39,0x30,0x09, - 0x31,0x2E,0x35,0x30,0x09,0x31,0x2E,0x35,0x30,0x09,0x32,0x2E,0x30,0x32,0x09, - 0x31,0x09,0x32,0x31,0x30,0x09,0x32,0x2E,0x32,0x30,0x09,0x30,0x09,0x32,0x2E, - 0x38,0x09,0x30,0x2E,0x34,0x36,0x09,0x30,0x2E,0x33,0x31,0x09,0x30,0x2E,0x32, - 0x37,0x09,0x41,0x73,0x74,0x61,0x74,0x69,0x6E,0x65,0x0A,0x38,0x36,0x09,0x52, - 0x6E,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x35,0x30,0x09,0x31,0x2E,0x35, - 0x30,0x09,0x32,0x2E,0x32,0x30,0x09,0x30,0x09,0x32,0x32,0x32,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x31,0x30,0x2E,0x37,0x34,0x38,0x35,0x09,0x30,0x09,0x30,0x2E, - 0x32,0x36,0x09,0x30,0x2E,0x35,0x31,0x09,0x30,0x2E,0x35,0x39,0x09,0x52,0x61, - 0x64,0x6F,0x6E,0x0A,0x38,0x37,0x09,0x46,0x72,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x32,0x2E,0x36,0x30,0x09,0x32,0x2E,0x36,0x30,0x09,0x33,0x2E,0x34,0x38,0x09, - 0x31,0x09,0x32,0x32,0x33,0x09,0x30,0x2E,0x37,0x30,0x09,0x34,0x2E,0x30,0x37, - 0x32,0x37,0x09,0x30,0x09,0x30,0x2E,0x32,0x36,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x30,0x2E,0x34,0x30,0x09,0x46,0x72,0x61,0x6E,0x63,0x69,0x75,0x6D,0x0A,0x38, - 0x38,0x09,0x52,0x61,0x09,0x30,0x2E,0x30,0x30,0x09,0x32,0x2E,0x32,0x31,0x09, - 0x32,0x2E,0x32,0x31,0x09,0x32,0x2E,0x38,0x33,0x09,0x32,0x09,0x32,0x32,0x36, - 0x09,0x30,0x2E,0x39,0x30,0x09,0x35,0x2E,0x32,0x37,0x38,0x34,0x09,0x30,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x34,0x39,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x52,0x61,0x64,0x69,0x75,0x6D,0x0A,0x38,0x39,0x09,0x41,0x63,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x32,0x2E,0x31,0x35,0x09,0x32,0x2E,0x31,0x35,0x09,0x32,0x2E, - 0x30,0x30,0x09,0x36,0x09,0x32,0x32,0x37,0x09,0x31,0x2E,0x31,0x30,0x09,0x35, - 0x2E,0x31,0x37,0x09,0x30,0x09,0x30,0x2E,0x34,0x34,0x09,0x30,0x2E,0x36,0x37, - 0x09,0x30,0x2E,0x39,0x38,0x09,0x41,0x63,0x74,0x69,0x6E,0x69,0x75,0x6D,0x0A, - 0x39,0x30,0x09,0x54,0x68,0x09,0x30,0x2E,0x30,0x30,0x09,0x32,0x2E,0x30,0x36, - 0x09,0x32,0x2E,0x30,0x36,0x09,0x32,0x2E,0x34,0x30,0x09,0x36,0x09,0x32,0x33, - 0x32,0x2E,0x30,0x33,0x38,0x31,0x09,0x31,0x2E,0x33,0x30,0x09,0x36,0x2E,0x33, - 0x30,0x36,0x37,0x09,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x37,0x33, - 0x09,0x31,0x2E,0x30,0x30,0x09,0x54,0x68,0x6F,0x72,0x69,0x75,0x6D,0x0A,0x39, - 0x31,0x09,0x50,0x61,0x09,0x30,0x2E,0x30,0x30,0x09,0x32,0x2E,0x30,0x30,0x09, - 0x32,0x2E,0x30,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x33,0x31, - 0x2E,0x30,0x33,0x35,0x38,0x38,0x09,0x31,0x2E,0x35,0x30,0x09,0x35,0x2E,0x38, - 0x39,0x09,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x36,0x33,0x09,0x31, - 0x2E,0x30,0x30,0x09,0x50,0x72,0x6F,0x74,0x61,0x63,0x74,0x69,0x6E,0x69,0x75, - 0x6D,0x0A,0x39,0x32,0x09,0x55,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x39, - 0x36,0x09,0x31,0x2E,0x39,0x36,0x09,0x32,0x2E,0x33,0x30,0x09,0x36,0x09,0x32, - 0x33,0x38,0x2E,0x30,0x32,0x38,0x39,0x31,0x09,0x31,0x2E,0x33,0x38,0x09,0x36, - 0x2E,0x31,0x39,0x34,0x31,0x09,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E, - 0x35,0x36,0x09,0x31,0x2E,0x30,0x30,0x09,0x55,0x72,0x61,0x6E,0x69,0x75,0x6D, - 0x0A,0x39,0x33,0x09,0x4E,0x70,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x39, - 0x30,0x09,0x31,0x2E,0x39,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32, - 0x33,0x37,0x09,0x31,0x2E,0x33,0x36,0x09,0x36,0x2E,0x32,0x36,0x35,0x37,0x09, - 0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x35,0x30,0x09,0x31,0x2E,0x30, - 0x30,0x09,0x4E,0x65,0x70,0x74,0x75,0x6E,0x69,0x75,0x6D,0x0A,0x39,0x34,0x09, - 0x50,0x75,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x38,0x37,0x09,0x31,0x2E, - 0x38,0x37,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x34,0x34,0x09,0x31, - 0x2E,0x32,0x38,0x09,0x36,0x2E,0x30,0x32,0x36,0x09,0x30,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x30,0x2E,0x34,0x32,0x09,0x31,0x2E,0x30,0x30,0x09,0x50,0x6C,0x75, - 0x74,0x6F,0x6E,0x69,0x75,0x6D,0x0A,0x39,0x35,0x09,0x41,0x6D,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x31,0x2E,0x38,0x30,0x09,0x31,0x2E,0x38,0x30,0x09,0x32,0x2E, - 0x30,0x30,0x09,0x36,0x09,0x32,0x34,0x33,0x09,0x31,0x2E,0x33,0x30,0x09,0x35, - 0x2E,0x39,0x37,0x33,0x38,0x09,0x30,0x09,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E, - 0x33,0x36,0x09,0x30,0x2E,0x39,0x35,0x09,0x41,0x6D,0x65,0x72,0x69,0x63,0x69, - 0x75,0x6D,0x0A,0x39,0x36,0x09,0x43,0x6D,0x09,0x30,0x2E,0x30,0x30,0x09,0x31, - 0x2E,0x36,0x39,0x09,0x31,0x2E,0x36,0x39,0x09,0x32,0x2E,0x30,0x30,0x09,0x36, - 0x09,0x32,0x34,0x37,0x09,0x31,0x2E,0x33,0x30,0x09,0x35,0x2E,0x39,0x39,0x31, - 0x34,0x09,0x30,0x09,0x30,0x2E,0x34,0x37,0x09,0x30,0x2E,0x33,0x36,0x09,0x30, - 0x2E,0x38,0x39,0x09,0x43,0x75,0x72,0x69,0x75,0x6D,0x0A,0x39,0x37,0x09,0x42, - 0x6B,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36, - 0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x34,0x37,0x09,0x31,0x2E, - 0x33,0x30,0x09,0x36,0x2E,0x31,0x39,0x37,0x39,0x09,0x30,0x09,0x30,0x2E,0x35, - 0x34,0x09,0x30,0x2E,0x33,0x31,0x09,0x30,0x2E,0x38,0x39,0x09,0x42,0x65,0x72, - 0x6B,0x65,0x6C,0x69,0x75,0x6D,0x0A,0x39,0x38,0x09,0x43,0x66,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E, - 0x30,0x30,0x09,0x36,0x09,0x32,0x35,0x31,0x09,0x31,0x2E,0x33,0x30,0x09,0x36, - 0x2E,0x32,0x38,0x31,0x37,0x09,0x30,0x09,0x30,0x2E,0x36,0x33,0x09,0x30,0x2E, - 0x32,0x31,0x09,0x30,0x2E,0x38,0x33,0x09,0x43,0x61,0x6C,0x69,0x66,0x6F,0x72, - 0x6E,0x69,0x75,0x6D,0x0A,0x39,0x39,0x09,0x45,0x73,0x09,0x30,0x2E,0x30,0x30, - 0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30, - 0x09,0x36,0x09,0x32,0x35,0x32,0x09,0x31,0x2E,0x33,0x30,0x09,0x36,0x2E,0x34, - 0x32,0x09,0x30,0x09,0x30,0x2E,0x37,0x30,0x09,0x30,0x2E,0x31,0x32,0x09,0x30, - 0x2E,0x38,0x33,0x09,0x45,0x69,0x6E,0x73,0x74,0x65,0x69,0x6E,0x69,0x75,0x6D, - 0x0A,0x31,0x30,0x30,0x09,0x46,0x6D,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E, - 0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09, - 0x32,0x35,0x37,0x09,0x31,0x2E,0x33,0x30,0x09,0x36,0x2E,0x35,0x09,0x30,0x09, - 0x30,0x2E,0x37,0x30,0x09,0x30,0x2E,0x31,0x32,0x09,0x30,0x2E,0x37,0x33,0x09, - 0x46,0x65,0x72,0x6D,0x69,0x75,0x6D,0x0A,0x31,0x30,0x31,0x09,0x4D,0x64,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09, - 0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x35,0x38,0x09,0x31,0x2E,0x33,0x30, - 0x09,0x36,0x2E,0x35,0x38,0x09,0x30,0x09,0x30,0x2E,0x37,0x30,0x09,0x30,0x2E, - 0x30,0x35,0x09,0x30,0x2E,0x36,0x35,0x09,0x4D,0x65,0x6E,0x64,0x65,0x6C,0x65, - 0x76,0x69,0x75,0x6D,0x0A,0x31,0x30,0x32,0x09,0x4E,0x6F,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30, - 0x30,0x09,0x36,0x09,0x32,0x35,0x39,0x09,0x31,0x2E,0x33,0x30,0x09,0x36,0x2E, - 0x36,0x35,0x09,0x30,0x09,0x30,0x2E,0x37,0x34,0x09,0x30,0x2E,0x30,0x35,0x09, - 0x30,0x2E,0x35,0x33,0x09,0x4E,0x6F,0x62,0x65,0x6C,0x69,0x75,0x6D,0x0A,0x31, - 0x30,0x33,0x09,0x4C,0x72,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30, - 0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x36, - 0x32,0x09,0x30,0x2E,0x30,0x30,0x09,0x34,0x2E,0x39,0x09,0x30,0x09,0x30,0x2E, - 0x37,0x38,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x34,0x30,0x09,0x4C,0x61, - 0x77,0x72,0x65,0x6E,0x63,0x69,0x75,0x6D,0x0A,0x31,0x30,0x34,0x09,0x52,0x66, - 0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30, - 0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x36,0x37,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x36,0x09,0x30,0x09,0x30,0x2E,0x38,0x30,0x09,0x30,0x2E,0x30,0x30, - 0x09,0x30,0x2E,0x33,0x35,0x09,0x52,0x75,0x74,0x68,0x65,0x72,0x66,0x6F,0x72, - 0x64,0x69,0x75,0x6D,0x0A,0x31,0x30,0x35,0x09,0x44,0x62,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30, - 0x30,0x09,0x36,0x09,0x32,0x36,0x38,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x2E,0x38,0x32,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x33, - 0x31,0x09,0x44,0x75,0x62,0x6E,0x69,0x75,0x6D,0x0A,0x31,0x30,0x36,0x09,0x53, - 0x67,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36, - 0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x37,0x31,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x38,0x35,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x30,0x2E,0x32,0x37,0x09,0x53,0x65,0x61,0x62,0x6F,0x72,0x67,0x69, - 0x75,0x6D,0x0A,0x31,0x30,0x37,0x09,0x42,0x68,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09, - 0x36,0x09,0x32,0x37,0x32,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x2E,0x38,0x38,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x32,0x32,0x09, - 0x42,0x6F,0x68,0x72,0x69,0x75,0x6D,0x0A,0x31,0x30,0x38,0x09,0x48,0x73,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09, - 0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x37,0x30,0x09,0x30,0x2E,0x30,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x30,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x30,0x2E,0x31,0x38,0x09,0x48,0x61,0x73,0x73,0x69,0x75,0x6D,0x0A,0x31,0x30, - 0x39,0x09,0x4D,0x74,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09, - 0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x36,0x38, - 0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x32,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x31,0x35,0x09,0x4D,0x65,0x69,0x74,0x6E, - 0x65,0x72,0x69,0x75,0x6D,0x0A,0x31,0x31,0x30,0x09,0x44,0x73,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E, - 0x30,0x30,0x09,0x36,0x09,0x32,0x38,0x31,0x09,0x30,0x2E,0x30,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x2E,0x39,0x33,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E, - 0x31,0x34,0x09,0x44,0x61,0x72,0x6D,0x73,0x74,0x61,0x64,0x74,0x69,0x75,0x6D, - 0x0A,0x31,0x31,0x31,0x09,0x52,0x67,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E, - 0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09, - 0x32,0x38,0x30,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E, - 0x39,0x34,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x31,0x33,0x09,0x52,0x6F, - 0x65,0x6E,0x74,0x67,0x65,0x6E,0x69,0x75,0x6D,0x0A,0x31,0x31,0x32,0x09,0x43, - 0x6E,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36, - 0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x38,0x35,0x09,0x30,0x2E, - 0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x35,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x30,0x2E,0x31,0x32,0x09,0x43,0x6F,0x70,0x65,0x72,0x6E,0x69,0x63, - 0x69,0x75,0x6D,0x0A,0x31,0x31,0x33,0x09,0x55,0x75,0x74,0x09,0x30,0x2E,0x30, - 0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30, - 0x30,0x09,0x36,0x09,0x32,0x38,0x34,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x2E,0x39,0x36,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x31, - 0x31,0x09,0x55,0x6E,0x75,0x6E,0x74,0x72,0x69,0x75,0x6D,0x0A,0x31,0x31,0x34, - 0x09,0x55,0x75,0x71,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09, - 0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x38,0x39, - 0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x37,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x31,0x30,0x09,0x55,0x6E,0x75,0x6E,0x71, - 0x75,0x61,0x64,0x69,0x75,0x6D,0x0A,0x31,0x31,0x35,0x09,0x55,0x75,0x70,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09, - 0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x38,0x38,0x09,0x30,0x2E,0x30,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x38,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x30,0x2E,0x30,0x39,0x09,0x55,0x6E,0x75,0x6E,0x70,0x65,0x6E,0x74,0x69,0x75, - 0x6D,0x0A,0x31,0x31,0x36,0x09,0x55,0x75,0x68,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09, - 0x36,0x09,0x32,0x39,0x33,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x2E,0x39,0x39,0x09,0x30,0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x38,0x09, - 0x55,0x6E,0x75,0x6E,0x68,0x65,0x78,0x69,0x75,0x6D,0x0A,0x31,0x31,0x37,0x09, - 0x55,0x75,0x68,0x09,0x30,0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31, - 0x2E,0x36,0x30,0x09,0x32,0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x39,0x34,0x09, - 0x30,0x2E,0x30,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x39,0x09,0x30, - 0x2E,0x30,0x30,0x09,0x30,0x2E,0x30,0x37,0x09,0x55,0x6E,0x75,0x6E,0x73,0x65, - 0x70,0x74,0x69,0x75,0x6D,0x0A,0x31,0x31,0x38,0x09,0x55,0x75,0x68,0x09,0x30, - 0x2E,0x30,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x31,0x2E,0x36,0x30,0x09,0x32, - 0x2E,0x30,0x30,0x09,0x36,0x09,0x32,0x39,0x34,0x09,0x30,0x2E,0x30,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x2E,0x39,0x39,0x09,0x30,0x2E,0x30,0x30,0x09,0x30, - 0x2E,0x30,0x36,0x09,0x55,0x6E,0x75,0x6E,0x6F,0x63,0x74,0x69,0x75,0x6D,0x0A, -0x00}; - -} // namespace OpenBabel -#endif // OB_ELEMENT_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/element.txt --- a/CADDSuite-1.6/data/OpenBabel/element.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,153 +0,0 @@ -############################################################################## -# # -# Open Babel file: element.txt # -# # -# Some portions Copyright (c) 2001-2009 Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# Created from the Blue Obelisk Cheminformatics Data Repository # -# Direct Source: http://www.blueobelisk.org/ # -# http://www.blueobelisk.org/repos/blueobelisk/elements.xml # -# (includes furhter bibliographic citation information) # -# # -# Allred and Rochow Electronegativity from: # -# http://www.hull.ac.uk/chemistry/electroneg.php?type=Allred-Rochow # -# # -# Columns represent: (used by data.cpp:OBElementTable and OBElement) # -# - atomic number (used as an index to the vector as well) # -# - elemental symbol # -# - Allred and Rochow electronegativity 0.0 if unknown # -# - covalent radii (in Angstrom) 1.6 if unknown # -# from http://dx.doi.org/10.1039/b801115j # -# - "bond order" radii -- ignored, but included for compatibility # -# - van der Waals radii (in Angstrom) 2.0 if unknown # -# from http://dx.doi.org/10.1021/jp8111556 # -# - maximum bond valence 6 if unknown # -# - IUPAC recommended atomic masses (in amu) # -# - Pauling electronegativity 0.0 if unknown # -# - ionization potential (in eV) 0.0 if unknown # -# - electron affinity (in eV) 0.0 if unknown # -# - RGB values (defaults for visualization) # -# - element name (in English) # -# # -############################################################################## -#Num Symb ARENeg RCov RBO RVdW MaxBnd Mass ElNeg. Ionization ElAffinity Red Green Blue Name -0 Xx 0.00 0.00 0.00 0.00 0 0 0.00 0 0 0.07 0.50 0.70 Dummy -1 H 2.20 0.31 0.31 1.10 1 1.00794 2.20 13.5984 0.75420375 0.75 0.75 0.75 Hydrogen -2 He 0.00 0.28 0.28 1.40 0 4.002602 0.00 24.5874 0 0.85 1.00 1.00 Helium -3 Li 0.97 1.28 1.28 1.81 1 6.941 0.98 5.3917 0.618049 0.80 0.50 1.00 Lithium -4 Be 1.47 0.96 0.96 1.53 2 9.012182 1.57 9.3227 0 0.76 1.00 0.00 Beryllium -5 B 2.01 0.84 0.84 1.92 4 10.811 2.04 8.298 0.279723 1.00 0.71 0.71 Boron -6 C 2.50 0.76 0.76 1.70 4 12.0107 2.55 11.2603 1.262118 0.40 0.40 0.40 Carbon -7 N 3.07 0.71 0.71 1.55 4 14.0067 3.04 14.5341 -0.07 0.05 0.05 1.00 Nitrogen -8 O 3.50 0.66 0.66 1.52 2 15.9994 3.44 13.6181 1.461112 1.00 0.05 0.05 Oxygen -9 F 4.10 0.57 0.57 1.47 1 18.9984032 3.98 17.4228 3.4011887 0.50 0.70 1.00 Fluorine -10 Ne 0.00 0.58 0.58 1.54 0 20.1797 0.00 21.5645 0 0.70 0.89 0.96 Neon -11 Na 1.01 1.66 1.66 2.27 1 22.98977 0.93 5.1391 0.547926 0.67 0.36 0.95 Sodium -12 Mg 1.23 1.41 1.41 1.73 2 24.3050 1.31 7.6462 0 0.54 1.00 0.00 Magnesium -13 Al 1.47 1.21 1.21 1.84 6 26.981538 1.61 5.9858 0.43283 0.75 0.65 0.65 Aluminium -14 Si 1.74 1.11 1.11 2.10 6 28.0855 1.90 8.1517 1.389521 0.50 0.60 0.60 Silicon -15 P 2.06 1.07 1.07 1.80 6 30.973761 2.19 10.4867 0.7465 1.00 0.50 0.00 Phosphorus -16 S 2.44 1.05 1.05 1.80 6 32.065 2.58 10.36 2.0771029 0.70 0.70 0.00 Sulfur -17 Cl 2.83 1.02 1.02 1.75 1 35.453 3.16 12.9676 3.612724 0.12 0.94 0.12 Chlorine -18 Ar 0.00 1.06 1.06 1.88 0 39.948 0.00 15.7596 0 0.50 0.82 0.89 Argon -19 K 0.91 2.03 2.03 2.75 1 39.0983 0.82 4.3407 0.501459 0.56 0.25 0.83 Potassium -20 Ca 1.04 1.76 1.76 2.31 2 40.078 1.00 6.1132 0.02455 0.24 1.00 0.00 Calcium -21 Sc 1.20 1.70 1.70 2.30 6 44.95591 1.36 6.5615 0.188 0.90 0.90 0.90 Scandium -22 Ti 1.32 1.60 1.60 2.15 6 47.867 1.54 6.8281 0.084 0.75 0.76 0.78 Titanium -23 V 1.45 1.53 1.53 2.05 6 50.9415 1.63 6.7462 0.525 0.65 0.65 0.67 Vanadium -24 Cr 1.56 1.39 1.39 2.05 6 51.9961 1.66 6.7665 0.67584 0.54 0.60 0.78 Chromium -25 Mn 1.60 1.39 1.39 2.05 8 54.938049 1.55 7.434 0 0.61 0.48 0.78 Manganese -26 Fe 1.64 1.32 1.32 2.05 6 55.845 1.83 7.9024 0.151 0.88 0.40 0.20 Iron -27 Co 1.70 1.26 1.26 2.00 6 58.9332 1.88 7.881 0.6633 0.94 0.56 0.63 Cobalt -28 Ni 1.75 1.24 1.24 2.00 6 58.6934 1.91 7.6398 1.15716 0.31 0.82 0.31 Nickel -29 Cu 1.75 1.32 1.32 2.00 6 63.546 1.90 7.7264 1.23578 0.78 0.50 0.20 Copper -30 Zn 1.66 1.22 1.22 2.10 6 65.38 1.65 9.3942 0 0.49 0.50 0.69 Zinc -31 Ga 1.82 1.22 1.22 1.87 3 69.723 1.81 5.9993 0.41 0.76 0.56 0.56 Gallium -32 Ge 2.02 1.20 1.20 2.11 4 72.64 2.01 7.8994 1.232712 0.40 0.56 0.56 Germanium -33 As 2.20 1.19 1.19 1.85 3 74.92160 2.18 9.7886 0.814 0.74 0.50 0.89 Arsenic -34 Se 2.48 1.20 1.20 1.90 2 78.96 2.55 9.7524 2.02067 1.00 0.63 0.00 Selenium -35 Br 2.74 1.20 1.20 1.83 1 79.904 2.96 11.8138 3.363588 0.65 0.16 0.16 Bromine -36 Kr 0.00 1.16 1.16 2.02 0 83.798 3.00 13.9996 0 0.36 0.72 0.82 Krypton -37 Rb 0.89 2.20 2.20 3.03 1 85.4678 0.82 4.1771 0.485916 0.44 0.18 0.69 Rubidium -38 Sr 0.99 1.95 1.95 2.49 2 87.62 0.95 5.6949 0.05206 0.00 1.00 0.00 Strontium -39 Y 1.11 1.90 1.90 2.40 6 88.90585 1.22 6.2173 0.307 0.58 1.00 1.00 Yttrium -40 Zr 1.22 1.75 1.75 2.30 6 91.224 1.33 6.6339 0.426 0.58 0.88 0.88 Zirconium -41 Nb 1.23 1.64 1.64 2.15 6 92.90638 1.60 6.7589 0.893 0.45 0.76 0.79 Niobium -42 Mo 1.30 1.54 1.54 2.10 6 95.96 2.16 7.0924 0.7472 0.33 0.71 0.71 Molybdenum -43 Tc 1.36 1.47 1.47 2.05 6 98 1.90 7.28 0.55 0.23 0.62 0.62 Technetium -44 Ru 1.42 1.46 1.46 2.05 6 101.07 2.20 7.3605 1.04638 0.14 0.56 0.56 Ruthenium -45 Rh 1.45 1.42 1.42 2.00 6 102.90550 2.28 7.4589 1.14289 0.04 0.49 0.55 Rhodium -46 Pd 1.35 1.39 1.39 2.05 6 106.42 2.20 8.3369 0.56214 0.00 0.41 0.52 Palladium -47 Ag 1.42 1.45 1.45 2.10 6 107.8682 1.93 7.5762 1.30447 0.88 0.88 1.00 Silver -48 Cd 1.46 1.44 1.44 2.20 6 112.411 1.69 8.9938 0 1.00 0.85 0.56 Cadmium -49 In 1.49 1.42 1.42 2.20 3 114.818 1.78 5.7864 0.404 0.65 0.46 0.45 Indium -50 Sn 1.72 1.39 1.39 1.93 4 118.701 1.96 7.3439 1.112066 0.40 0.50 0.50 Tin -51 Sb 1.82 1.39 1.39 2.17 3 121.760 2.05 8.6084 1.047401 0.62 0.39 0.71 Antimony -52 Te 2.01 1.38 1.38 2.06 2 127.60 2.10 9.0096 1.970875 0.83 0.48 0.00 Tellurium -53 I 2.21 1.39 1.39 1.98 1 126.90447 2.66 10.4513 3.059038 0.58 0.00 0.58 Iodine -54 Xe 0.00 1.40 1.40 2.16 0 131.293 2.60 12.1298 0 0.26 0.62 0.69 Xenon -55 Cs 0.86 2.44 2.44 3.43 1 132.90545 0.79 3.8939 0.471626 0.34 0.09 0.56 Caesium -56 Ba 0.97 2.15 2.15 2.68 2 137.327 0.89 5.2117 0.14462 0.00 0.79 0.00 Barium -57 La 1.08 2.07 2.07 2.50 12 138.9055 1.10 5.5769 0.47 0.44 0.83 1.00 Lanthanum -58 Ce 0.00 2.04 2.04 2.48 6 140.116 1.12 5.5387 0.5 1.00 1.00 0.78 Cerium -59 Pr 0.00 2.03 2.03 2.47 6 140.90765 1.13 5.473 0.5 0.85 1.00 0.78 Praseodymium -60 Nd 0.00 2.01 2.01 2.45 6 144.24 1.14 5.525 0.5 0.78 1.00 0.78 Neodymium -61 Pm 0.00 1.99 1.99 2.43 6 145 0.00 5.582 0.5 0.64 1.00 0.78 Promethium -62 Sm 0.00 1.98 1.98 2.42 6 150.36 1.17 5.6437 0.5 0.56 1.00 0.78 Samarium -63 Eu 0.00 1.98 1.98 2.40 6 151.964 0.00 5.6704 0.5 0.38 1.00 0.78 Europium -64 Gd 0.00 1.96 1.96 2.38 6 157.25 1.20 6.1498 0.5 0.27 1.00 0.78 Gadolinium -65 Tb 0.00 1.94 1.94 2.37 6 158.92534 0.00 5.8638 0.5 0.19 1.00 0.78 Terbium -66 Dy 0.00 1.92 1.92 2.35 6 162.500 1.22 5.9389 0.5 0.12 1.00 0.78 Dysprosium -67 Ho 0.00 1.92 1.92 2.33 6 164.93032 1.23 6.0215 0.5 0.00 1.00 0.61 Holmium -68 Er 0.00 1.89 1.89 2.32 6 167.259 1.24 6.1077 0.5 0.00 0.90 0.46 Erbium -69 Tm 0.00 1.90 1.90 2.30 6 168.93421 1.25 6.1843 0.5 0.00 0.83 0.32 Thulium -70 Yb 0.00 1.87 1.87 2.28 6 173.054 0.00 6.2542 0.5 0.00 0.75 0.22 Ytterbium -71 Lu 0.00 1.87 1.87 2.27 6 174.9668 1.27 5.4259 0.5 0.00 0.67 0.14 Lutetium -72 Hf 1.23 1.75 1.75 2.25 6 178.49 1.30 6.8251 0 0.30 0.76 1.00 Hafnium -73 Ta 1.33 1.70 1.70 2.20 6 180.9479 1.50 7.5496 0.322 0.30 0.65 1.00 Tantalum -74 W 1.40 1.62 1.62 2.10 6 183.84 2.36 7.864 0.815 0.13 0.58 0.84 Tungsten -75 Re 1.46 1.51 1.51 2.05 6 186.207 1.90 7.8335 0.15 0.15 0.49 0.67 Rhenium -76 Os 1.52 1.44 1.44 2.00 6 190.23 2.20 8.4382 1.0778 0.15 0.40 0.59 Osmium -77 Ir 1.55 1.41 1.41 2.00 6 192.217 2.20 8.967 1.56436 0.09 0.33 0.53 Iridium -78 Pt 1.44 1.36 1.36 2.05 6 195.078 2.28 8.9588 2.1251 0.96 0.93 0.82 Platinum -79 Au 1.42 1.36 1.36 2.10 6 196.96655 2.54 9.2255 2.30861 0.80 0.82 0.12 Gold -80 Hg 1.44 1.32 1.32 2.05 6 200.59 2.00 10.4375 0 0.71 0.71 0.76 Mercury -81 Tl 1.44 1.45 1.45 1.96 3 204.3833 1.62 6.1082 0.377 0.65 0.33 0.30 Thallium -82 Pb 1.55 1.46 1.46 2.02 4 207.2 2.33 7.4167 0.364 0.34 0.35 0.38 Lead -83 Bi 1.67 1.48 1.48 2.07 3 208.98040 2.02 7.2855 0.942363 0.62 0.31 0.71 Bismuth -84 Po 1.76 1.40 1.40 1.97 2 209 2.00 8.414 1.9 0.67 0.36 0.00 Polonium -85 At 1.90 1.50 1.50 2.02 1 210 2.20 0 2.8 0.46 0.31 0.27 Astatine -86 Rn 0.00 1.50 1.50 2.20 0 222 0.00 10.7485 0 0.26 0.51 0.59 Radon -87 Fr 0.00 2.60 2.60 3.48 1 223 0.70 4.0727 0 0.26 0.00 0.40 Francium -88 Ra 0.00 2.21 2.21 2.83 2 226 0.90 5.2784 0 0.00 0.49 0.00 Radium -89 Ac 0.00 2.15 2.15 2.00 6 227 1.10 5.17 0 0.44 0.67 0.98 Actinium -90 Th 0.00 2.06 2.06 2.40 6 232.0381 1.30 6.3067 0 0.00 0.73 1.00 Thorium -91 Pa 0.00 2.00 2.00 2.00 6 231.03588 1.50 5.89 0 0.00 0.63 1.00 Protactinium -92 U 0.00 1.96 1.96 2.30 6 238.02891 1.38 6.1941 0 0.00 0.56 1.00 Uranium -93 Np 0.00 1.90 1.90 2.00 6 237 1.36 6.2657 0 0.00 0.50 1.00 Neptunium -94 Pu 0.00 1.87 1.87 2.00 6 244 1.28 6.026 0 0.00 0.42 1.00 Plutonium -95 Am 0.00 1.80 1.80 2.00 6 243 1.30 5.9738 0 0.33 0.36 0.95 Americium -96 Cm 0.00 1.69 1.69 2.00 6 247 1.30 5.9914 0 0.47 0.36 0.89 Curium -97 Bk 0.00 1.60 1.60 2.00 6 247 1.30 6.1979 0 0.54 0.31 0.89 Berkelium -98 Cf 0.00 1.60 1.60 2.00 6 251 1.30 6.2817 0 0.63 0.21 0.83 Californium -99 Es 0.00 1.60 1.60 2.00 6 252 1.30 6.42 0 0.70 0.12 0.83 Einsteinium -100 Fm 0.00 1.60 1.60 2.00 6 257 1.30 6.5 0 0.70 0.12 0.73 Fermium -101 Md 0.00 1.60 1.60 2.00 6 258 1.30 6.58 0 0.70 0.05 0.65 Mendelevium -102 No 0.00 1.60 1.60 2.00 6 259 1.30 6.65 0 0.74 0.05 0.53 Nobelium -103 Lr 0.00 1.60 1.60 2.00 6 262 0.00 4.9 0 0.78 0.00 0.40 Lawrencium -104 Rf 0.00 1.60 1.60 2.00 6 267 0.00 6 0 0.80 0.00 0.35 Rutherfordium -105 Db 0.00 1.60 1.60 2.00 6 268 0.00 0 0 0.82 0.00 0.31 Dubnium -106 Sg 0.00 1.60 1.60 2.00 6 271 0.00 0 0 0.85 0.00 0.27 Seaborgium -107 Bh 0.00 1.60 1.60 2.00 6 272 0.00 0 0 0.88 0.00 0.22 Bohrium -108 Hs 0.00 1.60 1.60 2.00 6 270 0.00 0 0 0.90 0.00 0.18 Hassium -109 Mt 0.00 1.60 1.60 2.00 6 268 0.00 0 0 0.92 0.00 0.15 Meitnerium -110 Ds 0.00 1.60 1.60 2.00 6 281 0.00 0 0 0.93 0.00 0.14 Darmstadtium -111 Rg 0.00 1.60 1.60 2.00 6 280 0.00 0 0 0.94 0.00 0.13 Roentgenium -112 Cn 0.00 1.60 1.60 2.00 6 285 0.00 0 0 0.95 0.00 0.12 Copernicium -113 Uut 0.00 1.60 1.60 2.00 6 284 0.00 0 0 0.96 0.00 0.11 Ununtrium -114 Uuq 0.00 1.60 1.60 2.00 6 289 0.00 0 0 0.97 0.00 0.10 Ununquadium -115 Uup 0.00 1.60 1.60 2.00 6 288 0.00 0 0 0.98 0.00 0.09 Ununpentium -116 Uuh 0.00 1.60 1.60 2.00 6 293 0.00 0 0 0.99 0.00 0.08 Ununhexium -117 Uuh 0.00 1.60 1.60 2.00 6 294 0.00 0 0 0.99 0.00 0.07 Ununseptium -118 Uuh 0.00 1.60 1.60 2.00 6 294 0.00 0 0 0.99 0.00 0.06 Ununoctium diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/fragments.txt --- a/CADDSuite-1.6/data/OpenBabel/fragments.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33785 +0,0 @@ -# -# Open Babel file: fragments.txt -# -# Copyright (c) 2007-2008 by Geoffrey R Hutchison -# Part of the Open Babel package, under the GNU General Public License (GPL) -# -# Fragments for OBBuilder coordinate generation -# These consist of a generic SMARTS pattern -# followed by the 3D coordinates of all heavy atoms -# -# Fragments are ordered by length of SMARTS pattern -# (i.e., most complicated will match first) -# -# This file contains ~1000 of the most common ring fragments -# from analysis over the NCI database and ZINC -# -# NCI: http://cactus.nci.nih.gov/ncidb2/download.html -# ZINC: http://zinc.docking.org/ -# -A1AA[A@@]2(AA1)A[A@H]1[A@H](A[A@@H]3[A@@H]1AA[A@H]1[A@@H]3AA[A@H]3AAAA[A@H]13)A2 - -6.211 -1.460 -0.030 - -5.943 -0.593 1.206 - -5.091 0.648 0.864 - -3.994 0.300 -0.169 - -4.538 -0.250 -1.367 - -5.898 -0.674 -1.321 - -3.111 1.535 -0.461 - -1.792 1.261 0.318 - -2.126 0.038 1.158 - -0.839 -0.820 1.272 - 0.215 0.187 0.788 - -0.505 0.862 -0.397 - 0.361 2.038 -0.842 - 1.787 1.544 -1.206 - 2.492 0.838 -0.023 - 1.643 -0.352 0.504 - 1.731 -1.601 -0.389 - 3.140 -1.884 -0.874 - 4.220 -1.079 -0.124 - 5.652 -1.521 -0.524 - 6.711 -0.431 -0.189 - 6.283 0.453 0.974 - 4.934 1.171 0.717 - 3.983 0.435 -0.283 - -3.106 -0.636 0.409 -A1A=A2AA3AA[A@@]45[A@@H]3A[A@@H]2[A@H]2[A@@H](A1)AAA(a1aaaaa51)[A@H]42 - -3.888 0.914 0.115 - -3.459 -0.469 0.519 - -2.450 -1.056 -0.087 - -1.962 -2.361 0.428 - -0.673 -2.830 -0.062 - 0.191 -3.047 1.144 - 0.602 -1.615 1.554 - 0.598 -0.812 0.219 - 0.084 -1.793 -0.806 - -0.800 -1.233 -1.901 - -1.848 -0.330 -1.263 - -1.065 0.868 -0.767 - -1.865 2.101 -0.431 - -2.873 1.838 0.542 - -0.974 3.251 0.020 - 0.403 2.844 0.453 - 0.828 1.570 0.379 - 2.076 1.022 0.182 - 3.313 1.677 0.144 - 4.435 0.913 -0.126 - 4.355 -0.449 -0.358 - 3.133 -1.117 -0.307 - 2.013 -0.363 -0.016 - -0.183 0.472 0.416 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2[A@H]1AA[A@@H]1AAA[A@@H]21 - -3.053 1.785 1.205 - -3.252 1.888 -0.289 - -3.572 0.529 -0.878 - -2.734 -0.643 -0.356 - -2.599 -0.629 1.153 - -2.102 0.714 1.691 - -1.649 -1.724 1.640 - -0.276 -1.515 1.004 - -0.364 -1.639 -0.513 - -1.409 -0.720 -1.105 - -0.879 0.699 -1.318 - 0.352 0.642 -2.224 - 1.470 -0.096 -1.492 - 1.030 -1.511 -1.133 - 2.052 -2.232 -0.252 - 2.597 -1.407 0.910 - 3.123 -0.085 0.382 - 3.542 0.917 1.473 - 3.414 2.288 0.758 - 2.384 2.093 -0.385 - 1.927 0.647 -0.270 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2[A@H]1AA[A@H]1AAA[A@@H]21 - 3.192 1.390 -1.579 - 3.326 1.929 -0.176 - 3.606 0.809 0.807 - 2.782 -0.467 0.617 - 2.739 -0.906 -0.833 - 2.271 0.207 -1.774 - 1.821 -2.114 -1.014 - 0.409 -1.749 -0.560 - 0.383 -1.369 0.915 - 1.409 -0.313 1.261 - 0.898 1.103 1.000 - -0.408 1.331 1.764 - -1.489 0.408 1.193 - -1.036 -1.032 1.362 - -2.064 -1.979 0.744 - -2.348 -1.673 -0.709 - -2.655 -0.233 -0.998 - -4.130 0.114 -0.711 - -4.114 1.655 -0.837 - -2.743 2.073 -0.254 - -1.849 0.815 -0.219 -A1AA[A@@H]2AA[A@@H]3[A@@H]4AA[A@@H]5AAAA[A@H]5[A@H]4AA[A@H]3[A@H]2A1 - -4.909 1.704 0.237 - -5.602 0.484 -0.347 - -4.965 -0.840 0.089 - -3.459 -0.788 -0.071 - -2.722 -2.033 0.391 - -1.349 -2.083 -0.288 - -0.780 -0.715 -0.608 - 0.775 -0.747 -0.577 - 1.278 -2.064 -0.018 - 2.758 -2.058 0.366 - 3.462 -0.795 -0.085 - 4.973 -0.838 0.090 - 5.614 0.482 -0.346 - 4.916 1.704 0.231 - 3.424 1.697 -0.102 - 2.786 0.438 0.476 - 1.277 0.412 0.258 - 0.759 1.750 -0.252 - -0.771 1.761 -0.165 - -1.271 0.391 0.297 - -2.784 0.440 0.505 - -3.412 1.699 -0.083 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2[A@H]1AA[A@H]1AAA[A@H]21 - 5.502 0.333 0.526 - 4.863 1.616 0.014 - 3.371 1.639 0.334 - 2.674 0.469 -0.391 - 3.298 -0.826 0.113 - 4.802 -0.921 0.003 - 2.574 -2.029 -0.485 - 1.135 -2.027 0.055 - 0.416 -0.753 -0.389 - 1.198 0.486 0.015 - 0.496 1.755 -0.457 - -0.920 1.813 0.128 - -1.706 0.560 -0.258 - -0.984 -0.695 0.249 - -1.764 -1.968 -0.064 - -3.223 -1.892 0.410 - -3.870 -0.667 -0.197 - -5.292 -0.350 0.299 - -5.448 1.140 -0.118 - -4.016 1.738 -0.098 - -3.105 0.582 0.309 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA=A2[A@H]1AA[A@H]1AAAA[A@@H]21 - 5.645 -0.390 -0.794 - 5.115 -1.554 0.033 - 3.600 -1.656 -0.115 - 2.939 -0.380 0.436 - 3.480 0.820 -0.332 - 4.983 0.935 -0.414 - 2.809 2.093 0.179 - 1.325 2.024 -0.215 - 0.652 0.802 0.394 - 1.435 -0.480 0.166 - 0.807 -1.626 0.955 - -0.683 -1.631 0.780 - -1.380 -0.638 0.291 - -0.760 0.634 -0.188 - -1.604 1.865 0.021 - -3.097 1.660 0.069 - -3.552 0.423 0.806 - -5.072 0.275 0.757 - -5.544 -0.006 -0.665 - -4.866 -1.247 -1.241 - -3.347 -1.092 -1.175 - -2.884 -0.829 0.253 -A1AA[A@@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA=A2[A@H]1AA[A@H]1AAAA[A@H]21 - -5.398 -0.429 1.255 - -5.113 -1.652 0.383 - -3.630 -1.819 0.016 - -2.806 -0.490 0.112 - -3.761 0.649 -0.363 - -4.959 0.921 0.594 - -3.018 1.920 -0.851 - -1.604 2.032 -0.312 - -0.688 0.829 -0.721 - -1.534 -0.493 -0.779 - -0.657 -1.725 -0.700 - 0.777 -1.612 -0.423 - 1.401 -0.501 0.017 - 0.564 0.771 0.239 - 1.386 2.083 0.074 - 2.809 2.010 0.601 - 3.584 0.843 -0.046 - 5.035 0.868 0.469 - 5.838 -0.343 -0.048 - 5.182 -1.682 0.293 - 3.707 -1.696 -0.163 - 2.885 -0.484 0.352 -a1aa2A[A@H]3a4[aH]a5aaaaa5a4A[A@H]4[A@@H]5[AH2+]AA[A@]34a2a(a1)A5 - 2.429 -2.657 1.644 - 1.722 -2.948 0.480 - 1.365 -1.867 -0.334 - 0.635 -1.800 -1.468 - 0.223 -0.426 -1.699 - -1.117 -0.217 -1.044 - -2.313 -0.750 -1.456 - -3.314 -0.342 -0.623 - -4.684 -0.600 -0.611 - -5.425 -0.010 0.400 - -4.846 0.800 1.363 - -3.500 1.071 1.376 - -2.728 0.488 0.366 - -1.315 0.538 0.056 - -0.217 1.272 0.782 - 0.884 1.622 -0.228 - 2.111 2.119 0.551 - 3.179 2.471 -0.409 - 3.632 1.267 -1.141 - 2.457 0.707 -1.950 - 1.311 0.379 -0.997 - 1.773 -0.600 0.053 - 2.387 -0.289 1.247 - 2.750 -1.367 2.035 - 2.604 1.144 1.608 -A1A=A[A@H]2A(=A1)AA[A@@H]1[A@@H]2AA[A@H]2[A@H]1A[A@H]1AAA[A@@H]21 - 4.864 0.126 0.956 - 4.343 1.450 0.573 - 3.208 1.543 -0.101 - 2.391 0.370 -0.524 - 2.938 -0.948 -0.064 - 4.072 -1.065 0.612 - 2.136 -2.199 -0.374 - 0.698 -1.974 0.106 - 0.136 -0.701 -0.530 - 0.944 0.518 -0.042 - 0.367 1.822 -0.587 - -1.125 1.965 -0.243 - -1.836 0.759 -0.828 - -1.301 -0.495 -0.086 - -2.292 -1.581 -0.519 - -3.661 -0.851 -0.467 - -4.185 -0.982 0.870 - -4.669 0.333 1.213 - -3.689 1.238 0.660 - -3.348 0.668 -0.618 -A1A=A[A@H]2A[A@@H]3AAA[A@@H]4[A@@H]5AA[A@@H]([A@H]2A1)[A@]34AA5 - 3.233 -0.887 0.765 - 3.194 -0.711 -0.698 - 2.523 0.300 -1.274 - 1.766 1.338 -0.446 - 0.596 2.047 -1.182 - -0.823 1.511 -0.849 - -1.400 2.348 0.174 - -2.462 1.888 0.882 - -2.960 0.472 0.794 - -2.221 -0.360 -0.258 - -2.025 -1.881 -0.207 - -1.208 -2.368 1.009 - 0.165 -1.653 1.185 - 0.059 -0.119 0.897 - 1.349 0.816 0.947 - 2.592 0.192 1.608 - -0.753 0.057 -0.424 - -0.393 -0.939 -1.552 - -1.226 -2.050 -1.368 -a1aaa2a(a1)[A+]1[A@@H]3AAA[A@@H](A3)a3a4aaaaa4a4a5AAAa5a2a1a34 - -5.252 -0.515 -0.258 - -5.185 0.860 -0.118 - -3.974 1.527 -0.036 - -2.820 0.746 -0.102 - -2.886 -0.658 -0.244 - -4.118 -1.306 -0.324 - -1.613 -1.137 0.073 - -1.234 -2.569 -0.417 - -1.257 -3.262 0.940 - -0.016 -2.854 1.741 - 1.225 -3.276 0.945 - 1.216 -2.581 -0.412 - -0.015 -2.739 -1.081 - 1.599 -1.176 -0.273 - 2.879 -0.682 -0.228 - 4.108 -1.335 -0.301 - 5.245 -0.549 -0.228 - 5.183 0.827 -0.089 - 3.976 1.500 -0.014 - 2.817 0.724 -0.086 - 1.402 1.080 -0.043 - 0.694 2.298 0.086 - 1.150 3.688 0.240 - 0.098 4.519 0.325 - -1.133 3.727 0.231 - -0.697 2.290 0.079 - -1.400 1.097 -0.053 - -0.701 -0.115 -0.174 - 0.698 -0.120 -0.169 -a1aaa2a(a1)[A+]1[A@@H]3AA[A@@H](A3)a3a4aaaaa4a4a5AAAa5a2a1a34 - 5.220 0.713 0.112 - 5.177 -0.671 0.148 - 3.981 -1.365 0.091 - 2.814 -0.605 -0.006 - 2.856 0.810 -0.053 - 4.075 1.484 0.012 - 1.549 1.263 0.156 - 1.162 2.675 -0.400 - 0.758 3.293 0.954 - -0.784 3.283 0.958 - -1.187 2.661 -0.394 - -0.015 2.720 -1.209 - -1.589 1.267 -0.181 - -2.866 0.782 -0.042 - -4.088 1.450 0.036 - -5.228 0.671 0.150 - -5.176 -0.711 0.181 - -3.976 -1.398 0.107 - -2.816 -0.631 -0.000 - -1.403 -1.007 -0.072 - -0.695 -2.204 -0.054 - -1.129 -3.649 -0.012 - 0.103 -4.446 -0.009 - 1.154 -3.609 -0.039 - 0.697 -2.211 -0.059 - 1.407 -0.987 -0.075 - 0.697 0.210 -0.145 - -0.702 0.204 -0.151 -A1A[A@@H]2[A@@H](A1)AA[A@@H]1[A@@H]2AA[A@]23A[A@H]2AA[A@H]13 - -3.961 1.026 -0.557 - -2.522 1.610 -0.508 - -1.649 0.346 -0.498 - -2.461 -0.580 0.430 - -3.847 -0.447 -0.180 - -1.908 -1.983 0.423 - -0.381 -1.972 0.256 - 0.220 -0.682 0.791 - -0.223 0.504 -0.067 - 0.083 1.814 0.644 - 1.594 1.896 0.899 - 2.287 0.646 0.372 - 3.755 0.720 -0.054 - 2.670 0.498 -1.106 - 2.297 -0.942 -1.511 - 2.299 -1.733 -0.181 - 1.747 -0.720 0.847 -a1aaa2a(a1)[A+]1[A@H]3AAA[A@H](A3)a3a4aaaaa4a4a5AAAa5a2a1a34 - 5.243 -0.552 -0.260 - 5.183 0.824 -0.120 - 3.976 1.498 -0.038 - 2.816 0.722 -0.103 - 2.876 -0.683 -0.246 - 4.105 -1.338 -0.326 - 1.608 -1.155 0.072 - 1.211 -2.582 -0.419 - 1.228 -3.277 0.937 - -0.008 -2.854 1.741 - -1.254 -3.262 0.947 - -1.239 -2.568 -0.410 - -0.024 -2.739 -1.081 - -1.610 -1.159 -0.272 - -2.888 -0.656 -0.227 - -4.121 -1.304 -0.299 - -5.255 -0.512 -0.227 - -5.186 0.863 -0.087 - -3.973 1.529 -0.012 - -2.821 0.748 -0.085 - -1.400 1.098 -0.044 - -0.695 2.290 0.083 - -1.130 3.727 0.239 - 0.102 4.519 0.325 - 1.153 3.687 0.233 - 0.696 2.297 0.082 - 1.402 1.079 -0.052 - 0.696 -0.120 -0.173 - -0.703 -0.115 -0.170 -A1=AA2=[A+]3A1=Aa1aaa4A=A5A=AA6=[A+]5A3(a14)a1a(=A6)aaa1=A2 - -1.996 -2.559 -1.838 - -2.937 -1.546 -1.809 - -2.499 -0.654 -0.837 - -1.140 -0.877 -0.711 - -1.055 -2.249 -0.837 - -0.233 -2.959 0.030 - 0.675 -2.356 0.904 - 1.588 -2.796 1.875 - 2.663 -1.924 1.820 - 2.371 -1.003 0.831 - 3.117 -0.248 -0.090 - 2.393 0.616 -0.915 - 2.787 1.485 -1.953 - 1.941 2.597 -1.820 - 1.007 2.254 -0.853 - 1.043 0.879 -0.721 - -0.002 -0.051 -0.019 - 0.996 -1.042 0.688 - -0.889 1.023 0.709 - -0.607 2.361 0.890 - 0.256 3.050 0.033 - -1.492 2.828 1.881 - -2.597 1.970 1.804 - -2.264 0.984 0.881 - -3.122 0.228 0.053 -a1aaa2a(a1)[A+]1[A@H]3AA[A@H](A3)a3a4aaaaa4a4a5AAAa5a2a1a34 - -5.229 0.679 0.120 - -5.179 -0.703 0.152 - -3.981 -1.392 0.084 - -2.819 -0.627 -0.016 - -2.867 0.787 -0.058 - -4.088 1.456 0.013 - -1.569 1.249 0.151 - -1.183 2.663 -0.401 - -0.787 3.284 0.954 - 0.755 3.292 0.959 - 1.166 2.673 -0.393 - -0.006 2.720 -1.209 - 1.577 1.282 -0.175 - 2.856 0.806 -0.037 - 4.075 1.478 0.035 - 5.218 0.705 0.141 - 5.173 -0.678 0.177 - 3.976 -1.371 0.114 - 2.811 -0.609 0.010 - 1.404 -0.990 -0.067 - 0.692 -2.212 -0.055 - 1.147 -3.611 -0.033 - 0.094 -4.446 -0.008 - -1.135 -3.648 -0.018 - -0.700 -2.203 -0.058 - -1.405 -1.005 -0.080 - -0.703 0.205 -0.155 - 0.696 0.209 -0.141 -A1=AA[A@H]2AAA[A@@H](A2)A[A@H]2A[A@@H]2AAAAa2aaaa(AA=A1)a2 - -0.808 -2.478 0.280 - 0.501 -2.728 0.199 - 1.413 -2.279 1.305 - 2.879 -2.502 0.947 - 3.017 -2.913 -0.448 - 3.376 -2.057 -1.410 - 3.575 -0.752 -1.205 - 3.320 -0.189 0.104 - 3.670 -1.212 1.185 - 4.168 1.065 0.289 - 3.307 2.318 0.366 - 3.625 3.397 -0.518 - 2.362 2.751 -0.741 - 1.108 3.538 -0.348 - 0.396 2.836 0.809 - -0.815 2.109 0.300 - -2.079 2.538 0.538 - -3.119 1.655 0.194 - -4.308 2.062 -0.376 - -5.300 1.126 -0.656 - -5.094 -0.217 -0.386 - -3.899 -0.629 0.169 - -3.661 -2.087 0.456 - -3.016 -2.742 -0.736 - -1.702 -2.915 -0.799 - -2.925 0.301 0.472 -a1aaa2a(a1)a1a3AAAa3a3a4aaaaa4a4[A@@H]5AA[A@@H](A5)a2a1a34 - -5.178 0.708 -0.175 - -5.229 -0.674 -0.149 - -4.088 -1.452 -0.042 - -2.867 -0.784 0.035 - -2.818 0.630 -0.001 - -3.979 1.396 -0.101 - -1.405 1.006 0.069 - -0.698 2.204 0.054 - -1.133 3.649 0.019 - 0.098 4.447 0.015 - 1.150 3.611 0.039 - 0.695 2.212 0.055 - 1.405 0.989 0.064 - 2.812 0.608 -0.012 - 3.978 1.370 -0.108 - 5.175 0.676 -0.171 - 5.219 -0.707 -0.141 - 4.075 -1.480 -0.041 - 2.856 -0.807 0.030 - 1.577 -1.283 0.163 - 1.164 -2.674 0.374 - 0.757 -3.287 -0.982 - -0.786 -3.278 -0.981 - -1.185 -2.663 0.375 - -0.011 -2.724 1.186 - -1.588 -1.268 0.168 - -0.703 -0.204 0.140 - 0.696 -0.209 0.131 -a1aaa2a(a1)a1a3AAAa3a3a4aaaaa4a4[A@H]5AAA[A@H](A5)a2a1a34 - 5.185 -0.864 -0.103 - 5.254 0.512 -0.233 - 4.120 1.305 -0.295 - 2.887 0.658 -0.222 - 2.820 -0.747 -0.089 - 3.973 -1.530 -0.028 - 1.399 -1.097 -0.041 - 0.696 -2.290 0.085 - 1.132 -3.727 0.237 - -0.100 -4.519 0.331 - -1.151 -3.688 0.238 - -0.695 -2.298 0.089 - -1.401 -1.079 -0.041 - -2.816 -0.724 -0.088 - -3.975 -1.501 -0.026 - -5.182 -0.829 -0.104 - -5.244 0.547 -0.237 - -4.108 1.335 -0.299 - -2.878 0.683 -0.224 - -1.598 1.177 -0.260 - -1.214 2.584 -0.388 - -1.226 3.268 0.973 - 0.012 2.841 1.770 - 1.255 3.255 0.975 - 1.237 2.571 -0.386 - 0.013 2.746 -1.063 - 1.609 1.161 -0.258 - 0.702 0.116 -0.159 - -0.697 0.121 -0.160 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@@H]2AA[A@@H]2AAA[A@@H]12 - 3.605 0.291 1.198 - 3.027 1.587 0.669 - 2.644 1.364 -0.794 - 1.699 0.173 -0.941 - 2.335 -1.105 -0.401 - 2.741 -0.946 1.065 - 1.404 -2.296 -0.571 - -0.016 -2.067 -0.087 - -0.596 -0.718 -0.481 - 0.387 0.426 -0.207 - -0.193 1.781 -0.591 - -1.557 2.040 0.063 - -2.491 0.896 -0.268 - -3.833 0.920 0.421 - -4.263 -0.539 0.513 - -3.026 -1.397 0.128 - -1.866 -0.410 0.284 -a1aaa2a(a1)a1a3AAAa3a3a4aaaaa4a4[A@H]5AA[A@H](A5)a2a1a34 - -5.209 -0.708 -0.178 - -5.254 0.674 -0.133 - -4.110 1.447 -0.024 - -2.891 0.774 0.037 - -2.805 -0.660 -0.013 - -4.011 -1.400 -0.121 - -1.390 -1.025 0.069 - -0.673 -2.217 0.051 - -1.096 -3.666 0.032 - 0.142 -4.453 0.025 - 1.187 -3.609 0.037 - 0.720 -2.214 0.050 - 1.420 -0.984 0.060 - 2.823 -0.591 -0.016 - 3.995 -1.341 -0.129 - 5.185 -0.637 -0.187 - 5.219 0.746 -0.136 - 4.069 1.508 -0.019 - 2.856 0.824 0.047 - 1.572 1.289 0.177 - 1.147 2.678 0.372 - 0.739 3.275 -0.990 - -0.804 3.255 -0.995 - -1.203 2.647 0.366 - -0.032 2.727 1.178 - -1.609 1.253 0.162 - -0.698 0.191 0.138 - 0.702 0.207 0.149 -A1AA[A@@H]2[A@@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2AAA[A@H]12 - 4.253 0.431 -0.407 - 3.692 1.524 0.505 - 2.186 1.658 0.273 - 1.500 0.328 0.590 - 2.061 -0.765 -0.322 - 3.568 -0.900 -0.090 - 1.376 -2.095 0.000 - -0.129 -1.960 -0.240 - -0.699 -0.868 0.669 - -0.005 0.461 0.372 - -0.289 0.839 -1.085 - -1.791 1.062 -1.245 - -2.569 -0.217 -0.930 - -4.052 0.209 -0.711 - -4.053 0.831 0.703 - -2.853 0.217 1.452 - -2.194 -0.754 0.464 -a1aa2[A@@H]3A=AA[A@@H]3A[A+]3A[A@H]4AA=A[A@@H]4a(a1)a23 - -0.278 3.143 -0.045 - 1.009 2.597 -0.115 - 1.186 1.243 -0.011 - 2.546 0.609 -0.074 - 2.726 -0.140 -1.373 - 3.352 -1.272 -1.166 - 3.685 -1.433 0.305 - 2.684 -0.467 1.024 - 1.388 -1.228 1.258 - 0.431 -0.979 0.173 - -0.751 -1.893 0.306 - -1.933 -1.274 -0.404 - -3.284 -1.993 -0.311 - -4.261 -0.825 -0.458 - -3.687 0.299 -0.048 - -2.316 -0.011 0.436 - -1.197 0.943 0.230 - -1.380 2.298 0.127 - 0.085 0.391 0.155 -a1aa2[A@H]3A=AA[A@@H]3A[A+]3A[A@@H]4AA=A[A@@H]4a(a1)a23 - -0.398 -2.810 0.008 - 0.830 -2.249 0.315 - 1.013 -0.889 0.223 - 2.295 -0.218 0.554 - 3.592 -0.935 0.425 - 4.518 -0.074 0.024 - 3.892 1.306 -0.187 - 2.435 0.937 -0.490 - 1.362 1.941 -0.134 - 0.014 1.338 -0.414 - -1.013 1.989 0.403 - -2.395 1.527 -0.003 - -3.172 0.981 1.219 - -4.133 -0.017 0.601 - -3.705 -0.400 -0.571 - -2.389 0.280 -0.909 - -1.269 -0.639 -0.487 - -1.448 -1.998 -0.388 - -0.030 -0.063 -0.198 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - 3.207 0.123 1.596 - 2.522 1.465 1.356 - 1.226 1.270 0.571 - 1.480 0.577 -0.761 - 2.216 -0.743 -0.560 - 3.477 -0.585 0.275 - 1.285 -1.782 0.066 - 0.177 -2.071 -0.950 - -0.662 -0.808 -1.145 - 0.187 0.390 -1.545 - -0.616 1.684 -1.599 - -1.531 1.917 -0.396 - -2.398 0.698 -0.171 - -3.269 0.714 1.090 - -3.385 -0.771 1.515 - -2.455 -1.575 0.564 - -1.460 -0.504 0.095 -A1AA[A@@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - 3.966 0.106 0.756 - 3.347 1.482 0.801 - 2.213 1.568 -0.219 - 1.210 0.418 -0.020 - 1.943 -0.905 -0.249 - 3.055 -1.100 0.783 - 0.960 -2.070 -0.158 - -0.098 -1.960 -1.244 - -0.803 -0.609 -1.258 - 0.113 0.566 -1.064 - -0.636 1.884 -0.954 - -1.812 1.833 -0.001 - -2.792 0.709 -0.321 - -3.666 0.513 0.951 - -2.858 -0.457 1.834 - -2.045 -1.338 0.860 - -2.097 -0.639 -0.497 -A1AA[A@@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2AAA[A@@H]12 - 3.790 0.183 0.996 - 3.036 -1.085 1.403 - 1.566 -0.958 0.996 - 1.471 -0.771 -0.520 - 2.225 0.497 -0.926 - 3.694 0.369 -0.520 - 1.603 1.702 -0.217 - 0.137 1.832 -0.631 - -0.621 0.559 -0.254 - 0.001 -0.647 -0.926 - -0.748 -1.907 -0.475 - -2.195 -1.804 -0.957 - -2.876 -0.580 -0.395 - -3.003 -0.641 1.138 - -3.269 0.829 1.536 - -2.717 1.701 0.392 - -2.094 0.722 -0.640 -A1AA[A@@H]2[A@@H](A1)AA[A@H]1[A@@H]2AA[A@H]2AAA[A@@H]12 - -3.770 0.114 -1.027 - -4.009 -0.708 0.224 - -2.655 -1.263 0.668 - -1.625 -0.175 0.879 - -1.753 1.010 -0.032 - -2.735 1.157 -0.922 - -0.698 2.096 0.078 - 0.688 1.451 -0.033 - 0.830 0.345 1.007 - -0.212 -0.749 0.770 - 0.028 -1.332 -0.624 - 1.366 -2.066 -0.599 - 2.520 -1.197 -0.164 - 3.103 -0.362 -1.308 - 3.444 1.018 -0.721 - 3.246 0.910 0.803 - 2.233 -0.249 1.001 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@@H]2AA[A@@H]2AAA[A@H]12 - -3.236 0.393 -1.528 - -2.521 1.648 -1.024 - -2.453 1.618 0.504 - -1.682 0.376 0.955 - -2.396 -0.880 0.451 - -2.464 -0.849 -1.077 - -1.636 -2.121 0.874 - -0.217 -2.076 0.303 - 0.502 -0.828 0.819 - -0.263 0.421 0.383 - 0.458 1.663 0.918 - 1.847 1.727 0.289 - 2.682 0.509 0.692 - 3.905 0.471 -0.264 - 3.487 -0.394 -1.467 - 2.049 -0.884 -1.181 - 1.938 -0.795 0.352 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@@H]2AAA[A@@H]12 - 4.419 -0.056 -0.088 - 3.862 -1.419 0.260 - 2.442 -1.518 -0.306 - 1.598 -0.349 0.212 - 2.176 0.973 -0.295 - 3.596 1.163 0.253 - 1.307 2.137 0.187 - -0.124 1.961 -0.323 - -0.695 0.650 0.222 - 0.167 -0.516 -0.286 - -0.389 -1.862 0.167 - -1.860 -2.030 -0.248 - -2.633 -0.874 0.354 - -4.129 -0.826 0.061 - -4.485 0.679 -0.016 - -3.150 1.455 0.149 - -2.102 0.432 -0.302 -A1AA[A@H]2[A@@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2AAA[A@@H]12 - -3.913 -0.844 0.419 - -3.712 -0.668 -1.087 - -2.226 -0.483 -1.381 - -1.675 0.750 -0.670 - -1.962 0.713 0.824 - -3.407 0.390 1.155 - -1.010 -0.231 1.512 - -0.169 -1.199 0.725 - 0.435 -0.585 -0.524 - -0.150 0.787 -0.860 - 0.462 1.923 -0.057 - 1.995 1.931 -0.161 - 2.509 0.603 0.347 - 4.020 0.364 0.177 - 4.155 -1.180 0.136 - 2.714 -1.744 -0.024 - 1.934 -0.525 -0.531 -A1AA[A@@H]2[A@@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2AAA[A@H]12 - 4.207 0.075 0.755 - 3.785 -1.335 0.352 - 2.260 -1.491 0.359 - 1.634 -0.441 -0.551 - 2.019 0.946 -0.035 - 3.526 1.137 -0.114 - 1.233 2.029 -0.758 - -0.240 1.931 -0.329 - -0.495 0.558 0.276 - 0.111 -0.538 -0.602 - -0.388 -1.906 -0.160 - -1.899 -2.055 -0.382 - -2.579 -0.709 -0.427 - -4.030 -0.718 0.120 - -4.300 0.794 0.357 - -2.910 1.451 0.564 - -1.933 0.271 0.575 -A1=A[A@H]2[A@@H]3[AH2+]AA[A@@]42[A@H](A1)Aa1aaaa(A3)a41 - 0.197 -2.286 -1.615 - 1.245 -1.525 -1.571 - 1.619 -0.765 -0.353 - 2.136 0.642 -0.622 - 2.694 1.168 0.655 - 1.646 1.243 1.702 - 1.062 -0.151 1.978 - 0.497 -0.674 0.654 - -0.399 -1.896 0.828 - -0.805 -2.471 -0.534 - -1.632 -1.237 1.296 - -1.754 -0.080 0.605 - -2.856 0.718 0.285 - -2.618 1.837 -0.512 - -1.368 2.167 -1.009 - -0.269 1.382 -0.706 - 1.117 1.597 -1.221 - -0.508 0.325 0.138 -A1AA[A@@H]2[A@@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - -4.376 -0.014 -0.545 - -3.919 -1.303 0.136 - -2.427 -1.533 -0.083 - -1.611 -0.346 0.442 - -2.078 0.920 -0.291 - -3.559 1.172 -0.029 - -1.244 2.139 0.080 - 0.243 1.897 -0.229 - 0.678 0.665 0.546 - -0.145 -0.540 0.072 - 0.502 -1.816 0.584 - 1.775 -2.071 -0.250 - 2.479 -0.765 -0.530 - 4.015 -0.819 -0.382 - 4.419 0.664 -0.190 - 3.117 1.436 0.157 - 2.131 0.313 0.514 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@H]2AAA[A@@H]12 - 3.177 0.350 -1.480 - 2.433 1.651 -1.179 - 1.128 1.346 -0.444 - 1.385 0.581 0.848 - 2.208 -0.678 0.588 - 3.492 -0.376 -0.174 - 1.356 -1.674 -0.204 - 0.230 -2.157 0.705 - -0.658 -0.994 1.149 - 0.084 0.244 1.558 - -0.819 1.467 1.690 - -1.747 1.614 0.493 - -2.676 0.404 0.382 - -3.446 0.525 -0.960 - -2.807 -0.476 -1.939 - -1.497 -0.949 -1.264 - -1.842 -0.873 0.232 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@@H]2AAA[A@H]12 - -4.343 0.248 -0.530 - -3.710 1.565 -0.077 - -2.224 1.570 -0.444 - -1.524 0.402 0.252 - -2.155 -0.916 -0.205 - -3.640 -0.921 0.164 - -1.455 -2.091 0.477 - 0.036 -2.080 0.129 - 0.650 -0.763 0.601 - -0.040 0.401 -0.113 - 0.597 1.674 0.361 - 2.092 1.795 0.189 - 2.802 0.592 0.819 - 4.199 0.507 0.155 - 4.025 -0.391 -1.085 - 2.552 -0.864 -1.084 - 2.138 -0.729 0.391 -A1AA[A@H]2[A@@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2AAA[A@H]12 - 4.117 0.334 0.406 - 3.548 1.521 -0.374 - 2.022 1.501 -0.282 - 1.483 0.205 -0.893 - 2.073 -0.998 -0.154 - 3.597 -0.966 -0.210 - 1.603 -0.949 1.282 - 0.116 -0.837 1.534 - -0.443 0.335 0.717 - -0.039 0.184 -0.749 - -0.600 -1.144 -1.264 - -2.124 -1.063 -1.234 - -2.639 -0.845 0.190 - -4.113 -0.374 0.059 - -4.069 1.164 -0.010 - -2.583 1.570 0.132 - -1.951 0.363 0.850 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2AAA[A@@H]12 - -4.143 -0.139 0.595 - -3.577 1.279 0.495 - -2.479 1.310 -0.570 - -1.355 0.348 -0.162 - -1.913 -1.066 -0.076 - -3.027 -1.113 0.976 - -0.812 -2.039 0.340 - 0.353 -2.010 -0.629 - 0.799 -0.662 -1.095 - -0.214 0.457 -1.150 - 0.493 1.811 -0.978 - 1.107 1.911 0.423 - 1.956 0.698 0.701 - 3.431 0.973 1.049 - 4.128 -0.380 0.755 - 3.139 -1.212 -0.107 - 2.114 -0.166 -0.568 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2AAA[A@H]12 - -4.045 -0.021 0.909 - -3.340 -1.370 0.860 - -2.508 -1.531 -0.389 - -1.663 -0.344 -0.782 - -2.208 1.000 -0.436 - -2.992 1.085 0.856 - -1.282 2.185 -0.594 - 0.103 1.904 -0.003 - 0.644 0.665 -0.708 - -0.226 -0.535 -0.335 - 0.433 -1.808 -0.843 - 1.725 -2.094 -0.056 - 2.320 -0.824 0.493 - 3.847 -0.810 0.534 - 4.165 0.671 0.744 - 2.940 1.460 0.207 - 2.088 0.370 -0.456 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - -3.453 -0.174 1.243 - -3.160 -1.390 0.399 - -2.786 -0.957 -1.009 - -1.723 0.140 -1.067 - -2.008 1.303 -0.147 - -2.440 0.942 1.269 - -0.853 2.302 -0.065 - 0.455 1.569 0.267 - 0.749 0.618 -0.881 - -0.326 -0.454 -0.976 - -0.177 -1.493 0.118 - 1.204 -2.127 0.098 - 2.377 -1.206 -0.069 - 3.077 -0.781 1.219 - 3.745 0.574 0.918 - 3.171 1.088 -0.410 - 2.147 0.047 -0.908 -a1aa2[A@H]3A=AA[A@@H]3A[A+]3A[A@H]4AA=A[A@@H]4a(a1)a23 - -0.001 -2.978 -0.094 - 1.176 -2.284 0.218 - 1.167 -0.927 0.277 - 2.332 -0.047 0.542 - 3.721 -0.578 0.558 - 4.536 0.342 0.056 - 3.734 1.571 -0.380 - 2.363 0.954 -0.653 - 1.140 1.819 -0.615 - 0.121 1.229 0.282 - -1.164 1.977 0.126 - -2.321 1.073 0.537 - -3.747 1.605 0.363 - -4.538 0.306 0.197 - -3.751 -0.644 -0.289 - -2.397 -0.073 -0.527 - -1.179 -0.892 -0.281 - -1.174 -2.260 -0.356 - -0.020 -0.187 0.048 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - -4.216 -0.013 -0.678 - -3.956 -1.231 0.183 - -2.463 -1.535 0.143 - -1.617 -0.354 0.584 - -2.108 0.973 0.061 - -3.286 1.117 -0.549 - -1.229 2.200 0.202 - 0.213 1.883 -0.228 - 0.648 0.645 0.539 - -0.192 -0.546 0.052 - 0.462 -1.840 0.505 - 1.745 -2.070 -0.313 - 2.437 -0.753 -0.581 - 3.974 -0.813 -0.479 - 4.400 0.630 -0.113 - 3.089 1.416 0.169 - 2.098 0.290 0.503 -A1AA[A@@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA[A@H]2AAA[A@H]12 - -4.368 -0.279 0.219 - -4.037 1.105 0.708 - -2.548 1.283 1.014 - -1.678 0.497 0.064 - -2.060 -0.958 -0.126 - -3.455 -0.967 -0.778 - -1.027 -1.624 -1.031 - 0.297 -1.743 -0.279 - 0.603 -0.526 0.565 - -0.191 0.721 0.200 - 0.360 1.444 -1.026 - 1.832 1.831 -0.810 - 2.615 0.558 -0.583 - 4.087 0.736 -0.171 - 4.431 -0.586 0.563 - 3.078 -1.314 0.818 - 2.063 -0.177 0.651 -a1aa2[A@@H]3A=AA[A@H]3A[A+]3A[A@H]4AA=A[A@@H]4a(a1)a23 - -0.012 3.012 0.082 - -1.210 2.303 -0.002 - -1.207 0.932 -0.109 - -2.461 0.192 -0.301 - -3.813 0.672 0.044 - -4.596 -0.393 0.204 - -3.780 -1.673 0.006 - -2.364 -1.199 0.394 - -1.212 -1.867 -0.357 - 0.003 -1.210 0.211 - 1.209 -1.862 -0.382 - 2.372 -1.200 0.328 - 3.792 -1.672 0.010 - 4.603 -0.390 0.230 - 3.824 0.676 0.054 - 2.461 0.214 -0.299 - 1.200 0.939 -0.108 - 1.192 2.311 -0.001 - -0.001 0.208 -0.001 -A1A[A@@H]2[A@@H]3AAA[AH+]3[A@@]3(AAa4aaaaa34)[A@@H]2A1 - -1.831 1.710 -1.245 - -2.787 0.817 -0.963 - -2.208 -0.578 -1.035 - -2.169 -1.191 0.377 - -3.245 -0.522 1.251 - -2.500 0.674 1.934 - -1.061 0.629 1.383 - -0.892 -0.757 0.907 - 0.088 -0.814 -0.202 - 0.647 -2.192 -0.433 - 1.986 -2.089 -0.332 - 2.394 -0.781 -0.057 - 3.667 -0.244 0.123 - 3.822 1.100 0.389 - 2.715 1.928 0.480 - 1.446 1.401 0.303 - 1.288 0.058 0.037 - -0.721 -0.330 -1.411 - -0.634 1.176 -1.513 -A1AA[A@@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2AAA[A@H]12 - 3.782 0.075 -1.058 - 3.252 1.448 -0.786 - 2.527 1.486 0.542 - 1.669 0.295 0.854 - 2.206 -1.067 0.547 - 2.977 -1.145 -0.774 - 1.240 -2.247 0.520 - -0.228 -1.867 0.706 - -0.420 -0.606 -0.142 - 0.186 0.527 0.690 - -0.216 1.872 0.113 - -1.733 2.092 0.255 - -2.474 0.790 0.302 - -3.901 0.799 -0.282 - -4.208 -0.706 -0.484 - -2.843 -1.445 -0.432 - -1.816 -0.302 -0.572 -A1AA[A@H]2[A@@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - -3.991 -0.069 0.903 - -3.076 -1.287 1.094 - -2.419 -1.583 -0.246 - -1.677 -0.411 -0.837 - -2.273 0.956 -0.658 - -3.103 1.130 0.616 - -1.292 2.104 -0.659 - 0.201 1.888 -0.646 - 0.403 0.593 0.151 - -0.172 -0.528 -0.720 - 0.311 -1.878 -0.213 - 1.830 -2.033 -0.366 - 2.521 -0.684 -0.425 - 3.931 -0.720 0.226 - 4.182 0.743 0.662 - 2.809 1.467 0.599 - 1.814 0.310 0.521 -A1AA[A@@H]2[A@@H](A1)[A@H]1AAA[A@@H]1a1[aH]a3aaaaa3a21 - 3.002 2.793 -0.049 - 1.722 3.328 0.586 - 0.481 2.619 0.006 - 0.674 1.143 0.234 - 1.899 0.646 -0.551 - 3.125 1.270 0.111 - 1.877 -0.840 -0.652 - 3.133 -1.642 -0.734 - 2.814 -2.868 -0.235 - 1.618 -2.896 0.409 - 1.229 -1.455 0.633 - -0.232 -1.130 0.440 - -1.383 -1.821 0.412 - -2.425 -0.974 0.143 - -3.791 -1.204 -0.001 - -4.588 -0.108 -0.282 - -4.064 1.167 -0.417 - -2.723 1.425 -0.280 - -1.890 0.336 0.005 - -0.472 0.217 0.213 -A1=AA[A@@H]2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - -3.914 -1.048 0.809 - -4.389 0.095 0.331 - -3.531 1.108 -0.368 - -2.054 0.918 0.006 - -1.210 1.924 -0.763 - 0.257 1.490 -0.842 - 0.554 0.540 0.306 - 1.998 0.277 0.583 - 2.961 1.464 0.699 - 4.351 0.764 0.683 - 4.123 -0.655 0.100 - 2.696 -0.596 -0.477 - 1.976 -1.921 -0.575 - 0.511 -1.648 -0.967 - -0.185 -0.785 0.075 - -1.649 -0.532 -0.266 - -2.496 -1.391 0.668 -A1AA[A@@H]2[A@@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - 4.233 0.005 0.230 - 3.810 -1.262 -0.487 - 2.367 -1.559 -0.080 - 1.440 -0.406 -0.423 - 2.028 0.947 -0.173 - 3.312 1.150 0.135 - 1.128 2.163 -0.298 - -0.137 1.916 0.527 - -0.799 0.611 0.068 - 0.128 -0.564 0.358 - -0.551 -1.859 -0.109 - -1.826 -2.061 0.707 - -2.778 -0.903 0.524 - -3.279 -0.772 -0.927 - -3.825 0.673 -0.989 - -3.119 1.458 0.134 - -2.133 0.464 0.805 -A1AA[A@H]2[A@H](A1)A=A[A@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - -4.251 -0.058 -0.660 - -3.872 1.281 -0.037 - -2.363 1.523 -0.103 - -1.617 0.372 0.552 - -1.986 -0.940 -0.137 - -3.478 -1.209 -0.010 - -1.154 -2.066 0.433 - 0.169 -1.880 0.333 - 0.535 -0.554 -0.298 - -0.102 0.559 0.527 - 0.330 1.943 0.111 - 1.852 2.096 -0.038 - 2.575 0.820 0.287 - 4.065 0.740 -0.094 - 4.344 -0.785 -0.155 - 2.959 -1.490 -0.183 - 1.993 -0.352 -0.529 -A1=A[A@@H]2A(=AA1)AA[A@@H]1[A@@H]3AAA[A@@H]3AA[A@@H]21 - 3.460 1.532 -0.584 - 2.296 1.601 0.014 - 1.554 0.437 0.575 - 2.193 -0.878 0.237 - 3.392 -0.982 -0.364 - 4.110 0.224 -0.779 - 1.429 -2.097 0.570 - -0.047 -2.070 0.228 - -0.649 -0.747 0.721 - -2.116 -0.719 0.409 - -2.395 -0.956 -1.088 - -3.845 -0.447 -1.256 - -4.107 0.534 -0.119 - -2.809 0.625 0.684 - -2.001 1.775 0.075 - -0.562 1.736 0.577 - 0.097 0.434 0.102 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2AAA[A@@H]12 - 4.356 0.027 -0.029 - 3.729 1.334 -0.518 - 2.364 1.523 0.147 - 1.451 0.352 -0.221 - 2.078 -0.955 0.267 - 3.444 -1.145 -0.396 - 1.164 -2.124 -0.105 - -0.197 -1.936 0.568 - -0.832 -0.617 0.119 - 0.084 0.545 0.440 - -0.548 1.836 -0.096 - -1.866 2.068 0.643 - -2.819 0.914 0.444 - -3.247 0.762 -1.027 - -3.800 -0.680 -1.094 - -3.158 -1.452 0.074 - -2.202 -0.454 0.782 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - 4.324 0.189 0.398 - 3.852 1.409 -0.361 - 2.342 1.556 -0.173 - 1.617 0.259 -0.541 - 2.086 -0.879 0.349 - 3.591 -1.116 0.201 - 1.337 -2.162 -0.001 - -0.151 -1.978 0.232 - -0.742 -0.779 -0.492 - 0.121 0.462 -0.478 - -0.310 1.418 0.628 - -1.678 2.030 0.272 - -2.574 0.946 -0.281 - -4.010 0.946 0.274 - -4.499 -0.503 0.036 - -3.234 -1.358 -0.238 - -2.071 -0.440 0.174 -a1aa2[aH]a1A=A1A=AA(=A1)A=a1aaa(=AA3=AA(=A2)A=A3)[aH]1 - -0.838 4.124 0.065 - 0.521 4.173 0.065 - 1.004 2.851 0.027 - -0.082 2.004 0.015 - -1.226 2.771 0.028 - -2.541 2.334 0.006 - -2.909 0.988 -0.023 - -4.298 0.513 -0.081 - -4.244 -0.837 -0.082 - -2.820 -1.199 -0.024 - -2.102 -0.075 -0.002 - -2.347 -2.512 0.005 - -1.005 -2.851 0.027 - -0.520 -4.173 0.065 - 0.838 -4.124 0.065 - 1.225 -2.771 0.028 - 2.540 -2.334 0.006 - 2.909 -0.987 -0.024 - 2.102 0.075 -0.005 - 2.821 1.199 -0.025 - 2.348 2.512 0.005 - 4.244 0.837 -0.081 - 4.298 -0.513 -0.080 - 0.081 -2.004 0.016 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA[A@H]2AAA[A@@H]12 - -3.716 0.746 -0.710 - -2.930 1.787 0.085 - -2.328 1.188 1.342 - -1.552 -0.109 1.124 - -2.283 -1.065 0.203 - -2.768 -0.397 -1.081 - -1.452 -2.298 -0.145 - -0.098 -1.865 -0.715 - 0.647 -1.084 0.365 - -0.116 0.185 0.716 - -0.024 1.179 -0.436 - 1.444 1.545 -0.662 - 2.278 0.321 -1.032 - 3.768 0.721 -0.840 - 4.126 0.363 0.612 - 2.922 -0.400 1.199 - 2.082 -0.817 -0.025 -A1AA[A@@H]2[A@H](A1)[A@@H]1AAA[A@@H]1a1[aH]a3aaaaa3a21 - -3.502 -1.960 -0.124 - -2.321 -2.567 -0.869 - -1.195 -1.543 -1.027 - -0.739 -1.121 0.366 - -1.871 -0.426 1.111 - -3.112 -1.299 1.185 - -2.154 0.977 0.645 - -2.600 1.109 -0.787 - -2.007 2.200 -1.315 - -1.169 2.826 -0.477 - -0.928 1.905 0.712 - 0.348 1.149 0.446 - 1.598 1.709 0.328 - 2.528 0.732 0.124 - 3.913 0.775 -0.023 - 4.559 -0.431 -0.226 - 3.876 -1.635 -0.290 - 2.512 -1.707 -0.148 - 1.834 -0.505 0.073 - 0.439 -0.187 0.295 -A1AAA2(AA1)A[A@H]1[A@H](AA[A@H]3AA4(AAAAA4)A[A@H]13)A2 - -4.577 -1.747 0.888 - -3.214 -1.565 1.558 - -2.119 -1.555 0.489 - -2.365 -0.409 -0.493 - -3.728 -0.596 -1.165 - -4.820 -0.597 -0.092 - -1.334 -0.405 -1.492 - -0.544 0.789 -1.264 - -1.593 1.739 -0.631 - -0.982 2.878 0.153 - 0.090 2.474 1.014 - 1.109 1.812 0.282 - 2.232 1.336 1.026 - 2.674 0.161 0.312 - 3.958 0.476 -0.450 - 4.436 -0.773 -1.195 - 4.687 -1.903 -0.194 - 3.389 -2.219 0.553 - 2.923 -0.972 1.310 - 1.643 -0.247 -0.612 - 0.487 0.472 -0.197 - -2.350 0.847 0.204 -A1AA[A@H]2[A@@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - 3.744 0.225 -1.048 - 2.967 -1.014 -1.499 - 1.518 -0.899 -1.030 - 1.472 -0.811 0.498 - 2.274 0.404 0.967 - 3.716 0.308 0.479 - 1.622 1.647 0.405 - 0.143 1.840 0.654 - -0.606 0.566 0.243 - 0.009 -0.647 0.935 - -0.759 -1.905 0.504 - -2.203 -1.782 0.984 - -2.871 -0.563 0.394 - -2.997 -0.639 -1.139 - -3.252 0.828 -1.555 - -2.697 1.708 -0.416 - -2.080 0.735 0.625 -a1aa2[A@H]3A=AA[A@H]3A[A+]3A[A@H]4AA=A[A@@H]4a(a1)a23 - 0.399 2.818 0.018 - 1.458 1.994 -0.383 - 1.272 0.641 -0.481 - 2.387 -0.282 -0.911 - 3.707 0.397 -0.585 - 4.146 0.011 0.586 - 3.186 -0.982 1.214 - 2.397 -1.529 -0.001 - 1.015 -1.981 0.416 - -0.016 -1.330 -0.401 - -1.360 -1.937 -0.121 - -2.435 -0.939 -0.485 - -3.893 -1.321 -0.206 - -4.523 0.068 0.018 - -3.600 0.933 0.418 - -2.302 0.221 0.555 - -1.021 0.894 0.224 - -0.843 2.249 0.320 - 0.029 0.066 -0.187 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - 4.119 -0.248 0.748 - 4.016 0.849 -0.311 - 2.585 1.379 -0.384 - 1.606 0.245 -0.707 - 1.731 -0.841 0.357 - 3.156 -1.388 0.408 - 0.736 -1.969 0.103 - -0.691 -1.406 0.126 - -0.831 -0.324 -0.939 - 0.176 0.797 -0.702 - -0.118 1.426 0.667 - -1.526 1.968 0.625 - -2.662 1.142 0.107 - -3.288 0.284 1.213 - -3.525 -1.113 0.613 - -3.228 -1.001 -0.894 - -2.257 0.200 -1.029 -A1=A[A@H]2[A@H](AA1)AA[A@H]1[A@@H]3AAA[A@H]3AA[A@H]21 - 3.791 1.356 0.182 - 2.467 1.526 0.156 - 1.598 0.369 -0.259 - 2.187 -0.929 0.297 - 3.574 -1.046 -0.148 - 4.352 0.049 -0.208 - 1.353 -2.112 -0.192 - -0.085 -1.952 0.309 - -0.676 -0.645 -0.220 - -2.080 -0.441 0.315 - -3.115 -1.491 -0.104 - -4.462 -0.735 0.057 - -4.133 0.774 -0.056 - -2.640 0.840 -0.362 - -1.882 2.023 0.206 - -0.412 1.872 -0.221 - 0.170 0.546 0.256 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@H]2AAA[A@@H]12 - -3.869 0.071 0.969 - -3.490 1.269 0.535 - -2.334 1.484 -0.292 - -1.263 0.405 -0.022 - -1.943 -0.944 -0.268 - -3.056 -1.178 0.750 - -0.918 -2.072 -0.172 - 0.123 -1.913 -1.270 - 0.799 -0.548 -1.241 - -0.127 0.608 -1.008 - 0.599 1.930 -0.818 - 1.796 1.841 0.112 - 2.793 0.774 -0.325 - 3.768 0.508 0.852 - 2.970 -0.409 1.801 - 2.050 -1.248 0.887 - 2.100 -0.586 -0.491 -A1=AA[A@@H]2AA[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.898 -1.273 -0.101 - 4.400 -0.110 0.162 - 3.585 1.138 0.310 - 2.187 0.946 -0.292 - 1.313 2.124 0.148 - -0.113 1.941 -0.370 - -0.693 0.650 0.214 - -2.099 0.425 -0.311 - -3.145 1.465 0.106 - -4.484 0.692 -0.046 - -4.136 -0.813 0.074 - -2.641 -0.858 0.376 - -1.871 -2.035 -0.191 - -0.401 -1.864 0.228 - 0.164 -0.533 -0.255 - 1.601 -0.365 0.247 - 2.435 -1.531 -0.298 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@@H]2AAA[A@H]12 - -4.270 0.104 -0.103 - -3.698 -1.299 -0.295 - -2.368 -1.451 0.436 - -1.358 -0.399 -0.045 - -1.956 0.986 0.194 - -3.262 1.154 -0.573 - -0.952 2.060 -0.220 - 0.272 1.957 0.690 - 0.921 0.579 0.583 - -0.080 -0.540 0.777 - 0.555 -1.885 0.530 - 1.528 -2.080 -0.599 - 2.447 -0.898 -0.783 - 3.571 -0.838 0.258 - 3.944 0.654 0.374 - 2.962 1.429 -0.530 - 1.744 0.467 -0.695 -A1A[A@@H]2[A@H]3AAA[AH+]3[A@@]3(AAa4aaaaa34)[A@@H]2A1 - -0.274 2.677 -0.841 - -1.432 2.485 -0.199 - -1.900 1.064 -0.420 - -1.824 0.288 0.908 - -3.246 -0.100 1.352 - -3.504 -1.491 0.740 - -2.224 -1.826 -0.052 - -1.192 -0.959 0.543 - -0.152 -0.642 -0.447 - 0.256 -1.834 -1.269 - 1.585 -1.978 -1.110 - 2.122 -1.007 -0.262 - 3.431 -0.795 0.166 - 3.720 0.249 1.021 - 2.716 1.092 1.460 - 1.413 0.887 1.041 - 1.120 -0.153 0.187 - -0.795 0.443 -1.318 - 0.180 1.605 -1.500 -A1AA[A@@H]2AA[A@@H]3[A@@H]4AA=A[A@H]4AA[A@H]3[A@H]2A1 - -3.791 -1.354 0.253 - -4.170 0.013 0.824 - -3.515 1.132 0.009 - -2.000 0.940 0.037 - -1.281 2.098 -0.645 - 0.242 1.924 -0.502 - 0.499 0.605 0.212 - 1.917 0.307 0.564 - 2.960 1.433 0.474 - 4.254 0.617 0.509 - 4.019 -0.630 0.060 - 2.581 -0.696 -0.404 - 1.903 -2.037 -0.341 - 0.394 -1.875 -0.078 - -0.107 -0.541 -0.606 - -1.630 -0.406 -0.588 - -2.273 -1.528 0.222 -A1=AA[A@@H]2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - -3.713 1.252 -0.488 - -4.261 0.085 -0.367 - -3.516 -1.164 -0.006 - -2.005 -0.940 -0.109 - -1.266 -2.112 0.531 - 0.251 -1.920 0.404 - 0.506 -0.572 -0.258 - 1.946 -0.287 -0.557 - 2.925 -1.465 -0.433 - 4.312 -0.776 -0.336 - 4.040 0.731 -0.088 - 2.574 0.756 0.386 - 1.864 2.078 0.315 - 0.350 1.895 0.115 - -0.116 0.532 0.599 - -1.639 0.387 0.561 - -2.252 1.520 -0.269 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@H]2AAA[A@@H]12 - -3.240 -0.409 -1.527 - -2.524 -1.658 -1.011 - -2.453 -1.611 0.517 - -1.682 -0.364 0.954 - -2.396 0.886 0.435 - -2.466 0.838 -1.092 - -1.624 2.132 0.873 - -0.206 2.081 0.301 - 0.508 0.830 0.818 - -0.263 -0.416 0.384 - 0.458 -1.650 0.936 - 1.848 -1.724 0.308 - 2.682 -0.499 0.691 - 3.903 -0.475 -0.266 - 3.484 0.373 -1.482 - 2.046 0.866 -1.200 - 1.926 0.799 0.360 -A1AA[A@@H]2[A@@H](A1)AA[A@H]1[A@H]2AA[A@H]2AAA[A@H]12 - -4.460 -0.043 -0.241 - -3.879 -1.358 0.281 - -2.450 -1.525 -0.237 - -1.589 -0.359 0.251 - -2.171 0.957 -0.270 - -3.600 1.124 0.249 - -1.311 2.125 0.217 - 0.120 1.957 -0.298 - 0.700 0.645 0.230 - -0.161 -0.525 -0.272 - 0.404 -1.869 0.173 - 1.873 -2.029 -0.255 - 2.646 -0.869 0.341 - 4.139 -0.816 0.037 - 4.488 0.691 -0.040 - 3.151 1.460 0.139 - 2.103 0.434 -0.306 -A1AA[A@@H]2AA[A@H]3[A@@H]4AA=A[A@H]4AA[A@@H]3[A@H]2A1 - 3.865 1.370 -0.319 - 4.463 0.058 0.194 - 3.600 -1.115 -0.276 - 2.179 -0.954 0.268 - 1.317 -2.127 -0.202 - -0.108 -1.964 0.332 - -0.701 -0.655 -0.193 - -2.101 -0.451 0.353 - -3.178 -1.433 -0.129 - -4.443 -0.580 -0.034 - -4.124 0.719 -0.138 - -2.640 0.848 -0.317 - -1.897 2.012 0.294 - -0.420 1.867 -0.115 - 0.161 0.518 0.299 - 1.582 0.358 -0.244 - 2.444 1.530 0.228 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@@H]2AA[A@H]2AAA[A@H]12 - 4.375 0.011 0.542 - 3.921 1.303 -0.136 - 2.429 1.534 0.090 - 1.610 0.350 -0.438 - 2.083 -0.921 0.283 - 3.562 -1.171 0.009 - 1.245 -2.138 -0.086 - -0.237 -1.891 0.253 - -0.676 -0.664 -0.528 - 0.146 0.545 -0.061 - -0.504 1.816 -0.580 - -1.783 2.070 0.245 - -2.486 0.764 0.527 - -4.020 0.816 0.373 - -4.422 -0.667 0.178 - -3.117 -1.439 -0.159 - -2.129 -0.317 -0.510 -A1AA[A@H]2[A@@H](A1)AA[A@@H]1[A@H]2AA[A@H]2AAA[A@H]12 - 3.576 -0.423 -1.155 - 3.074 -1.544 -0.246 - 2.711 -1.018 1.130 - 1.750 0.172 1.112 - 2.193 1.236 0.124 - 2.500 0.656 -1.254 - 1.142 2.342 -0.035 - -0.184 1.703 -0.471 - -0.665 0.828 0.678 - 0.319 -0.311 0.941 - 0.188 -1.451 -0.054 - -1.256 -1.981 -0.114 - -2.171 -0.847 -0.508 - -3.658 -1.134 -0.435 - -4.306 0.241 -0.293 - -3.161 1.239 0.053 - -2.052 0.289 0.527 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@@H]12 - -4.204 0.109 0.817 - -3.777 -1.313 0.484 - -2.256 -1.469 0.383 - -1.684 -0.468 -0.515 - -1.987 0.952 -0.076 - -3.544 1.082 -0.106 - -1.238 1.974 -0.835 - 0.230 1.969 -0.303 - 0.494 0.525 0.172 - -0.097 -0.537 -0.703 - 0.445 -1.919 -0.517 - 1.921 -2.089 -0.132 - 2.574 -0.738 -0.346 - 4.101 -0.639 0.058 - 4.236 0.817 0.495 - 2.877 1.444 0.528 - 1.908 0.300 0.596 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - 3.669 -0.228 0.906 - 2.980 -1.505 0.424 - 2.457 -1.309 -1.011 - 1.458 -0.147 -1.015 - 2.162 1.129 -0.550 - 2.673 0.934 0.879 - 1.190 2.310 -0.594 - -0.031 1.952 0.210 - -0.729 0.650 -0.108 - 0.307 -0.474 -0.063 - -0.378 -1.777 -0.483 - -1.456 -2.103 0.552 - -2.466 -0.997 0.671 - -3.311 -0.834 -0.599 - -3.676 0.662 -0.675 - -3.012 1.349 0.546 - -1.840 0.390 0.911 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@H]2AA[A@H]2AAA[A@@H]12 - 4.269 0.422 0.375 - 3.708 1.494 -0.561 - 2.204 1.645 -0.319 - 1.508 0.311 -0.596 - 2.069 -0.761 0.340 - 3.572 -0.912 0.099 - 1.372 -2.094 0.057 - -0.130 -1.943 0.306 - -0.702 -0.871 -0.627 - 0.005 0.459 -0.375 - -0.273 0.878 1.072 - -1.769 1.143 1.212 - -2.587 -0.118 0.927 - -4.018 0.350 0.659 - -4.166 0.565 -0.727 - -2.866 0.192 -1.424 - -2.197 -0.760 -0.418 -A1=A[A@@H]2A(=AA1)AA[A@@H]1[A@@H]3AAA[A@H]3AA[A@@H]21 - -3.655 -1.352 -0.370 - -2.528 -1.469 0.317 - -1.640 -0.329 0.670 - -2.120 0.992 0.124 - -3.263 1.138 -0.564 - -4.103 -0.031 -0.844 - -1.242 2.158 0.365 - 0.220 1.944 -0.018 - 0.669 0.652 0.663 - 2.120 0.325 0.485 - 3.035 1.432 -0.061 - 4.298 0.636 -0.494 - 3.897 -0.835 -0.521 - 2.376 -0.810 -0.524 - 1.728 -2.100 -0.091 - 0.413 -1.832 0.660 - -0.204 -0.519 0.200 -A1AA[A@@H]2[A@H](A1)AA[A@@H]1[A@H]2AA[A@H]2AAA[A@H]12 - -4.120 -0.624 -0.230 - -3.758 -0.376 1.232 - -2.245 -0.316 1.423 - -1.635 0.755 0.517 - -1.953 0.423 -0.938 - -3.473 0.416 -1.141 - -1.423 -0.964 -1.295 - -0.021 -1.195 -0.796 - 0.496 -0.566 0.457 - -0.119 0.812 0.719 - 0.496 1.907 -0.139 - 2.027 1.952 -0.014 - 2.579 0.598 -0.406 - 4.066 0.414 -0.187 - 4.255 -1.084 0.023 - 2.838 -1.693 0.227 - 1.991 -0.460 0.549 -A1=A[A@@H]2A(=AA1)AA[A@@H]1[A@H]3AAA[A@@H]3AA[A@@H]21 - -3.707 -1.381 -0.282 - -2.494 -1.519 0.230 - -1.600 -0.378 0.575 - -2.170 0.966 0.229 - -3.384 1.128 -0.278 - -4.243 -0.036 -0.549 - -1.301 2.189 0.459 - 0.051 1.948 -0.218 - 0.662 0.644 0.300 - 2.021 0.422 -0.338 - 3.096 1.460 0.002 - 4.418 0.691 -0.266 - 4.083 -0.815 -0.133 - 2.618 -0.866 0.289 - 1.807 -2.039 -0.229 - 0.377 -1.875 0.309 - -0.234 -0.538 -0.100 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@H]2AAA[A@H]12 - -3.298 0.190 1.477 - -2.476 1.460 1.439 - -1.169 1.131 0.703 - -1.478 0.594 -0.692 - -2.294 -0.694 -0.622 - -3.592 -0.489 0.163 - -1.450 -1.782 0.039 - -0.215 -2.068 -0.806 - 0.623 -0.821 -1.058 - -0.195 0.384 -1.487 - 0.600 1.682 -1.562 - 1.603 1.908 -0.436 - 2.446 0.669 -0.234 - 3.400 0.696 0.964 - 3.514 -0.781 1.416 - 2.487 -1.581 0.569 - 1.495 -0.497 0.126 -A1A[A@H]2Aa3aaaa4A[A@@H]5[AH2+]AA[A@@]2([A@@H]5A1)a34 - 0.677 -2.640 1.437 - -0.455 -2.703 0.437 - -0.252 -1.895 -0.829 - -1.568 -1.380 -1.214 - -1.776 -0.220 -0.555 - -2.942 0.493 -0.255 - -2.795 1.664 0.487 - -1.570 2.129 0.939 - -0.410 1.433 0.648 - 0.949 1.783 1.161 - 2.088 0.834 0.631 - 2.650 1.333 -0.648 - 1.608 1.354 -1.700 - 1.097 -0.071 -1.946 - 0.545 -0.617 -0.628 - 1.639 -0.612 0.423 - 1.086 -1.197 1.730 - -0.565 0.307 -0.126 -A1AA[A@H]2[A@@H](A1)[A@H]1AAA[A@@H]1a1[aH]a3aaaaa3a21 - 2.513 -2.791 -0.736 - 1.029 -2.945 -1.086 - 0.206 -2.628 0.158 - 0.502 -1.265 0.712 - 1.954 -0.842 0.768 - 2.789 -1.331 -0.403 - 2.014 0.670 0.837 - 3.339 1.359 0.835 - 3.145 2.538 0.184 - 1.957 2.601 -0.496 - 1.429 1.201 -0.516 - -0.037 0.966 -0.373 - -1.116 1.709 -0.723 - -2.262 1.054 -0.367 - -3.608 1.390 -0.504 - -4.533 0.481 -0.023 - -4.157 -0.713 0.570 - -2.840 -1.072 0.717 - -1.881 -0.172 0.238 - -0.434 -0.206 0.216 -A1AA[A@H]2[A@H](A1)[A@@H]1AAA[A@@H]1a1[aH]a3aaaaa3a21 - 2.988 -2.712 -0.566 - 1.863 -3.172 0.363 - 0.601 -2.353 0.087 - 0.896 -0.873 0.334 - 2.011 -0.417 -0.615 - 3.276 -1.227 -0.331 - 2.273 1.066 -0.458 - 2.557 1.427 0.985 - 1.968 2.610 1.236 - 1.179 3.051 0.243 - 1.049 1.936 -0.788 - -0.238 1.202 -0.512 - -1.505 1.686 -0.727 - -2.430 0.759 -0.343 - -3.823 0.768 -0.357 - -4.463 -0.367 0.111 - -3.765 -1.466 0.585 - -2.393 -1.504 0.609 - -1.720 -0.372 0.136 - -0.319 -0.044 0.004 -a1aaa2a(a1)[AH+]A1=A[A@@H]3AA[AH+]4AA[A@]21[A@@H]4A3 - -4.047 0.021 0.255 - -3.467 -1.117 0.778 - -2.095 -1.333 0.700 - -1.341 -0.361 0.085 - -1.909 0.823 -0.418 - -3.292 1.015 -0.359 - -0.918 1.641 -0.945 - 0.299 1.215 -0.498 - 1.353 2.004 -0.132 - 2.335 1.418 0.860 - 3.419 0.655 0.141 - 3.020 -0.571 -0.628 - 2.087 -1.473 0.105 - 1.380 -2.216 -0.892 - 0.424 -1.129 -1.448 - 0.118 -0.250 -0.216 - 1.062 -0.736 0.871 - 1.579 0.401 1.735 -A1=A[A@@H]2A(=AA1)AA[A@@H]1[A@H]3AAA[A@H]3AA[A@@H]21 - -3.630 1.358 0.003 - -2.363 1.506 -0.353 - -1.417 0.372 -0.558 - -2.020 -0.964 -0.243 - -3.275 -1.145 0.094 - -4.177 0.010 0.228 - -1.120 -2.183 -0.320 - 0.121 -1.908 0.534 - 0.804 -0.609 0.094 - 2.088 -0.428 0.871 - 3.121 -1.433 0.280 - 3.583 -0.760 -1.031 - 3.338 0.752 -0.856 - 2.751 0.922 0.551 - 1.792 2.087 0.647 - 0.553 1.849 -0.214 - -0.146 0.573 0.275 -A1AA[A@@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@H]2AAA[A@H]12 - 3.611 0.199 -1.239 - 2.962 1.502 -0.768 - 2.648 1.404 0.727 - 1.687 0.239 0.970 - 2.338 -1.065 0.501 - 2.652 -0.967 -0.993 - 1.378 -2.231 0.745 - 0.080 -1.998 -0.030 - -0.569 -0.697 0.444 - 0.396 0.471 0.184 - -0.215 1.806 0.594 - -1.572 2.036 -0.092 - -2.468 0.871 0.280 - -3.879 0.883 -0.299 - -4.239 -0.606 -0.528 - -2.975 -1.426 -0.150 - -1.835 -0.420 -0.346 -A1AA[A@@H]2A[AH+]3AAa4a5aaaaa5[aH]a4[A@H]3A[A@@H]2A1 - 4.773 1.339 -0.879 - 5.196 -0.096 -0.559 - 4.759 -0.448 0.864 - 3.241 -0.324 0.982 - 2.564 -1.303 0.019 - 1.101 -1.172 0.181 - 0.400 -2.205 -0.620 - -1.059 -2.277 -0.150 - -1.612 -0.875 -0.113 - -2.987 -0.434 -0.037 - -4.203 -1.121 0.026 - -5.344 -0.360 0.089 - -5.306 1.025 0.091 - -4.117 1.731 0.030 - -2.942 0.985 -0.035 - -1.628 1.351 -0.104 - -0.838 0.235 -0.151 - 0.667 0.180 -0.232 - 1.279 1.198 0.732 - 2.807 1.105 0.648 - 3.252 1.456 -0.773 -A1AA[A@H]2A[AH+]3AAa4a5aaaaa5[aH]a4[A@@H]3A[A@@H]2A1 - -5.154 -1.680 -0.051 - -5.568 -0.330 -0.639 - -4.724 0.784 -0.014 - -3.247 0.525 -0.309 - -2.389 1.637 0.297 - -0.972 1.351 -0.016 - -0.112 2.475 0.426 - 1.269 2.318 -0.226 - 1.738 0.902 -0.001 - 3.066 0.345 -0.135 - 4.297 0.900 -0.497 - 5.378 0.054 -0.517 - 5.267 -1.290 -0.198 - 4.061 -1.866 0.162 - 2.946 -1.030 0.193 - 1.636 -1.264 0.500 - 0.920 -0.104 0.387 - -0.553 0.094 0.644 - -1.351 -1.060 0.036 - -2.840 -0.820 0.299 - -3.672 -1.934 -0.336 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@H]2AAA[A@@H]12 - -4.180 -0.266 0.405 - -3.631 -1.405 -0.065 - -2.179 -1.522 0.051 - -1.564 -0.270 -0.574 - -2.061 0.944 0.218 - -3.572 1.064 0.003 - -1.321 2.182 -0.272 - 0.130 2.090 0.206 - 0.518 0.620 0.478 - -0.041 -0.307 -0.565 - 0.410 -1.738 -0.246 - 1.932 -1.805 -0.307 - 2.545 -0.900 0.765 - 4.053 -0.761 0.422 - 4.178 0.473 -0.491 - 2.755 1.061 -0.637 - 2.021 0.538 0.612 -A1=AA[A@@H]2AA[A@@H]3[A@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - -3.310 -1.390 0.688 - -3.893 -0.243 0.827 - -3.290 1.060 0.399 - -1.779 0.911 0.186 - -1.271 2.163 -0.534 - 0.224 2.038 -0.816 - 0.736 0.673 -0.305 - 2.235 0.574 -0.602 - 2.957 1.442 0.471 - 2.929 0.561 1.739 - 2.802 -0.898 1.255 - 2.770 -0.831 -0.277 - 1.940 -1.936 -0.891 - 0.468 -1.792 -0.511 - -0.037 -0.434 -1.015 - -1.532 -0.321 -0.693 - -1.950 -1.578 0.079 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@@H]2AAA[A@H]12 - 3.812 0.141 1.168 - 3.441 1.470 0.512 - 1.926 1.538 0.276 - 1.541 0.377 -0.638 - 1.854 -0.935 0.087 - 3.362 -1.034 0.292 - 1.299 -2.095 -0.730 - -0.228 -2.062 -0.633 - -0.714 -0.656 -0.285 - 0.074 0.401 -1.047 - -0.499 1.760 -0.696 - -1.966 1.950 -0.885 - -2.767 0.835 -0.260 - -2.764 0.875 1.278 - -3.236 -0.544 1.674 - -2.920 -1.459 0.471 - -2.214 -0.562 -0.584 -A1AA[A@@H]2AA[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - -3.838 -1.415 -0.336 - -4.345 -0.004 -0.269 - -3.576 1.052 0.014 - -2.172 0.939 0.370 - -1.356 2.106 -0.183 - 0.096 1.967 0.287 - 0.676 0.642 -0.206 - 2.094 0.460 0.302 - 3.120 1.479 -0.208 - 4.469 0.724 -0.057 - 4.131 -0.787 -0.095 - 2.630 -0.858 -0.351 - 1.886 -2.013 0.290 - 0.403 -1.872 -0.095 - -0.159 -0.525 0.346 - -1.594 -0.376 -0.156 - -2.470 -1.525 0.344 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@@H]2AA[A@H]2AAA[A@H]12 - 4.238 -0.184 -0.527 - 3.685 1.234 -0.649 - 2.487 1.432 0.275 - 1.375 0.417 -0.046 - 1.970 -0.980 0.127 - 3.138 -1.204 -0.827 - 0.891 -2.040 -0.077 - -0.125 -1.890 1.055 - -0.775 -0.511 1.023 - 0.227 0.627 0.934 - -0.412 1.996 0.758 - -1.619 2.062 -0.173 - -2.573 0.921 0.062 - -3.694 0.738 -0.969 - -4.059 -0.766 -0.875 - -2.951 -1.439 -0.021 - -1.805 -0.415 -0.071 -A1=A[A@H]2A(=AA1)AA[A@@H]1[A@@H]3AAA[A@@H]3AA[A@H]21 - -3.852 0.908 -0.716 - -2.566 1.283 -0.688 - -1.615 0.602 0.258 - -1.898 -0.853 0.408 - -3.174 -1.280 0.352 - -4.245 -0.314 0.023 - -0.851 -1.899 0.668 - 0.570 -1.390 0.443 - 0.560 -0.271 -0.586 - 1.939 0.083 -1.106 - 2.779 -1.216 -1.221 - 3.487 -1.337 0.143 - 3.709 0.114 0.623 - 2.761 0.994 -0.191 - 1.980 2.020 0.575 - 0.598 1.607 1.067 - -0.183 0.948 -0.053 -A1=A[A@H]2A(=AA1)AA[A@@H]1[A@@H]3AAA[A@H]3AA[A@@H]21 - 3.568 -1.287 -0.789 - 2.291 -1.465 -0.403 - 1.649 -0.466 0.499 - 2.133 0.928 0.286 - 3.430 1.117 -0.028 - 4.269 -0.064 -0.328 - 1.287 2.165 0.395 - -0.203 1.856 0.554 - -0.484 0.558 -0.201 - -1.915 0.285 -0.523 - -2.889 1.471 -0.571 - -4.285 0.781 -0.534 - -4.033 -0.698 -0.148 - -2.610 -0.674 0.461 - -1.927 -2.010 0.537 - -0.431 -1.917 0.184 - 0.148 -0.581 0.606 -A1AA[A@H]2[A@H](A1)AA[A@@H]1[A@H]2AA[A@H]2AAA[A@H]12 - -4.261 0.146 -0.645 - -4.008 0.984 0.609 - -2.533 1.365 0.686 - -1.646 0.115 0.715 - -1.916 -0.742 -0.517 - -3.397 -1.113 -0.608 - -1.089 -2.024 -0.471 - 0.356 -1.746 -0.140 - 0.757 -0.643 0.788 - -0.179 0.564 0.703 - 0.081 1.436 -0.519 - 1.547 1.878 -0.617 - 2.415 0.637 -0.658 - 3.906 0.888 -0.585 - 4.495 -0.373 0.038 - 3.300 -1.204 0.589 - 2.174 -0.167 0.631 -A1=A[A@@H]2A(=AA1)AA[A@@H]1[A@@H]3AAA[A@H]3AA[A@H]21 - -3.664 1.324 -0.131 - -2.563 1.259 -0.859 - -1.668 0.065 -0.924 - -2.056 -1.012 0.047 - -3.171 -0.971 0.797 - -4.063 0.188 0.719 - -1.120 -2.148 0.171 - 0.322 -1.728 0.437 - 0.728 -0.753 -0.660 - 2.136 -0.242 -0.551 - 3.273 -1.244 -0.315 - 4.455 -0.299 0.053 - 3.838 1.054 0.403 - 2.366 0.747 0.606 - 1.421 1.918 0.495 - -0.022 1.388 0.452 - -0.211 0.456 -0.739 -A1AA[A@@H]2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.819 1.388 0.202 - 4.267 -0.040 0.250 - 3.441 -1.093 0.197 - 1.993 -0.947 0.163 - 1.291 -2.110 -0.519 - -0.236 -1.911 -0.469 - -0.524 -0.603 0.251 - -1.964 -0.318 0.525 - -2.960 -1.476 0.420 - -4.333 -0.777 0.236 - -4.031 0.740 0.098 - -2.570 0.740 -0.419 - -1.869 2.068 -0.273 - -0.377 1.872 0.044 - 0.117 0.553 -0.528 - 1.632 0.392 -0.482 - 2.299 1.515 0.307 -A1A[A@@H]2[A@H]3A=A[A@@H]([A@@H]2A1)[A@@H]1A[A@H]31 - 2.459 0.013 0.545 - 1.895 1.127 0.061 - 0.768 0.748 -0.875 - -0.552 1.310 -0.329 - -1.677 0.637 -1.107 - -1.677 -0.690 -1.071 - -0.553 -1.321 -0.258 - 0.779 -0.790 -0.851 - 1.908 -1.124 0.100 - -0.685 -0.742 1.176 - -1.977 0.019 1.479 - -0.685 0.810 1.135 -A1=A[A@H]2A(=AA1)AA[A@H]1[A@@H]3AAA[A@@H]3AA[A@H]21 - -3.664 -1.378 -0.028 - -2.386 -1.497 -0.344 - -1.463 -0.344 -0.568 - -2.061 0.981 -0.187 - -3.347 1.122 0.121 - -4.248 -0.038 0.149 - -1.190 2.215 -0.158 - 0.165 1.917 0.458 - 0.797 0.609 -0.039 - 2.077 0.429 0.791 - 3.114 1.454 0.251 - 3.693 0.757 -0.998 - 3.638 -0.758 -0.696 - 2.757 -0.920 0.542 - 1.825 -2.095 0.558 - 0.452 -1.907 -0.054 - -0.159 -0.547 0.203 -A1AA[A@H]2[A@H](A1)AA[A@H]1[A@H]2AA[A@H]2AAA[A@H]12 - -4.097 -0.094 0.989 - -3.678 -1.436 0.389 - -2.147 -1.523 0.307 - -1.657 -0.377 -0.577 - -2.027 0.947 0.095 - -3.547 1.064 0.146 - -1.383 2.089 -0.682 - 0.125 2.045 -0.430 - 0.563 0.628 0.016 - -0.155 -0.435 -0.821 - 0.351 -1.838 -0.491 - 1.879 -1.941 -0.607 - 2.467 -0.900 0.327 - 3.989 -0.826 0.387 - 4.312 0.680 0.601 - 2.951 1.429 0.581 - 2.054 0.488 -0.230 -A1A[A@@H]2[A@@H]3A=A[A@H]([A@@H]2A1)[A@H]1A[A@@H]31 - 2.633 0.007 0.261 - 1.994 1.130 -0.091 - 0.714 0.767 -0.811 - -0.479 1.313 -0.014 - -0.426 0.662 1.364 - -0.423 -0.666 1.366 - -0.472 -1.320 -0.010 - 0.718 -0.771 -0.808 - 2.003 -1.122 -0.088 - -1.759 -0.784 -0.692 - -2.739 0.014 0.212 - -1.764 0.769 -0.694 -A1A[A@H]2[A@@H](A1)[A@H]1A[A@@H]2[A@@H]2A=AA[A@H]12 - -3.100 0.038 0.446 - -2.494 -1.090 0.060 - -1.232 -0.750 -0.700 - -1.214 0.805 -0.684 - -2.468 1.160 0.081 - 0.009 1.172 0.180 - 0.002 -0.006 1.231 - -0.006 -1.162 0.171 - 1.234 -0.776 -0.690 - 2.482 -1.175 0.064 - 3.089 -0.091 0.449 - 2.442 1.097 0.059 - 1.252 0.777 -0.673 -a1aa2[A@H]3A=AA[A@@H]3AA3A[A@H]4AA=A[A@@H]4a(a1)a23 - -0.005 -2.968 0.106 - -1.172 -2.285 -0.204 - -1.169 -0.924 -0.267 - -2.333 -0.047 -0.547 - -3.721 -0.581 -0.557 - -4.540 0.345 -0.071 - -3.739 1.579 0.357 - -2.368 0.967 0.637 - -1.140 1.825 0.601 - -0.076 1.197 -0.195 - 1.175 1.961 -0.117 - 2.318 1.073 -0.546 - 3.746 1.602 -0.372 - 4.534 0.302 -0.206 - 3.745 -0.647 0.281 - 2.391 -0.073 0.516 - 1.172 -0.888 0.277 - 1.159 -2.261 0.353 - 0.017 -0.184 -0.051 -A1AA[A@@H]2[A@@H](A1)AA[A@]13AA[A@@H](AA[A@@H]23)A1 - 3.997 -0.277 0.193 - 3.306 -1.531 -0.322 - 1.877 -1.616 0.204 - 1.067 -0.409 -0.302 - 1.738 0.862 0.203 - 3.211 0.998 -0.104 - 0.929 2.083 -0.239 - -0.413 2.032 0.506 - -1.167 0.768 0.163 - -1.876 0.850 -1.193 - -3.171 0.065 -1.053 - -3.212 -0.448 0.380 - -2.469 -1.792 0.423 - -1.128 -1.667 -0.311 - -0.336 -0.503 0.293 - -2.354 0.585 1.159 -A1A[A@@H]2Aa3aaaa4A[A@H]5[AH2+]AA[A@]2([A@H]5A1)a34 - -0.656 2.655 -1.432 - 0.484 2.702 -0.441 - 0.280 1.896 0.826 - 1.592 1.365 1.199 - 1.771 0.187 0.562 - 2.925 -0.540 0.247 - 2.755 -1.701 -0.504 - 1.523 -2.136 -0.963 - 0.377 -1.419 -0.668 - -0.993 -1.753 -1.164 - -2.069 -0.827 -0.624 - -2.630 -1.327 0.655 - -1.592 -1.339 1.712 - -1.086 0.089 1.954 - -0.524 0.622 0.635 - -1.616 0.618 -0.419 - -1.089 1.218 -1.719 - 0.549 -0.318 0.139 -A1A[A@@H]2AA(=A1)AA[A@@H]1AA[A@H]3AA[A@@H]3[A@H]1A2 - 2.190 -1.314 1.713 - 1.688 -2.183 0.516 - 1.839 -1.483 -0.892 - 2.992 -0.451 -0.844 - 2.440 0.558 0.133 - 2.175 0.171 1.392 - 2.155 1.956 -0.359 - 0.735 2.380 -0.005 - -0.491 1.537 -0.436 - -1.724 2.091 0.430 - -3.078 1.318 0.293 - -2.741 -0.143 0.467 - -3.737 -1.121 0.338 - -2.618 -1.818 -0.209 - -1.865 -0.558 -0.695 - -0.450 -0.065 -0.431 - 0.483 -0.868 -1.419 -A1=A[A@H]2A(=AA1)AA[A@H]1[A@@H]3AAA[A@H]3AA[A@@H]21 - 3.555 -1.450 0.033 - 2.496 -1.332 0.822 - 1.640 -0.113 0.881 - 2.110 1.004 0.009 - 3.156 0.913 -0.799 - 3.944 -0.333 -0.847 - 1.324 2.297 0.104 - -0.111 1.949 -0.284 - -0.717 0.824 0.557 - -2.008 0.437 -0.150 - -3.241 1.261 0.272 - -4.441 0.373 -0.162 - -3.842 -1.004 -0.557 - -2.474 -0.996 0.156 - -1.475 -2.030 -0.286 - -0.082 -1.393 -0.443 - 0.167 -0.407 0.693 -A1=A[A@H]2A(=AA1)AA[A@@H]1[A@H]3AAA[A@H]3AA[A@@H]21 - 3.364 -1.380 -0.776 - 2.069 -1.460 -0.403 - 1.554 -0.374 0.500 - 2.034 0.971 0.076 - 3.333 1.081 -0.286 - 4.100 -0.195 -0.254 - 1.162 2.188 -0.028 - -0.154 1.962 0.718 - -0.743 0.629 0.236 - -2.199 0.529 0.698 - -3.022 1.469 -0.223 - -3.489 0.609 -1.413 - -2.972 -0.825 -1.150 - -2.777 -0.861 0.378 - -1.889 -1.999 0.821 - -0.462 -1.836 0.290 - 0.091 -0.506 0.815 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@@H]4AA[A@@H]3[A@@H]2A1 - -4.071 0.786 -0.313 - -3.957 -0.090 0.914 - -2.892 -1.095 0.928 - -1.862 -0.992 0.091 - -0.819 -2.094 0.096 - 0.575 -1.458 0.215 - 0.765 -0.438 -0.901 - 2.178 0.125 -0.959 - 3.189 -1.036 -0.822 - 3.984 -0.810 0.473 - 3.412 0.444 1.156 - 2.553 1.145 0.108 - 1.448 2.009 0.658 - 0.092 1.333 0.606 - -0.245 0.705 -0.726 - -1.666 0.176 -0.824 - -2.683 1.288 -0.701 -A1AAA2=AA[A@@H]3[A@@H]4AAA[A@@H]4AA[A@@H]3[A@@H]2A1 - 3.884 0.889 0.059 - 3.963 -0.407 -0.750 - 3.125 -1.490 -0.063 - 1.714 -0.953 0.101 - 0.723 -1.688 -0.315 - -0.714 -1.266 -0.208 - -0.861 -0.300 0.972 - -2.307 0.199 1.041 - -3.216 -1.048 0.834 - -3.139 -1.315 -0.685 - -2.768 0.028 -1.346 - -2.649 1.042 -0.201 - -1.629 2.121 -0.485 - -0.217 1.542 -0.567 - 0.104 0.864 0.770 - 1.544 0.379 0.771 - 2.443 1.402 0.071 -A1AA[A@H]2[A@H](A1)AA=A1[A@@H]2AA[A@@H]2AAA[A@@H]12 - -4.454 -0.152 -0.292 - -3.980 1.246 0.114 - -2.560 1.466 -0.409 - -1.618 0.420 0.195 - -2.095 -0.983 -0.178 - -3.525 -1.197 0.326 - -1.180 -2.008 0.505 - 0.246 -1.730 0.129 - 0.670 -0.556 -0.219 - -0.206 0.666 -0.311 - 0.420 1.876 0.388 - 1.905 2.050 0.025 - 2.615 0.769 0.396 - 4.126 0.719 0.236 - 4.445 -0.760 -0.105 - 3.075 -1.485 -0.228 - 2.117 -0.342 -0.571 -A1=A[A@H]2A(=AA1)AA[A@@H]1[A@@H]3AAA[A@H]3AA[A@H]21 - -3.758 -0.961 1.093 - -2.450 -1.243 0.967 - -1.671 -0.604 -0.155 - -2.122 0.797 -0.394 - -3.448 1.048 -0.406 - -4.354 0.016 0.150 - -1.214 1.961 -0.671 - 0.242 1.506 -0.813 - 0.522 0.511 0.303 - 1.960 0.242 0.598 - 2.908 1.421 0.836 - 4.309 0.749 0.760 - 4.094 -0.642 0.109 - 2.687 -0.534 -0.517 - 1.988 -1.844 -0.773 - 0.498 -1.607 -1.089 - -0.192 -0.817 0.002 -A1AA[A@@H]2[A@@H](A1)AA[A@@]13AA[A@H](AA[A@@H]23)A1 - 3.965 0.186 -0.180 - 3.289 1.515 0.126 - 1.884 1.542 -0.470 - 1.025 0.445 0.181 - 1.695 -0.903 -0.061 - 3.150 -1.002 0.332 - 0.841 -2.027 0.522 - -0.449 -2.097 -0.312 - -1.196 -0.781 -0.215 - -2.378 -0.759 -1.219 - -3.416 0.151 -0.587 - -2.933 0.469 0.819 - -2.110 1.761 0.783 - -1.102 1.738 -0.355 - -0.339 0.435 -0.504 - -1.927 -0.672 1.138 -A1AA[A@H]2[A@H](A1)AA[A@H]1A2=AA[A@@H]2AAA[A@@H]12 - 4.336 -0.181 0.382 - 3.908 1.261 0.514 - 2.397 1.329 0.780 - 1.679 0.524 -0.304 - 2.041 -0.953 -0.091 - 3.512 -1.164 -0.423 - 1.104 -1.822 -0.917 - -0.278 -1.828 -0.250 - -0.555 -0.510 0.450 - 0.174 0.654 -0.181 - -0.411 1.744 -0.578 - -1.899 1.992 -0.466 - -2.584 0.637 -0.517 - -4.086 0.640 -0.206 - -4.356 -0.714 0.494 - -2.972 -1.403 0.665 - -2.011 -0.205 0.647 -A1=A[A@H]2A(=AA1)AA[A@@H]1[A@H]3AAA[A@H]3AA[A@H]21 - 3.571 1.583 0.517 - 2.221 1.597 0.488 - 1.545 0.490 -0.270 - 2.181 -0.832 -0.006 - 3.534 -0.875 0.014 - 4.204 0.437 -0.195 - 1.427 -2.104 0.249 - -0.051 -1.928 -0.106 - -0.538 -0.638 0.567 - -2.043 -0.601 0.628 - -2.574 0.579 1.463 - -4.036 0.715 1.041 - -4.144 0.081 -0.359 - -2.713 -0.382 -0.740 - -2.068 0.767 -1.491 - -0.559 0.565 -1.605 - 0.043 0.546 -0.195 -A1AA=A2AA[A@H]3[A@@H]4AAA[A@@H]4AA[A@@H]3[A@@H]2A1 - -3.300 1.521 0.650 - -3.610 0.198 1.207 - -2.959 -0.953 0.693 - -2.046 -0.855 -0.242 - -1.425 -2.153 -0.856 - 0.082 -2.066 -0.697 - 0.620 -0.660 -0.383 - 2.160 -0.696 -0.543 - 2.755 -1.536 0.709 - 2.715 -0.505 1.820 - 3.150 0.891 1.180 - 2.783 0.688 -0.286 - 1.979 1.872 -0.997 - 0.505 1.790 -0.685 - -0.074 0.429 -1.065 - -1.552 0.464 -0.729 - -1.782 1.571 0.224 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - 3.549 1.295 0.123 - 4.083 -0.029 -0.384 - 3.126 -1.149 -0.399 - 1.828 -0.903 -0.297 - 0.877 -2.067 -0.071 - 0.130 -1.768 1.230 - -0.600 -0.429 1.173 - -2.002 -0.573 0.663 - -2.151 -1.343 -0.650 - -3.310 -0.665 -1.417 - -3.942 0.329 -0.422 - -2.770 0.746 0.504 - -1.916 1.786 -0.207 - -0.573 2.000 0.464 - 0.230 0.729 0.690 - 1.215 0.458 -0.428 - 2.225 1.582 -0.570 -A1=A[A@H]2A(=AA1)AA[A@H]1[A@H]3AAA[A@H]3AA[A@@H]21 - -2.158 -2.033 -0.202 - -1.257 -1.388 -0.963 - -1.190 0.102 -0.969 - -1.668 0.733 0.293 - -2.588 0.111 1.053 - -3.062 -1.230 0.652 - -1.187 2.060 0.809 - -0.033 2.639 0.014 - 0.849 1.551 -0.585 - 1.624 0.770 0.435 - 0.773 -0.002 1.454 - 1.786 -0.989 2.086 - 2.895 -1.198 1.036 - 2.501 -0.340 -0.191 - 1.659 -1.180 -1.149 - 1.005 -0.302 -2.211 - 0.054 0.697 -1.562 -A1AA[A@H]2[A@H](A1)AA=A1[A@H]2AA[A@@H]2AAA[A@@H]12 - -4.287 -0.096 0.649 - -3.887 -1.285 -0.218 - -2.382 -1.532 -0.126 - -1.620 -0.304 -0.623 - -2.039 0.923 0.164 - -3.525 1.167 0.261 - -1.269 2.146 -0.351 - 0.174 1.884 0.015 - 0.655 0.674 -0.042 - -0.118 -0.521 -0.526 - 0.272 -1.749 0.279 - 1.767 -2.078 0.141 - 2.584 -0.881 -0.238 - 4.060 -0.849 0.191 - 4.444 0.647 0.027 - 3.111 1.441 -0.024 - 2.059 0.415 0.420 -A1AA=A2A=A[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@@H]2A1 - 3.954 1.261 0.075 - 4.343 -0.160 -0.232 - 3.381 -1.177 -0.322 - 2.074 -0.956 -0.043 - 1.099 -2.028 -0.239 - -0.195 -1.867 0.068 - -0.653 -0.565 0.653 - -2.123 -0.302 0.556 - -3.026 -1.466 0.129 - -4.357 -0.758 -0.248 - -4.023 0.747 -0.421 - -2.485 0.787 -0.472 - -1.834 2.105 -0.160 - -0.423 1.918 0.427 - 0.163 0.574 0.038 - 1.629 0.407 0.442 - 2.476 1.479 -0.250 -A1AAAA=AA=AAAa2aaa3a(aaa4A[A@@H](AA=AAAAA1)Aa34)a2 - -0.256 3.124 0.697 - -0.112 3.124 -0.849 - -1.229 3.920 -1.616 - -2.414 3.076 -2.191 - -2.971 1.976 -1.300 - -4.268 1.856 -0.922 - -4.780 0.718 -0.133 - -4.130 0.086 0.864 - -4.654 -1.203 1.431 - -3.834 -2.337 1.527 - -2.554 -2.413 1.062 - -1.523 -2.845 1.930 - -0.159 -2.837 1.502 - 0.164 -2.342 0.214 - -0.900 -1.956 -0.682 - -0.603 -1.463 -1.993 - 0.714 -1.347 -2.430 - 1.705 -1.734 -1.520 - 3.011 -1.638 -1.799 - 3.831 -2.064 -0.683 - 4.656 -1.000 -0.206 - 4.047 0.035 0.408 - 4.731 1.108 0.835 - 4.037 2.191 1.651 - 2.853 2.923 0.952 - 1.947 3.626 1.968 - 0.600 4.191 1.459 - 2.803 -2.515 0.359 - 1.529 -2.228 -0.261 - -2.237 -2.031 -0.261 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@@H]4AA[A@H]3[A@@H]2A1 - -3.782 -1.401 -0.171 - -4.078 -0.139 -0.987 - -3.284 1.005 -0.424 - -2.167 0.843 0.224 - -1.449 2.078 0.740 - 0.007 2.019 0.270 - 0.640 0.700 0.724 - 2.118 0.708 0.418 - 2.415 0.980 -1.068 - 3.878 0.510 -1.236 - 4.147 -0.501 -0.106 - 2.818 -0.635 0.685 - 2.038 -1.784 0.041 - 0.590 -1.777 0.516 - -0.075 -0.473 0.059 - -1.543 -0.493 0.498 - -2.272 -1.639 -0.181 -A1AA=A2AA[A@@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@@H]2A1 - -3.916 1.173 -0.479 - -3.961 0.403 0.821 - -3.132 -0.802 0.912 - -2.086 -0.945 0.107 - -1.288 -2.224 0.148 - 0.198 -2.017 0.088 - 0.745 -0.794 -0.624 - 2.043 -0.432 0.104 - 3.277 -1.196 -0.406 - 4.471 -0.301 0.017 - 3.866 1.050 0.484 - 2.453 1.035 -0.120 - 1.442 1.975 0.495 - 0.148 1.161 0.753 - -0.168 0.428 -0.539 - -1.617 0.124 -0.833 - -2.475 1.361 -0.928 -A1AAA2=AA[A@@H]3[A@@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - -3.468 1.162 0.824 - -3.891 -0.300 0.710 - -2.697 -1.225 0.971 - -1.589 -0.810 0.017 - -1.124 -1.686 -0.817 - -0.072 -1.388 -1.838 - 0.782 -0.192 -1.434 - 1.974 -0.602 -0.616 - 1.647 -1.451 0.613 - 2.605 -0.983 1.729 - 3.614 -0.031 1.061 - 2.848 0.567 -0.153 - 2.031 1.739 0.373 - 0.845 2.122 -0.482 - -0.036 0.956 -0.898 - -1.118 0.616 0.096 - -2.351 1.505 -0.155 -a1aa2[A@H]3A=AA[A@H]3AA3A[A@H]4AA=A[A@@H]4a(a1)a23 - 0.399 -2.810 -0.025 - 1.448 -2.000 0.380 - 1.269 -0.643 0.485 - 2.386 0.275 0.917 - 3.704 -0.405 0.585 - 4.144 -0.010 -0.583 - 3.185 0.989 -1.203 - 2.399 1.529 0.016 - 1.019 1.990 -0.397 - -0.048 1.318 0.332 - -1.360 1.940 0.135 - -2.431 0.937 0.497 - -3.889 1.307 0.201 - -4.517 -0.072 -0.008 - -3.594 -0.934 -0.415 - -2.297 -0.217 -0.550 - -1.013 -0.889 -0.228 - -0.829 -2.249 -0.328 - 0.032 -0.065 0.190 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@@H]2A1 - -4.012 -0.906 0.502 - -4.017 -0.261 -0.889 - -3.066 0.904 -0.876 - -2.030 0.949 -0.093 - -1.127 2.173 -0.150 - 0.289 1.651 -0.454 - 0.713 0.700 0.655 - 2.132 0.225 0.565 - 3.250 1.260 0.404 - 4.475 0.370 0.041 - 3.903 -1.001 -0.405 - 2.404 -0.717 -0.624 - 1.488 -1.913 -0.562 - 0.027 -1.427 -0.513 - -0.198 -0.538 0.701 - -1.654 -0.133 0.875 - -2.579 -1.335 0.822 -A1AA[A@@H]2[A@@H](A1)AA[A@]13AA[A@@H](AA[A@H]23)A1 - -3.924 -0.280 -0.332 - -3.325 -1.459 0.436 - -1.841 -1.601 0.088 - -1.111 -0.312 0.464 - -1.704 0.856 -0.317 - -3.184 1.008 0.039 - -0.938 2.122 0.087 - 0.470 2.016 -0.488 - 1.194 0.767 -0.054 - 2.192 1.067 1.085 - 3.407 0.151 0.837 - 3.108 -0.628 -0.465 - 2.328 -1.898 -0.083 - 0.841 -1.681 -0.405 - 0.365 -0.432 0.327 - 2.123 0.303 -1.219 -A1=A[A@H]2A(=AA1)AA[A@H]1[A@@H]3AAA[A@H]3AA[A@H]21 - -3.712 -1.381 0.277 - -2.494 -1.519 -0.224 - -1.599 -0.378 -0.569 - -2.168 0.966 -0.222 - -3.387 1.128 0.274 - -4.250 -0.034 0.534 - -1.301 2.188 -0.456 - 0.053 1.948 0.220 - 0.663 0.643 -0.297 - 2.023 0.422 0.340 - 3.097 1.460 -0.004 - 4.420 0.691 0.259 - 4.085 -0.815 0.128 - 2.619 -0.867 -0.289 - 1.807 -2.037 0.233 - 0.378 -1.875 -0.308 - -0.233 -0.539 0.104 -A1A=[A+]A23([A+]=A1)([A+]=AAA=[A+]2)[A+]=AAA=[A+]3 - 2.645 -1.432 -0.022 - 2.168 -0.587 -1.166 - 1.106 -0.059 -1.196 - -0.116 -0.164 0.059 - 0.399 -1.720 0.683 - 1.498 -2.159 0.617 - -1.127 -1.032 -1.082 - -2.312 -0.994 -1.114 - -3.137 -0.175 -0.165 - -2.485 -0.118 1.185 - -1.310 -0.109 1.343 - -0.798 1.331 -0.554 - -0.232 2.372 -0.607 - 1.184 2.569 -0.150 - 1.492 1.677 1.016 - 1.021 0.597 1.156 -A1AA=A2AA[A@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@@H]2A1 - 3.747 1.281 -0.383 - 4.144 -0.169 -0.505 - 3.217 -1.218 -0.086 - 2.033 -0.918 0.436 - 1.074 -2.008 0.851 - -0.214 -1.882 0.043 - -0.421 -0.459 -0.461 - -1.893 -0.218 -0.720 - -2.796 -1.450 -0.565 - -4.194 -0.832 -0.301 - -3.946 0.581 0.278 - -2.429 0.713 0.401 - -1.879 2.108 0.158 - -0.345 1.990 0.138 - 0.078 0.576 0.546 - 1.606 0.516 0.633 - 2.220 1.387 -0.464 -A1AAA2=AA[A@H]3[A@@H]4AA=A[A@H]4AA[A@@H]3[A@H]2A1 - 3.911 -1.310 0.013 - 4.419 0.116 -0.206 - 3.571 1.091 0.616 - 2.112 0.892 0.240 - 1.415 1.938 -0.096 - -0.030 1.864 -0.495 - -0.672 0.636 0.160 - -2.078 0.450 -0.379 - -3.121 1.491 0.052 - -4.415 0.679 -0.011 - -4.142 -0.624 0.153 - -2.675 -0.779 0.373 - -1.977 -2.006 -0.176 - -0.500 -1.899 0.240 - 0.139 -0.603 -0.247 - 1.562 -0.502 0.278 - 2.481 -1.434 -0.517 -A1AA[A@@H]2[A@H](A1)AA[A@]13AA[A@@H](AA[A@H]23)A1 - -3.492 0.379 0.762 - -2.798 1.664 0.319 - -1.297 1.397 0.189 - -1.036 0.333 -0.872 - -1.803 -0.952 -0.575 - -3.274 -0.741 -0.251 - -1.121 -1.737 0.549 - 0.297 -2.130 0.102 - 1.102 -0.855 -0.054 - 2.533 -1.152 -0.554 - 3.444 -0.158 0.196 - 2.498 0.771 0.978 - 1.919 1.876 0.103 - 1.261 1.384 -1.170 - 0.459 0.100 -1.038 - 1.308 -0.178 1.316 -A1AAA2=AA[A@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@@H]2A1 - -3.285 0.641 1.331 - -4.296 0.175 0.286 - -3.669 -0.903 -0.606 - -2.159 -0.760 -0.512 - -1.430 -1.831 -0.426 - 0.073 -1.804 -0.305 - 0.445 -0.459 0.320 - 1.906 -0.273 0.586 - 2.774 -1.541 0.586 - 4.217 -0.996 0.410 - 4.079 0.495 0.005 - 2.615 0.606 -0.462 - 2.034 1.991 -0.529 - 0.525 1.975 -0.229 - -0.091 0.638 -0.611 - -1.612 0.646 -0.532 - -2.123 1.400 0.688 -A1AAA2=AA[A@@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - -3.760 1.011 0.558 - -4.046 -0.486 0.644 - -2.804 -1.230 1.148 - -1.656 -0.871 0.218 - -1.067 -1.828 -0.429 - -0.005 -1.584 -1.453 - 0.744 -0.289 -1.171 - 1.693 -0.412 -0.013 - 2.714 -1.549 -0.048 - 3.882 -1.042 0.834 - 3.585 0.450 1.146 - 2.587 0.850 0.043 - 1.722 2.047 0.355 - 0.542 2.162 -0.604 - -0.209 0.875 -0.913 - -1.320 0.585 0.069 - -2.600 1.310 -0.383 -A1AAA2=AA[A@@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@@H]2A1 - -3.923 1.295 0.013 - -4.419 -0.135 0.234 - -3.573 -1.103 -0.598 - -2.112 -0.895 -0.238 - -1.402 -1.937 0.084 - 0.047 -1.854 0.465 - 0.672 -0.617 -0.190 - 2.086 -0.429 0.328 - 3.089 -1.521 -0.060 - 4.458 -0.799 0.073 - 4.171 0.714 -0.086 - 2.679 0.812 -0.391 - 1.953 2.029 0.151 - 0.482 1.906 -0.278 - -0.148 0.601 0.243 - -1.572 0.504 -0.278 - -2.489 1.428 0.528 -A1AAA2=AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - -3.267 -0.774 -1.340 - -4.318 -0.312 -0.334 - -3.650 -0.008 1.014 - -2.149 -0.025 0.772 - -1.401 -0.802 1.487 - 0.087 -0.924 1.284 - 0.436 -0.542 -0.148 - 1.901 -0.495 -0.448 - 2.766 -1.739 -0.210 - 4.208 -1.169 -0.376 - 4.078 0.377 -0.304 - 2.685 0.572 0.338 - 2.067 1.933 0.166 - 0.561 1.864 0.502 - -0.128 0.875 -0.421 - -1.635 0.854 -0.341 - -2.242 0.315 -1.643 -A1A[A@H]2[A@@H]3A=A[A@H]([A@H]2A1)[A@H]1A[A@@H]31 - -2.460 -0.136 0.524 - -1.896 1.068 0.364 - -0.768 0.959 -0.639 - 0.551 1.351 0.041 - 1.677 0.916 -0.890 - 1.678 -0.370 -1.218 - 0.553 -1.200 -0.610 - -0.775 -0.528 -1.032 - -1.905 -1.110 -0.210 - 0.684 -1.035 0.928 - 1.975 -0.386 1.428 - 0.683 0.470 1.312 -A1=A[A@H]2A(=AA1)AA[A@H]1[A@H]3AAA[A@H]3AA[A@H]21 - -3.446 1.530 -0.619 - -2.300 1.623 0.037 - -1.560 0.460 0.574 - -2.181 -0.870 0.259 - -3.332 -0.987 -0.389 - -4.054 0.209 -0.850 - -1.454 -2.127 0.700 - -0.009 -2.040 0.200 - 0.633 -0.742 0.698 - 2.097 -0.736 0.377 - 2.366 -0.929 -1.127 - 3.828 -0.453 -1.295 - 4.120 0.494 -0.116 - 2.804 0.591 0.701 - 2.016 1.771 0.123 - 0.573 1.743 0.617 - -0.100 0.463 0.109 -A1AAA2=AA[A@@H]3[A@@H]4AAA[A@@H]4AA[A@H]3[A@H]2A1 - -3.387 1.170 -0.884 - -4.217 0.493 0.206 - -3.684 -0.927 0.449 - -2.176 -0.868 0.270 - -1.539 -1.909 -0.163 - -0.059 -1.938 -0.398 - 0.465 -0.507 -0.590 - 1.971 -0.542 -0.712 - 2.638 -1.318 0.431 - 4.017 -0.661 0.639 - 4.114 0.489 -0.387 - 2.629 0.847 -0.688 - 2.121 1.650 0.514 - 0.598 1.740 0.479 - 0.008 0.331 0.606 - -1.513 0.441 0.606 - -1.985 1.508 -0.378 -A1AA=A2AA[A@@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@@H]2A1 - -3.954 -1.281 0.195 - -4.287 0.006 -0.535 - -3.398 1.146 -0.286 - -2.163 0.940 0.170 - -1.293 2.157 0.427 - 0.069 1.937 -0.235 - 0.672 0.626 0.278 - 2.052 0.428 -0.323 - 3.108 1.465 0.078 - 4.447 0.712 -0.164 - 4.117 -0.799 -0.080 - 2.639 -0.871 0.292 - 1.853 -2.033 -0.283 - 0.408 -1.895 0.222 - -0.202 -0.553 -0.172 - -1.598 -0.419 0.449 - -2.470 -1.565 -0.032 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@@H]2A1 - -3.968 -1.114 0.188 - -4.125 -0.055 -0.907 - -3.203 1.092 -0.607 - -2.100 0.959 0.067 - -1.244 2.194 0.294 - 0.200 1.892 -0.147 - 0.648 0.629 0.571 - 2.097 0.282 0.509 - 3.072 1.417 0.158 - 4.365 0.664 -0.261 - 3.963 -0.817 -0.466 - 2.425 -0.768 -0.571 - 1.729 -2.081 -0.310 - 0.456 -1.853 0.527 - -0.200 -0.556 0.077 - -1.614 -0.356 0.629 - -2.498 -1.528 0.250 -A1A=AA2=AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.789 1.345 0.340 - 4.309 -0.054 0.224 - 3.546 -1.117 -0.026 - 2.097 -0.945 -0.252 - 1.315 -2.012 -0.189 - -0.186 -1.879 -0.323 - -0.538 -0.541 0.340 - -2.002 -0.325 0.525 - -2.952 -1.509 0.305 - -4.345 -0.820 0.228 - -4.075 0.694 0.037 - -2.597 0.743 -0.413 - -1.922 2.076 -0.247 - -0.407 1.927 -0.043 - 0.094 0.568 -0.498 - 1.604 0.452 -0.501 - 2.271 1.396 0.492 -A1AAA2=AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@@H]2A1 - 3.904 1.319 -0.172 - 4.335 -0.120 -0.348 - 3.563 -1.188 0.399 - 2.083 -0.920 0.169 - 1.330 -1.928 -0.167 - -0.160 -1.808 -0.375 - -0.629 -0.624 0.470 - -2.102 -0.396 0.473 - -3.008 -1.525 -0.042 - -4.373 -0.794 -0.182 - -4.063 0.698 -0.242 - -2.554 0.781 -0.413 - -1.943 2.079 0.050 - -0.514 1.873 0.568 - 0.119 0.621 -0.019 - 1.593 0.492 0.351 - 2.419 1.439 -0.522 -a1aaa2[AH+]A[A@@H]3[A@@H]4AA[A@@H](A4)[A@@H]3a2a1 - 3.095 1.112 0.123 - 3.389 -0.133 -0.440 - 2.397 -1.084 -0.543 - 1.118 -0.793 -0.098 - 0.091 -1.765 -0.171 - -0.770 -1.761 1.050 - -1.478 -0.424 1.172 - -2.630 -0.351 0.124 - -1.974 -0.682 -1.232 - -1.104 0.556 -1.545 - -1.321 1.507 -0.328 - -2.821 1.196 0.015 - -0.597 0.785 0.854 - 0.803 0.450 0.446 - 1.803 1.394 0.572 -A1A=AA2=AA[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.636 -1.061 -0.802 - 4.364 0.034 -0.061 - 3.620 1.016 0.469 - 2.156 0.873 0.264 - 1.452 1.914 -0.123 - -0.023 1.881 -0.379 - -0.655 0.634 0.249 - -2.051 0.448 -0.319 - -3.070 1.532 0.053 - -4.431 0.811 -0.144 - -4.147 -0.705 -0.004 - -2.667 -0.808 0.352 - -1.916 -2.009 -0.194 - -0.470 -1.899 0.275 - 0.182 -0.591 -0.164 - 1.553 -0.480 0.513 - 2.467 -1.591 0.014 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.924 -0.815 -1.073 - 4.268 0.421 -0.284 - 3.252 1.092 0.524 - 2.052 0.555 0.695 - 0.966 1.288 1.446 - -0.140 1.598 0.440 - -0.451 0.422 -0.459 - -1.925 0.217 -0.685 - -2.805 1.462 -0.857 - -4.240 0.877 -0.711 - -4.084 -0.497 -0.009 - -2.626 -0.496 0.487 - -2.000 -1.855 0.690 - -0.507 -1.652 1.024 - 0.201 -0.901 -0.085 - 1.706 -0.790 0.106 - 2.409 -0.926 -1.250 -A1AA=A2AA[A@@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - -3.751 1.164 0.679 - -4.182 -0.245 0.322 - -3.132 -1.270 0.306 - -1.849 -0.922 0.256 - -0.816 -2.035 0.248 - 0.024 -1.849 -1.016 - 0.708 -0.487 -0.993 - 1.776 -0.413 0.067 - 2.885 -1.470 -0.011 - 4.070 -0.813 0.745 - 3.740 0.697 0.864 - 2.571 0.903 -0.106 - 1.660 2.075 0.140 - 0.408 2.024 -0.733 - -0.270 0.667 -0.851 - -1.358 0.494 0.200 - -2.485 1.478 -0.116 -A1AA=A2AA[A@H]3[A@@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - -3.856 1.269 0.381 - -4.224 -0.009 -0.346 - -3.310 -1.143 -0.169 - -2.051 -0.932 0.208 - -1.147 -2.140 0.375 - 0.109 -1.909 -0.472 - 0.785 -0.604 -0.041 - 2.090 -0.445 -0.824 - 3.095 -1.475 -0.231 - 3.629 -0.762 1.030 - 3.687 0.734 0.648 - 2.783 0.902 -0.571 - 1.845 2.079 -0.545 - 0.567 1.854 0.250 - -0.136 0.587 -0.249 - -1.473 0.425 0.480 - -2.391 1.569 0.076 -A1AA=A2AA[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@@H]2A1 - 3.490 -1.478 0.726 - 3.953 -0.071 1.013 - 3.226 1.065 0.450 - 2.171 0.881 -0.336 - 1.419 2.063 -0.889 - -0.023 2.020 -0.400 - -0.467 0.608 -0.033 - -1.975 0.513 -0.198 - -2.794 1.438 0.722 - -4.181 0.741 0.767 - -3.930 -0.752 0.440 - -2.416 -0.887 0.305 - -1.922 -1.883 -0.730 - -0.389 -1.848 -0.682 - 0.172 -0.449 -0.935 - 1.686 -0.501 -0.688 - 1.980 -1.460 0.467 -A1AA=A2A=A[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.874 1.173 -0.216 - 4.351 -0.059 0.064 - 3.462 -1.156 0.188 - 2.136 -0.981 -0.002 - 1.205 -2.095 0.172 - -0.107 -1.925 0.017 - -0.687 -0.589 -0.351 - -2.069 -0.415 0.248 - -3.133 -1.413 -0.221 - -4.462 -0.658 0.053 - -4.114 0.852 0.056 - -2.624 0.936 -0.280 - -1.823 2.045 0.371 - -0.369 1.910 -0.115 - 0.202 0.534 0.207 - 1.607 0.383 -0.379 - 2.546 1.450 0.191 -A1A[A@H]2[A@H]3A=A[A@@H]([A@H]2A1)[A@@H]1A[A@H]31 - -2.637 0.008 -0.268 - -2.007 -1.125 0.067 - -0.721 -0.784 0.788 - 0.478 -1.318 -0.007 - 0.441 -0.642 -1.373 - 0.442 0.686 -1.349 - 0.473 1.314 0.028 - -0.719 0.754 0.816 - -2.003 1.126 0.107 - 1.759 0.762 0.699 - 2.735 0.024 -0.219 - 1.758 -0.806 0.706 -a1aaa2a(a1)AA1=A[A@@H]3AA[AH+]4AA[A@]21[A@@H]4A3 - -4.049 0.004 -0.244 - -3.463 1.164 -0.708 - -2.089 1.364 -0.632 - -1.337 0.355 -0.074 - -1.913 -0.842 0.382 - -3.298 -1.027 0.311 - -0.930 -1.708 0.846 - 0.297 -1.260 0.448 - 1.369 -2.024 0.103 - 2.398 -1.394 -0.812 - 3.406 -0.591 -0.031 - 2.940 0.643 0.684 - 2.101 1.504 -0.173 - 1.263 2.239 0.850 - 0.476 1.040 1.459 - 0.121 0.213 0.197 - 1.065 0.716 -0.882 - 1.650 -0.402 -1.724 -A1A[A@@H]2A[A@H]3AAA[A@@]4(AA4)[A@@H]3A[A@@H]2A1 - -3.355 0.505 0.921 - -2.568 -0.594 0.918 - -2.124 -0.799 -0.453 - -0.956 -1.747 -0.567 - 0.300 -1.168 0.086 - 1.465 -2.143 -0.078 - 2.713 -1.579 0.603 - 3.127 -0.275 -0.086 - 1.946 0.699 -0.057 - 2.221 2.088 -0.226 - 1.867 1.692 1.101 - 0.635 0.152 -0.624 - -0.498 1.138 -0.356 - -1.813 0.627 -0.948 - -2.953 1.409 -0.228 -A1AA=A2AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.697 -1.266 -0.626 - 3.836 0.160 -1.108 - 3.039 1.197 -0.448 - 2.063 0.888 0.400 - 1.283 2.007 1.057 - -0.202 1.863 0.687 - -0.386 0.539 -0.041 - -1.765 0.265 -0.550 - -2.700 1.483 -0.669 - -4.113 0.847 -0.730 - -3.941 -0.650 -0.354 - -2.572 -0.682 0.352 - -1.919 -2.024 0.498 - -0.394 -1.945 0.315 - 0.157 -0.615 0.798 - 1.689 -0.540 0.717 - 2.227 -1.526 -0.297 -A1AAA2=AA[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.921 -1.297 -0.014 - 4.418 0.134 -0.228 - 3.571 1.099 0.607 - 2.111 0.893 0.242 - 1.405 1.937 -0.087 - -0.042 1.853 -0.477 - -0.672 0.621 0.182 - -2.086 0.434 -0.341 - -3.089 1.524 0.057 - -4.450 0.784 -0.053 - -4.151 -0.704 0.095 - -2.682 -0.803 0.382 - -1.961 -2.025 -0.153 - -0.490 -1.906 0.274 - 0.143 -0.612 -0.232 - 1.569 -0.505 0.279 - 2.486 -1.427 -0.530 -A1AAA2=AA[A@@H]3[A@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.646 1.612 -0.091 - 4.217 0.361 0.578 - 3.655 -0.891 -0.103 - 2.140 -0.799 -0.047 - 1.476 -1.792 0.467 - -0.023 -1.781 0.585 - -0.489 -0.332 0.724 - -1.993 -0.295 0.861 - -2.512 1.122 1.169 - -4.014 1.041 0.810 - -4.165 -0.122 -0.189 - -2.735 -0.676 -0.432 - -2.168 0.089 -1.630 - -0.657 -0.103 -1.734 - -0.007 0.466 -0.469 - 1.501 0.443 -0.594 - 2.127 1.657 0.096 -A1AA[A@H]2AA3AAa4a([aH]a5aaaaa45)[A@H]3A[A@H]2A1 - 5.303 1.596 0.456 - 5.654 0.411 -0.500 - 4.789 -0.806 -0.190 - 3.288 -0.532 -0.440 - 2.420 -1.569 0.298 - 0.965 -1.318 0.158 - 0.126 -2.482 -0.208 - -1.357 -2.279 0.255 - -1.817 -0.849 0.022 - -0.941 0.161 -0.283 - -1.683 1.318 -0.427 - -3.013 1.031 -0.202 - -4.150 1.863 -0.236 - -5.392 1.266 0.035 - -5.483 -0.126 0.320 - -4.327 -0.947 0.326 - -3.086 -0.341 0.072 - 0.562 -0.020 -0.434 - 1.392 1.088 0.195 - 2.908 0.943 -0.138 - 3.832 1.593 0.923 -A1AA=A2AA[A@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@@H]2A1 - -3.954 -0.936 -0.869 - -4.335 0.438 -0.341 - -3.233 1.116 0.404 - -2.058 0.615 0.621 - -1.002 1.384 1.378 - 0.170 1.634 0.435 - 0.478 0.455 -0.457 - 1.950 0.222 -0.679 - 2.857 1.451 -0.820 - 4.277 0.826 -0.701 - 4.099 -0.536 0.022 - 2.633 -0.535 0.476 - 1.968 -1.878 0.666 - 0.491 -1.620 1.024 - -0.193 -0.860 -0.103 - -1.689 -0.759 0.123 - -2.459 -1.017 -1.176 -A1AAA2=AA[A@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - 3.913 1.262 0.159 - 4.303 -0.153 0.589 - 3.579 -1.167 -0.302 - 2.086 -0.910 -0.186 - 1.321 -1.911 0.145 - -0.174 -1.805 0.309 - -0.643 -0.623 -0.535 - -2.116 -0.367 -0.510 - -3.027 -1.513 -0.048 - -4.340 -0.811 0.301 - -4.058 0.690 0.313 - -2.522 0.762 0.459 - -1.909 2.083 0.074 - -0.545 1.872 -0.609 - 0.124 0.618 -0.071 - 1.591 0.488 -0.451 - 2.418 1.485 0.363 -A1=A[A@H]2AA[A@@H]3Aa4aaaaa4[A@]43AAA(A1)[A@H]24 - -3.601 0.521 1.110 - -2.832 -0.483 1.607 - -1.422 -0.730 1.102 - -0.998 -2.238 0.976 - -0.507 -2.722 -0.451 - 0.478 -1.713 -1.122 - 1.848 -1.799 -0.595 - 2.252 -0.526 -0.010 - 3.451 -0.281 0.650 - 3.642 1.031 1.123 - 2.652 2.018 0.946 - 1.435 1.718 0.274 - 1.262 0.415 -0.202 - 0.057 -0.201 -0.957 - -0.312 0.626 -2.205 - -1.263 1.721 -1.651 - -1.714 1.293 -0.318 - -3.127 1.453 -0.003 - -1.306 -0.095 -0.276 -A1A[A@@H]2A[A@H](A1)a1aaa3Aa4aa5AAAAa5aa4Aa3a1A2 - 4.113 -0.886 1.849 - 4.154 -2.158 1.000 - 3.925 -1.824 -0.469 - 4.847 -0.825 -0.908 - 4.732 0.406 -0.181 - 5.115 0.127 1.282 - 3.284 0.840 -0.201 - 2.968 2.160 0.029 - 1.639 2.583 0.023 - 0.620 1.660 -0.216 - -0.792 2.086 -0.223 - -1.854 1.062 -0.176 - -3.174 1.414 0.096 - -4.171 0.432 0.139 - -5.579 0.886 0.429 - -6.444 -0.293 0.869 - -6.285 -1.418 -0.160 - -4.875 -1.989 -0.034 - -3.849 -0.886 -0.081 - -2.531 -1.248 -0.356 - -1.532 -0.289 -0.408 - -0.132 -0.668 -0.702 - 0.944 0.308 -0.453 - 2.282 -0.096 -0.449 - 2.590 -1.391 -0.702 -A1AAA2=AA[A@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@@H]2A1 - 3.321 0.340 1.469 - 4.269 0.275 0.370 - 3.659 0.353 -0.991 - 2.166 0.259 -0.718 - 1.324 1.210 -1.239 - -0.094 1.206 -1.047 - -0.448 0.482 0.265 - -1.880 0.404 0.550 - -2.798 1.664 0.506 - -4.254 1.096 0.527 - -4.053 -0.384 0.175 - -2.646 -0.538 -0.411 - -2.097 -1.934 -0.412 - -0.575 -1.849 -0.730 - 0.163 -0.890 0.222 - 1.632 -0.890 0.021 - 2.311 -0.802 1.446 -A1A=A[A@@H]2A[A@@H]3AA[A@H]([A@@H]2A1)[A@@]13AA1 - -2.636 1.039 0.378 - -2.752 -0.420 0.453 - -1.896 -1.183 -0.207 - -0.779 -0.666 -1.052 - 0.362 -1.505 -0.937 - 1.246 -1.251 0.160 - 0.396 -1.135 1.450 - -0.008 0.349 1.560 - 0.534 1.035 0.278 - -0.466 0.807 -0.861 - -1.737 1.633 -0.675 - 1.784 0.181 -0.022 - 2.888 0.555 -0.973 - 3.069 0.555 0.449 -A1A=A[A@@H]2A[A@H]3AA[A@@H]([A@@H]2A1)[A@@]13AA1 - 2.677 -1.354 -0.353 - 3.119 -0.099 0.341 - 2.362 0.931 0.543 - 0.921 1.008 0.119 - 0.091 0.838 1.269 - -1.317 0.770 0.980 - -1.627 1.900 -0.033 - -1.361 1.311 -1.431 - -0.876 -0.146 -1.194 - 0.640 -0.060 -0.938 - 1.148 -1.409 -0.423 - -1.524 -0.513 0.154 - -2.768 -1.369 0.262 - -1.479 -1.808 0.708 -a1aaa2[AH+]A[A@H]3[A@@H]4AA[A@@H](A4)[A@@H]3a2a1 - -2.742 -1.657 -0.061 - -3.451 -0.511 -0.433 - -2.853 0.726 -0.374 - -1.535 0.851 0.053 - -0.982 2.173 0.145 - 0.536 2.279 -0.001 - 1.118 0.927 -0.238 - 2.617 0.653 -0.330 - 2.619 -0.501 -1.406 - 1.808 -1.620 -0.708 - 1.620 -1.179 0.769 - 2.902 -0.228 0.949 - 0.578 -0.057 0.837 - -0.824 -0.313 0.418 - -1.415 -1.540 0.373 -A1AA=A2AA[A@H]3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.467 1.375 0.720 - 4.223 0.077 0.502 - 3.394 -1.120 0.250 - 2.183 -0.965 -0.263 - 1.317 -2.195 -0.480 - -0.026 -1.946 0.215 - -0.649 -0.649 -0.302 - -1.994 -0.418 0.362 - -3.068 -1.474 0.071 - -4.386 -0.690 0.312 - -4.055 0.787 0.128 - -2.607 0.855 -0.284 - -1.788 2.039 0.191 - -0.370 1.868 -0.376 - 0.253 0.544 0.055 - 1.601 0.360 -0.644 - 2.506 1.553 -0.455 -A1AA=A2AA[A@H]3[A@H]4AAA[A@@H]4AA[A@@H]3[A@H]2A1 - 3.921 1.188 0.005 - 4.084 -0.028 0.876 - 3.189 -1.159 0.615 - 2.056 -0.978 -0.062 - 1.190 -2.195 -0.329 - -0.274 -1.878 0.005 - -0.668 -0.608 -0.739 - -2.131 -0.257 -0.614 - -3.028 -1.405 -0.128 - -4.263 -0.671 0.455 - -3.789 0.752 0.834 - -2.292 0.783 0.522 - -1.763 2.127 0.057 - -0.428 1.876 -0.680 - 0.153 0.562 -0.170 - 1.612 0.363 -0.583 - 2.432 1.528 -0.064 -A1AAA2=AA[A@H]3[A@@H]4AAA[A@@H]4AA[A@H]3[A@H]2A1 - -3.687 -1.487 -0.409 - -4.241 -0.293 0.370 - -3.614 1.000 -0.161 - -2.103 0.864 -0.087 - -1.426 1.804 0.503 - 0.067 1.771 0.650 - 0.669 0.931 -0.483 - 2.166 0.822 -0.299 - 2.846 0.059 -1.452 - 4.220 -0.334 -0.861 - 4.056 -0.333 0.671 - 2.568 0.016 0.949 - 1.818 -1.314 1.037 - 0.306 -1.095 0.897 - 0.015 -0.449 -0.461 - -1.479 -0.356 -0.699 - -2.182 -1.608 -0.166 -A1AA=A2AA[A@@H]3[A@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - -3.781 -1.208 -0.326 - -4.176 0.204 0.065 - -3.157 1.241 -0.127 - -1.871 0.911 -0.231 - -0.865 2.037 -0.386 - 0.173 1.882 0.728 - 0.855 0.521 0.604 - 1.709 0.451 -0.656 - 2.867 1.478 -0.475 - 3.878 0.756 0.439 - 3.632 -0.755 0.261 - 2.474 -0.879 -0.735 - 1.626 -2.105 -0.516 - 0.555 -1.937 0.522 - -0.142 -0.612 0.721 - -1.360 -0.498 -0.188 - -2.417 -1.489 0.299 -A1AAA2=AA[A@@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@H]2A1 - 3.191 -0.888 -1.394 - 4.217 -0.442 -0.353 - 3.756 0.874 0.290 - 2.240 0.812 0.385 - 1.549 1.905 0.322 - 0.049 1.939 0.350 - -0.511 0.572 -0.063 - -2.005 0.544 0.207 - -2.854 1.491 -0.648 - -4.265 0.846 -0.584 - -4.046 -0.653 -0.265 - -2.533 -0.845 -0.241 - -1.998 -1.860 0.752 - -0.470 -1.876 0.602 - 0.142 -0.496 0.831 - 1.636 -0.557 0.538 - 1.903 -1.368 -0.727 -A1AA=A2AA[A@@H]3[A@H]4AAA[A@H]4AA[A@H]3[A@@H]2A1 - 3.804 -1.244 -0.511 - 4.222 0.036 0.187 - 3.284 1.161 0.112 - 1.999 0.942 -0.164 - 1.082 2.147 -0.267 - -0.173 1.885 0.570 - -0.807 0.580 0.126 - -2.142 0.402 0.853 - -3.118 1.447 0.231 - -3.499 0.826 -1.132 - -3.296 -0.697 -0.989 - -2.819 -0.920 0.450 - -1.921 -2.127 0.586 - -0.550 -1.870 -0.002 - 0.136 -0.586 0.418 - 1.424 -0.422 -0.398 - 2.375 -1.559 -0.070 -A1AAA2=AA[A@@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.178 0.581 1.384 - 4.272 0.105 0.434 - 3.685 -0.830 -0.632 - 2.173 -0.715 -0.551 - 1.460 -1.797 -0.485 - -0.044 -1.790 -0.365 - -0.427 -0.463 0.290 - -1.884 -0.292 0.566 - -2.751 -1.560 0.595 - -4.196 -0.999 0.489 - -4.063 0.473 0.026 - -2.609 0.568 -0.490 - -2.058 1.971 -0.530 - -0.553 1.977 -0.212 - 0.087 0.660 -0.626 - 1.606 0.686 -0.560 - 2.124 1.425 0.667 -A1AAA2=AA[A@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - -3.830 -1.347 -0.345 - -4.312 -0.116 0.423 - -3.637 1.138 -0.140 - -2.132 0.937 -0.079 - -1.408 1.853 0.488 - 0.072 1.764 0.661 - 0.711 0.821 -0.367 - 2.115 0.517 0.126 - 3.235 1.363 -0.505 - 4.504 0.528 -0.176 - 4.023 -0.855 0.251 - 2.577 -0.909 -0.222 - 1.732 -1.951 0.467 - 0.305 -1.415 0.688 - -0.072 -0.481 -0.451 - -1.557 -0.315 -0.665 - -2.327 -1.533 -0.154 -A1A[A@@H]2A[A@H]3AAA[A@@]4(AA4)[A@H]3A[A@@H]2A1 - -3.379 0.937 0.523 - -3.441 -0.342 0.094 - -2.068 -0.743 -0.283 - -1.306 -0.919 1.031 - 0.200 -0.877 0.816 - 0.642 -1.978 -0.146 - 2.168 -1.983 -0.253 - 2.647 -0.649 -0.834 - 2.109 0.496 0.025 - 2.769 1.758 -0.040 - 2.983 1.016 1.163 - 0.589 0.490 0.234 - -0.092 0.635 -1.128 - -1.590 0.521 -1.027 - -2.226 1.637 -0.178 -A1A[A@@H]2AA[A@@H]3[A@@H](AAa4aaaaa34)[A@@H]2A1 - -4.174 0.334 -1.025 - -4.133 0.258 0.512 - -2.663 -0.059 0.895 - -1.957 1.286 1.086 - -0.444 1.095 1.137 - 0.028 0.531 -0.209 - -0.621 -0.830 -0.425 - -0.053 -1.818 0.595 - 1.406 -2.097 0.236 - 2.160 -0.808 0.036 - 3.547 -0.863 0.062 - 4.299 0.285 -0.123 - 3.661 1.496 -0.347 - 2.284 1.547 -0.374 - 1.529 0.397 -0.180 - -2.124 -0.775 -0.356 - -2.743 0.022 -1.520 -A1AA=A2AA[A@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@H]2A1 - 4.011 0.907 -0.495 - 3.999 0.278 0.902 - 3.057 -0.894 0.889 - 2.030 -0.952 0.096 - 1.130 -2.177 0.147 - -0.288 -1.659 0.450 - -0.712 -0.704 -0.653 - -2.131 -0.224 -0.566 - -3.248 -1.260 -0.392 - -4.475 -0.364 -0.054 - -3.909 0.999 0.428 - -2.404 0.731 0.610 - -1.479 1.920 0.547 - -0.021 1.416 0.520 - 0.201 0.533 -0.699 - 1.655 0.125 -0.879 - 2.583 1.324 -0.851 -A1AAA2=AA[A@H]3[A@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - -3.715 1.464 -0.421 - -4.298 0.057 -0.564 - -3.658 -0.869 0.475 - -2.149 -0.806 0.305 - -1.494 -1.923 0.187 - -0.006 -1.983 0.003 - 0.631 -0.731 0.619 - 2.125 -0.762 0.402 - 2.504 -0.931 -1.081 - 3.980 -0.470 -1.117 - 4.190 0.424 0.088 - 2.841 0.540 0.798 - 2.130 1.750 0.186 - 0.654 1.754 0.572 - -0.014 0.502 -0.009 - -1.503 0.547 0.289 - -2.218 1.438 -0.732 -A1AA=A2AA[A@H]3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.880 -1.336 0.247 - 4.204 -0.145 -0.630 - 3.320 1.020 -0.551 - 2.152 0.950 0.087 - 1.328 2.217 0.200 - -0.079 1.912 -0.294 - -0.717 0.774 0.495 - -2.033 0.430 -0.194 - -3.197 1.375 0.145 - -4.458 0.529 -0.174 - -3.984 -0.938 -0.316 - -2.569 -0.932 0.291 - -1.674 -2.048 -0.204 - -0.289 -1.468 -0.541 - 0.129 -0.480 0.542 - 1.618 -0.310 0.680 - 2.368 -1.549 0.217 -A1AAA2=AA[A@@H]3[A@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - -2.874 -0.973 1.476 - -4.004 -0.572 0.530 - -3.658 0.763 -0.144 - -2.155 0.768 -0.371 - -1.507 1.889 -0.346 - -0.020 1.993 -0.501 - 0.643 0.647 -0.174 - 2.130 0.765 -0.528 - 2.794 1.559 0.630 - 3.286 0.512 1.647 - 2.945 -0.875 1.052 - 2.838 -0.598 -0.460 - 2.102 -1.689 -1.200 - 0.652 -1.783 -0.730 - -0.042 -0.441 -1.001 - -1.503 -0.571 -0.580 - -1.628 -1.395 0.700 -A1AA=A2AA[A@@H]3[A@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - -3.436 1.308 -0.522 - -3.259 0.133 -1.464 - -2.627 -1.064 -0.898 - -1.862 -0.959 0.187 - -1.248 -2.225 0.752 - 0.248 -2.008 0.964 - 0.677 -0.648 0.414 - 2.192 -0.506 0.595 - 2.851 -1.413 -0.487 - 2.705 -0.597 -1.790 - 2.584 0.882 -1.369 - 2.672 0.890 0.163 - 1.867 2.007 0.786 - 0.375 1.821 0.516 - -0.070 0.480 1.114 - -1.581 0.335 0.888 - -2.087 1.562 0.150 -A1A=A[A@H]2A[A@H]3AA[A@@H]([A@@H]2A1)[A@@]13AA1 - 3.094 0.699 0.668 - 3.154 -0.226 -0.506 - 2.113 -0.690 -1.126 - 0.717 -0.328 -0.727 - -0.211 -1.374 -1.002 - -1.554 -0.998 -0.623 - -1.835 -1.681 0.743 - -1.585 -0.594 1.804 - -0.751 0.499 1.096 - 0.674 0.034 0.769 - 1.674 1.183 0.965 - -1.492 0.503 -0.273 - -2.640 1.443 -0.571 - -1.364 1.536 -1.215 -A1A=A[A@@H]2A[A@H]3AA[A@@H]([A@H]2A1)[A@@]13AA1 - 3.043 1.167 -0.113 - 3.149 -0.214 -0.686 - 2.187 -1.089 -0.704 - 0.847 -0.811 -0.107 - -0.226 -1.459 -0.773 - -1.494 -1.214 -0.117 - -1.227 -1.369 1.403 - -0.748 0.008 1.901 - -0.733 0.939 0.660 - 0.614 0.701 -0.048 - 1.772 1.324 0.730 - -1.787 0.290 -0.263 - -3.187 0.844 -0.415 - -2.217 0.882 -1.469 -A1AA=A2AA[A@H]3[A@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.778 -1.411 -0.194 - 4.069 -0.150 -1.013 - 3.284 1.009 -0.408 - 2.166 0.850 0.239 - 1.444 2.087 0.744 - -0.008 2.023 0.263 - -0.645 0.709 0.726 - -2.124 0.721 0.413 - -2.403 0.971 -1.081 - -3.861 0.492 -1.264 - -4.142 -0.506 -0.124 - -2.823 -0.626 0.684 - -2.036 -1.786 0.068 - -0.590 -1.770 0.553 - 0.076 -0.472 0.079 - 1.549 -0.496 0.501 - 2.267 -1.644 -0.187 -A1AAA2=AA[A@H]3[A@H]4AAA[A@@H]4AA[A@H]3[A@H]2A1 - -3.918 -1.211 -0.251 - -4.272 0.037 0.555 - -3.550 1.255 -0.030 - -2.061 0.951 -0.055 - -1.260 1.782 0.541 - 0.222 1.536 0.662 - 0.689 0.714 -0.529 - 2.139 0.348 -0.521 - 3.193 1.436 -0.273 - 4.482 0.567 -0.161 - 4.023 -0.838 0.226 - 2.544 -0.692 0.539 - 1.713 -1.943 0.388 - 0.224 -1.562 0.467 - -0.132 -0.577 -0.636 - -1.617 -0.310 -0.735 - -2.419 -1.492 -0.187 -A1AA[A@H]2[A@H](A1)AA=A1A2=AA[A@@H]2AAA[A@@H]12 - -4.397 0.012 0.427 - -3.914 -1.314 -0.161 - -2.435 -1.522 0.178 - -1.620 -0.370 -0.408 - -2.097 0.949 0.206 - -3.569 1.164 -0.147 - -1.248 2.092 -0.354 - 0.196 1.859 0.005 - 0.688 0.638 0.126 - -0.156 -0.539 -0.131 - 0.342 -1.769 -0.073 - 1.811 -2.035 0.187 - 2.579 -0.836 -0.328 - 4.090 -0.835 -0.139 - 4.473 0.655 0.052 - 3.139 1.452 0.062 - 2.116 0.399 0.496 -A1A[A@@H]2A[A@H]3AAA[A@]4(AA4)[A@@H]3A[A@@H]2A1 - 3.329 0.502 -0.965 - 2.541 -0.597 -0.963 - 2.129 -0.825 0.415 - 0.954 -1.767 0.518 - -0.301 -1.165 -0.113 - -1.472 -2.136 0.035 - -2.720 -1.548 -0.625 - -3.121 -0.258 0.098 - -1.934 0.709 0.084 - -1.862 1.666 -0.970 - -2.219 2.192 0.311 - -0.623 0.139 0.629 - 0.504 1.116 0.393 - 1.832 0.592 0.943 - 2.956 1.385 0.210 -A1A=A[A@H]2A[A@H]3AA[A@@H]([A@H]2A1)[A@@]13AA1 - 2.844 1.038 0.278 - 2.808 -0.455 0.297 - 1.896 -1.166 -0.284 - 0.774 -0.583 -1.072 - -0.377 -1.413 -1.073 - -1.285 -1.253 0.022 - -0.470 -1.306 1.340 - -0.126 0.158 1.672 - -0.529 0.990 0.437 - 0.470 0.863 -0.712 - 1.741 1.677 -0.539 - -1.792 0.204 -0.010 - -3.176 0.557 0.505 - -2.784 0.694 -0.865 -A1A[A@@H]2AA[A@H]3[A@@H](AAa4aaaaa34)[A@@H]2A1 - -3.979 -0.827 -0.815 - -3.456 0.601 -1.077 - -2.771 0.999 0.240 - -1.820 2.154 0.090 - -0.380 1.828 -0.276 - 0.131 0.662 0.571 - -0.771 -0.525 0.219 - -0.147 -1.811 0.755 - 1.058 -2.098 -0.150 - 1.977 -0.902 -0.133 - 3.265 -1.106 -0.605 - 4.191 -0.079 -0.586 - 3.826 1.144 -0.050 - 2.544 1.333 0.437 - 1.576 0.350 0.304 - -2.164 -0.295 0.798 - -3.081 -1.428 0.278 -A1A=A[A@H]2A[A@@H]3AA[A@H]([A@H]2A1)[A@@]13AA1 - 2.593 1.364 -0.269 - 3.138 0.135 0.317 - 2.375 -0.939 0.474 - 0.935 -0.980 0.080 - 0.129 -0.828 1.248 - -1.287 -0.796 0.986 - -1.583 -1.935 -0.021 - -1.366 -1.324 -1.421 - -0.908 0.142 -1.199 - 0.615 0.088 -0.963 - 1.091 1.453 -0.453 - -1.543 0.479 0.162 - -1.484 1.869 0.761 - -2.701 1.272 0.297 -A1A[A@@H]2AA[A@@H]3[A@H](AAa4aaaaa34)[A@@H]2A1 - -4.062 -0.365 -0.979 - -4.146 0.569 0.242 - -2.724 0.606 0.863 - -1.991 1.780 0.212 - -0.495 1.701 0.403 - 0.006 0.405 -0.237 - -0.617 -0.767 0.514 - -0.028 -2.059 -0.054 - 1.446 -2.135 0.406 - 2.166 -0.845 0.113 - 3.554 -0.860 0.147 - 4.277 0.297 -0.089 - 3.608 1.482 -0.362 - 2.230 1.494 -0.401 - 1.506 0.332 -0.169 - -2.121 -0.741 0.422 - -2.610 -0.894 -1.030 -A1AA=A2AA[A@H]3[A@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 4.035 0.749 -0.206 - 3.835 -0.143 0.998 - 2.768 -1.145 0.925 - 1.786 -1.004 0.041 - 0.728 -2.087 -0.051 - -0.656 -1.438 0.066 - -0.808 -0.345 -0.987 - -2.215 0.239 -0.991 - -3.216 -0.939 -0.843 - -3.463 -1.057 0.673 - -3.277 0.364 1.244 - -2.555 1.174 0.170 - -1.434 2.058 0.656 - -0.092 1.356 0.593 - 0.234 0.756 -0.753 - 1.642 0.191 -0.849 - 2.686 1.271 -0.686 -A1AA[A@H]2[A@H](A1)AAA1=A2AA[A@@H]2AAA[A@@H]12 - 4.389 -0.062 -0.432 - 3.854 -1.346 0.187 - 2.372 -1.526 -0.140 - 1.584 -0.354 0.444 - 2.107 0.955 -0.109 - 3.600 1.170 0.008 - 1.279 2.098 0.475 - -0.122 1.977 -0.124 - -0.623 0.556 -0.148 - 0.113 -0.501 0.090 - -0.407 -1.916 0.070 - -1.901 -2.062 -0.215 - -2.606 -0.840 0.345 - -4.116 -0.753 0.112 - -4.411 0.765 -0.005 - -3.036 1.480 -0.082 - -2.075 0.359 -0.475 -A1AAA2=AA[A@H]3[A@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.882 0.895 -0.056 - 3.964 -0.400 0.755 - 3.130 -1.485 0.069 - 1.715 -0.959 -0.110 - 0.728 -1.689 0.318 - -0.710 -1.269 0.209 - -0.860 -0.306 -0.973 - -2.307 0.189 -1.043 - -3.214 -1.058 -0.822 - -3.142 -1.289 0.703 - -2.774 0.044 1.330 - -2.651 1.034 0.196 - -1.629 2.110 0.483 - -0.222 1.543 0.558 - 0.105 0.859 -0.774 - 1.545 0.378 -0.771 - 2.440 1.405 -0.070 -A1A[A@@H]2AA[A@@H]3[A@@H](AAa4aaaaa34)[A@H]2A1 - 4.465 -0.654 0.205 - 4.075 0.792 -0.198 - 2.573 0.695 -0.527 - 1.793 1.981 -0.385 - 0.297 1.676 -0.505 - -0.183 0.656 0.521 - 0.657 -0.623 0.505 - 0.233 -1.515 -0.655 - -1.161 -2.065 -0.319 - -2.095 -0.903 -0.091 - -3.453 -1.125 -0.269 - -4.359 -0.090 -0.106 - -3.899 1.176 0.223 - -2.548 1.390 0.400 - -1.639 0.347 0.263 - 2.113 -0.301 0.557 - 3.131 -1.436 0.383 -A1A[A@H]2AA[A@@H]3[A@@H](AAa4aaaaa34)[A@@H]2A1 - 3.518 0.580 1.357 - 3.131 -0.891 1.241 - 2.208 -0.982 0.062 - 1.116 -2.032 0.126 - 0.325 -1.944 -1.189 - -0.237 -0.547 -1.417 - 0.838 0.539 -1.320 - 0.153 1.906 -1.424 - -0.666 2.135 -0.155 - -1.571 0.961 0.111 - -2.643 1.153 0.972 - -3.504 0.109 1.265 - -3.292 -1.136 0.692 - -2.229 -1.323 -0.165 - -1.365 -0.275 -0.462 - 1.512 0.406 0.035 - 2.706 1.340 0.272 -A1A=A[A@H]2A[A@@H]3AA[A@H]([A@H]2A1)[A@]13AA1 - -2.603 1.361 0.281 - -3.151 0.142 -0.322 - -2.390 -0.932 -0.493 - -0.941 -0.980 -0.104 - -0.133 -0.799 -1.268 - 1.282 -0.765 -1.002 - 1.581 -1.922 -0.016 - 1.347 -1.353 1.397 - 0.893 0.117 1.197 - -0.629 0.071 0.959 - -1.102 1.444 0.467 - 1.530 0.495 -0.153 - 2.796 1.319 -0.260 - 1.514 1.803 -0.680 -A1A[A@H]2AA[A@H]3[A@@H](AAa4aaaaa34)[A@@H]2A1 - 4.456 -0.691 0.092 - 4.099 0.812 0.205 - 2.588 0.856 0.400 - 1.856 2.046 -0.178 - 0.356 1.867 0.126 - -0.152 0.548 -0.439 - 0.660 -0.640 0.092 - 0.079 -1.924 -0.502 - -1.295 -2.161 0.123 - -2.141 -0.915 0.072 - -3.505 -1.054 0.286 - -4.338 0.051 0.264 - -3.804 1.309 0.026 - -2.450 1.446 -0.191 - -1.615 0.336 -0.176 - 2.096 -0.421 -0.339 - 3.110 -1.465 0.140 -A1A[A@@H]2A[AH2+][A@@]3(AAa4aaaaa34)[A@@H]2A1 - -2.400 1.837 -0.315 - -3.289 0.892 0.069 - -2.730 -0.467 -0.288 - -2.410 -1.243 1.007 - -1.038 -0.845 1.328 - -0.330 -0.751 0.063 - 0.145 -2.102 -0.397 - 1.482 -2.016 -0.535 - 1.963 -0.744 -0.218 - 3.258 -0.233 -0.227 - 3.489 1.081 0.132 - 2.436 1.899 0.502 - 1.146 1.398 0.514 - 0.912 0.089 0.157 - -1.345 -0.150 -0.917 - -1.281 1.360 -0.872 -a1aaa2A[A@@]3(A=Aa4a(aaa5aaaaa45)A3)[AH+]a2a1 - 5.600 0.631 0.091 - 5.150 1.246 -1.059 - 3.860 1.039 -1.535 - 3.051 0.189 -0.808 - 1.626 -0.231 -1.052 - 1.219 -0.855 0.300 - 0.353 -2.059 0.070 - -0.975 -1.924 0.053 - -1.539 -0.579 0.274 - -0.722 0.415 0.809 - -1.226 1.696 1.030 - -2.518 2.002 0.731 - -3.374 1.026 0.190 - -4.711 1.325 -0.123 - -5.514 0.357 -0.645 - -5.030 -0.929 -0.874 - -3.739 -1.253 -0.583 - -2.883 -0.283 -0.044 - 0.568 0.113 1.112 - 2.509 -1.262 0.884 - 3.500 -0.448 0.355 - 4.795 -0.224 0.827 -A1A[A@@H]2AA[A@@H]3[A@H](AAa4aaaaa34)[A@H]2A1 - 4.455 0.684 0.109 - 4.095 -0.819 0.215 - 2.582 -0.857 0.402 - 1.851 -2.045 -0.187 - 0.350 -1.864 0.109 - -0.152 -0.541 -0.453 - 0.657 0.654 0.070 - 0.081 1.924 -0.509 - -1.295 2.162 0.112 - -2.140 0.916 0.064 - -3.502 1.053 0.293 - -4.332 -0.055 0.284 - -3.799 -1.313 0.043 - -2.446 -1.447 -0.189 - -1.614 -0.335 -0.183 - 2.098 0.422 -0.335 - 3.112 1.462 0.154 -A1A[A@@H]2AA[A@H]3[A@H](AAa4aaaaa34)[A@@H]2A1 - 2.130 0.085 2.207 - 3.075 0.834 1.251 - 2.561 0.550 -0.184 - 1.577 1.664 -0.544 - 0.801 1.320 -1.809 - -0.001 0.042 -1.608 - 0.908 -1.102 -1.195 - 0.087 -2.367 -0.969 - -0.985 -2.193 0.090 - -1.583 -0.817 0.138 - -2.636 -0.608 1.021 - -3.226 0.638 1.133 - -2.766 1.688 0.351 - -1.726 1.477 -0.530 - -1.130 0.229 -0.638 - 1.813 -0.789 -0.034 - 1.099 -0.653 1.319 -A1A[A@@H]2AA[A@H]3[A@@H](AAa4aaaaa34)[A@H]2A1 - -4.390 0.747 -0.088 - -4.080 -0.772 -0.032 - -2.565 -0.840 -0.316 - -1.869 -2.088 0.152 - -0.345 -1.916 0.172 - 0.113 -0.562 -0.319 - -0.604 0.596 0.369 - -0.196 1.880 -0.355 - 1.262 2.168 0.014 - 2.110 0.925 -0.004 - 3.484 1.087 0.133 - 4.330 -0.007 0.120 - 3.805 -1.283 -0.028 - 2.441 -1.447 -0.162 - 1.599 -0.349 -0.153 - -2.072 0.380 0.490 - -3.023 1.482 0.007 -A1A[A@H]2AA[A@@H]3[A@@H](AAa4aaaaa34)[A@H]2A1 - -3.511 -1.203 0.536 - -2.924 0.051 1.224 - -2.717 1.036 0.058 - -1.763 2.153 0.408 - -0.364 1.613 0.701 - 0.154 0.895 -0.552 - -0.760 -0.281 -0.862 - -0.659 -1.300 0.275 - 0.722 -1.952 0.210 - 1.804 -0.909 0.103 - 3.106 -1.307 0.381 - 4.155 -0.412 0.278 - 3.900 0.912 -0.099 - 2.592 1.303 -0.371 - 1.551 0.396 -0.266 - -2.207 0.140 -1.083 - -3.079 -1.136 -0.941 -A1A[A@H]2AA[A@@H]3[A@H](AAa4aaaaa34)[A@@H]2A1 - -4.388 0.743 0.079 - -4.063 -0.776 0.023 - -2.558 -0.802 0.394 - -1.866 -2.100 0.065 - -0.396 -1.870 -0.327 - 0.119 -0.577 0.272 - -0.602 0.618 -0.360 - -0.192 1.859 0.427 - 1.259 2.162 0.029 - 2.111 0.919 0.023 - 3.486 1.091 -0.089 - 4.335 -0.002 -0.101 - 3.812 -1.283 -0.005 - 2.447 -1.455 0.103 - 1.600 -0.362 0.122 - -2.060 0.356 -0.495 - -3.044 1.479 -0.159 -a1aaa2AA[A@@H]3[A@@H]4AA[A@@H](A4)[A@@H]3a2a1 - -3.091 -1.107 0.124 - -3.390 0.144 -0.424 - -2.395 1.092 -0.534 - -1.115 0.799 -0.092 - -0.071 1.743 -0.175 - 0.781 1.763 1.031 - 1.484 0.425 1.171 - 2.639 0.355 0.127 - 1.957 0.677 -1.237 - 1.078 -0.559 -1.538 - 1.307 -1.504 -0.324 - 2.810 -1.202 0.004 - 0.597 -0.784 0.867 - -0.799 -0.447 0.443 - -1.795 -1.397 0.555 -a1aaa2a(a1)AA[A@@]12[AH2+]AAa2a3aaaaa3[aH]a12 - 4.107 -1.842 0.620 - 3.234 -1.609 1.663 - 2.174 -0.719 1.535 - 2.036 -0.080 0.321 - 2.915 -0.308 -0.745 - 3.975 -1.204 -0.604 - 2.550 0.459 -1.841 - 1.458 1.211 -1.591 - 1.038 0.920 -0.167 - 1.090 2.150 0.645 - 0.003 3.074 0.258 - -1.347 2.505 0.713 - -1.433 1.071 0.255 - -2.587 0.209 0.146 - -3.947 0.401 0.413 - -4.781 -0.666 0.190 - -4.311 -1.882 -0.279 - -2.972 -2.100 -0.553 - -2.101 -1.035 -0.336 - -0.751 -0.909 -0.499 - -0.357 0.352 -0.144 -A1AA[A@@]23AA[AH2+][A@H](Aa4aaaaa34)[A@@H]2A1 - -1.901 -2.254 1.121 - -1.088 -2.621 -0.101 - -1.087 -1.658 -1.267 - -0.765 -0.269 -0.765 - -0.962 0.738 -1.909 - -0.526 2.141 -1.380 - -1.389 2.519 -0.234 - -1.271 1.534 0.862 - 0.111 1.487 1.483 - 1.073 0.634 0.701 - 2.416 0.684 1.056 - 3.345 -0.099 0.404 - 2.939 -0.945 -0.618 - 1.602 -0.989 -0.979 - 0.674 -0.197 -0.324 - -1.679 0.133 0.394 - -1.500 -0.843 1.561 -A1AAA2=AA=A3[A@@H]4AAA[A@H]4AA[A@@H]3[A@H]2A1 - 3.999 -1.138 -0.335 - 4.393 0.339 -0.280 - 3.524 1.060 0.755 - 2.066 0.818 0.406 - 1.257 1.861 0.320 - -0.158 1.685 -0.019 - -0.646 0.486 -0.268 - -2.098 0.305 -0.611 - -3.006 1.519 -0.400 - -4.409 0.861 -0.208 - -4.154 -0.592 0.272 - -2.648 -0.690 0.451 - -1.978 -2.023 0.216 - -0.493 -1.868 0.586 - 0.180 -0.767 -0.232 - 1.615 -0.588 0.174 - 2.556 -1.269 -0.826 -A1A[A@@H]2A[AH2+][A@]3(AAa4aaaaa34)[A@@H]2A1 - -3.076 1.124 -0.896 - -3.589 0.005 -0.372 - -2.498 -1.035 -0.243 - -2.191 -1.262 1.253 - -0.729 -1.224 1.324 - -0.299 -0.188 0.402 - -0.385 1.176 1.031 - 0.852 1.706 0.976 - 1.769 0.843 0.373 - 3.130 0.993 0.121 - 3.838 -0.019 -0.497 - 3.200 -1.190 -0.870 - 1.848 -1.346 -0.623 - 1.139 -0.339 -0.008 - -1.243 -0.307 -0.800 - -1.769 1.060 -1.174 -A1A[A@@H]2AA[A@H]3[A@H](AAa4aaaaa34)[A@H]2A1 - 3.443 -0.591 1.422 - 3.074 0.908 1.292 - 2.179 0.998 0.060 - 1.081 2.043 0.098 - 0.314 1.944 -1.231 - -0.243 0.544 -1.454 - 0.843 -0.533 -1.348 - 0.186 -1.913 -1.467 - -0.644 -2.143 -0.185 - -1.541 -0.968 0.104 - -2.587 -1.158 0.996 - -3.443 -0.116 1.309 - -3.251 1.128 0.726 - -2.212 1.314 -0.161 - -1.354 0.268 -0.477 - 1.490 -0.393 0.018 - 2.668 -1.332 0.298 -a1aaa2a(a1)A[A@]1(AAa3aaaaa13)A1A=AA[A@@H]21 - 3.862 -1.961 0.711 - 4.471 -0.816 0.230 - 3.696 0.224 -0.245 - 2.316 0.127 -0.240 - 1.697 -1.011 0.254 - 2.487 -2.059 0.725 - 0.348 -1.161 0.337 - -0.510 -0.248 -0.342 - -0.714 -0.679 -1.776 - -2.039 -0.878 -1.942 - -2.751 -0.627 -0.778 - -4.123 -0.716 -0.543 - -4.570 -0.406 0.732 - -3.704 -0.014 1.733 - -2.335 0.079 1.512 - -1.882 -0.234 0.247 - 0.117 1.071 -0.287 - -0.341 2.266 0.240 - 0.582 3.162 0.368 - 1.894 2.612 -0.154 - 1.499 1.270 -0.783 -A1AAA2=AA=A3[A@@H]4AAA[A@H]4AA[A@H]3[A@H]2A1 - 3.715 1.333 0.512 - 4.260 -0.070 0.383 - 3.638 -1.022 -0.624 - 2.136 -0.891 -0.435 - 1.391 -1.944 -0.165 - -0.018 -1.763 0.221 - -0.598 -0.589 0.100 - -2.004 -0.323 0.556 - -2.964 -1.509 0.392 - -4.353 -0.827 0.275 - -4.092 0.611 -0.234 - -2.586 0.694 -0.463 - -1.945 2.043 -0.260 - -0.452 1.876 0.044 - 0.094 0.584 -0.564 - 1.588 0.509 -0.451 - 2.190 1.286 0.713 -a1aaa2a(a1)[aH]a1a2a2AAAa2a2a3aaaaa3[aH+]a12 - -5.302 1.269 0.014 - -5.227 -0.115 -0.003 - -4.001 -0.744 -0.007 - -2.833 0.018 0.006 - -2.908 1.419 0.024 - -4.156 2.034 0.027 - -1.621 1.923 0.034 - -0.701 0.892 0.023 - -1.401 -0.325 0.012 - -0.703 -1.539 -0.005 - -1.108 -2.956 -0.022 - 0.001 -3.719 -0.028 - 1.108 -2.956 -0.017 - 0.703 -1.539 -0.001 - 1.400 -0.324 0.015 - 2.832 0.020 0.024 - 4.000 -0.741 0.019 - 5.226 -0.111 0.028 - 5.300 1.273 0.046 - 4.153 2.037 0.052 - 2.905 1.421 0.041 - 1.631 1.879 -0.309 - 0.699 0.893 0.028 -a1aaa2A[A@]3(A=Aa4a(aaa5aaaaa45)A3)[AH+]a2a1 - 5.590 -0.643 0.076 - 5.129 -1.263 -1.068 - 3.839 -1.050 -1.539 - 3.040 -0.189 -0.812 - 1.616 0.236 -1.049 - 1.218 0.861 0.309 - 0.353 2.066 0.075 - -0.975 1.929 0.058 - -1.536 0.584 0.283 - -0.721 -0.405 0.828 - -1.224 -1.685 1.057 - -2.514 -1.995 0.753 - -3.367 -1.025 0.197 - -4.700 -1.329 -0.126 - -5.500 -0.369 -0.666 - -5.016 0.916 -0.903 - -3.730 1.246 -0.600 - -2.877 0.283 -0.043 - 0.569 -0.099 1.132 - 2.513 1.266 0.876 - 3.496 0.445 0.349 - 4.796 0.224 0.809 -A1A[A@H]2AA[A@H]3[A@H](AAa4aaaaa34)[A@@H]2A1 - 4.468 -0.633 -0.275 - 4.074 0.798 0.173 - 2.582 0.676 0.538 - 1.788 1.959 0.452 - 0.297 1.632 0.604 - -0.179 0.658 -0.470 - 0.652 -0.628 -0.484 - 0.241 -1.517 0.681 - -1.166 -2.052 0.378 - -2.096 -0.893 0.123 - -3.456 -1.106 0.291 - -4.361 -0.081 0.072 - -3.899 1.169 -0.316 - -2.547 1.378 -0.478 - -1.638 0.348 -0.261 - 2.104 -0.292 -0.563 - 3.138 -1.418 -0.465 -[AH-]1A=[A+][Ti]2([A+]=A1)[A+]=A[AH-]A=[A+]2 - 3.214 0.017 -0.150 - 2.590 -1.210 -0.029 - 1.287 -1.386 0.166 - 0.000 -0.003 0.015 - 1.291 1.376 0.166 - 2.590 1.205 -0.029 - -1.288 1.379 -0.137 - -2.592 1.206 0.015 - -3.219 0.017 0.106 - -2.592 -1.211 0.010 - -1.283 -1.389 -0.135 -A1AA[A@]23AA[AH2+][A@@H](Aa4aaaaa34)[A@H]2A1 - -1.820 -2.299 -1.074 - -0.888 -2.676 0.079 - -1.083 -1.691 1.234 - -0.774 -0.277 0.758 - -1.000 0.726 1.899 - -0.583 2.111 1.389 - -1.440 2.487 0.238 - -1.304 1.510 -0.865 - 0.075 1.483 -1.501 - 1.050 0.652 -0.713 - 2.393 0.728 -1.062 - 3.338 -0.018 -0.390 - 2.947 -0.856 0.644 - 1.609 -0.929 0.997 - 0.665 -0.172 0.323 - -1.693 0.104 -0.405 - -1.493 -0.884 -1.555 -a1aaa2AA[A@H]3[A@@H]4AA[A@@H](A4)[A@@H]3a2a1 - -2.700 -1.659 -0.049 - -3.397 -0.550 -0.477 - -2.814 0.717 -0.427 - -1.507 0.875 0.071 - -0.963 2.141 0.160 - 0.495 2.279 -0.008 - 1.097 0.941 -0.207 - 2.584 0.654 -0.370 - 2.540 -0.526 -1.441 - 1.746 -1.627 -0.697 - 1.624 -1.166 0.781 - 2.914 -0.249 0.882 - 0.591 -0.037 0.896 - -0.816 -0.283 0.469 - -1.401 -1.517 0.422 -A1A[A@H]2AA[A@@H]3[A@H](AAa4aaaaa34)[A@H]2A1 - -3.350 0.822 -1.320 - -3.132 -0.698 -1.178 - -2.810 -0.942 0.302 - -1.883 -2.117 0.509 - -0.489 -1.846 -0.059 - 0.066 -0.598 0.630 - -0.816 0.589 0.259 - -0.186 1.860 0.832 - 1.098 2.150 0.056 - 1.963 0.921 -0.041 - 3.290 1.093 -0.409 - 4.136 0.004 -0.523 - 3.653 -1.271 -0.268 - 2.339 -1.440 0.100 - 1.490 -0.348 0.218 - -2.229 0.393 0.807 - -3.140 1.428 0.085 -A1AA[A@@H]2[A@@H]([AH2+]1)Aa1a[aH]a3aaaa2a13 - -3.807 -0.269 0.559 - -3.583 1.101 -0.084 - -2.130 1.530 0.138 - -1.195 0.471 -0.453 - -1.490 -0.884 0.193 - -2.899 -1.249 -0.074 - -0.588 -2.018 -0.317 - 0.845 -1.594 -0.118 - 2.004 -2.212 0.048 - 3.026 -1.286 0.193 - 2.532 -0.019 0.120 - 3.032 1.280 0.194 - 2.115 2.313 0.057 - 0.749 2.127 -0.149 - 0.231 0.873 -0.227 - 1.154 -0.165 -0.083 -a1aaa2a(a1)AA[A@]12[AH2+]AAa2a3aaaaa3[aH]a12 - -4.096 1.846 -0.637 - -3.216 1.609 -1.673 - -2.161 0.714 -1.537 - -2.033 0.079 -0.320 - -2.915 0.314 0.741 - -3.970 1.215 0.591 - -2.558 -0.449 1.842 - -1.466 -1.206 1.599 - -1.040 -0.923 0.176 - -1.095 -2.155 -0.633 - -0.002 -3.076 -0.253 - 1.343 -2.504 -0.720 - 1.430 -1.072 -0.257 - 2.584 -0.209 -0.150 - 3.941 -0.395 -0.433 - 4.775 0.671 -0.206 - 4.308 1.881 0.282 - 2.972 2.093 0.573 - 2.100 1.029 0.350 - 0.752 0.900 0.521 - 0.356 -0.357 0.154 -A1A[A@@H]2A[AH2+][A@@]3(AAa4aaaaa34)[A@H]2A1 - 3.360 -0.720 1.223 - 3.613 0.472 0.580 - 2.510 0.604 -0.343 - 1.829 1.607 -1.183 - 0.663 0.788 -1.643 - 0.263 -0.087 -0.528 - 0.140 -1.516 -0.989 - -1.137 -1.886 -0.774 - -1.895 -0.857 -0.211 - -3.235 -0.817 0.167 - -3.768 0.333 0.712 - -2.977 1.454 0.888 - -1.645 1.422 0.515 - -1.109 0.276 -0.030 - 1.319 0.068 0.553 - 2.067 -1.137 1.063 -A1A[A@H]2AA[A@H]3[A@@H](AAa4aaaaa34)[A@H]2A1 - 4.057 0.373 0.988 - 4.151 -0.559 -0.234 - 2.731 -0.603 -0.860 - 2.000 -1.780 -0.213 - 0.505 -1.708 -0.410 - -0.005 -0.414 0.227 - 0.617 0.762 -0.519 - 0.020 2.055 0.036 - -1.443 2.133 -0.397 - -2.166 0.842 -0.113 - -3.554 0.864 -0.145 - -4.286 -0.284 0.091 - -3.618 -1.483 0.367 - -2.226 -1.497 0.403 - -1.505 -0.338 0.167 - 2.120 0.742 -0.421 - 2.603 0.897 1.034 -A1A[A@@H]2A[AH2+][A@]3(AAa4aaaaa34)[A@H]2A1 - 2.807 1.185 -1.294 - 3.211 0.971 -0.001 - 2.049 0.373 0.664 - 1.943 -0.603 1.787 - 0.716 -1.389 1.470 - 0.252 -0.999 0.115 - -0.373 -2.171 -0.592 - -1.649 -1.827 -0.855 - -1.953 -0.542 -0.397 - -3.137 0.190 -0.460 - -3.195 1.461 0.073 - -2.082 2.017 0.674 - -0.902 1.298 0.741 - -0.839 0.029 0.210 - 1.500 -0.498 -0.536 - 1.654 0.510 -1.603 -A1A[A@@H]2A[A@@H]3AAAA[A@]43A[A@H]4[A@H]2A1 - 3.690 0.092 -0.072 - 2.870 1.180 -0.071 - 1.535 0.674 -0.293 - 0.365 1.548 0.105 - -0.919 0.867 -0.372 - -2.131 1.627 0.113 - -3.411 0.860 -0.214 - -3.397 -0.434 0.595 - -2.255 -1.329 0.191 - -0.952 -0.631 -0.182 - -0.117 -1.374 -1.106 - 0.321 -1.394 0.247 - 1.502 -0.553 0.667 - 2.894 -1.127 0.387 -A1AA[A@H]2AAA3=A4AAA[A@@H]4AA[A@H]3[A@H]2A1 - 2.985 1.010 1.542 - 3.781 -0.171 1.033 - 3.745 -0.476 -0.448 - 2.282 -0.535 -0.898 - 1.589 -1.721 -0.224 - 0.155 -1.839 -0.753 - -0.541 -0.510 -0.544 - -1.694 -0.477 0.057 - -2.565 -1.641 0.468 - -3.914 -1.045 0.929 - -3.941 0.367 0.283 - -2.460 0.792 0.399 - -2.106 1.831 -0.666 - -0.587 2.014 -0.657 - 0.140 0.738 -1.034 - 1.577 0.765 -0.505 - 1.554 0.899 1.019 -A1=AA[A@@H]2A[A@@H]3Aa4aaaaa4A=A3A[A@@H]2A1 - -4.213 0.026 -1.272 - -4.550 0.904 -0.272 - -3.846 0.918 1.051 - -2.492 0.263 0.987 - -1.484 1.147 0.259 - -0.083 0.603 0.495 - 0.920 1.308 -0.416 - 2.291 0.708 -0.244 - 3.416 1.512 -0.323 - 4.682 0.955 -0.178 - 4.828 -0.400 0.044 - 3.710 -1.216 0.130 - 2.432 -0.660 -0.009 - 1.231 -1.510 0.112 - -0.039 -0.882 0.252 - -1.146 -1.649 0.159 - -2.542 -1.107 0.309 - -3.116 -0.921 -1.083 -A1A[A@@H]2A[A+]3A=Aa4aaaaa4[A@@H]3[A@@H]2A1 - -2.372 -1.675 -0.949 - -3.320 -0.788 -0.611 - -2.729 0.199 0.402 - -2.103 1.366 -0.388 - -0.870 1.648 0.394 - 0.174 2.530 -0.270 - 1.458 2.142 -0.399 - 1.812 0.725 -0.187 - 3.028 0.224 -0.656 - 3.353 -1.099 -0.444 - 2.480 -1.933 0.232 - 1.271 -1.446 0.700 - 0.935 -0.129 0.494 - -0.375 0.429 0.985 - -1.494 -0.606 0.910 - -1.248 -1.583 -0.219 -A1A[A@@H]2A[A@H]3AAAA[A@]43A[A@H]4[A@@H]2A1 - 2.910 -0.390 -1.186 - 2.039 -1.231 -0.605 - 1.720 -0.745 0.734 - 0.333 -1.199 1.234 - -0.689 -0.896 0.138 - -2.081 -1.402 0.518 - -3.076 -0.984 -0.568 - -3.156 0.540 -0.656 - -1.802 1.112 -1.035 - -0.753 0.626 -0.033 - -0.592 1.383 1.132 - 0.502 1.436 0.213 - 1.806 0.780 0.626 - 2.842 0.964 -0.511 -A1A[A@H]2AA[A@H]3[A@H](AAa4aaaaa34)[A@H]2A1 - -4.173 -0.332 -1.030 - -4.133 -0.259 0.508 - -2.664 0.059 0.892 - -1.962 -1.286 1.098 - -0.445 -1.095 1.137 - 0.028 -0.532 -0.208 - -0.620 0.829 -0.425 - -0.053 1.816 0.598 - 1.405 2.096 0.240 - 2.160 0.807 0.037 - 3.547 0.863 0.064 - 4.300 -0.283 -0.130 - 3.662 -1.495 -0.351 - 2.285 -1.548 -0.373 - 1.530 -0.398 -0.177 - -2.124 0.775 -0.358 - -2.742 -0.019 -1.523 -A1A[A@@H]2[A@@H](A1)A1A=AA2[A@H]2AAA[A@H]12 - -2.809 1.276 0.125 - -2.200 0.902 -1.041 - -1.398 -0.331 -0.724 - -1.105 0.008 0.752 - -2.316 0.639 1.241 - 0.043 -0.767 1.319 - 0.126 -2.079 0.503 - 0.104 -2.052 -0.824 - -0.046 -0.581 -1.373 - 1.223 -0.058 -0.788 - 1.883 1.271 -0.996 - 2.819 1.296 0.022 - 2.539 0.388 1.033 - 1.137 0.092 0.755 -A1A[A@H]2A[AH2+][A@]3(AAa4aaaaa34)[A@@H]2A1 - 3.246 -0.938 -1.225 - 3.650 0.198 -0.568 - 2.546 0.531 0.300 - 1.999 1.680 1.046 - 0.653 1.163 1.451 - 0.267 0.089 0.514 - 0.212 -1.240 1.217 - -1.049 -1.695 1.089 - -1.857 -0.811 0.371 - -3.201 -0.891 0.014 - -3.789 0.126 -0.708 - -3.051 1.233 -1.084 - -1.715 1.321 -0.734 - -1.124 0.307 -0.014 - 1.309 0.108 -0.593 - 1.910 -1.184 -1.080 -A1AA[A@@H]2[A@H]([AH2+]1)Aa1a[aH]a3aaaa2a13 - 2.878 0.335 1.313 - 2.713 -1.083 0.760 - 2.539 -1.014 -0.759 - 1.330 -0.135 -1.088 - 1.529 1.255 -0.480 - 1.669 1.121 0.987 - 0.368 2.218 -0.772 - -0.901 1.564 -0.283 - -2.083 1.984 0.142 - -2.880 0.903 0.488 - -2.207 -0.265 0.292 - -2.453 -1.627 0.457 - -1.429 -2.496 0.107 - -0.192 -2.089 -0.392 - 0.078 -0.769 -0.565 - -0.953 0.104 -0.207 -A1AA[A@H]2[A@@H]([AH2+]1)Aa1a[aH]a3aaaa2a13 - 3.619 -0.401 0.335 - 3.268 0.962 0.937 - 1.747 1.090 1.049 - 1.124 0.906 -0.338 - 1.536 -0.456 -0.900 - 3.009 -0.504 -1.007 - 1.038 -1.641 -0.061 - -0.460 -1.513 0.073 - -1.470 -2.345 0.275 - -2.667 -1.647 0.302 - -2.447 -0.317 0.113 - -3.212 0.846 0.033 - -2.522 2.048 -0.207 - -1.135 2.136 -0.324 - -0.368 1.018 -0.246 - -1.060 -0.183 -0.030 -A1A[A@H]2A[AH2+][A@@]3(AAa4aaaaa34)[A@H]2A1 - -3.096 1.117 0.897 - -3.596 -0.004 0.366 - -2.496 -1.034 0.236 - -2.186 -1.258 -1.259 - -0.723 -1.222 -1.325 - -0.295 -0.187 -0.399 - -0.383 1.176 -1.030 - 0.854 1.707 -0.974 - 1.772 0.843 -0.373 - 3.135 0.993 -0.122 - 3.842 -0.018 0.498 - 3.204 -1.186 0.874 - 1.853 -1.344 0.626 - 1.143 -0.339 0.007 - -1.241 -0.312 0.801 - -1.789 1.064 1.177 -A1A[A@@H]2AA[A@@H]3Aa4aaaa4A[A@@H]3[A@H]2A1 - 2.453 2.077 -0.940 - 3.144 0.752 -1.253 - 2.520 -0.215 -0.244 - 2.210 -1.613 -0.737 - 1.471 -2.349 0.395 - 0.183 -1.607 0.774 - -0.718 -1.574 -0.474 - -1.794 -0.566 -0.273 - -3.311 -0.343 -1.165 - -3.892 1.022 -0.260 - -2.929 1.197 0.624 - -1.849 0.419 0.658 - -0.720 0.581 1.666 - 0.514 -0.159 1.176 - 1.152 0.500 -0.020 - 1.560 1.881 0.072 -A1A[A@@H]2[A@H](A1)A1A=AA2[A@H]2AAA[A@H]12 - -3.124 0.076 0.054 - -2.466 -1.073 0.246 - -1.120 -0.771 0.853 - -1.032 0.777 0.841 - -2.436 1.172 0.383 - -0.079 1.281 -0.276 - -0.518 0.500 -1.571 - -0.378 -0.813 -1.427 - 0.009 -1.330 -0.058 - 1.243 -0.686 0.536 - 2.624 -1.099 0.105 - 3.378 0.045 0.201 - 2.615 1.191 0.228 - 1.285 0.725 -0.114 -A1=AA[A@H]2A=A3Aa4aaaaa4A[A@@H]3A[A@@H]2A1 - -4.902 0.578 -0.455 - -4.825 -0.794 -0.472 - -3.571 -1.470 -0.114 - -2.503 -0.620 0.539 - -1.175 -1.305 0.519 - -0.025 -0.678 0.236 - 1.190 -1.423 0.286 - 2.464 -0.709 0.061 - 3.628 -1.415 -0.263 - 4.813 -0.723 -0.470 - 4.839 0.653 -0.354 - 3.688 1.354 -0.032 - 2.502 0.682 0.175 - 1.249 1.442 0.522 - 0.041 0.778 -0.132 - -1.243 1.503 0.273 - -2.430 0.694 -0.250 - -3.741 1.452 -0.068 -A1A[A@H]2A[A+]3[A@H](A=Aa4aaaaa34)[A@H]2A1 - -3.668 -0.343 -1.049 - -3.314 -1.313 -0.199 - -2.370 -0.754 0.838 - -0.968 -1.389 0.647 - -0.139 -0.172 0.742 - -0.739 0.813 -0.057 - -0.064 2.122 0.223 - 1.280 2.101 0.266 - 1.953 0.801 0.033 - 3.260 0.730 -0.428 - 3.850 -0.504 -0.626 - 3.146 -1.667 -0.369 - 1.841 -1.612 0.086 - 1.235 -0.388 0.291 - -2.197 0.734 0.402 - -3.110 0.846 -0.799 -A1AA[A@H]2[A@H]([AH2+]1)Aa1a[aH]a3aaaa2a13 - 3.794 0.271 -0.577 - 3.584 -1.093 0.084 - 2.132 -1.532 -0.119 - 1.196 -0.472 0.468 - 1.478 0.877 -0.194 - 2.886 1.253 0.054 - 0.591 2.017 0.330 - -0.842 1.594 0.128 - -2.000 2.212 -0.047 - -3.021 1.286 -0.196 - -2.527 0.019 -0.125 - -3.027 -1.280 -0.207 - -2.111 -2.314 -0.067 - -0.746 -2.128 0.149 - -0.229 -0.874 0.236 - -1.152 0.164 0.090 -a1aaa2AA[A@H]3[A@H]4AA[A@H](A4)[A@@H]3a2a1 - 2.916 -1.507 0.175 - 3.611 -0.311 0.201 - 2.950 0.884 0.014 - 1.574 0.907 -0.201 - 0.950 2.146 -0.399 - -0.639 2.397 0.065 - -1.089 0.769 0.653 - -2.525 0.354 0.847 - -3.245 0.183 -0.512 - -2.682 -1.116 -1.145 - -1.476 -1.475 -0.192 - -2.186 -1.178 1.185 - -0.588 -0.237 -0.434 - 0.882 -0.314 -0.216 - 1.548 -1.501 -0.034 -A1A[A@@H]2[A@@H](A1)[A@@H]1A=A[A@H]2A21AA2 - 2.870 -0.344 0.008 - 2.109 -0.050 1.115 - 0.726 -0.525 0.767 - 0.833 -0.023 -0.733 - 2.094 -0.595 -1.113 - -0.577 0.237 -1.175 - -0.610 1.733 -0.703 - -0.503 1.696 0.619 - -0.533 0.269 1.138 - -1.427 -0.329 0.002 - -2.918 -0.395 0.036 - -2.067 -1.676 0.037 -A1A[A@@H]2A[A+]3A=Aa4aaaaa4[A@H]3[A@@H]2A1 - 3.693 -0.892 0.367 - 3.554 -0.355 -0.854 - 2.089 -0.024 -1.073 - 1.835 1.431 -0.626 - 0.749 1.425 0.397 - -0.364 2.438 0.220 - -1.662 2.078 0.227 - -2.020 0.652 0.077 - -3.323 0.288 -0.270 - -3.651 -1.045 -0.398 - -2.695 -2.023 -0.184 - -1.401 -1.671 0.157 - -1.060 -0.345 0.286 - 0.345 0.064 0.647 - 1.374 -0.886 0.032 - 2.534 -1.135 0.997 -A1=AA[A@@H]2A[A@@H]3Aa4aaaaa4A=A3A[A@H]2A1 - 4.907 1.108 -0.518 - 5.230 -0.157 -0.093 - 4.190 -1.175 0.282 - 2.863 -0.508 0.632 - 1.760 -1.540 0.861 - -0.433 -1.370 0.237 - -1.607 -1.571 -0.717 - -2.736 -0.645 -0.363 - -4.020 -0.968 -0.760 - -5.081 -0.129 -0.460 - -4.873 1.044 0.239 - -3.593 1.388 0.647 - -2.516 0.539 0.346 - -1.157 0.903 0.781 - -0.008 0.101 0.205 - 1.115 1.037 -0.182 - 2.456 0.427 -0.518 - 3.501 1.518 -0.621 -A1A[A@H]2[A@@H](A1)A1A=AA2[A@H]2AAA[A@H]12 - -3.124 0.076 0.054 - -2.436 1.172 0.383 - -1.032 0.777 0.841 - -1.120 -0.771 0.853 - -2.466 -1.073 0.246 - 0.009 -1.330 -0.058 - -0.378 -0.813 -1.427 - -0.518 0.500 -1.571 - -0.079 1.281 -0.276 - 1.285 0.725 -0.114 - 2.615 1.191 0.228 - 3.378 0.045 0.201 - 2.624 -1.099 0.105 - 1.243 -0.686 0.536 -A1A[A@@H]2AA[A@H]3Aa4aaaa4A[A@@H]3[A@H]2A1 - -3.658 1.573 -0.094 - -4.022 0.092 -0.167 - -2.674 -0.590 -0.421 - -2.422 -1.875 0.349 - -0.983 -2.304 0.033 - 0.053 -1.235 0.380 - 1.412 -1.669 -0.203 - 2.359 -0.538 -0.083 - 4.124 -0.523 -0.248 - 4.345 1.182 0.010 - 3.113 1.595 0.187 - 2.073 0.771 0.151 - 0.631 1.211 0.354 - -0.312 0.139 -0.205 - -1.730 0.471 0.212 - -2.311 1.705 -0.260 -A1=AA[A@H]2A[A@@H]3Aa4aaaaa4A=A3A[A@@H]2A1 - 4.810 -0.708 0.540 - 4.846 0.660 0.425 - 3.673 1.457 -0.060 - 2.359 0.697 0.132 - 1.241 1.469 -0.561 - -0.061 0.714 -0.627 - -1.109 1.411 0.241 - -2.426 0.684 0.165 - -3.609 1.391 0.215 - -4.822 0.726 0.186 - -4.862 -0.658 0.107 - -3.675 -1.385 0.054 - -2.451 -0.709 0.071 - -1.181 -1.457 -0.016 - 0.020 -0.740 -0.299 - 1.180 -1.420 -0.255 - 2.481 -0.693 -0.520 - 3.587 -1.439 0.200 -A1AAA2(A1)AA[A@@]13AAA[A@@H](AA1)[A@@H]3A2 - 3.581 0.653 -0.672 - 3.805 -0.752 -0.061 - 2.600 -0.974 0.699 - 1.591 -0.106 0.162 - 2.157 0.637 -0.932 - 1.125 0.864 1.245 - -0.051 1.727 0.758 - -1.155 0.782 0.331 - -1.424 -0.167 1.369 - -2.501 -1.064 1.094 - -2.259 -1.762 -0.249 - -1.960 -0.675 -1.299 - -2.941 0.472 -1.026 - -2.366 1.340 -0.146 - -0.626 -0.011 -0.902 - 0.431 -0.964 -0.371 -A1A[A@H]2A[AH2+][A@]3(AAa4aaaaa34)[A@H]2A1 - 2.423 -1.831 0.298 - 3.296 -0.880 -0.055 - 2.728 0.477 0.295 - 2.407 1.245 -1.004 - 1.037 0.838 -1.327 - 0.328 0.748 -0.062 - -0.147 2.102 0.391 - -1.485 2.016 0.528 - -1.965 0.743 0.216 - -3.261 0.232 0.225 - -3.492 -1.081 -0.128 - -2.440 -1.902 -0.491 - -1.150 -1.402 -0.503 - -0.914 -0.091 -0.153 - 1.343 0.154 0.921 - 1.295 -1.372 0.852 -A1AAA2(AA1)Aa1aaaaa1[A+]1AA[AH2+]A[A@@H]21 - 3.507 1.456 -0.789 - 2.435 1.270 -1.574 - 1.249 0.891 -1.076 - 1.045 0.652 0.393 - 2.319 0.890 1.152 - 3.449 1.269 0.538 - -0.047 1.588 0.918 - -1.395 1.135 0.416 - -2.457 2.021 0.511 - -3.719 1.654 0.071 - -3.921 0.391 -0.469 - -2.866 -0.490 -0.567 - -1.593 -0.123 -0.126 - -0.549 -1.062 -0.304 - -1.052 -2.433 -0.083 - 0.080 -3.411 -0.409 - 1.222 -3.143 0.491 - 1.710 -1.764 0.291 - 0.576 -0.790 0.618 -A1A[A@H]2[A@H](A1)A1A=AA2[A@H]2AAA[A@H]12 - 2.712 1.364 0.014 - 2.061 0.970 -1.130 - 1.359 -0.288 -0.752 - 1.005 0.137 0.695 - 2.325 0.645 1.123 - -0.006 -0.719 1.359 - -0.008 -2.108 0.664 - 0.009 -2.108 -0.662 - 0.004 -0.721 -1.357 - -1.007 0.140 -0.696 - -2.330 0.643 -1.122 - -2.708 1.368 -0.014 - -2.048 0.980 1.128 - -1.369 -0.297 0.749 -A1A[A@@H]2[A@H](A1)[A@H]1A=A[A@@H]2A21AA2 - 2.383 0.306 0.008 - 1.791 -0.117 1.131 - 0.625 -1.013 0.782 - 0.646 -1.034 -0.778 - 1.819 -0.143 -1.119 - -0.684 -0.253 -1.149 - -1.790 -1.210 -0.669 - -1.796 -1.220 0.674 - -0.695 -0.250 1.140 - -0.734 0.788 -0.006 - -0.016 2.103 -0.004 - -1.552 2.042 -0.011 -a1aaa2AA[A@H]3Aa4a(aaa5AAAa45)A[A@H]3a2a1 - 3.211 -1.924 -1.229 - 3.620 -0.861 -2.029 - 3.315 0.436 -1.658 - 2.603 0.682 -0.489 - 2.319 1.970 -0.162 - 1.891 2.253 1.171 - 0.786 1.246 1.539 - -0.201 1.280 0.506 - -1.120 0.301 0.424 - -0.901 -0.967 1.006 - -1.847 -1.987 0.891 - -3.026 -1.803 0.218 - -3.261 -0.548 -0.360 - -4.331 -0.147 -1.075 - -4.363 1.292 -1.120 - -2.872 1.682 -0.954 - -2.315 0.479 -0.243 - 0.354 -1.183 1.742 - 1.438 -0.143 1.582 - 2.202 -0.378 0.307 - 2.505 -1.678 -0.066 -A1=AA[A@H]2A=A3Aa4aaaaa4A[A@H]3A[A@@H]2A1 - -4.859 -0.646 0.395 - -4.820 0.717 0.512 - -3.592 1.442 0.182 - -2.480 0.687 -0.520 - -1.181 1.412 -0.236 - -0.021 0.732 -0.271 - 1.181 1.452 -0.003 - 2.454 0.707 0.071 - 3.677 1.387 0.046 - 4.862 0.668 0.096 - 4.831 -0.711 0.168 - 3.621 -1.387 0.200 - 2.433 -0.686 0.160 - 1.121 -1.418 0.241 - 0.062 -0.720 -0.613 - -1.242 -1.484 -0.518 - -2.367 -0.697 0.145 - -3.681 -1.455 -0.055 -A1AAA2(AA1)Aa1aaaaa1[A+]1AA[AH2+]A[A@H]21 - 3.517 1.445 0.782 - 2.449 1.257 1.572 - 1.260 0.884 1.079 - 1.045 0.654 -0.389 - 2.315 0.895 -1.155 - 3.450 1.269 -0.546 - -0.047 1.595 -0.903 - -1.395 1.141 -0.403 - -2.457 2.027 -0.493 - -3.722 1.655 -0.067 - -3.926 0.384 0.455 - -2.871 -0.496 0.551 - -1.595 -0.123 0.125 - -0.551 -1.061 0.303 - -1.052 -2.431 0.084 - 0.081 -3.408 0.410 - 1.221 -3.140 -0.493 - 1.710 -1.758 -0.293 - 0.575 -0.786 -0.620 -A1A[A@H]2[A@@H](A1)[A@@H]1A=A[A@H]2A21AA2 - -2.378 0.289 -0.005 - -1.801 -0.139 1.124 - -0.622 -1.022 0.785 - -0.618 -1.029 -0.775 - -1.796 -0.149 -1.127 - 0.692 -0.254 -1.140 - 1.806 -1.207 -0.671 - 1.802 -1.191 0.672 - 0.686 -0.243 1.149 - 0.721 0.792 -0.000 - -0.013 2.098 -0.008 - 1.524 2.055 -0.004 -a1aaa2A[A@@]3(A=Aa4a(aaa5aaaaa45)A3)Aa2a1 - -5.636 0.539 -0.072 - -5.206 1.134 1.097 - -3.909 0.958 1.566 - -3.071 0.162 0.811 - -1.632 -0.216 1.043 - -1.202 -0.787 -0.324 - -0.292 -1.965 -0.130 - 0.991 -1.799 -0.119 - 1.522 -0.551 -0.290 - 0.734 0.477 -0.799 - 1.269 1.750 -0.995 - 2.568 2.019 -0.689 - 3.396 1.011 -0.164 - 4.738 1.271 0.164 - 5.512 0.274 0.674 - 4.996 -1.004 0.875 - 3.700 -1.292 0.567 - 2.873 -0.290 0.040 - -0.569 0.221 -1.104 - -2.479 -1.205 -0.942 - -3.496 -0.449 -0.374 - -4.801 -0.262 -0.835 -a1aaa2[aH]a3a4[aH]a5aaaaa5a4a4AAAa4a3a2a1 - 5.225 0.130 -0.001 - 5.308 -1.254 -0.001 - 4.164 -2.024 0.001 - 2.914 -1.413 0.001 - 1.628 -1.923 0.001 - 0.705 -0.897 -0.004 - -0.697 -0.900 0.001 - -1.619 -1.934 0.000 - -2.904 -1.428 0.000 - -4.155 -2.040 0.000 - -5.298 -1.271 -0.001 - -5.218 0.114 -0.001 - -3.990 0.739 0.001 - -2.824 -0.026 0.000 - -1.392 0.311 0.001 - -0.690 1.537 0.001 - -1.144 2.936 0.000 - -0.090 3.771 0.000 - 1.140 2.971 0.000 - 0.702 1.527 0.000 - 1.396 0.324 0.000 - 2.833 -0.013 0.000 - 3.996 0.753 0.000 -A1A[A@H]2A[A+]3A=Aa4aaaaa4[A@@H]3[A@H]2A1 - -3.670 -0.907 0.382 - -3.554 -0.357 -0.836 - -2.096 -0.017 -1.077 - -1.841 1.435 -0.623 - -0.759 1.422 0.395 - 0.360 2.437 0.222 - 1.658 2.078 0.230 - 2.016 0.653 0.078 - 3.320 0.290 -0.265 - 3.649 -1.043 -0.394 - 2.693 -2.022 -0.186 - 1.397 -1.671 0.153 - 1.056 -0.344 0.283 - -0.350 0.064 0.641 - -1.379 -0.873 0.008 - -2.499 -1.150 0.990 -a1aaa2AA[A@H]3[A@H]4AA[A@H](A4)[A@H]3a2a1 - 3.102 1.098 -0.147 - 3.391 -0.140 0.435 - 2.391 -1.080 0.566 - 1.112 -0.787 0.120 - 0.092 -1.744 0.154 - -0.757 -1.758 -1.054 - -1.512 -0.447 -1.174 - -2.656 -0.351 -0.121 - -1.968 -0.679 1.239 - -1.081 0.551 1.537 - -1.310 1.504 0.323 - -2.818 1.206 0.005 - -0.593 0.787 -0.866 - 0.801 0.453 -0.434 - 1.806 1.389 -0.577 -a1aaa2a(a1)A1[A@@H]3AAA[A@@H]3A2a2aaaaa12 - 2.415 2.396 0.684 - 2.407 2.396 -0.699 - 1.589 1.519 -1.398 - 0.795 0.658 -0.696 - 0.801 0.658 0.697 - 1.604 1.518 1.391 - -0.137 -0.356 1.331 - 0.303 -1.727 0.774 - 1.757 -1.950 1.127 - 2.470 -2.063 -0.001 - 1.751 -1.951 -1.125 - 0.298 -1.724 -0.764 - -0.145 -0.360 -1.335 - -1.498 -0.076 -0.701 - -2.653 0.148 -1.395 - -3.821 0.397 -0.687 - -3.813 0.415 0.695 - -2.635 0.185 1.395 - -1.497 -0.083 0.708 -A1AA[A@@H]2[A@H](A1)AA[A@@H]1AAAA[A@@H]21 - 2.985 -0.727 0.921 - 1.942 -1.783 0.561 - 1.500 -1.539 -0.882 - 0.757 -0.198 -0.953 - 1.660 0.927 -0.470 - 2.395 0.681 0.830 - 0.925 2.266 -0.475 - -0.434 2.141 0.172 - -1.339 1.011 -0.262 - -2.561 0.945 0.658 - -3.322 -0.337 0.404 - -2.565 -1.642 0.323 - -1.402 -1.454 -0.663 - -0.540 -0.292 -0.163 -A1A=A[A@H]2A=A3Aa4aaaaa4A[A@H]3A[A@@H]2A1 - -4.881 -0.627 0.423 - -4.845 0.745 0.444 - -3.610 1.449 0.096 - -2.480 0.657 -0.532 - -1.190 1.397 -0.237 - -0.029 0.713 -0.278 - 1.169 1.420 0.035 - 2.457 0.711 0.075 - 3.669 1.407 0.089 - 4.863 0.702 0.142 - 4.865 -0.681 0.181 - 3.677 -1.387 0.164 - 2.469 -0.701 0.107 - 1.178 -1.411 0.078 - 0.021 -0.739 -0.624 - -1.256 -1.511 -0.407 - -2.383 -0.689 0.212 - -3.696 -1.456 0.032 -A1A=A[A@@H]2A=A3Aa4aaaaa4A[A@H]3A[A@H]2A1 - -4.923 -0.557 -0.235 - -4.734 0.857 -0.549 - -3.546 1.480 -0.185 - -2.516 0.613 0.505 - -1.180 1.277 0.530 - -0.047 0.660 0.230 - 1.159 1.419 0.289 - 2.461 0.708 0.065 - 3.636 1.423 -0.196 - 4.826 0.738 -0.390 - 4.849 -0.641 -0.325 - 3.689 -1.352 -0.059 - 2.496 -0.685 0.138 - 1.241 -1.458 0.445 - 0.031 -0.781 -0.195 - -1.246 -1.509 0.233 - -2.448 -0.710 -0.267 - -3.748 -1.480 -0.035 -A1=AA[A@@H]2A=A3Aa4aaaaa4A[A@H]3A[A@H]2A1 - 4.909 -0.579 0.434 - 4.834 0.793 0.450 - 3.576 1.469 0.102 - 2.500 0.618 -0.536 - 1.174 1.306 -0.506 - 0.025 0.679 -0.218 - -1.191 1.424 -0.273 - -2.466 0.709 -0.056 - -3.631 1.414 0.265 - -4.818 0.722 0.458 - -4.845 -0.654 0.333 - -3.690 -1.354 0.021 - -2.503 -0.682 -0.178 - -1.247 -1.440 -0.516 - -0.042 -0.777 0.146 - 1.242 -1.503 -0.256 - 2.432 -0.692 0.260 - 3.740 -1.453 0.070 -a1aaa2a(a1)AAA12[AH+]2AA3AA(A2)A[AH+]1A3 - -3.853 0.756 0.000 - -2.902 1.757 0.000 - -1.543 1.465 0.000 - -1.190 0.133 0.000 - -2.143 -0.892 0.000 - -3.506 -0.585 -0.001 - -1.523 -2.129 0.000 - -0.177 -2.019 0.000 - 0.145 -0.540 0.000 - 0.899 -0.201 -1.216 - 2.167 -0.968 -1.247 - 3.010 -0.655 0.001 - 3.244 0.851 -0.005 - 1.964 1.677 0.001 - 1.168 1.256 -1.246 - 1.170 1.255 1.247 - 0.899 -0.201 1.217 - 2.167 -0.967 1.248 -A1AAA2=A(A1)AA1Aa3aa4aa5AAAa5aa4aa3A1=A2 - 6.535 -0.614 -0.289 - 6.071 -1.755 0.271 - 4.639 -2.127 -0.036 - 3.786 -0.885 0.006 - 4.332 0.360 0.045 - 5.819 0.588 0.096 - 3.480 1.484 0.043 - 2.142 1.335 0.022 - 1.064 2.335 0.022 - -0.232 1.567 -0.001 - -1.535 1.956 -0.009 - -2.528 0.955 -0.029 - -3.891 1.284 -0.038 - -4.829 0.292 -0.056 - -6.193 0.349 -0.067 - -6.637 -0.961 0.333 - -5.569 -1.831 -0.084 - -4.441 -1.060 -0.067 - -3.122 -1.407 -0.060 - -2.132 -0.408 -0.041 - -0.838 -0.729 -0.033 - 0.105 0.202 -0.020 - 1.582 0.089 -0.002 - 2.392 -1.026 -0.012 -a1aaa2A[A@]3(A=Aa4a(aaa5aaaaa45)A3)Aa2a1 - -5.622 0.553 0.075 - -5.186 1.163 -1.083 - -3.891 0.985 -1.554 - -3.060 0.171 -0.812 - -1.624 -0.214 -1.048 - -1.203 -0.802 0.316 - -0.291 -1.977 0.114 - 0.993 -1.808 0.109 - 1.520 -0.559 0.294 - 0.728 0.460 0.812 - 1.257 1.734 1.016 - 2.553 2.014 0.708 - 3.384 1.013 0.172 - 4.723 1.284 -0.161 - 5.502 0.295 -0.679 - 4.993 -0.985 -0.883 - 3.701 -1.282 -0.571 - 2.868 -0.289 -0.038 - -0.575 0.198 1.111 - -2.479 -1.229 0.920 - -3.491 -0.459 0.362 - -4.795 -0.269 0.825 -a1aaa2a(a1)A1[A@H]3AAA[A@@H]3A2a2aaaaa12 - -3.749 -0.342 -0.663 - -3.732 -0.395 0.718 - -2.540 -0.220 1.412 - -1.399 0.005 0.705 - -1.407 0.033 -0.692 - -2.578 -0.128 -1.378 - -0.046 0.245 -1.357 - 0.607 1.422 -0.740 - 1.402 2.562 -1.159 - 2.093 2.887 -0.014 - 1.616 2.275 1.106 - 0.246 1.705 0.747 - -0.027 0.300 1.304 - 0.850 -0.765 0.708 - 1.652 -1.613 1.428 - 2.408 -2.585 0.682 - 2.293 -2.706 -0.690 - 1.486 -1.824 -1.401 - 0.822 -0.858 -0.716 -A1AAA2=A(A1)A=A1A(A2)Aa2aa3aaaaa3[a+]a12 - 5.329 -1.445 -0.271 - 5.697 -0.279 0.309 - 4.889 0.868 -0.065 - 3.425 0.520 -0.029 - 2.980 -0.765 -0.011 - 3.930 -1.936 0.020 - 1.603 -1.017 -0.003 - 0.706 0.030 -0.005 - 1.164 1.317 -0.012 - 2.486 1.572 -0.020 - 0.010 2.227 -0.012 - -1.220 1.357 -0.004 - -2.550 1.640 -0.002 - -3.459 0.562 0.007 - -4.846 0.779 0.010 - -5.694 -0.286 0.020 - -5.204 -1.591 0.025 - -3.866 -1.838 0.022 - -2.957 -0.764 0.012 - -1.640 -0.980 0.008 - -0.775 0.023 0.006 -A1AAA2=A(A1)[A@@]1(AAa3aaaaa13)A=A[AH+]2 - 2.432 2.279 0.602 - 3.656 1.379 0.402 - 3.344 -0.001 0.987 - 2.125 -0.575 0.309 - 1.144 0.229 -0.155 - 1.236 1.627 -0.035 - -0.079 -0.350 -0.817 - -0.458 0.501 -2.014 - -1.693 0.989 -1.778 - -2.194 0.568 -0.560 - -3.423 0.852 0.038 - -3.670 0.284 1.279 - -2.744 -0.519 1.912 - -1.516 -0.809 1.327 - -1.266 -0.253 0.091 - 0.148 -1.767 -1.251 - 1.177 -2.496 -0.745 - 1.784 -1.943 0.414 -A1AA[A@@H]2[A@H](A1)AA[A@H]1AAAA[A@@H]21 - 3.392 -0.357 -0.053 - 3.035 0.892 -0.861 - 1.535 0.892 -1.163 - 0.750 0.892 0.151 - 1.108 -0.357 0.959 - 2.608 -0.357 1.261 - 0.750 -1.606 0.151 - -0.750 -1.606 -0.151 - -1.108 -0.357 -0.959 - -2.608 -0.357 -1.261 - -3.392 -0.357 0.053 - -3.034 0.892 0.861 - -1.535 0.892 1.163 - -0.750 0.892 -0.151 -a1aaa2AA3AAa4a([aH]a5aaaaa45)[A@@H]3a2a1 - 3.300 -2.371 0.100 - 4.202 -1.617 0.824 - 4.072 -0.242 0.949 - 2.981 0.350 0.308 - 2.536 1.746 0.271 - 1.347 1.823 -0.340 - 0.393 2.937 -0.376 - -0.893 2.475 0.325 - -1.200 1.045 -0.037 - -0.347 0.164 -0.607 - -0.960 -1.049 -0.770 - -2.244 -0.981 -0.312 - -3.268 -1.925 -0.256 - -4.475 -1.508 0.278 - -4.670 -0.221 0.750 - -3.680 0.730 0.708 - -2.451 0.337 0.168 - 1.067 0.523 -0.993 - 2.073 -0.427 -0.438 - 2.214 -1.793 -0.548 -A1AA[A@@H]2[A@@H](A1)AA[A@H]1AAAA[A@H]21 - -3.369 0.478 0.714 - -2.829 1.595 -0.168 - -1.301 1.606 -0.129 - -0.762 0.276 -0.662 - -1.321 -0.873 0.158 - -2.834 -0.892 0.297 - -0.758 -2.202 -0.326 - 0.768 -2.207 -0.216 - 1.306 -0.865 0.263 - 2.842 -0.871 0.140 - 3.382 0.450 0.691 - 2.818 1.620 -0.116 - 1.288 1.610 -0.052 - 0.770 0.277 -0.593 -A1A[A@H]2A[A+]3A=Aa4aaaaa4[A@H]3[A@H]2A1 - -2.398 -1.664 0.939 - -3.338 -0.773 0.591 - -2.728 0.207 -0.398 - -2.098 1.365 0.402 - -0.856 1.653 -0.390 - 0.195 2.534 0.265 - 1.478 2.140 0.389 - 1.822 0.718 0.181 - 3.037 0.213 0.648 - 3.352 -1.114 0.442 - 2.470 -1.946 -0.225 - 1.264 -1.453 -0.695 - 0.936 -0.133 -0.490 - -0.373 0.432 -0.977 - -1.496 -0.600 -0.911 - -1.266 -1.577 0.222 -A1A=A[A@H]2A=A3Aa4aaaaa4A[A@H]3A[A@H]2A1 - 4.484 0.962 0.443 - 4.256 -0.244 1.235 - 3.331 -1.171 0.825 - 2.538 -1.023 -0.437 - 1.158 -1.572 -0.238 - 0.042 -0.838 -0.272 - -1.215 -1.490 -0.111 - -2.436 -0.668 0.008 - -3.701 -1.255 -0.113 - -4.836 -0.465 -0.012 - -4.715 0.894 0.206 - -3.463 1.477 0.331 - -2.324 0.703 0.241 - -0.968 1.335 0.406 - 0.060 0.651 -0.493 - 1.451 1.205 -0.167 - 2.495 0.401 -0.943 - 3.842 1.097 -0.909 -A1A[A@H]2AAA3=A4AAAA=A4AA[A@H]3[A@@H]2A1 - -4.308 -0.609 0.658 - -3.955 0.870 0.367 - -2.576 0.839 -0.289 - -1.677 2.012 0.060 - -0.370 1.833 -0.728 - 0.203 0.446 -0.511 - 1.518 0.346 -0.326 - 2.386 1.584 -0.298 - 3.413 1.437 0.829 - 4.114 0.110 0.713 - 3.431 -1.041 0.286 - 2.164 -0.958 -0.177 - 1.378 -2.186 -0.562 - -0.040 -2.023 -0.016 - -0.701 -0.760 -0.540 - -1.923 -0.436 0.309 - -3.057 -1.467 0.225 -A1=AA[A@H]2A=A3Aa4aaaaa4A[A@H]3A[A@H]2A1 - -4.553 0.902 -0.272 - -4.203 0.040 -1.281 - -3.108 -0.919 -1.094 - -2.542 -1.107 0.301 - -1.142 -1.639 0.157 - -0.043 -0.885 0.247 - 1.232 -1.510 0.114 - 2.433 -0.659 -0.002 - 3.711 -1.215 0.132 - 4.828 -0.398 0.038 - 4.677 0.956 -0.187 - 3.414 1.509 -0.325 - 2.292 0.709 -0.238 - 0.922 1.313 -0.400 - -0.081 0.599 0.503 - -1.484 1.146 0.263 - -2.490 0.258 0.989 - -3.863 0.900 1.058 -a1aaa2a(a1)A1[A@@H]3AAA[A@H]3A2a2aaaaa12 - -2.796 2.246 -0.692 - -2.653 2.445 0.669 - -1.714 1.706 1.384 - -0.968 0.794 0.711 - -1.057 0.622 -0.667 - -2.002 1.333 -1.369 - -0.040 -0.282 -1.366 - -0.009 -1.651 -0.682 - -0.804 -2.825 -1.129 - -0.979 -3.572 0.010 - -0.637 -2.849 1.194 - -0.614 -1.452 0.740 - -0.014 -0.227 1.375 - 1.291 0.146 0.673 - 2.430 0.486 1.358 - 3.517 0.976 0.650 - 3.465 1.118 -0.724 - 2.321 0.741 -1.421 - 1.272 0.242 -0.716 -A1AA[A@@H]2A(=A[A@@H]3AA[A@H]2[AH2+]3)A1 - -2.780 0.424 -0.280 - -2.214 -0.907 -0.708 - -1.321 -1.509 0.368 - -0.301 -0.520 0.901 - -0.487 0.837 0.280 - 0.515 1.550 -0.191 - 1.926 0.994 -0.162 - 2.002 -0.007 -1.346 - 1.399 -1.309 -0.778 - 1.128 -1.014 0.709 - 2.013 0.108 1.000 - -1.884 1.353 0.212 -A1AAAAA[A@@]23AAA[A@@H](AA2)[A@@H]3AAAA1 - 3.646 0.441 -0.380 - 3.295 -0.550 0.733 - 3.350 -1.973 0.191 - 2.060 -2.390 -0.497 - 1.028 -1.270 -0.554 - -0.022 -1.474 0.541 - -1.300 -0.718 0.186 - -1.554 -0.651 -1.229 - -2.895 -0.303 -1.552 - -3.384 0.938 -0.808 - -2.844 0.995 0.626 - -3.292 -0.323 1.271 - -2.471 -1.291 0.807 - -1.312 0.760 0.670 - -0.459 1.691 -0.175 - 0.868 1.962 0.555 - 1.957 2.286 -0.466 - 3.321 1.862 0.082 -A1AAAAA[A@@H]2AA[AH+]3AA=A(AAA1)[A@@H]23 - 2.765 -0.790 0.879 - 3.661 -0.138 -0.152 - 3.684 1.380 -0.158 - 2.401 2.041 0.245 - 1.139 1.808 -0.456 - -0.051 2.062 0.126 - -1.182 1.300 -0.359 - -2.507 2.067 -0.194 - -3.494 0.901 -0.013 - -2.778 -0.115 0.777 - -3.183 -1.397 0.229 - -1.987 -1.980 -0.448 - -0.968 -1.186 -0.318 - 0.403 -1.424 -0.902 - 1.151 -2.405 -0.173 - 2.301 -2.155 0.438 - -1.347 0.023 0.473 -a1aaa2AA3=A(Aa2a1)[A@@]1(AA3)AAa2aaaaa12 - 4.439 -1.862 -0.400 - 5.019 -0.788 0.260 - 4.269 0.315 0.607 - 2.913 0.357 0.295 - 2.167 1.427 0.626 - 0.852 1.533 0.357 - 0.180 0.539 -0.279 - 0.894 -0.673 -0.689 - 2.334 -0.736 -0.371 - 3.108 -1.842 -0.716 - -1.249 0.979 -0.400 - -1.332 2.309 0.199 - -0.105 2.632 0.648 - -1.698 0.998 -1.839 - -2.747 0.159 -1.932 - -3.058 -0.433 -0.707 - -4.052 -1.347 -0.363 - -4.161 -1.797 0.936 - -3.287 -1.346 1.908 - -2.298 -0.436 1.576 - -2.186 0.015 0.280 -a1aaa2a(a1)[A+]1AA[AH2+][A@@H]3AAAA2=A13 - 3.605 0.712 0.228 - 3.629 -0.665 0.074 - 2.482 -1.400 -0.087 - 1.270 -0.703 -0.091 - 1.240 0.716 0.068 - 2.423 1.432 0.229 - -0.047 1.090 -0.325 - -0.658 2.445 0.178 - -2.106 2.386 -0.325 - -2.823 1.248 0.287 - -2.349 -0.029 -0.315 - -2.873 -1.208 0.488 - -2.051 -2.472 0.427 - -0.791 -2.437 -0.425 - -0.100 -1.116 -0.235 - -0.845 0.005 -0.177 -A1AA[A@H]2[A@@H](A1)AA[A@H]1AAAA[A@@H]21 - 3.081 -0.301 -0.794 - 2.565 -1.426 0.102 - 1.907 -0.863 1.352 - 0.851 0.193 1.061 - 1.301 1.221 0.043 - 1.902 0.586 -1.205 - 0.181 2.160 -0.337 - -1.231 1.655 -0.307 - -1.573 0.683 0.804 - -2.957 0.087 0.582 - -3.016 -0.684 -0.735 - -1.941 -1.772 -0.749 - -0.563 -1.113 -0.588 - -0.507 -0.424 0.772 -A1AA=A2[A@H]([AH2+]1)Aa1a[aH]a3aaaa2a13 - 3.824 -0.057 0.513 - 3.539 1.043 -0.515 - 2.075 1.385 -0.451 - 1.175 0.515 -0.026 - 1.530 -0.879 0.421 - 2.951 -1.215 0.196 - 0.668 -1.968 -0.231 - -0.784 -1.577 -0.141 - -1.938 -2.235 -0.138 - -2.999 -1.348 -0.041 - -2.542 -0.066 0.024 - -3.085 1.214 0.121 - -2.201 2.285 0.163 - -0.814 2.161 0.118 - -0.244 0.912 0.024 - -1.149 -0.169 -0.030 -A1AAAAA[A@@H]2AA[AH+]3AA=A(AAA1)[A@H]23 - 3.840 -1.075 0.455 - 3.908 0.448 0.333 - 2.618 1.062 0.882 - 2.116 2.112 -0.075 - 0.723 2.080 -0.539 - -0.117 1.125 -0.094 - -1.465 1.132 -0.630 - -2.441 1.738 0.392 - -3.657 0.803 0.373 - -3.133 -0.509 -0.073 - -2.707 -1.272 1.092 - -1.357 -1.833 0.737 - -0.928 -1.284 -0.367 - 0.392 -1.594 -1.026 - 1.469 -1.036 -0.227 - 2.681 -1.595 -0.356 - -1.943 -0.300 -0.884 -a1aaa2AA3=A(Aa2a1)[A@]1(AA3)AAa2aaaaa12 - 4.428 -1.872 0.403 - 5.015 -0.797 -0.250 - 4.272 0.310 -0.595 - 2.915 0.357 -0.287 - 2.175 1.432 -0.615 - 0.856 1.538 -0.358 - 0.179 0.544 0.270 - 0.888 -0.668 0.689 - 2.329 -0.737 0.373 - 3.097 -1.848 0.715 - -1.251 0.986 0.384 - -1.332 2.308 -0.235 - -0.098 2.636 -0.661 - -1.702 1.027 1.822 - -2.750 0.190 1.925 - -3.058 -0.423 0.709 - -4.050 -1.344 0.378 - -4.156 -1.814 -0.914 - -3.280 -1.377 -1.891 - -2.293 -0.462 -1.571 - -2.184 0.011 -0.282 -a1aaa2a(a1)[A+]1AA[AH2+][A@H]3AAAA2=A13 - -3.606 -0.739 -0.169 - -3.638 0.640 -0.044 - -2.496 1.385 0.106 - -1.279 0.694 0.124 - -1.241 -0.726 -0.011 - -2.420 -1.452 -0.161 - 0.103 -1.010 -0.307 - 0.684 -2.458 -0.089 - 2.123 -2.371 0.434 - 2.837 -1.242 -0.199 - 2.346 0.044 0.360 - 2.860 1.204 -0.476 - 2.028 2.463 -0.457 - 0.771 2.450 0.401 - 0.088 1.118 0.259 - 0.840 -0.000 0.231 -[AH2+]1AAA2(AA1)Aa1aaaaa1[A@@H]1A=AAA21 - 3.841 1.029 -0.239 - 3.073 1.348 0.984 - 2.149 0.173 1.312 - 1.181 -0.049 0.143 - 1.996 -0.313 -1.129 - 2.924 0.876 -1.388 - 0.408 1.146 -0.047 - -0.946 1.117 -0.017 - -1.675 2.249 0.317 - -3.056 2.205 0.322 - -3.724 1.039 -0.003 - -3.005 -0.100 -0.330 - -1.637 -0.060 -0.328 - -0.765 -1.244 -0.626 - -1.369 -2.587 -0.323 - -0.422 -3.239 0.399 - 0.721 -2.427 0.542 - 0.301 -1.156 0.419 -A1A[A@@H]2AA=A[A@@H]2[A@H]2AAA[A@@H]2A1 - -0.046 2.567 -0.085 - 1.100 1.623 -0.337 - 1.551 0.567 0.564 - 2.975 0.064 0.259 - 2.760 -1.271 -0.442 - 1.531 -1.691 -0.319 - 0.708 -0.753 0.547 - -0.635 -0.547 -0.097 - -1.474 -1.736 -0.005 - -2.750 -1.358 -0.234 - -2.920 0.067 0.266 - -1.473 0.603 0.351 - -1.332 1.869 -0.467 -A1AA2=A(A1)[A@H]1[A@@H](AA2)AAa2aaaaa12 - 3.675 -1.562 -0.165 - 3.526 -0.295 -0.601 - 2.394 0.417 -0.288 - 1.474 -0.223 0.465 - 2.208 -1.822 0.724 - 0.164 0.262 0.968 - 0.008 1.775 0.895 - 0.338 2.284 -0.512 - 2.107 2.092 -0.821 - -1.450 2.095 1.178 - -2.365 1.531 0.367 - -2.172 0.231 0.019 - -3.208 -0.443 -0.620 - -3.048 -1.758 -1.006 - -1.853 -2.409 -0.758 - -0.824 -1.744 -0.122 - -0.978 -0.424 0.271 -A1AA[A@H]2[A@@H](A1)AA[A@H]1AAAA[A@H]21 - 3.287 -0.557 -0.664 - 2.244 -1.671 -0.687 - 1.478 -1.643 0.629 - 0.734 -0.321 0.839 - 1.594 0.887 0.542 - 2.593 0.804 -0.589 - 0.807 2.191 0.534 - -0.488 2.128 -0.257 - -1.361 0.965 0.205 - -2.594 0.885 -0.710 - -3.495 -0.263 -0.259 - -2.722 -1.581 -0.290 - -1.490 -1.475 0.616 - -0.588 -0.348 0.092 -A1AA2=A(A1)[A@@H]1[A@H](AA2)AAa2aaaaa12 - 3.671 -1.564 0.173 - 3.536 -0.295 0.581 - 2.400 0.416 0.278 - 1.473 -0.223 -0.462 - 2.205 -1.822 -0.719 - 0.164 0.263 -0.967 - 0.007 1.776 -0.889 - 0.329 2.277 0.524 - 2.112 2.088 0.821 - -1.449 2.095 -1.178 - -2.368 1.531 -0.370 - -2.172 0.232 -0.017 - -3.207 -0.442 0.622 - -3.049 -1.758 1.005 - -1.855 -2.410 0.753 - -0.826 -1.745 0.118 - -0.979 -0.424 -0.272 -a1aaa2a(a1)A1[A@H]3AAA[A@H]3A2a2aaaaa12 - -3.821 0.397 -0.687 - -3.813 0.415 0.695 - -2.635 0.185 1.395 - -1.497 -0.083 0.708 - -1.498 -0.076 -0.701 - -2.653 0.148 -1.395 - -0.145 -0.360 -1.335 - 0.298 -1.724 -0.764 - 1.751 -1.951 -1.125 - 2.470 -2.063 -0.001 - 1.757 -1.950 1.127 - 0.303 -1.727 0.774 - -0.137 -0.356 1.331 - 0.801 0.658 0.697 - 1.604 1.518 1.391 - 2.415 2.396 0.684 - 2.407 2.396 -0.699 - 1.589 1.519 -1.398 - 0.795 0.658 -0.696 -A1AA[A@H]2[A@H](A1)AA[A@@H]1AAA[A@@H]21 - 3.261 -0.207 -0.315 - 2.665 -1.572 -0.075 - 1.156 -1.546 -0.385 - 0.559 -0.410 0.429 - 1.096 0.926 -0.105 - 2.580 1.042 0.221 - 0.227 2.049 0.443 - -1.118 2.021 -0.316 - -1.586 0.598 -0.479 - -3.079 0.330 -0.222 - -3.139 -1.207 -0.021 - -1.690 -1.668 0.288 - -0.931 -0.355 0.538 -A1A[A@H]2[A@@H]3AA[A@@H](A=A3)[A@@H]2A1 - 2.598 -0.055 -0.107 - 1.882 -1.170 0.259 - 0.505 -0.714 0.195 - -0.841 -1.304 0.104 - -1.339 -0.819 -1.314 - -0.870 0.629 -1.439 - -0.715 1.303 -0.080 - -1.807 0.789 0.856 - -1.831 -0.532 1.009 - 0.560 0.780 0.617 - 1.861 1.090 -0.105 -A1AA[A@H]2[A@H](A1)AA[A@H]1AAAA[A@@H]21 - -3.487 -0.093 0.562 - -3.167 -1.112 -0.533 - -1.691 -1.508 -0.453 - -0.824 -0.262 -0.639 - -1.138 0.743 0.476 - -2.610 1.148 0.384 - -0.262 1.963 0.278 - 1.192 1.703 0.005 - 1.509 0.578 -0.958 - 2.992 0.228 -0.864 - 3.330 -0.216 0.560 - 2.491 -1.445 0.920 - 1.007 -1.085 0.842 - 0.657 -0.643 -0.581 -A1A[A@@H]2[A@@H]3A=A[A@@H](A3)[A@@H]2A1 - 2.034 0.003 0.353 - 1.450 1.126 -0.081 - 0.265 0.775 -0.951 - -1.039 1.094 -0.156 - -0.742 0.669 1.285 - -0.741 -0.653 1.293 - -1.037 -1.097 -0.141 - -1.910 -0.005 -0.588 - 0.266 -0.786 -0.941 - 1.456 -1.125 -0.073 -A1AAA2(AA1)Aa1aaaaa1A1AA[AH2+]A[A@@H]21 - -3.504 1.456 0.791 - -2.433 1.264 1.577 - -1.247 0.887 1.078 - -1.041 0.657 -0.392 - -2.313 0.901 -1.152 - -3.444 1.278 -0.537 - 0.054 1.593 -0.910 - 1.400 1.133 -0.409 - 2.466 2.015 -0.497 - 3.722 1.641 -0.064 - 3.922 0.379 0.464 - 2.866 -0.502 0.560 - 1.593 -0.129 0.126 - 0.564 -1.056 0.256 - 1.036 -2.438 0.102 - -0.105 -3.407 0.424 - -1.235 -3.136 -0.490 - -1.719 -1.751 -0.302 - -0.576 -0.786 -0.623 -a1aaa2A[A@]34AAAA[A@@H]4[A@H](AAA3)a2a1 - 3.804 0.459 0.363 - 3.768 -0.884 0.037 - 2.553 -1.522 -0.137 - 1.360 -0.812 0.015 - 0.187 -1.475 -0.137 - -1.038 -0.738 -0.202 - -2.204 -1.686 0.097 - -3.515 -0.919 0.063 - -3.485 0.184 1.123 - -2.327 1.139 0.825 - -1.005 0.369 0.855 - 0.135 1.333 0.487 - -0.197 1.921 -0.872 - -0.852 1.100 -1.823 - -1.216 -0.158 -1.530 - 1.407 0.532 0.331 - 2.625 1.165 0.509 -[AH2+]1AAA2(AA1)Aa1aaaaa1[A@@H]1AA=AA21 - 3.766 0.946 -0.598 - 3.442 0.310 0.697 - 2.163 0.941 1.254 - 1.020 0.727 0.263 - 1.398 1.312 -1.097 - 2.699 0.668 -1.582 - -0.174 1.343 0.748 - -1.387 0.895 0.333 - -2.496 1.691 0.619 - -3.762 1.286 0.255 - -3.943 0.085 -0.406 - -2.851 -0.708 -0.698 - -1.578 -0.304 -0.337 - -0.402 -1.175 -0.695 - -0.603 -2.627 -0.240 - 0.644 -2.888 0.617 - 1.322 -1.795 0.745 - 0.734 -0.705 0.129 -A1A[A@H]2AA3[A@H](A=Aa4aaaaa34)[A@H]2A1 - -3.686 -0.331 -1.042 - -3.324 -1.312 -0.208 - -2.371 -0.765 0.829 - -0.966 -1.394 0.637 - -0.059 -0.245 0.739 - -0.743 0.815 -0.048 - -0.073 2.124 0.235 - 1.273 2.103 0.279 - 1.947 0.806 0.033 - 3.253 0.740 -0.432 - 3.845 -0.491 -0.636 - 3.145 -1.658 -0.378 - 1.843 -1.607 0.083 - 1.233 -0.385 0.290 - -2.202 0.728 0.409 - -3.114 0.870 -0.790 -A1AAA2=A(A1)[A@]1(AAa3aaaaa13)A=A[AH+]2 - -2.414 -2.353 0.325 - -3.078 -1.760 -0.923 - -3.434 -0.299 -0.635 - -2.188 0.464 -0.262 - -1.158 -0.150 0.363 - -1.216 -1.516 0.685 - 0.086 0.616 0.733 - 0.552 0.190 2.111 - 1.780 -0.350 1.965 - 2.199 -0.339 0.646 - 3.393 -0.802 0.091 - 3.551 -0.663 -1.279 - 2.577 -0.091 -2.073 - 1.384 0.375 -1.532 - 1.219 0.238 -0.171 - -0.149 2.096 0.708 - -1.222 2.623 0.061 - -1.881 1.728 -0.820 -A1AA=A2A=A3[A@@H](A[A@@H]2A1)Aa1aaaaa31 - 4.363 -0.330 0.697 - 4.229 1.185 0.509 - 2.785 1.538 0.304 - 1.908 0.742 -0.251 - 0.583 1.190 -0.399 - -0.391 0.240 -0.176 - -0.099 -1.090 -0.009 - 1.302 -1.653 -0.038 - 2.223 -0.645 -0.746 - 3.658 -0.999 -0.462 - -1.295 -1.814 0.192 - -2.414 -0.849 0.152 - -3.779 -1.013 0.293 - -4.568 0.139 0.199 - -4.016 1.379 -0.023 - -2.638 1.560 -0.168 - -1.843 0.428 -0.076 -[A-]1A=[A+]A2([A+]=A[A-][AH2+]2)[AH2+]1 - 2.495 0.463 0.917 - 3.039 -0.418 0.097 - 1.819 -1.233 -1.024 - 0.000 0.112 0.000 - -1.817 -1.257 0.993 - -3.039 -0.419 -0.110 - -2.496 0.486 -0.905 - -1.251 1.149 -1.309 - 1.249 1.114 1.338 -a1aaa2AA[A@@]3(AA[A@@H]4AAA[AH+]34)a2a1 - 2.996 -1.613 0.573 - 3.789 -0.480 0.585 - 3.251 0.751 0.266 - 1.903 0.860 -0.072 - 1.138 1.974 -0.426 - -0.143 1.649 -0.681 - -0.264 0.160 -0.483 - -0.701 -0.527 -1.786 - -2.221 -0.754 -1.563 - -2.276 -1.054 -0.046 - -3.649 -0.636 0.504 - -3.336 0.548 1.473 - -1.972 1.073 0.960 - -1.282 -0.160 0.537 - 1.117 -0.286 -0.082 - 1.657 -1.512 0.238 -a1aaa2AA3AAa4a([aH]a5aaaaa45)[A@H]3a2a1 - 3.330 2.362 0.095 - 4.230 1.598 0.811 - 4.084 0.226 0.943 - 2.976 -0.354 0.319 - 2.527 -1.749 0.271 - 1.347 -1.820 -0.360 - 0.386 -2.930 -0.388 - -0.892 -2.469 0.326 - -1.203 -1.039 -0.034 - -0.350 -0.155 -0.600 - -0.964 1.058 -0.756 - -2.251 0.985 -0.305 - -3.278 1.925 -0.254 - -4.486 1.504 0.277 - -4.680 0.214 0.740 - -3.686 -0.733 0.702 - -2.456 -0.335 0.169 - 1.064 -0.511 -0.987 - 2.072 0.432 -0.425 - 2.229 1.795 -0.540 -A1AA[A@@H]2AA[A@@H]3AAA[A@@H]3[A@H]2A1 - 2.610 1.515 -0.351 - 3.315 0.224 0.053 - 2.489 -0.999 -0.341 - 1.054 -0.900 0.136 - 0.197 -2.037 -0.434 - -1.120 -2.004 0.310 - -1.828 -0.726 0.591 - -2.812 -0.338 -0.523 - -2.809 1.116 -0.546 - -1.779 1.632 0.145 - -0.930 0.505 0.724 - 0.358 0.426 -0.112 - 1.253 1.589 0.342 -a1aaa2a(a1)[AH+]A[A+]1A2=[A+]a2aaaaa12 - -4.376 -0.331 -0.029 - -3.732 -1.554 -0.119 - -2.351 -1.615 -0.117 - -1.617 -0.443 -0.020 - -2.269 0.800 0.096 - -3.653 0.842 0.083 - -1.542 2.021 0.278 - -0.163 2.059 -0.341 - 0.523 0.751 0.194 - -0.140 -0.419 -0.030 - 0.713 -1.399 0.071 - 1.965 -0.907 0.041 - 3.215 -1.532 0.125 - 4.324 -0.724 0.071 - 4.228 0.651 -0.060 - 3.006 1.297 -0.148 - 1.865 0.503 -0.097 -A1A[A@@H]2[A@@H]3AA[A@@H](A3)[A@@H]2A1 - 2.040 -0.014 0.412 - 1.480 1.122 -0.021 - 0.313 0.795 -0.925 - -1.022 1.174 -0.178 - -0.785 0.752 1.304 - -0.788 -0.794 1.275 - -1.027 -1.160 -0.221 - -1.966 0.018 -0.662 - 0.297 -0.760 -0.939 - 1.456 -1.129 -0.042 -A1AA[A@@H]2A[A@H]3AAA[A@@H]3A[A@@H]2A1 - -2.814 -0.890 -0.754 - -2.865 0.614 -1.044 - -1.537 1.223 -0.653 - -0.993 0.933 0.728 - 0.430 1.504 0.830 - 1.288 0.752 -0.168 - 2.760 1.069 -0.177 - 3.413 -0.252 -0.380 - 2.457 -1.229 -0.448 - 1.341 -0.726 0.322 - -0.027 -1.320 0.068 - -1.024 -0.573 0.968 - -2.432 -1.111 0.711 -A1AAA2=A(A1)a1a(aaa3[a+]aaaa13)[AH+]A2 - 2.640 -2.307 -0.544 - 3.799 -1.643 0.205 - 3.687 -0.154 0.026 - 2.428 0.464 -0.077 - 1.277 -0.260 -0.014 - 1.320 -1.766 0.006 - 0.022 0.400 0.052 - -0.012 1.802 0.133 - -1.213 2.497 -0.024 - -2.388 1.845 -0.199 - -2.447 0.439 -0.136 - -3.678 -0.151 -0.302 - -3.731 -1.476 -0.055 - -2.630 -2.242 0.317 - -1.391 -1.661 0.401 - -1.257 -0.304 0.088 - 1.167 2.556 0.366 - 2.404 1.966 -0.237 -A1=A[A@@H]2[A@@H]3AA[A@@H](A3)[A@H]2A1 - -2.446 0.023 -0.405 - -1.703 1.104 -0.146 - -0.507 0.682 0.637 - 0.908 1.168 0.359 - 1.380 0.835 -1.041 - 1.705 -0.659 -1.070 - 1.081 -1.165 0.297 - 1.648 0.030 1.178 - -0.336 -0.778 0.062 - -1.730 -1.239 0.129 -A1AAA2=A(A1)Aa1a(aaa3[a+]aaaa13)[AH+]2 - 4.428 -1.329 -0.249 - 4.460 0.039 -0.938 - 3.751 1.052 -0.036 - 2.335 0.598 0.221 - 2.021 -0.715 0.260 - 2.999 -1.699 0.040 - 0.612 -1.171 0.537 - -0.380 -0.073 0.282 - 0.027 1.241 0.230 - -0.899 2.265 -0.007 - -2.218 1.990 -0.187 - -2.669 0.659 -0.144 - -4.012 0.422 -0.338 - -4.392 -0.872 -0.284 - -3.529 -1.941 -0.051 - -2.197 -1.712 0.142 - -1.738 -0.381 0.096 - 1.395 1.619 0.430 -A1AA2=A(A1)[A@H]1[A@H](AA2)AAa2aaaaa12 - -3.135 2.361 -0.258 - -3.512 1.071 -0.358 - -2.612 0.061 -0.117 - -1.363 0.454 0.229 - -1.466 2.225 0.197 - -0.201 -0.399 0.567 - -0.318 -1.778 -0.084 - -1.560 -2.483 0.459 - -3.020 -1.667 -0.261 - 0.949 -2.533 0.233 - 2.103 -1.961 -0.176 - 2.204 -0.606 -0.112 - 3.433 -0.022 -0.405 - 3.581 1.348 -0.366 - 2.505 2.151 -0.034 - 1.284 1.578 0.263 - 1.129 0.198 0.218 -A1A[A@@H]2[A@@H]3A=A[A@@H](A3)[A@H]2A1 - -2.419 0.011 -0.275 - -1.600 1.116 -0.264 - -0.474 0.737 0.674 - 0.971 1.126 0.345 - 1.428 0.696 -1.029 - 1.561 -0.620 -1.096 - 1.035 -1.161 0.273 - 1.648 -0.028 1.162 - -0.386 -0.737 0.106 - -1.760 -1.141 0.108 -A1AAA2(AA1)Aa1aaaaa1A1AA[AH2+]A[A@H]21 - -3.510 -1.455 0.786 - -3.450 -1.266 -0.541 - -2.318 -0.889 -1.153 - -1.046 -0.651 -0.391 - -1.254 -0.886 1.078 - -2.440 -1.270 1.572 - 0.047 -1.588 -0.914 - 1.395 -1.136 -0.412 - 2.454 -2.026 -0.497 - 3.716 -1.659 -0.059 - 3.922 -0.391 0.469 - 2.869 0.493 0.557 - 1.595 0.126 0.121 - 0.568 1.058 0.256 - 1.052 2.434 0.085 - -0.080 3.410 0.418 - -1.224 3.143 -0.478 - -1.712 1.760 -0.279 - -0.577 0.791 -0.616 -A1AA[A@H]2[A@@H](A1)AA=A1A=AAA[A@@H]21 - -2.905 0.616 -0.957 - -2.033 1.732 -0.385 - -1.608 1.376 1.033 - -0.829 0.062 1.084 - -1.549 -1.048 0.349 - -2.112 -0.688 -1.010 - -0.729 -2.334 0.297 - 0.680 -2.072 -0.144 - 1.276 -0.916 0.056 - 2.680 -0.725 -0.379 - 3.182 0.496 -0.447 - 2.423 1.741 -0.106 - 0.908 1.502 -0.112 - 0.617 0.257 0.721 -A1A[A@@H]2[A@H]([AH2+]1)[AH+]a1aaaaa21 - 2.794 0.676 -0.789 - 1.812 1.518 0.052 - 1.039 0.500 0.914 - 1.624 -0.884 0.513 - 2.167 -0.650 -0.822 - 0.419 -1.732 0.425 - -0.678 -0.907 0.142 - -1.935 -1.242 -0.345 - -2.906 -0.226 -0.519 - -2.601 1.096 -0.233 - -1.338 1.421 0.241 - -0.394 0.432 0.425 -A1AA=A2A=A3[A@H](A[A@@H]2A1)Aa1aaaaa31 - 4.243 -0.268 0.962 - 3.913 -1.470 0.071 - 2.419 -1.769 0.186 - 1.626 -0.551 -0.230 - 0.423 -0.751 -0.804 - -0.421 0.245 -0.881 - -0.174 1.586 -0.208 - 1.275 1.971 -0.499 - 2.119 0.696 -0.027 - 3.384 0.897 0.549 - -1.481 1.940 0.453 - -2.310 0.734 0.415 - -3.554 0.498 1.008 - -4.096 -0.771 0.861 - -3.447 -1.768 0.158 - -2.221 -1.558 -0.457 - -1.699 0.345 -1.560 -a1aaa2a(a1)[A@@H]1AA[A@H]2a2aaaa[a+]12 - -3.263 1.277 -0.096 - -3.287 0.582 1.099 - -2.248 -0.278 1.434 - -1.209 -0.420 0.563 - -1.185 0.278 -0.644 - -2.202 1.124 -0.979 - 0.041 -0.003 -1.494 - 0.044 -1.527 -1.740 - -0.001 -2.308 -0.403 - 0.006 -1.307 0.775 - 1.207 -0.400 0.539 - 2.217 -0.248 1.450 - 3.264 0.614 1.138 - 3.234 1.282 -0.077 - 2.172 1.078 -0.944 - 1.205 0.261 -0.616 -A1AAAA[A@@H]2AA[AH+]3AA=A(AAA1)[A@H]23 - -3.861 0.538 0.145 - -3.648 -0.940 -0.203 - -2.594 -1.525 0.740 - -1.300 -1.706 -0.009 - -0.278 -0.859 0.190 - 0.910 -1.082 -0.611 - 1.922 -1.940 0.166 - 3.278 -1.270 -0.101 - 2.954 0.153 -0.357 - 2.937 0.874 0.911 - 1.689 1.711 0.883 - 0.941 1.356 -0.123 - -0.397 1.959 -0.463 - -1.458 1.135 0.092 - -2.700 1.350 -0.364 - 1.606 0.247 -0.898 -A1A[A@H]2AA3A=Aa4aaaaa4[A@@H]3[A@H]2A1 - 3.694 0.875 0.389 - 3.570 0.300 -0.817 - 2.107 -0.026 -1.050 - 1.834 -1.465 -0.567 - 0.558 -1.412 0.142 - -0.401 -2.427 0.284 - -1.655 -2.058 0.278 - -2.002 -0.634 0.103 - -3.300 -0.269 -0.262 - -3.620 1.064 -0.417 - -2.662 2.041 -0.213 - -1.371 1.689 0.145 - -1.039 0.363 0.300 - 0.362 -0.050 0.672 - 1.402 0.861 0.017 - 2.527 1.145 0.992 -A1AA[A@@H]2A[A@@H]3AAA[A@@H]3A[A@H]2A1 - 3.219 0.687 -0.642 - 3.341 -0.783 -0.229 - 1.971 -1.422 -0.288 - 0.834 -0.733 0.430 - -0.494 -1.384 0.054 - -1.651 -0.712 0.797 - -2.949 -1.079 0.016 - -3.155 0.089 -0.931 - -2.140 0.969 -0.778 - -1.639 0.813 0.581 - -0.284 1.446 0.792 - 0.793 0.733 -0.024 - 2.157 1.374 0.225 -a1aaa2AA[A@@]3(AA[A@H]4AAA[AH+]34)a2a1 - 2.182 -1.926 -0.709 - 3.285 -1.295 -0.163 - 3.174 -0.023 0.357 - 1.947 0.638 0.336 - 1.584 1.904 0.798 - 0.283 2.170 0.583 - -0.306 0.956 -0.091 - -0.865 1.318 -1.470 - -2.195 0.536 -1.563 - -2.626 0.377 -0.097 - -3.326 -0.972 0.112 - -2.465 -1.711 1.162 - -1.077 -1.047 0.999 - -1.400 0.358 0.693 - 0.846 -0.007 -0.216 - 0.961 -1.277 -0.734 -[AH2+]1AAA2(AA1)Aa1aaaaa1[A@H]1AA=AA21 - 3.773 0.944 0.584 - 2.714 0.662 1.576 - 1.409 1.310 1.105 - 1.020 0.733 -0.255 - 2.155 0.954 -1.253 - 3.437 0.316 -0.711 - -0.175 1.356 -0.729 - -1.389 0.900 -0.327 - -2.498 1.702 -0.599 - -3.764 1.293 -0.242 - -3.948 0.078 0.393 - -2.855 -0.719 0.675 - -1.582 -0.308 0.327 - -0.404 -1.174 0.690 - -0.595 -2.627 0.234 - 0.643 -2.907 -0.593 - 1.321 -1.815 -0.738 - 0.734 -0.698 -0.130 -a1aa2Aa3aaaa4Aa5aaaa6Aa(a1)a2A(a34)a56 - 1.543 -3.729 0.484 - 0.181 -3.582 0.298 - -0.333 -2.354 -0.099 - -1.672 -2.176 -0.254 - -2.189 -0.929 -0.096 - -3.511 -0.749 0.288 - -4.005 0.529 0.472 - -3.196 1.635 0.291 - -1.873 1.466 -0.098 - -1.048 2.536 -0.250 - 0.290 2.359 -0.093 - 1.107 3.412 0.297 - 2.461 3.200 0.479 - 3.014 1.947 0.291 - 2.207 0.888 -0.103 - 2.721 -0.360 -0.262 - 1.900 -1.431 -0.103 - 2.404 -2.663 0.294 - 0.539 -1.304 -0.328 - -0.001 0.000 -0.857 - -1.400 0.185 -0.325 - 0.860 1.119 -0.326 -A1A[A@H]2[A@@H]3A=A[A@@H](A3)[A@@H]2A1 - -2.409 -0.003 -0.299 - -1.762 1.138 0.145 - -0.386 0.736 0.112 - 1.033 1.166 0.269 - 1.544 0.637 -1.109 - 1.418 -0.691 -1.038 - 0.974 -1.145 0.338 - 1.668 0.025 1.169 - -0.466 -0.744 0.658 - -1.611 -1.118 -0.245 -A1AA[A@H]2[A@@H](A1)A[A@@H]1AAA[A@H]21 - -2.781 0.558 0.090 - -2.716 -0.868 0.201 - -1.387 -1.235 0.564 - -0.374 -0.848 -0.368 - -0.485 0.661 -0.673 - -1.923 1.072 -0.932 - 0.045 1.297 0.501 - 1.200 0.532 0.896 - 2.354 1.028 0.200 - 3.043 -0.150 -0.297 - 2.038 -1.138 -0.568 - 0.984 -0.914 0.384 -[AH2+]1AAA2(AA1)Aa1aaaaa1[A@H]1A=AAA21 - 3.839 1.032 0.239 - 2.924 0.873 1.390 - 1.996 -0.315 1.127 - 1.180 -0.047 -0.143 - 2.147 0.178 -1.312 - 3.070 1.354 -0.981 - 0.407 1.146 0.050 - -0.947 1.116 0.017 - -1.678 2.247 -0.316 - -3.058 2.203 -0.319 - -3.725 1.035 0.003 - -3.005 -0.102 0.335 - -1.637 -0.061 0.331 - -0.763 -1.243 0.627 - -1.359 -2.588 0.316 - -0.417 -3.240 -0.394 - 0.723 -2.425 -0.541 - 0.301 -1.155 -0.421 -A1A[A@H]2[A@@H]3AA[A@@H](A=A3)[A@H]2A1 - -2.383 -0.000 -0.199 - -1.741 -1.126 0.137 - -0.439 -0.770 0.821 - 0.733 -1.279 -0.027 - 2.039 -0.762 0.591 - 2.038 0.768 0.587 - 0.731 1.279 -0.034 - 0.603 0.662 -1.418 - 0.605 -0.669 -1.415 - -0.439 0.772 0.819 - -1.742 1.126 0.137 -A1AA[A@H]2[A@H](A1)AA[A@H]1AAAA[A@H]21 - -3.573 0.335 -0.506 - -2.943 1.554 0.160 - -1.454 1.602 -0.187 - -0.747 0.370 0.404 - -1.403 -0.894 -0.144 - -2.910 -0.961 -0.026 - -0.692 -2.151 0.328 - 0.777 -2.138 -0.099 - 1.502 -0.874 0.358 - 2.758 -0.794 -0.317 - 3.587 0.341 -0.260 - 2.889 1.691 -0.140 - 1.505 1.554 0.467 - 0.708 0.371 -0.032 -A1AA[A@@H]2[A@H](A1)AA[A@@H]1AAAA=A21 - -2.585 -0.771 -1.116 - -1.791 -1.831 -0.348 - -1.619 -1.373 1.101 - -0.875 -0.044 1.146 - -1.626 1.024 0.345 - -1.812 0.548 -1.099 - -0.832 2.218 0.326 - 0.388 2.076 -0.404 - 1.292 1.059 0.299 - 2.552 0.817 -0.513 - 3.218 -0.490 -0.081 - 2.260 -1.648 -0.416 - 0.930 -1.389 0.231 - 0.505 -0.200 0.534 -A1AA[AH+]2AAa3a4aaaaa4[aH]a3[A@@H]2A1 - 3.718 -1.726 0.150 - 4.336 -0.382 0.473 - 3.720 0.852 -0.148 - 2.269 0.823 0.129 - 1.620 2.017 -0.458 - 0.204 2.150 0.118 - -0.484 0.817 -0.026 - -1.892 0.497 0.059 - -3.031 1.274 0.295 - -4.237 0.619 0.308 - -4.336 -0.747 0.099 - -3.225 -1.541 -0.131 - -1.987 -0.903 -0.156 - -0.720 -1.372 -0.356 - 0.174 -0.338 -0.275 - 1.674 -0.415 -0.429 - 2.201 -1.621 0.352 -A1AA[A@H]2[A@H](A1)AA=A1A=AAA[A@@H]21 - -3.410 -0.396 0.672 - -2.947 -1.455 -0.321 - -1.426 -1.588 -0.260 - -0.771 -0.265 -0.657 - -1.271 0.865 0.223 - -2.772 0.964 0.387 - -0.650 2.188 -0.238 - 0.845 2.054 -0.057 - 1.437 0.879 -0.159 - 2.877 0.776 0.174 - 3.444 -0.411 0.292 - 2.706 -1.709 0.163 - 1.198 -1.516 0.350 - 0.741 -0.385 -0.567 -A1AA[A@H]2AA[A@H]3AAA[A@@H]3[A@@H]2A1 - -2.696 -1.581 -0.169 - -3.335 -0.203 -0.272 - -2.539 0.916 0.397 - -1.093 0.894 -0.084 - -0.229 2.035 0.414 - 1.136 2.015 -0.297 - 1.584 0.599 -0.555 - 3.052 0.311 -0.316 - 3.061 -1.093 0.178 - 1.775 -1.561 0.231 - 0.973 -0.375 0.480 - -0.502 -0.444 0.395 - -1.189 -1.515 -0.398 -A1AA[A@@H]2AA[A@H]3AAA[A@@H]3[A@H]2A1 - 2.776 1.544 -0.168 - 3.347 0.214 0.332 - 2.545 -0.950 -0.256 - 1.102 -0.871 0.233 - 0.310 -2.109 -0.161 - -1.152 -1.989 0.270 - -1.723 -0.735 -0.360 - -3.147 -0.339 0.042 - -3.069 1.182 0.149 - -1.794 1.580 -0.125 - -0.944 0.473 0.244 - 0.454 0.411 -0.323 - 1.291 1.585 0.126 -a1aaa2a(a1)[AH+]A[a+]1a2[aH]a2aaaaa12 - -4.369 0.280 -0.077 - -3.745 1.514 -0.172 - -2.367 1.599 -0.120 - -1.617 0.443 0.026 - -2.246 -0.810 0.148 - -3.631 -0.876 0.082 - -1.487 -1.965 0.422 - -0.200 -1.971 -0.326 - 0.514 -0.706 -0.125 - -0.141 0.444 0.023 - 0.737 1.476 0.125 - 1.997 0.935 0.079 - 3.263 1.504 0.154 - 4.344 0.641 0.072 - 4.181 -0.725 -0.079 - 2.943 -1.312 -0.156 - 1.828 -0.465 -0.078 -A1AA=A2Aa3[aH]a4aaaaa4[a+]3A[A@@H]2A1 - -3.988 1.220 0.653 - -4.449 -0.240 0.555 - -3.249 -1.130 0.400 - -2.144 -0.763 -0.187 - -1.072 -1.673 -0.278 - 0.192 -1.106 -0.153 - 1.374 -1.781 -0.062 - 2.368 -0.839 0.034 - 3.749 -0.941 0.145 - 4.464 0.244 0.222 - 3.840 1.479 0.190 - 2.467 1.606 0.080 - 1.725 0.421 0.002 - 0.402 0.196 -0.108 - -0.658 1.214 -0.170 - -1.917 0.599 -0.792 - -3.098 1.493 -0.526 -A1AAa2a3aaaaa3a3AAA[A@@H]([AH2+]1)a23 - -3.084 -1.854 -0.198 - -1.994 -2.205 0.807 - -0.647 -2.318 0.090 - -0.010 -0.994 0.050 - 1.335 -0.754 -0.009 - 2.433 -1.611 -0.055 - 3.685 -1.024 -0.103 - 3.857 0.351 -0.117 - 2.794 1.219 -0.080 - 1.517 0.652 -0.026 - 0.188 1.226 0.023 - -0.205 2.682 0.030 - -1.656 2.791 0.513 - -2.527 1.814 -0.281 - -2.188 0.376 0.127 - -2.810 -0.554 -0.843 - -0.687 0.199 0.064 -A1=A[A@@H]2[A@H]3AA[A@H](A3)[A@@H]2A1 - 2.312 0.047 0.218 - 1.700 1.067 -0.080 - 0.377 0.758 -0.687 - -0.760 1.177 0.320 - -2.097 0.786 -0.381 - -2.110 -0.759 -0.365 - -0.778 -1.156 0.342 - -0.633 0.019 1.371 - 0.348 -0.797 -0.673 - 1.645 -1.144 -0.066 -a1aaa2a(a1)A[A@@H]1AAa3aaaaa3[A@@H]21 - 3.995 0.837 0.260 - 3.133 1.811 -0.202 - 1.809 1.527 -0.506 - 1.379 0.223 -0.328 - 2.253 -0.761 0.158 - 3.573 -0.472 0.450 - 1.516 -2.077 0.287 - 0.052 -1.638 0.383 - -0.990 -2.599 -0.147 - -2.248 -1.854 -0.337 - -2.347 -0.480 -0.109 - -3.558 0.104 0.222 - -3.633 1.481 0.425 - -2.494 2.274 0.286 - -1.283 1.688 -0.038 - -1.207 0.333 -0.231 - 0.047 -0.399 -0.569 -A1=A[A@H]2[A@@H]3AA[A@@H](A3)[A@H]2A1 - -2.326 0.102 0.221 - -1.669 1.161 -0.087 - -0.340 0.764 -0.688 - 0.789 1.150 0.314 - 2.108 0.714 -0.395 - 2.075 -0.832 -0.365 - 0.740 -1.183 0.359 - 0.639 0.006 1.378 - -0.372 -0.789 -0.660 - -1.646 -1.093 -0.078 -A1A[A@@H]2AA[A@H]3AAA[A@@H]3[A@@H]2A1 - 2.516 0.935 -0.739 - 2.782 -0.139 0.174 - 1.510 -0.535 0.748 - 0.974 -1.679 -0.107 - -0.451 -1.812 -0.045 - -1.104 -0.640 -0.434 - -2.527 -0.639 -0.454 - -2.927 0.685 -0.033 - -1.738 1.432 0.327 - -0.800 0.411 0.669 - 0.661 0.753 0.603 - 1.106 1.231 -0.708 -A1Aa2aa3AA4(Aa3aa2A1)Aa1aa2AAAa2aa1A4 - -7.008 0.274 -0.289 - -6.176 -1.005 -0.527 - -4.739 -0.593 -0.284 - -3.555 -1.214 -0.648 - -2.337 -0.651 -0.320 - -0.929 -1.120 -0.605 - 0.001 -0.067 -0.003 - -0.896 0.967 0.622 - -2.297 0.549 0.385 - -3.495 1.170 0.752 - -4.707 0.600 0.417 - -6.120 1.069 0.692 - 0.936 -0.667 1.009 - 2.315 -0.399 0.564 - 3.539 -0.739 1.159 - 4.729 -0.377 0.560 - 6.158 -0.619 0.997 - 7.005 0.380 0.180 - 6.139 0.597 -1.079 - 4.718 0.323 -0.635 - 3.512 0.660 -1.229 - 2.315 0.307 -0.639 - 0.891 0.557 -1.079 -a1aaa2AA[A@@H]3[A@@H](Aa4aaaaa34)a2a1 - 3.701 1.511 -0.006 - 4.285 0.334 0.439 - 3.529 -0.827 0.490 - 2.200 -0.807 0.097 - 1.470 -1.954 0.161 - 0.073 -1.777 0.415 - -0.531 -0.929 -0.703 - 0.184 0.433 -0.813 - -0.579 1.281 0.065 - -1.846 0.820 0.123 - -2.995 1.486 0.550 - -4.191 0.777 0.518 - -4.252 -0.537 0.086 - -3.112 -1.209 -0.339 - -1.925 -0.509 -0.309 - 1.615 0.376 -0.377 - 2.379 1.525 -0.399 -a1aaa2A=A[A@@]3(Aa2a1)Aa1aaaaa1[AH+]3 - 4.289 1.165 0.546 - 4.590 0.488 -0.623 - 3.678 -0.392 -1.174 - 2.454 -0.594 -0.546 - 1.450 -1.528 -1.102 - 0.200 -1.445 -0.648 - -0.152 -0.417 0.387 - 0.950 -0.121 1.235 - 2.151 0.093 0.638 - 3.074 0.971 1.177 - -0.658 0.872 -0.297 - -2.150 0.678 -0.307 - -3.125 1.343 -1.024 - -4.440 0.937 -0.830 - -4.757 -0.086 0.040 - -3.785 -0.758 0.765 - -2.460 -0.359 0.581 - -1.313 -0.848 1.186 -a1aaa2a(a1)A[A@@H]1[AH2+]AAa3aaaa2a13 - -4.007 0.608 0.095 - -3.794 -0.744 0.317 - -2.503 -1.259 0.275 - -1.430 -0.408 0.021 - -1.655 0.948 -0.216 - -2.940 1.450 -0.166 - -0.496 1.852 -0.534 - 0.744 1.440 0.256 - 1.899 2.210 -0.252 - 3.115 1.838 0.492 - 3.512 0.409 0.164 - 2.322 -0.499 0.032 - 2.555 -1.861 -0.128 - 1.504 -2.753 -0.230 - 0.195 -2.288 -0.175 - -0.041 -0.922 -0.023 - 1.028 -0.029 0.080 -A1AA[A@@H]2A[A@H]3AAA[A@@H]3A[A@H]2A1 - 3.367 0.694 -0.460 - 3.457 -0.595 0.365 - 2.163 -1.357 0.197 - 0.856 -0.634 0.435 - -0.289 -1.539 -0.050 - -1.415 -0.645 -0.539 - -2.822 -1.223 -0.326 - -3.635 -0.024 0.143 - -2.828 1.068 0.184 - -1.482 0.580 0.416 - -0.364 1.527 0.028 - 0.861 0.678 -0.357 - 2.125 1.475 -0.031 -A1=AA=A2A(A1)A[A@H]1A[AH2+]A[A@@H]2A1 - 2.913 -0.535 0.439 - 2.848 0.781 0.085 - 1.616 1.314 -0.312 - 0.510 0.527 -0.369 - 0.593 -0.797 -0.103 - 1.752 -1.318 0.372 - -0.500 -1.736 -0.357 - -1.843 -1.039 -0.488 - -2.376 -0.603 0.869 - -1.530 0.439 1.459 - -1.482 1.622 0.570 - -0.799 1.188 -0.737 - -1.705 0.162 -1.428 -A1A[A@H]2AAA[A@@H]2[A@H]2AAA[A@@H]2A1 - -0.180 2.341 -0.633 - 1.066 1.999 0.203 - 1.581 0.666 -0.218 - 2.952 0.202 0.270 - 2.814 -1.321 0.268 - 1.562 -1.655 -0.159 - 0.715 -0.529 0.159 - -0.650 -0.433 -0.459 - -1.352 -1.761 -0.580 - -2.651 -1.663 0.204 - -2.925 -0.139 0.319 - -1.501 0.422 0.519 - -1.432 1.874 0.106 -A1AA[A@H]2A[A@@H]3AAA[A@@H]3A[A@H]2A1 - 2.989 1.026 0.260 - 3.163 -0.490 0.400 - 2.265 -1.182 -0.601 - 0.798 -0.794 -0.623 - 0.180 -1.186 0.721 - -1.244 -0.715 0.851 - -2.189 -1.349 -0.186 - -3.166 -0.229 -0.508 - -2.878 0.839 0.267 - -1.429 0.788 0.559 - -0.725 1.177 -0.743 - 0.729 0.733 -0.768 - 1.503 1.384 0.376 -a1aaa2AA[A@]3(AA[A@H]4AAA[AH+]34)a2a1 - 2.799 -1.772 -0.397 - 3.700 -0.732 -0.534 - 3.287 0.573 -0.362 - 1.958 0.853 -0.050 - 1.309 2.069 0.169 - 0.004 1.905 0.452 - -0.265 0.422 0.424 - -0.775 -0.067 1.783 - -1.900 -1.069 1.463 - -1.995 -1.121 -0.073 - -3.470 -0.971 -0.484 - -3.559 0.400 -1.193 - -2.315 1.151 -0.653 - -1.316 0.068 -0.550 - 1.062 -0.202 0.087 - 1.478 -1.504 -0.086 -A1AA[A@H]2A[A@H]3AAA[A@@H]3A[A@@H]2A1 - -3.283 -0.707 0.213 - -3.319 0.651 -0.226 - -2.138 1.344 0.197 - -0.941 0.729 -0.271 - 0.306 1.512 0.157 - 1.499 0.718 -0.357 - 2.790 1.164 0.066 - 3.606 -0.031 -0.043 - 2.743 -1.187 0.063 - 1.448 -0.674 0.330 - 0.315 -1.365 -0.157 - -0.887 -0.705 0.256 - -2.134 -1.447 -0.222 -A1AA[A@@H]2AA[A@@H]3AAA[A@H]3[A@H]2A1 - -2.617 1.582 0.091 - -3.120 0.389 -0.713 - -2.553 -0.936 -0.182 - -1.050 -0.856 -0.061 - -0.384 -2.124 0.476 - 1.084 -2.043 0.028 - 1.480 -0.684 -0.476 - 2.978 -0.349 -0.420 - 2.966 1.120 -0.297 - 1.812 1.538 0.289 - 0.997 0.330 0.598 - -0.503 0.384 0.636 - -1.089 1.651 0.037 -a1aaa2A=[A+]A3([A+]=Aa4aaaaa4A3)Aa2a1 - -4.180 -0.528 -1.159 - -4.250 -1.324 -0.023 - -3.324 -1.189 0.971 - -2.277 -0.261 0.833 - -1.281 -0.173 1.827 - -0.143 0.465 1.522 - 0.009 1.048 0.046 - 1.068 2.238 0.064 - 2.368 1.923 -0.023 - 2.710 0.560 -0.149 - 4.025 0.145 0.129 - 4.340 -1.183 0.100 - 3.372 -2.126 -0.219 - 2.086 -1.738 -0.530 - 1.741 -0.390 -0.520 - 0.487 -0.033 -0.870 - -1.314 1.563 -0.423 - -2.241 0.591 -0.290 - -3.188 0.421 -1.294 -A1AAA2=A(A1)A=A1A(A2)Aa2aa3aaaaa3aa12 - 5.329 -1.443 0.278 - 5.699 -0.279 -0.302 - 4.890 0.868 0.065 - 3.426 0.520 0.024 - 2.981 -0.765 0.004 - 3.931 -1.936 -0.019 - 1.603 -1.017 -0.003 - 0.706 0.029 -0.004 - 1.163 1.316 0.012 - 2.486 1.572 0.021 - 0.010 2.225 0.011 - -1.221 1.356 0.004 - -2.550 1.640 0.003 - -3.460 0.563 -0.005 - -4.846 0.780 -0.006 - -5.695 -0.286 -0.016 - -5.204 -1.590 -0.025 - -3.866 -1.838 -0.023 - -2.957 -0.763 -0.013 - -1.641 -0.980 -0.010 - -0.776 0.022 -0.002 -A1A[A@@H]2[A@@H]3AA[A@@H](A3)[A@H]2A1 - 2.523 -0.064 0.126 - 1.810 1.111 0.241 - 0.494 0.756 -0.212 - -0.904 1.159 -0.402 - -1.812 0.835 0.810 - -1.984 -0.725 0.785 - -0.934 -1.168 -0.310 - -1.266 -0.049 -1.336 - 0.361 -0.702 0.393 - 1.710 -1.152 -0.096 -A1AA[A@H]2AA[A@@H]3AAA[A@@H]3[A@H]2A1 - -2.848 -1.135 0.517 - -3.275 0.224 -0.051 - -2.291 0.617 -1.130 - -0.815 0.575 -0.812 - -0.479 1.677 0.197 - 1.030 1.700 0.401 - 1.572 0.375 0.902 - 3.031 0.269 0.461 - 3.074 -0.514 -0.630 - 1.905 -1.118 -0.917 - 0.968 -0.857 0.243 - -0.469 -0.771 -0.183 - -1.400 -1.048 0.999 -A1A[A@H]2[A@@H]3AA[A@@H](A3)[A@@H]2A1 - 2.487 0.078 0.330 - 1.714 1.284 -0.149 - 0.351 0.749 -0.037 - -1.068 1.147 -0.240 - -1.686 0.636 1.123 - -1.360 -0.905 1.029 - -0.908 -1.185 -0.420 - -1.645 0.002 -1.170 - 0.516 -0.697 -0.647 - 1.600 -1.111 0.181 -A1AAA2(AA1)Aa1aaaaa1[A+]1AAAA[A@@H]21 - -3.503 1.457 0.792 - -2.431 1.265 1.575 - -1.245 0.888 1.075 - -1.042 0.657 -0.395 - -2.316 0.899 -1.152 - -3.444 1.280 -0.537 - 0.054 1.592 -0.915 - 1.400 1.133 -0.414 - 2.463 2.018 -0.497 - 3.724 1.646 -0.058 - 3.923 0.376 0.468 - 2.866 -0.504 0.555 - 1.594 -0.130 0.117 - 0.545 -1.063 0.295 - 1.041 -2.437 0.077 - -0.096 -3.409 0.404 - -1.244 -3.133 -0.471 - -1.718 -1.752 -0.299 - -0.578 -0.785 -0.628 -A1AA2=A[A@@H]3Aa4aaaaa4[A@@H](A3)A2A1 - 3.203 -1.741 0.114 - 3.249 -0.225 1.061 - 1.846 0.565 0.321 - 1.337 1.727 0.566 - 0.178 2.180 -0.210 - -1.039 1.868 0.457 - -1.532 0.606 0.387 - -2.600 0.267 1.216 - -3.148 -0.997 1.159 - -2.638 -1.935 0.280 - -1.575 -1.606 -0.538 - -1.021 -0.340 -0.482 - 0.149 -0.013 -1.385 - 0.183 1.511 -1.589 - 1.379 -0.356 -0.611 - 2.035 -1.506 -0.748 -A1A[A@H]2AAa3a([aH]a4aaaaa34)[A@H]2A1 - -3.734 -0.915 0.754 - -3.975 0.197 0.038 - -2.667 0.622 -0.625 - -2.064 1.742 0.191 - -0.597 2.010 -0.076 - 0.167 0.719 -0.145 - -0.408 -0.482 -0.373 - 0.559 -1.459 -0.369 - 1.783 -0.902 -0.139 - 3.058 -1.455 -0.042 - 4.103 -0.582 0.203 - 3.908 0.782 0.348 - 2.664 1.355 0.258 - 1.589 0.495 0.011 - -1.873 -0.687 -0.592 - -2.509 -1.436 0.559 -a1aaa2a(a1)AAa1aa3AAa4aaaaa4a3[a+]a21 - -4.865 -1.810 0.180 - -3.707 -2.463 0.565 - -2.494 -1.803 0.528 - -2.445 -0.480 0.101 - -3.614 0.177 -0.284 - -4.819 -0.494 -0.244 - -3.551 1.611 -0.739 - -2.508 2.374 0.078 - -1.190 1.651 0.040 - -0.000 2.358 -0.002 - 1.190 1.650 -0.040 - 2.509 2.374 -0.079 - 3.550 1.609 0.738 - 3.614 0.176 0.287 - 4.819 -0.494 0.248 - 4.865 -1.809 -0.179 - 3.708 -2.461 -0.569 - 2.495 -1.801 -0.531 - 2.445 -0.479 -0.100 - 1.159 0.257 -0.043 - -0.000 -0.398 0.000 - -1.159 0.257 0.044 -A1A=AA2=A(A1)[A@@]1(A=AA2)AAa2aaaaa12 - 2.311 -2.246 0.087 - 3.305 -1.555 0.626 - 3.255 -0.236 0.742 - 2.194 0.444 0.317 - 1.136 -0.248 -0.255 - 1.223 -1.631 -0.365 - -0.080 0.482 -0.744 - 0.204 1.951 -0.877 - 1.286 2.510 -0.285 - 2.153 1.788 0.446 - -0.521 -0.082 -2.080 - -1.772 -0.559 -1.915 - -2.228 -0.385 -0.620 - -3.455 -0.741 -0.057 - -3.647 -0.444 1.283 - -2.674 0.176 2.041 - -1.448 0.536 1.492 - -1.250 0.244 0.159 -A1AA=A2A=A3[A@H](A[A@H]2A1)Aa1aaaaa31 - -4.360 0.330 -0.700 - -4.226 -1.184 -0.515 - -2.783 -1.538 -0.300 - -1.907 -0.741 0.253 - -0.583 -1.188 0.407 - 0.391 -0.239 0.180 - 0.098 1.091 0.010 - -1.303 1.654 0.037 - -2.224 0.647 0.747 - -3.659 0.999 0.460 - 1.295 1.815 -0.193 - 2.414 0.850 -0.151 - 3.779 1.014 -0.293 - 4.567 -0.138 -0.201 - 4.015 -1.378 0.019 - 2.637 -1.559 0.165 - 1.843 -0.427 0.077 -A1=AA=A2A(A1)A[A@@H]1A[AH2+]A[A@H]2A1 - -2.914 0.534 -0.439 - -2.848 -0.782 -0.087 - -1.616 -1.314 0.311 - -0.511 -0.525 0.370 - -0.595 0.798 0.102 - -1.754 1.318 -0.371 - 0.499 1.738 0.352 - 1.844 1.040 0.483 - 2.387 0.602 -0.869 - 1.529 -0.445 -1.459 - 1.481 -1.626 -0.564 - 0.798 -1.186 0.742 - 1.705 -0.157 1.427 -A1AA[A+]2a3aaaaa3AA3(AAAAA3)[A@H]2AA1 - 1.281 -3.302 -0.633 - 0.138 -3.388 0.318 - -0.994 -2.450 -0.003 - -0.594 -1.073 0.354 - -1.662 -0.183 0.094 - -2.902 -0.554 0.636 - -3.991 0.286 0.553 - -3.878 1.515 -0.083 - -2.661 1.883 -0.636 - -1.572 1.034 -0.546 - -0.267 1.470 -1.168 - 0.882 0.798 -0.418 - 0.941 1.324 0.988 - 1.996 2.014 1.445 - 3.080 2.239 0.690 - 3.169 1.774 -0.565 - 2.173 1.087 -1.139 - 0.667 -0.721 -0.389 - 1.730 -1.277 0.594 - 2.462 -2.475 -0.088 -a1aaa2a(a1)[AH+]AA1=A2A2(A=AA1)AA=AA2 - -3.658 -0.430 0.132 - -2.718 -1.437 0.272 - -1.369 -1.140 0.239 - -0.962 0.178 0.057 - -1.913 1.197 -0.088 - -3.262 0.883 -0.053 - -1.484 2.518 -0.296 - -0.291 2.803 0.528 - 0.806 1.804 0.230 - 0.480 0.529 0.012 - 1.469 -0.553 -0.263 - 2.733 -0.095 -0.893 - 3.242 1.116 -0.760 - 2.470 2.370 0.192 - 0.693 -1.862 -1.282 - 0.705 -3.293 -0.252 - 1.240 -3.111 0.954 - 1.825 -1.478 1.271 -A1AA[A@H]2A[A@@H]3AAA[A@H]3A[A@@H]2A1 - 3.369 0.692 0.458 - 3.458 -0.596 -0.368 - 2.163 -1.358 -0.198 - 0.856 -0.634 -0.433 - -0.289 -1.539 0.052 - -1.415 -0.647 0.541 - -2.822 -1.224 0.324 - -3.634 -0.024 -0.146 - -2.827 1.069 -0.183 - -1.480 0.581 -0.412 - -0.363 1.532 -0.034 - 0.863 0.677 0.361 - 2.126 1.475 0.033 -A1A[A@H]2[A@@H]3AA[A@@H](AA3)[A@H]2A1 - -2.555 -0.020 0.024 - -1.673 -1.161 -0.051 - -0.517 -0.779 0.724 - 0.746 -1.286 -0.031 - 1.974 -0.777 0.733 - 1.973 0.752 0.745 - 0.735 1.281 0.016 - 0.759 0.784 -1.437 - 0.765 -0.690 -1.381 - -0.523 0.762 0.715 - -1.680 1.137 -0.061 -A1A[A@H]2[A@@H]3A=A[A@@H](A3)[A@H]2A1 - -2.331 0.003 0.222 - -1.671 1.125 -0.085 - -0.334 0.772 -0.697 - 0.787 1.160 0.319 - 2.079 0.667 -0.344 - 2.078 -0.671 -0.363 - 0.793 -1.148 0.325 - 0.612 0.003 1.381 - -0.338 -0.785 -0.689 - -1.674 -1.126 -0.069 -A1A[A@@H]2[A@H]3A=A[A@H](A3)[A@@H]2A1 - 2.330 -0.005 0.220 - 1.676 1.124 -0.074 - 0.337 0.786 -0.689 - -0.802 1.148 0.316 - -2.090 0.653 -0.353 - -2.082 -0.665 -0.348 - -0.788 -1.139 0.325 - -0.583 -0.003 1.393 - 0.332 -0.771 -0.699 - 1.668 -1.126 -0.088 -A1A[A@@H]2A[A@H]3AAA[A@@H]3AA[A@H]2A1 - 3.339 0.563 0.669 - 2.224 1.487 0.190 - 1.364 0.627 -0.714 - -0.034 1.108 -0.952 - -0.966 0.655 0.159 - -2.177 1.558 0.289 - -3.348 0.659 0.284 - -2.947 -0.630 0.249 - -1.602 -0.675 -0.307 - -0.799 -1.847 0.199 - 0.631 -1.902 -0.398 - 1.407 -0.722 0.040 - 2.914 -0.884 0.293 -a1aaa2A=A[A@]3(Aa2a1)Aa1aaaaa1[AH+]3 - 3.645 -1.882 0.418 - 4.397 -0.966 -0.297 - 3.878 0.279 -0.598 - 2.593 0.606 -0.179 - 1.999 1.927 -0.482 - 0.681 2.066 -0.343 - -0.150 0.899 0.100 - 0.578 0.016 0.939 - 1.833 -0.324 0.545 - 2.366 -1.565 0.839 - -0.686 0.134 -1.130 - -2.074 -0.257 -0.699 - -2.941 -1.185 -1.240 - -4.172 -1.342 -0.612 - -4.511 -0.602 0.502 - -3.648 0.333 1.051 - -2.408 0.501 0.429 - -1.381 1.369 0.761 -a1aaa2A[A@@H]3[AH2+]AA[A@@H](A3)a2a1 - -2.854 -0.773 -0.155 - -2.939 0.585 -0.405 - -1.821 1.380 -0.265 - -0.606 0.829 0.126 - 0.563 1.762 0.292 - 1.873 1.010 0.447 - 2.453 0.550 -0.833 - 1.588 -0.474 -1.468 - 1.457 -1.676 -0.527 - 0.773 -1.189 0.763 - 1.687 -0.158 1.434 - -0.523 -0.523 0.363 - -1.650 -1.322 0.234 -A1=A[A@@H]2[A@H]3AA[A@H](A3)[A@H]2A1 - -2.494 0.068 0.227 - -1.752 1.153 -0.064 - -0.393 0.690 -0.109 - 1.003 1.185 -0.327 - 1.638 0.766 1.064 - 1.402 -0.769 1.073 - 0.984 -1.157 -0.354 - 1.662 0.015 -1.173 - -0.467 -0.785 -0.667 - -1.581 -1.167 0.330 -A1A[A@H]2AAA[A@@H]2[A@H]2AAA[A@H]2A1 - -0.199 2.089 0.743 - 1.327 1.863 0.558 - 1.412 0.646 -0.394 - 2.809 0.070 -0.364 - 2.674 -1.321 0.093 - 1.397 -1.622 0.373 - 0.541 -0.468 0.223 - -0.655 -0.736 -0.662 - -1.530 -1.859 -0.084 - -2.757 -1.206 0.515 - -2.586 0.294 0.372 - -1.579 0.479 -0.790 - -0.852 1.776 -0.585 -A1A[A@@H]2AA[A@H]3AAA[A@H]3[A@@H]2A1 - -2.793 -0.757 -0.183 - -2.411 0.632 -0.184 - -1.246 0.673 0.645 - -0.407 1.897 0.478 - 0.607 1.819 -0.485 - 1.336 0.645 -0.670 - 2.428 0.487 0.250 - 2.551 -0.915 0.522 - 1.550 -1.628 -0.216 - 0.551 -0.649 -0.582 - -0.557 -0.664 0.452 - -1.606 -1.544 -0.026 -a1aaa2AA[A@@]3(AAa4aaaaa34)[AH+]a2a1 - 3.619 1.030 1.169 - 4.032 0.954 -0.152 - 3.279 0.271 -1.084 - 2.091 -0.342 -0.691 - 1.249 -1.078 -1.651 - 0.028 -1.506 -1.269 - -0.537 -1.118 0.020 - -1.516 -2.172 0.494 - -2.720 -1.575 0.604 - -2.667 -0.232 0.265 - -3.689 0.719 0.252 - -3.354 2.004 -0.142 - -2.063 2.346 -0.510 - -1.035 1.402 -0.499 - -1.365 0.123 -0.108 - 0.509 -0.959 1.082 - 1.684 -0.278 0.653 - 2.450 0.416 1.574 -a1aaa2a(a1)A[A@H]1[AH2+]AAa3aaaa2a13 - -4.006 -0.609 0.114 - -3.786 0.752 0.311 - -2.499 1.260 0.258 - -1.430 0.404 0.005 - -1.657 -0.954 -0.209 - -2.940 -1.457 -0.144 - -0.498 -1.857 -0.538 - 0.744 -1.441 0.245 - 1.896 -2.221 -0.247 - 3.114 -1.842 0.483 - 3.510 -0.409 0.172 - 2.321 0.500 0.039 - 2.555 1.866 -0.114 - 1.499 2.759 -0.218 - 0.193 2.290 -0.173 - -0.042 0.923 -0.039 - 1.021 0.028 0.062 -A1A[A@@H]2AAA=A3AA=A[A@@H]3[A@@H]2A1 - 0.086 -1.292 1.309 - 1.531 -0.950 1.002 - 1.589 -0.874 -0.530 - 2.150 0.461 -1.012 - 1.910 1.554 0.013 - 0.663 1.523 0.781 - -0.440 0.945 0.355 - -1.755 0.845 0.999 - -2.699 0.326 0.002 - -2.089 0.022 -1.133 - -0.603 0.292 -1.009 - 0.121 -1.064 -0.960 - -0.469 -1.793 0.188 -a1aaa2AA[A@H]3[A@@H](Aa4aaaaa34)a2a1 - -3.602 -1.571 0.423 - -4.234 -0.357 0.618 - -3.583 0.827 0.330 - -2.286 0.814 -0.155 - -1.600 2.105 -0.490 - -0.083 2.089 -0.321 - 0.383 0.746 0.171 - -0.224 -0.336 -0.785 - 0.652 -1.539 -0.410 - 1.999 -0.917 -0.123 - 3.250 -1.502 -0.145 - 4.342 -0.687 0.147 - 4.180 0.655 0.445 - 2.925 1.245 0.475 - 1.833 0.440 0.195 - -1.653 -0.417 -0.322 - -2.300 -1.595 -0.053 -A1A[A@H]2AAa3a(aaa4aaaaa34)[A@@H]2A1 - -4.370 0.755 0.291 - -4.052 -0.762 0.322 - -2.531 -0.851 0.331 - -1.885 -2.018 -0.382 - -0.376 -1.934 -0.128 - 0.155 -0.525 -0.158 - -0.629 0.587 -0.271 - -0.076 1.867 -0.225 - 1.262 2.060 -0.083 - 2.110 0.944 0.009 - 3.501 1.096 0.142 - 4.293 -0.009 0.223 - 3.745 -1.289 0.176 - 2.402 -1.473 0.051 - 1.553 -0.355 -0.033 - -2.100 0.423 -0.446 - -3.003 1.487 0.182 -A1AA[A@H]2AA[A@H]3AAA[A@H]3[A@@H]2A1 - -2.531 -1.346 0.341 - -3.117 -0.061 0.123 - -2.282 1.038 0.507 - -0.963 0.937 -0.264 - -0.038 1.927 0.193 - 1.170 1.934 -0.570 - 1.880 0.600 -0.516 - 2.369 0.291 0.801 - 2.536 -1.140 0.788 - 1.677 -1.697 -0.218 - 0.944 -0.592 -0.808 - -0.348 -0.441 -0.004 - -1.294 -1.445 -0.373 -a1aaa2Aa3aaa4Aa5aaaaa5[AH+]a4a3Aa2a1 - -4.899 -2.051 -0.000 - -5.615 -0.866 0.001 - -4.958 0.350 -0.004 - -3.565 0.387 0.001 - -2.855 1.680 0.002 - -1.391 1.712 0.001 - -0.721 2.947 -0.000 - 0.676 2.973 -0.000 - 1.376 1.798 -0.000 - 3.155 1.753 -0.000 - 3.779 0.088 -0.000 - 5.122 -0.193 -0.001 - 5.535 -1.517 -0.000 - 4.590 -2.527 -0.000 - 3.239 -2.242 0.001 - 2.800 -0.919 -0.000 - 1.355 -0.773 -0.000 - 0.744 0.528 -0.000 - -0.658 0.501 0.001 - -1.363 -0.787 -0.000 - -2.838 -0.817 0.001 - -3.517 -2.034 -0.000 -A1AA=A2Aa3[aH]a4aaaaa4[a+]3A[A@H]2A1 - 3.982 -1.219 -0.664 - 4.448 0.239 -0.556 - 3.253 1.134 -0.388 - 2.146 0.764 0.193 - 1.072 1.673 0.281 - -0.191 1.107 0.151 - -1.373 1.781 0.058 - -2.367 0.840 -0.038 - -3.748 0.942 -0.150 - -4.463 -0.243 -0.222 - -3.840 -1.479 -0.185 - -2.467 -1.606 -0.074 - -1.725 -0.421 0.000 - -0.401 -0.196 0.109 - 0.659 -1.213 0.165 - 1.917 -0.600 0.791 - 3.091 -1.503 0.525 -A1AA[A@H]2A[A@H]3AAA[A@@H]3A[A@H]2A1 - 2.874 -0.820 -0.710 - 3.075 0.579 -0.556 - 2.322 1.150 0.494 - 1.019 0.688 0.792 - -0.025 1.396 -0.083 - -1.379 0.811 0.289 - -2.489 1.230 -0.508 - -3.425 0.130 -0.385 - -2.685 -1.067 -0.050 - -1.314 -0.695 -0.092 - -0.416 -1.317 0.797 - 0.925 -0.829 0.682 - 1.517 -1.262 -0.664 -A1AAA[A@@]23AAA[A@@H](AA2)[A@@H]3AA1 - -2.518 0.866 -0.534 - -3.148 -0.392 -0.077 - -2.083 -1.526 -0.122 - -1.015 -1.243 0.944 - 0.234 -0.565 0.412 - 0.867 0.206 1.450 - 2.234 0.507 1.216 - 2.582 0.883 -0.216 - 1.608 0.320 -1.250 - 1.782 -1.209 -1.159 - 1.184 -1.577 -0.001 - 0.131 0.383 -0.782 - -0.270 1.796 -0.314 - -1.593 1.551 0.435 -A1A=AA2=A(A1)[A@]1(A=AA2)AAa2aaaaa12 - -2.295 -2.255 0.060 - -3.296 -1.578 0.602 - -3.258 -0.260 0.733 - -2.200 0.433 0.320 - -1.134 -0.244 -0.252 - -1.207 -1.627 -0.375 - 0.078 0.499 -0.732 - -0.211 1.970 -0.840 - -1.301 2.514 -0.248 - -2.172 1.776 0.462 - 0.516 -0.040 -2.079 - 1.766 -0.522 -1.925 - 2.225 -0.371 -0.629 - 3.452 -0.740 -0.074 - 3.648 -0.465 1.270 - 2.680 0.147 2.040 - 1.453 0.518 1.500 - 1.251 0.248 0.164 -A1AA[A@H]2AA[A@@H]3AAA[A@H]3[A@H]2A1 - 2.443 1.550 0.479 - 3.202 0.248 0.469 - 2.677 -0.640 -0.648 - 1.162 -0.769 -0.680 - 0.673 -1.817 0.309 - -0.847 -2.032 0.206 - -1.497 -0.702 0.512 - -3.013 -0.594 0.251 - -3.155 0.918 0.068 - -1.951 1.439 -0.303 - -1.058 0.327 -0.553 - 0.426 0.560 -0.588 - 0.932 1.515 0.472 -A1AA[A@@H]2AAA[A@@]3(AA1)AAA[A@@H]23 - 2.720 1.145 -0.291 - 2.592 0.148 0.882 - 1.907 -1.177 0.513 - 0.410 -1.197 0.815 - -0.354 -2.336 0.164 - -0.869 -1.955 -1.224 - -1.685 -0.663 -1.138 - -0.795 0.463 -0.632 - 0.523 0.505 -1.365 - 1.386 1.575 -0.748 - -1.560 1.741 -0.367 - -2.339 1.420 0.937 - -1.596 0.266 1.615 - -0.339 0.067 0.838 -A1AA[AH+]2AAa3a4aaaaa4[aH]a3[A@H]2A1 - 3.723 1.721 0.146 - 4.334 0.376 0.477 - 3.713 -0.858 -0.140 - 2.267 -0.821 0.129 - 1.622 -2.014 -0.462 - 0.206 -2.149 0.113 - -0.484 -0.816 -0.030 - -1.891 -0.498 0.058 - -3.029 -1.275 0.294 - -4.236 -0.621 0.311 - -4.336 0.745 0.104 - -3.227 1.539 -0.133 - -1.988 0.902 -0.155 - -0.722 1.373 -0.356 - 0.173 0.350 -0.276 - 1.673 0.419 -0.430 - 2.207 1.621 0.353 -A1A[A@@H]2[A@H]3AA[A@H](A3)[A@@H]2A1 - 2.349 0.006 -0.212 - 1.691 -1.123 0.076 - 0.344 -0.792 0.679 - -0.783 -1.169 -0.330 - -2.115 -0.764 0.373 - -2.105 0.782 0.366 - -0.769 1.165 -0.340 - -0.641 -0.007 -1.375 - 0.341 0.774 0.681 - 1.684 1.128 0.086 -A1A[A@@H]2[A@H]3A=A[A@H](A3)[A@H]2A1 - -2.419 0.011 -0.275 - -1.760 -1.141 0.108 - -0.386 -0.737 0.106 - 1.035 -1.161 0.273 - 1.561 -0.620 -1.096 - 1.428 0.696 -1.029 - 0.971 1.126 0.345 - 1.648 -0.028 1.162 - -0.474 0.737 0.674 - -1.600 1.116 -0.264 -a1aaa2A[A@@H]3AAa4aaaaa4[A@@H]3Aa2a1 - -4.173 -1.320 -0.683 - -4.657 -0.193 -0.041 - -3.779 0.717 0.508 - -2.402 0.497 0.411 - -1.459 1.464 1.004 - 0.008 1.319 0.690 - 0.322 1.913 -0.686 - 1.826 1.844 -0.866 - 2.519 0.627 -0.390 - 3.873 0.444 -0.688 - 4.529 -0.679 -0.230 - 3.849 -1.621 0.522 - 2.508 -1.448 0.815 - 1.836 -0.330 0.361 - 0.370 -0.168 0.687 - -0.443 -0.891 -0.387 - -1.915 -0.636 -0.244 - -2.812 -1.540 -0.784 -a1aaa2AA3(AA[A@@H]4AAA[A@@H]34)Aa2a1 - -4.037 0.533 -0.755 - -4.128 0.324 0.610 - -3.007 -0.020 1.341 - -1.772 -0.161 0.705 - -0.447 -0.515 1.246 - 0.523 -0.514 0.090 - 1.052 -1.861 -0.080 - 2.510 -1.797 -0.075 - 2.803 -0.384 -0.567 - 3.967 0.395 -0.041 - 3.497 1.654 0.210 - 2.126 1.711 0.242 - 1.698 0.336 0.298 - -0.287 -0.152 -1.129 - -1.679 0.050 -0.684 - -2.825 0.398 -1.404 -a1aaa2a(a1)A[A@H]1A[A@@H]2Aa2aaaaa12 - 3.470 0.511 1.425 - 3.514 -0.807 1.027 - 2.588 -1.304 0.107 - 1.601 -0.471 -0.412 - 1.553 0.864 -0.008 - 2.488 1.361 0.916 - 0.510 1.744 -0.568 - -0.601 1.070 -1.353 - -0.001 0.044 -2.148 - 0.601 -1.014 -1.395 - -0.509 -1.718 -0.638 - -1.551 -0.862 -0.041 - -2.487 -1.396 0.862 - -3.470 -0.568 1.403 - -3.517 0.764 1.055 - -2.588 1.299 0.161 - -1.600 0.488 -0.391 -A1[AH2+]AA[AH2+]AAA[AH2+]AA[AH2+]AA1 - 1.286 2.504 0.411 - 2.202 1.682 -0.403 - 2.792 0.608 0.418 - 2.823 -0.688 -0.395 - 2.187 -1.766 0.385 - 1.193 -2.478 -0.440 - -0.040 -2.786 0.412 - -1.304 -2.538 -0.413 - -2.245 -1.718 0.373 - -2.749 -0.596 -0.440 - -2.776 0.673 0.414 - -2.188 1.778 -0.372 - -1.212 2.521 0.453 - 0.025 2.807 -0.401 -A1A[A@@H]2AA[A@H]3AAA[A@@H]3[A@H]2A1 - 2.923 0.901 -0.074 - 2.729 -0.533 -0.048 - 1.367 -0.724 0.294 - 0.642 -1.943 -0.217 - -0.749 -1.852 0.182 - -1.378 -0.683 -0.272 - -2.741 -0.440 0.027 - -2.883 0.999 0.059 - -1.576 1.595 -0.136 - -0.676 0.580 0.317 - 0.702 0.562 -0.289 - 1.641 1.543 0.152 -A1A[A@H]2[A@H]3AA[A@H](A=A3)[A@H]2A1 - 2.632 -0.006 -0.051 - 1.718 -1.173 0.053 - 0.469 -0.762 -0.756 - -0.781 -1.278 -0.033 - -0.739 -0.782 1.419 - -0.738 0.748 1.439 - -0.779 1.280 0.000 - -1.998 0.676 -0.683 - -1.998 -0.655 -0.700 - 0.478 0.781 -0.751 - 1.733 1.172 0.059 -A1A[A@@H]2A[A@H]3AAA[A@H]3AA[A@H]2A1 - 3.364 0.497 -0.370 - 2.240 1.448 0.012 - 0.937 0.656 -0.053 - 0.011 0.976 1.097 - -1.464 0.739 0.905 - -2.110 1.578 -0.173 - -2.568 0.634 -1.210 - -2.246 -0.630 -0.888 - -1.862 -0.712 0.503 - -0.826 -1.731 0.837 - 0.415 -1.828 -0.014 - 1.441 -0.801 0.142 - 2.668 -0.831 -0.788 -A1AAA2(AA1)[AH2+]AAa1a3aaaaa3[aH]a21 - 4.258 1.184 0.284 - 3.698 0.126 1.236 - 2.174 0.242 1.288 - 1.598 0.028 -0.112 - 2.157 1.083 -1.066 - 3.682 0.967 -1.117 - 1.967 -1.316 -0.603 - 1.273 -2.362 0.176 - -0.220 -2.363 -0.181 - -0.722 -0.944 -0.095 - -2.081 -0.454 -0.032 - -3.324 -1.096 -0.031 - -4.436 -0.295 0.041 - -4.346 1.085 0.110 - -3.131 1.747 0.112 - -1.983 0.960 0.039 - -0.655 1.278 0.019 - 0.093 0.135 -0.062 -A1A[A@H]2[A@@H]3AA[A@@H](A3)[A@H]2A1 - 2.348 -0.003 -0.214 - 1.692 1.125 0.076 - 0.344 0.785 0.670 - -0.776 1.170 -0.343 - -2.104 0.785 0.379 - -2.106 -0.777 0.367 - -0.771 -1.182 -0.330 - -0.654 -0.006 -1.375 - 0.340 -0.770 0.681 - 1.684 -1.125 0.086 -A1AAA2(AA1)Aa1aaaaa1[A+]1AAA[A@@H]21 - 3.691 0.971 -0.701 - 3.507 0.984 0.628 - 2.305 0.761 1.179 - 1.089 0.483 0.343 - 1.432 0.502 -1.119 - 2.679 0.737 -1.550 - 0.016 1.541 0.632 - -1.358 1.051 0.250 - -2.413 1.947 0.332 - -3.704 1.549 0.021 - -3.949 0.242 -0.376 - -2.903 -0.652 -0.469 - -1.605 -0.254 -0.165 - -0.464 -1.161 -0.272 - -0.846 -2.582 -0.101 - 0.565 -3.207 0.068 - 1.460 -2.045 0.571 - 0.492 -0.867 0.723 -A1A[A@H]2[A@H]3A=A[A@H](A3)[A@@H]2A1 - 2.538 -0.045 -0.078 - 1.766 1.154 -0.284 - 0.472 0.770 0.212 - -0.941 1.145 0.393 - -1.836 0.703 -0.764 - -1.904 -0.615 -0.829 - -0.940 -1.169 0.264 - -1.275 -0.082 1.362 - 0.388 -0.710 -0.356 - 1.736 -1.152 0.082 -A1A[A@H]2AA[A@@H]3AAA[A@@H]3[A@H]2A1 - -2.608 0.763 -0.379 - -2.195 -0.618 -0.350 - -1.248 -0.672 0.733 - -0.320 -1.862 0.640 - 0.441 -1.800 -0.564 - 1.257 -0.658 -0.697 - 2.212 -0.520 0.369 - 2.573 0.876 0.333 - 1.510 1.611 -0.291 - 0.463 0.654 -0.605 - -0.501 0.664 0.586 - -1.583 1.565 0.224 -a1aaa2a3AAA[A@@H]4[AH2+]AAa(a2a1)a34 - -3.603 0.718 0.203 - -3.630 -0.660 0.067 - -2.485 -1.399 -0.091 - -1.271 -0.703 -0.110 - 0.097 -1.120 -0.256 - 0.786 -2.446 -0.420 - 2.039 -2.470 0.443 - 2.866 -1.208 0.488 - 2.351 -0.037 -0.333 - 2.823 1.244 0.253 - 2.110 2.376 -0.375 - 0.662 2.444 0.123 - 0.065 1.107 -0.016 - -1.239 0.717 0.033 - -2.421 1.437 0.191 - 0.845 0.001 -0.207 -A1AAA2(AA1)Aa1aaaaa1[A+]1AAAA[A@H]21 - 3.505 -1.434 -0.804 - 3.459 -1.256 0.525 - 2.333 -0.887 1.152 - 1.051 -0.647 0.406 - 1.243 -0.875 -1.067 - 2.425 -1.246 -1.578 - -0.034 -1.589 0.934 - -1.381 -1.146 0.419 - -2.432 -2.047 0.481 - -3.692 -1.691 0.026 - -3.900 -0.420 -0.495 - -2.856 0.475 -0.560 - -1.585 0.118 -0.105 - -0.559 1.079 -0.260 - -1.092 2.426 0.011 - -0.020 3.452 -0.373 - 1.216 3.132 0.357 - 1.727 1.754 0.290 - 0.585 0.794 0.644 -A1AAA2=A(A1)[A@@]1(A=AA2)AAa2aaaaa12 - -2.387 2.389 -0.332 - -3.049 1.810 0.924 - -3.412 0.349 0.651 - -2.167 -0.426 0.290 - -1.145 0.176 -0.349 - -1.196 1.541 -0.688 - 0.088 -0.607 -0.718 - -0.189 -2.082 -0.680 - -1.271 -2.554 -0.013 - -2.111 -1.727 0.629 - 0.560 -0.202 -2.099 - 1.802 0.307 -1.959 - 2.224 0.293 -0.641 - 3.431 0.727 -0.092 - 3.588 0.594 1.279 - 2.601 0.056 2.079 - 1.396 -0.386 1.544 - 1.230 -0.252 0.182 -A1A[A@H]2AAa3[aH]a4aaaaa4a3AAA(A1)A2 - -3.041 -0.922 -1.887 - -3.238 0.550 -1.460 - -2.226 0.870 -0.397 - -1.919 2.304 -0.019 - -0.816 2.134 1.040 - 0.331 1.303 0.656 - 1.375 1.801 -0.128 - 2.291 0.818 -0.324 - 3.502 0.795 -1.018 - 4.200 -0.400 -1.018 - 3.734 -1.531 -0.366 - 2.549 -1.539 0.324 - 1.819 -0.340 0.346 - 0.599 0.000 0.954 - -0.240 -0.933 1.796 - -1.094 -1.820 0.912 - -2.204 -1.300 0.386 - -3.040 -1.854 -0.668 - -2.579 0.060 0.868 -a1aaa2AA[A@@H]3[A@H](Aa4aaaaa34)a2a1 - -3.607 -1.593 -0.341 - -4.257 -0.374 -0.466 - -3.583 0.811 -0.215 - -2.250 0.787 0.163 - -1.588 1.938 0.431 - -0.173 2.066 0.251 - 0.377 0.774 -0.301 - -0.157 -0.372 0.627 - 0.711 -1.432 0.251 - 1.942 -0.872 0.075 - 3.191 -1.470 0.182 - 4.308 -0.661 -0.006 - 4.189 0.687 -0.299 - 2.945 1.295 -0.415 - 1.834 0.503 -0.231 - -1.603 -0.454 0.268 - -2.272 -1.625 0.029 -A1AAa2a3aaaaa3a3AAA[A@H]([AH2+]1)a23 - 3.085 1.852 0.201 - 1.996 2.205 -0.806 - 0.649 2.318 -0.092 - 0.010 0.994 -0.052 - -1.335 0.754 0.007 - -2.433 1.612 0.047 - -3.685 1.024 0.103 - -3.856 -0.350 0.122 - -2.793 -1.219 0.086 - -1.516 -0.652 0.027 - -0.188 -1.226 -0.024 - 0.204 -2.682 -0.035 - 1.656 -2.790 -0.516 - 2.526 -1.815 0.282 - 2.187 -0.376 -0.125 - 2.808 0.555 0.845 - 0.687 -0.200 -0.064 -A1[A@@H]2A[A@H]3AA[A@@H](A2)[A@@H]13 - -1.624 -0.108 0.891 - -1.482 -0.125 -0.670 - -0.436 -1.292 -0.857 - 0.517 -1.130 0.353 - 1.765 -0.555 -0.142 - 1.688 0.782 -0.194 - 0.324 1.229 0.306 - -0.649 1.174 -0.898 - -0.102 0.023 1.212 -A1A[A@H]2AA[A@H]3AAA[A@@H]3[A@@H]2A1 - 2.708 0.946 -0.417 - 2.584 -0.499 -0.347 - 1.174 -0.698 -0.301 - 0.650 -2.007 0.250 - -0.803 -1.896 0.252 - -1.208 -0.650 -0.265 - -2.584 -0.348 -0.403 - -2.687 1.070 -0.306 - -1.386 1.603 0.051 - -0.729 0.491 0.658 - 0.764 0.453 0.667 - 1.519 1.538 0.160 -A1AAA2=A(A1)A=A1[A@@H](A2)Aa2aaaaa12 - -4.223 -1.197 0.000 - -4.584 0.098 0.001 - -3.649 1.072 0.001 - -2.293 0.716 0.000 - -1.927 -0.618 -0.001 - -2.931 -1.572 -0.001 - -0.645 -0.993 -0.001 - 0.387 -0.182 -0.001 - 0.217 1.229 -0.001 - -1.203 1.763 0.000 - 1.421 1.840 -0.001 - 2.486 0.813 0.000 - 3.872 0.883 0.001 - 4.621 -0.286 0.001 - 3.997 -1.517 0.001 - 2.610 -1.600 0.000 - 1.852 -0.444 0.000 -A1[AH2+]A[A@@H]2[A@@H](A1)Aa1aaaaa21 - 3.435 0.168 0.315 - 3.016 -1.173 -0.090 - 1.621 -1.480 0.290 - 0.750 -0.441 -0.371 - 1.117 0.929 0.264 - 2.504 1.264 -0.241 - -0.021 1.735 -0.136 - -1.136 0.862 -0.051 - -2.480 1.147 0.145 - -3.409 0.127 0.189 - -3.004 -1.187 0.038 - -1.668 -1.481 -0.155 - -0.729 -0.471 -0.198 -A1AA[A@@H]2[A@H](A1)AA[A@H]1AAAA=A21 - -3.414 -0.055 -0.379 - -2.759 -1.361 -0.834 - -1.249 -1.155 -0.956 - -0.670 -0.756 0.404 - -1.339 0.535 0.887 - -2.849 0.342 0.986 - -1.031 1.599 -0.013 - 0.354 1.955 -0.054 - 1.168 0.767 -0.574 - 2.653 1.083 -0.525 - 3.476 -0.205 -0.581 - 3.165 -1.036 0.667 - 1.682 -1.256 0.758 - 0.811 -0.458 0.220 -A1=A[A@@H]2[A@@H](A1)A[AH+]a1aaaaa21 - 3.002 -1.210 0.244 - 1.784 -1.626 -0.082 - 0.960 -0.444 -0.445 - 1.609 0.709 0.377 - 3.075 0.315 0.154 - 1.136 2.006 -0.256 - -0.374 2.105 -0.047 - -1.094 0.850 -0.042 - -2.466 0.930 0.164 - -3.233 -0.215 0.220 - -2.636 -1.460 0.069 - -1.267 -1.548 -0.144 - -0.499 -0.406 -0.206 -A1AA[A@H]2[A@H](A1)AA=A1AAAA[A@H]21 - 3.656 0.231 0.058 - 3.000 1.595 -0.139 - 1.571 1.570 0.383 - 0.727 0.414 -0.098 - 1.443 -0.879 0.302 - 2.786 -0.855 -0.151 - 0.708 -2.026 -0.410 - -0.755 -1.970 -0.074 - -1.417 -0.879 0.199 - -2.918 -0.959 0.357 - -3.652 0.255 -0.201 - -2.927 1.575 -0.014 - -1.495 1.469 -0.538 - -0.722 0.458 0.320 -a1aaa2AA[A@@]3(A=AAa4[aH]aaa34)a2a1 - -2.587 -0.280 -1.978 - -3.578 0.246 -1.175 - -3.356 0.550 0.159 - -2.081 0.302 0.668 - -1.589 0.507 1.945 - -0.295 0.139 2.054 - 0.136 -0.370 0.696 - 0.576 -1.805 0.792 - 1.724 -2.244 0.225 - 2.567 -1.451 -0.467 - 2.397 -0.108 -0.374 - 3.212 0.890 -0.750 - 2.580 2.103 -0.437 - 1.418 1.836 0.112 - 1.273 0.457 0.165 - -1.084 -0.233 -0.158 - -1.312 -0.533 -1.484 -A1AA[A@H]2A[A@H]3AAA[A@H]3A[A@H]2A1 - 2.436 -1.051 -0.926 - 2.656 0.462 -1.070 - 2.330 1.128 0.249 - 0.986 0.820 0.883 - -0.113 1.346 -0.040 - -1.501 1.023 0.514 - -2.492 1.146 -0.688 - -2.280 -0.216 -1.388 - -1.774 -1.103 -0.510 - -1.632 -0.488 0.795 - -0.489 -1.040 1.610 - 0.857 -0.706 0.979 - 1.019 -1.315 -0.412 -A1AAA2=A(A1)A=A1[A@H](A2)Aa2aaaaa12 - 4.223 -1.197 0.001 - 4.584 0.098 0.001 - 3.649 1.072 0.000 - 2.293 0.716 -0.000 - 1.927 -0.618 -0.000 - 2.932 -1.572 0.000 - 0.645 -0.993 -0.001 - -0.387 -0.182 -0.001 - -0.217 1.229 -0.002 - 1.203 1.763 -0.002 - -1.421 1.840 0.004 - -2.486 0.813 -0.001 - -3.872 0.883 -0.000 - -4.621 -0.286 0.001 - -3.997 -1.517 0.001 - -2.610 -1.600 -0.000 - -1.852 -0.444 -0.001 -A1AAA2(AA1)Aa1aaaaa1A1=A2AAa2aaaa12 - -4.244 -1.474 -0.671 - -3.758 -1.690 0.764 - -2.254 -1.972 0.757 - -1.514 -0.780 0.144 - -2.000 -0.567 -1.292 - -3.504 -0.284 -1.286 - -1.799 0.473 0.968 - -0.924 1.609 0.509 - -1.394 2.904 0.513 - -0.570 3.941 0.107 - 0.726 3.686 -0.304 - 1.208 2.392 -0.320 - 0.381 1.343 0.084 - 0.864 -0.047 0.067 - -0.033 -1.078 0.123 - 0.390 -2.411 0.157 - 1.834 -2.823 0.096 - 2.706 -1.602 -0.007 - 3.997 -1.510 -0.102 - 4.357 -0.275 -0.170 - 3.321 0.499 -0.123 - 2.212 -0.337 -0.016 -a1aaa2AA3(AA[A@H]4AAA[A@@H]34)Aa2a1 - 4.055 0.049 -0.378 - 3.762 0.977 0.605 - 2.466 1.128 1.061 - 1.441 0.343 0.530 - -0.003 0.309 0.836 - -0.615 -0.737 -0.053 - -1.266 -1.755 0.721 - -2.557 -1.203 1.065 - -3.025 -0.458 -0.205 - -3.547 0.906 0.186 - -2.699 1.847 -0.245 - -1.618 1.376 -0.911 - -1.702 -0.133 -0.955 - 0.508 -1.311 -0.872 - 1.739 -0.604 -0.469 - 3.056 -0.740 -0.916 -a1aa2a(AA=A3AA[A@@H]4A[A@]234)[aH]1 - 3.029 0.902 0.199 - 1.789 1.488 0.046 - 0.857 0.465 -0.071 - 1.538 -0.738 0.016 - 0.794 -2.006 -0.069 - -0.618 -2.040 -0.107 - -1.342 -0.912 -0.145 - -2.686 -0.615 -0.047 - -2.746 0.536 0.892 - -1.555 1.425 0.443 - -1.301 1.534 -1.064 - -0.629 0.422 -0.264 - 2.866 -0.457 0.176 -A1AA=A2A[A@@H]3AAA[A@@H]3A[A@@H]2A1 - 3.375 0.385 -0.077 - 2.967 -0.845 -0.896 - 1.712 -1.418 -0.297 - 0.848 -0.690 0.345 - -0.366 -1.360 0.954 - -1.621 -0.589 0.707 - -2.480 -1.113 -0.324 - -3.126 -0.108 -0.941 - -2.674 1.201 -0.446 - -1.558 0.911 0.557 - -0.270 1.463 -0.023 - 0.974 0.793 0.552 - 2.216 1.367 -0.111 -a1aaa2a(a1)AA1(AAAA1)A1A=AA[A@@H]21 - -3.316 -1.626 -0.408 - -3.701 -0.458 0.225 - -2.746 0.470 0.590 - -1.420 0.242 0.345 - -1.015 -0.921 -0.325 - -1.986 -1.857 -0.681 - 0.274 -1.208 -0.646 - 1.335 -0.422 -0.110 - 1.760 -0.957 1.266 - 2.994 -1.844 0.962 - 3.715 -1.057 -0.161 - 2.567 -0.485 -1.021 - 0.853 0.955 0.005 - 1.326 2.121 -0.568 - 0.498 3.111 -0.485 - -0.743 2.670 0.265 - -0.388 1.260 0.755 -a1aaa2AA3(AAA4(Aa5aaaaa5A4)A3)Aa2a1 - -5.646 -1.120 -0.304 - -5.781 0.128 -0.887 - -4.707 0.996 -0.940 - -3.474 0.617 -0.405 - -2.190 1.344 -0.333 - -1.214 0.431 0.347 - -0.608 1.079 1.604 - 0.653 0.387 1.766 - 1.189 0.176 0.455 - 2.164 1.264 0.092 - 3.459 0.611 -0.182 - 4.689 1.152 -0.560 - 5.777 0.324 -0.764 - 5.657 -1.044 -0.595 - 4.449 -1.600 -0.221 - 3.337 -0.781 -0.010 - 1.957 -1.117 0.389 - 0.014 0.154 -0.538 - -1.954 -0.831 0.676 - -3.337 -0.654 0.188 - -4.436 -1.514 0.232 -A1AA[A@@H]2A[AH+]a3aaaaa3[AH+]A2=A1 - -2.979 -1.318 -1.008 - -3.612 0.053 -0.835 - -2.578 1.060 -0.377 - -1.779 0.675 0.846 - -0.638 1.678 1.097 - 0.213 1.713 -0.143 - 1.271 0.756 -0.098 - 2.449 1.139 -0.750 - 3.517 0.275 -0.844 - 3.446 -0.992 -0.294 - 2.295 -1.385 0.362 - 1.221 -0.515 0.467 - 0.077 -0.945 1.210 - -1.168 -0.668 0.587 - -1.738 -1.530 -0.213 -A1A[A@@H]2AAA=A3AA=A[A@@H]3[A@H]2A1 - 2.675 -1.420 0.315 - 2.903 0.084 0.225 - 1.547 0.618 -0.265 - 1.176 1.982 0.242 - -0.083 2.480 -0.480 - -1.308 1.872 0.187 - -1.558 0.579 0.077 - -2.713 -0.171 0.592 - -2.552 -1.576 0.198 - -1.423 -1.771 -0.505 - -0.693 -0.456 -0.630 - 0.615 -0.511 0.145 - 1.412 -1.704 -0.096 -a1aaa2AA[A@@]3(A=AAa4a[aH]aa34)a2a1 - -2.582 0.300 1.983 - -3.580 -0.224 1.187 - -3.369 -0.530 -0.149 - -2.092 -0.297 -0.663 - -1.607 -0.512 -1.941 - -0.309 -0.159 -2.056 - 0.131 0.352 -0.701 - 0.586 1.781 -0.804 - 1.735 2.223 -0.247 - 2.590 1.448 0.449 - 2.428 0.100 0.376 - 3.221 -0.861 0.749 - 2.595 -2.084 0.459 - 1.393 -1.817 -0.104 - 1.261 -0.484 -0.170 - -1.087 0.230 0.157 - -1.306 0.537 1.483 -A1[AH2+]A[A@H]2[A@@H](A1)Aa1aaaaa21 - 3.234 0.196 -0.602 - 2.832 -1.205 -0.403 - 1.371 -1.318 -0.537 - 0.700 -0.613 0.642 - 1.197 0.828 0.786 - 2.644 1.053 0.478 - 0.257 1.619 -0.145 - -1.020 0.824 -0.139 - -2.296 1.217 -0.512 - -3.307 0.273 -0.397 - -3.058 -1.002 0.067 - -1.781 -1.403 0.439 - -0.769 -0.466 0.324 -A1A[A@@H]2AA[A@H]3AAA[A@H]3[A@H]2A1 - -2.909 0.651 -0.191 - -2.522 -0.734 -0.380 - -1.095 -0.668 -0.457 - -0.339 -1.921 -0.043 - 1.053 -1.588 -0.084 - 1.523 -0.512 0.720 - 2.768 -0.059 0.131 - 2.451 1.043 -0.730 - 1.035 1.297 -0.657 - 0.645 0.761 0.621 - -0.810 0.374 0.660 - -1.800 1.359 0.410 -A1A[A@@H]2[A@H]3AA[A@H](A3)[A@H]2A1 - 2.523 -0.064 0.126 - 1.710 -1.152 -0.096 - 0.361 -0.702 0.393 - -0.934 -1.168 -0.310 - -1.984 -0.725 0.785 - -1.812 0.835 0.810 - -0.904 1.159 -0.402 - -1.266 -0.049 -1.336 - 0.494 0.756 -0.212 - 1.810 1.111 0.241 -a1aaa2aa3[A@@H]4AA[A@@H](A4)a3aa2a1 - 3.733 -0.699 0.132 - 3.734 0.695 0.133 - 2.570 1.396 0.052 - 1.347 0.709 -0.035 - 0.187 1.373 -0.116 - -0.933 0.704 -0.197 - -2.392 1.157 -0.302 - -3.014 0.776 1.078 - -3.032 -0.784 1.072 - -2.393 -1.151 -0.305 - -2.972 0.004 -1.201 - -0.934 -0.700 -0.199 - 0.185 -1.371 -0.119 - 1.346 -0.709 -0.036 - 2.568 -1.398 0.050 -A1=A[A@@H]2[A@H](A1)A[AH+]a1aaaaa21 - -2.253 -1.292 -0.964 - -1.542 -1.762 0.031 - -0.992 -0.621 0.876 - -1.951 0.539 0.552 - -2.284 0.225 -0.925 - -1.279 1.893 0.685 - -0.081 1.981 -0.211 - 0.819 0.873 -0.087 - 2.130 1.067 -0.507 - 3.042 0.034 -0.428 - 2.642 -1.198 0.073 - 1.335 -1.388 0.491 - 0.414 -0.352 0.412 -A1A[A@@H]2A[AH+]3AAA[AH+]3[A@@H]2A1 - -2.603 -0.087 -0.596 - -2.236 0.920 0.204 - -0.990 0.526 0.965 - 0.201 1.369 0.461 - 0.747 0.564 -0.639 - 2.189 0.830 -0.811 - 2.877 -0.229 0.072 - 1.715 -1.049 0.672 - 0.602 -0.771 -0.241 - -0.693 -0.907 0.452 - -1.809 -1.162 -0.536 -A1A[A@H]2[A@H]3AA[A@H](A3)[A@@H]2A1 - -2.411 -0.033 0.306 - -1.639 1.098 0.244 - -0.490 0.744 -0.662 - 0.942 1.183 -0.331 - 1.353 0.775 1.100 - 1.654 -0.748 1.067 - 1.038 -1.164 -0.331 - 1.666 0.036 -1.156 - -0.368 -0.731 -0.111 - -1.740 -1.163 -0.127 -a1aaa2a3AAA[A@H]4[AH2+]AAa(a2a1)a34 - 3.604 -0.727 -0.205 - 3.636 0.650 -0.053 - 2.493 1.392 0.103 - 1.277 0.701 0.113 - -0.091 1.123 0.252 - -0.775 2.452 0.406 - -2.031 2.474 -0.452 - -2.862 1.215 -0.485 - -2.348 0.046 0.339 - -2.839 -1.234 -0.236 - -2.124 -2.370 0.386 - -0.685 -2.451 -0.137 - -0.076 -1.117 -0.007 - 1.239 -0.718 -0.037 - 2.419 -1.441 -0.195 - -0.842 0.004 0.209 -a1aaa2AA[A@H]3[A@H](Aa4aaaaa34)a2a1 - -3.698 1.515 -0.010 - -4.281 0.339 0.441 - -3.527 -0.823 0.491 - -2.199 -0.806 0.094 - -1.468 -1.951 0.167 - -0.063 -1.789 0.408 - 0.532 -0.929 -0.707 - -0.189 0.427 -0.810 - 0.575 1.281 0.062 - 1.843 0.822 0.122 - 2.990 1.490 0.549 - 4.188 0.783 0.520 - 4.251 -0.530 0.088 - 3.112 -1.206 -0.336 - 1.925 -0.506 -0.315 - -1.616 0.365 -0.361 - -2.377 1.526 -0.407 -A1AA[A@@H]2A(A1)AAa1a2[aH]a2aaaaa12 - 4.070 -0.537 0.894 - 2.921 -1.541 1.057 - 2.273 -1.746 -0.311 - 1.694 -0.455 -0.851 - 2.356 0.749 -0.362 - 3.492 0.743 0.350 - 1.714 2.049 -0.651 - 0.369 2.104 0.083 - -0.359 0.800 -0.117 - 0.223 -0.349 -0.531 - -0.713 -1.344 -0.608 - -1.935 -0.858 -0.240 - -3.190 -1.457 -0.151 - -4.238 -0.656 0.267 - -4.066 0.681 0.585 - -2.842 1.298 0.505 - -1.764 0.512 0.085 -A1AAA2=A(A1)a1a(aaa3aaaaa13)[AH+]A2 - 2.581 -2.281 0.674 - 3.761 -1.730 -0.130 - 3.679 -0.229 -0.137 - 2.439 0.435 -0.069 - 1.269 -0.258 -0.038 - 1.285 -1.763 0.054 - 0.026 0.421 -0.070 - 0.010 1.824 -0.050 - -1.198 2.521 0.063 - -2.384 1.878 0.178 - -2.444 0.472 0.130 - -3.674 -0.190 0.269 - -3.747 -1.533 0.055 - -2.612 -2.246 -0.319 - -1.393 -1.636 -0.401 - -1.260 -0.275 -0.113 - 1.175 2.646 -0.106 - 2.492 1.940 0.009 -A1AAA2=A(A1)[AH+]a1a(aaa3aaaaa13)A2 - 4.305 1.388 -0.217 - 4.713 0.112 0.525 - 3.704 -0.966 0.237 - 2.364 -0.651 -0.055 - 1.943 0.631 -0.078 - 2.888 1.769 0.218 - 0.624 0.997 -0.389 - -0.351 -0.033 -0.212 - -0.014 -1.368 -0.184 - -1.002 -2.338 -0.011 - -2.311 -1.997 0.129 - -2.693 -0.645 0.097 - -4.038 -0.262 0.235 - -4.370 1.058 0.198 - -3.394 2.038 0.025 - -2.081 1.703 -0.111 - -1.702 0.353 -0.077 - 1.420 -1.791 -0.338 -a1aaa2a(a1)A[A@@H]1[A@H]2Aa2aaaaa12 - -3.372 -0.214 -1.365 - -3.234 1.084 -0.909 - -2.284 1.380 0.049 - -1.468 0.381 0.555 - -1.608 -0.915 0.102 - -2.560 -1.211 -0.860 - -0.617 -1.816 0.804 - 0.420 -0.875 1.442 - -0.364 0.456 1.591 - 0.619 1.464 1.150 - 1.532 0.847 0.294 - 2.425 1.416 -0.613 - 3.299 0.617 -1.320 - 3.296 -0.757 -1.131 - 2.399 -1.328 -0.241 - 1.511 -0.531 0.455 -A1AAA2=A(A1)Aa1a(aaa3aaaaa13)[AH+]2 - 4.398 -1.353 0.464 - 4.734 -0.004 -0.179 - 3.728 1.035 0.321 - 2.327 0.592 -0.028 - 2.008 -0.719 -0.097 - 2.975 -1.711 0.137 - 0.608 -1.164 -0.432 - -0.386 -0.058 -0.221 - 0.028 1.253 -0.153 - -0.899 2.287 0.033 - -2.226 2.023 0.159 - -2.683 0.695 0.103 - -4.049 0.391 0.235 - -4.459 -0.905 0.177 - -3.544 -1.940 -0.007 - -2.215 -1.684 -0.145 - -1.753 -0.357 -0.090 - 1.408 1.621 -0.284 -a1aaa2A[A@@H]3AAa4aaaaa4[A@H]3Aa2a1 - 4.320 -1.392 -0.070 - 4.728 -0.077 0.072 - 3.792 0.935 0.116 - 2.432 0.626 0.019 - 1.431 1.711 0.072 - 0.004 1.358 -0.298 - -0.953 2.429 0.237 - -2.353 2.041 -0.193 - -2.736 0.636 -0.056 - -4.077 0.271 -0.207 - -4.441 -1.056 -0.116 - -3.479 -2.022 0.125 - -2.151 -1.666 0.277 - -1.768 -0.340 0.189 - -0.319 0.017 0.364 - 0.568 -1.070 -0.238 - 2.023 -0.700 -0.125 - 2.976 -1.702 -0.168 -A1AA2=A[A@H]3Aa4aaaaa4[A@H](A3)A2A1 - -3.215 -1.735 0.115 - -3.264 -0.213 1.052 - -1.844 0.562 0.326 - -1.336 1.726 0.564 - -0.180 2.177 -0.217 - 1.039 1.870 0.447 - 1.538 0.610 0.380 - 2.610 0.278 1.205 - 3.159 -0.986 1.156 - 2.643 -1.933 0.289 - 1.576 -1.610 -0.527 - 1.024 -0.342 -0.481 - -0.151 -0.023 -1.379 - -0.188 1.500 -1.592 - -1.375 -0.366 -0.597 - -2.036 -1.512 -0.734 -A1AAA2(AA1)Aa1aaaaa1[A+]1AAA[A@H]21 - 3.689 -0.981 -0.701 - 2.674 -0.756 -1.549 - 1.429 -0.512 -1.114 - 1.093 -0.475 0.349 - 2.314 -0.740 1.183 - 3.512 -0.974 0.628 - 0.022 -1.528 0.661 - -1.354 -1.050 0.273 - -2.402 -1.954 0.347 - -3.693 -1.569 0.022 - -3.944 -0.264 -0.382 - -2.905 0.639 -0.466 - -1.607 0.251 -0.149 - -0.460 1.157 -0.295 - -0.841 2.580 -0.205 - 0.493 3.240 0.225 - 1.470 2.055 0.460 - 0.502 0.884 0.710 -A1[AH2+]A[A@@H]2[A@H](A1)Aa1aaaaa21 - -3.065 0.150 -0.838 - -2.832 -1.209 -0.382 - -1.432 -1.491 -0.154 - -0.731 -0.532 0.782 - -1.209 0.902 0.721 - -2.571 1.171 0.163 - -0.140 1.671 0.090 - 0.994 0.857 -0.030 - 2.276 1.182 -0.475 - 3.264 0.221 -0.503 - 2.992 -1.072 -0.094 - 1.723 -1.403 0.344 - 0.731 -0.444 0.370 -A1=A[A@H]2[A@@H](A1)A[AH+]a1aaaaa21 - -2.809 0.968 -0.750 - -1.574 1.388 -0.618 - -0.909 0.695 0.547 - -1.738 -0.588 0.750 - -3.137 -0.060 0.315 - -1.315 -1.649 -0.269 - 0.135 -1.989 -0.091 - 1.003 -0.849 -0.034 - 2.353 -1.064 -0.282 - 3.244 -0.011 -0.229 - 2.782 1.264 0.073 - 1.435 1.476 0.321 - 0.535 0.420 0.269 -A1AA[A@@]2(A1)[A+]=A[A@H]1A[A@@H]21 - -2.354 0.934 -0.326 - -2.776 -0.364 0.405 - -1.203 -1.329 0.332 - -0.118 0.083 -0.129 - -1.038 0.893 -0.876 - 0.402 0.749 1.057 - 1.699 0.759 1.052 - 2.275 0.087 -0.169 - 2.059 -1.414 -0.367 - 1.053 -0.400 -0.979 -a1aaa2A[A@H]3AAa4aaaaa4[A@@H]3Aa2a1 - 4.320 1.392 -0.056 - 4.729 0.076 0.069 - 3.792 -0.935 0.105 - 2.432 -0.625 0.014 - 1.430 -1.709 0.058 - 0.004 -1.353 -0.311 - -0.941 -2.433 0.228 - -2.352 -2.055 -0.154 - -2.739 -0.635 -0.052 - -4.081 -0.270 -0.200 - -4.443 1.058 -0.116 - -3.479 2.024 0.114 - -2.151 1.668 0.264 - -1.769 0.341 0.185 - -0.321 -0.017 0.361 - 0.569 1.066 -0.244 - 2.023 0.703 -0.116 - 2.977 1.704 -0.148 -A1AAA2=A(A1)[A@]1(A=AA2)AAa2aaaaa12 - 2.391 2.333 0.559 - 3.620 1.433 0.389 - 3.314 0.071 1.016 - 2.102 -0.535 0.349 - 1.124 0.249 -0.144 - 1.201 1.653 -0.062 - -0.085 -0.364 -0.801 - 0.190 -1.785 -1.197 - 1.232 -2.456 -0.643 - 2.029 -1.877 0.268 - -0.476 0.449 -2.018 - -1.723 0.916 -1.798 - -2.220 0.512 -0.571 - -3.455 0.785 0.018 - -3.693 0.241 1.271 - -2.754 -0.531 1.923 - -1.520 -0.810 1.347 - -1.277 -0.276 0.100 -A1A[A@H]2AA[A@H]3AAA[A@@H]3[A@H]2A1 - 2.240 -0.955 -0.869 - 2.179 0.471 -0.709 - 1.538 0.722 0.549 - 0.685 1.970 0.517 - -0.518 1.819 -0.250 - -1.292 0.736 0.239 - -2.520 0.455 -0.435 - -2.739 -0.951 -0.160 - -1.461 -1.569 0.114 - -0.488 -0.551 -0.093 - 0.732 -0.575 0.811 - 1.649 -1.575 0.287 -a1aaa2AA3(AA[A@@H]4AAA[A@H]34)Aa2a1 - 3.764 -0.977 0.605 - 4.057 -0.044 -0.374 - 3.058 0.743 -0.913 - 1.740 0.602 -0.470 - 0.509 1.307 -0.874 - -0.614 0.734 -0.055 - -1.260 1.753 0.723 - -2.552 1.204 1.069 - -3.026 0.463 -0.201 - -3.551 -0.900 0.188 - -2.707 -1.843 -0.245 - -1.626 -1.374 -0.912 - -1.705 0.135 -0.955 - -0.003 -0.317 0.828 - 1.442 -0.348 0.526 - 2.467 -1.132 1.058 -a1aaa2Aa3aa[a+]4a5aaaaa5A=a4a3Aa2a1 - -5.071 1.495 -0.374 - -5.455 0.167 -0.430 - -4.531 -0.829 -0.191 - -3.210 -0.502 0.095 - -2.317 -1.494 0.322 - -0.990 -1.255 0.218 - -0.152 -2.288 0.050 - 1.146 -2.121 -0.049 - 1.663 -0.768 -0.322 - 2.999 -0.414 -0.055 - 4.220 -1.061 -0.203 - 5.353 -0.263 -0.229 - 5.284 1.115 -0.116 - 4.092 1.778 0.032 - 2.927 0.998 0.064 - 1.639 1.326 0.197 - 0.896 0.228 0.172 - -0.494 0.026 0.282 - -1.406 1.206 0.466 - -2.828 0.828 0.150 - -3.760 1.824 -0.085 -a1aaa2AA[A@]3(AAa4aaaaa34)[AH+]a2a1 - 3.619 1.033 -1.167 - 4.034 0.952 0.154 - 3.280 0.267 1.084 - 2.094 -0.349 0.689 - 1.251 -1.082 1.649 - 0.028 -1.506 1.267 - -0.536 -1.117 -0.022 - -1.514 -2.172 -0.497 - -2.719 -1.575 -0.607 - -2.667 -0.234 -0.262 - -3.690 0.716 -0.247 - -3.356 2.002 0.146 - -2.066 2.344 0.511 - -1.036 1.403 0.499 - -1.366 0.123 0.108 - 0.505 -0.950 -1.084 - 1.683 -0.274 -0.653 - 2.448 0.423 -1.573 -A1AAA2=A(A1)[a+]1a(=AA2)aaa2aaaaa12 - 2.552 1.976 -1.048 - 3.718 1.676 -0.100 - 3.593 0.252 0.377 - 2.379 -0.443 0.281 - 1.208 0.198 0.043 - 1.250 1.671 -0.298 - -0.036 -0.434 -0.284 - -0.084 -1.834 -0.018 - 1.032 -2.633 0.211 - 2.352 -1.942 0.483 - -1.233 -2.465 -0.301 - -2.378 -1.822 -0.410 - -2.397 -0.376 -0.155 - -3.576 0.364 -0.242 - -3.567 1.701 0.089 - -2.405 2.290 0.561 - -1.233 1.562 0.651 - -1.183 0.265 0.166 -A1A=AA2=A[A@@H]3AAA[A@@H]3A[A@H]2A1 - 3.189 -1.013 0.158 - 3.292 0.479 0.085 - 2.259 1.302 0.015 - 0.891 0.737 -0.010 - -0.105 1.473 -0.422 - -1.488 0.954 -0.575 - -2.348 1.122 0.690 - -3.188 -0.145 0.719 - -2.907 -0.882 -0.378 - -1.506 -0.583 -0.753 - -0.641 -1.240 0.321 - 0.746 -0.686 0.432 - 1.811 -1.519 -0.277 -a1aaa2a(a1)[A+]1AAA[A@@H]3AAAA2=A13 - -3.624 0.724 -0.072 - -3.641 -0.664 -0.130 - -2.474 -1.411 -0.074 - -1.274 -0.704 0.051 - -1.259 0.719 0.106 - -2.449 1.442 0.052 - 0.092 1.035 -0.163 - 0.679 2.466 0.152 - 2.052 2.298 -0.522 - 2.856 1.301 0.191 - 2.329 -0.028 0.488 - 2.816 -1.093 -0.497 - 2.232 -2.453 -0.143 - 0.734 -2.490 0.094 - 0.106 -1.131 0.149 - 0.826 -0.007 0.313 -A1A[A@@H]2A[AH+]3AAA[A@@H]3[A@H]2A1 - -2.770 -0.759 -0.301 - -2.522 0.587 -0.409 - -1.204 0.770 0.154 - -0.107 1.747 0.144 - 1.086 0.968 0.524 - 2.093 1.104 -0.578 - 3.114 -0.411 -0.316 - 1.767 -1.490 0.327 - 0.678 -0.465 0.713 - -0.491 -0.573 -0.268 - -1.649 -1.479 0.005 -A1A[A@H]2[A@H]3A=A[A@H](A3)[A@H]2A1 - 2.039 0.014 -0.342 - 1.448 1.130 0.095 - 0.272 0.749 0.964 - -1.041 1.088 0.193 - -0.757 0.709 -1.263 - -0.752 -0.613 -1.312 - -1.032 -1.102 0.111 - -1.904 -0.027 0.598 - 0.271 -0.823 0.921 - 1.457 -1.129 0.037 -a1aaa2A[AH+]3AAa4aaaaa4[A@@H]3Aa2a1 - -4.293 1.378 0.293 - -4.696 0.072 0.061 - -3.742 -0.916 -0.149 - -2.389 -0.600 -0.126 - -1.390 -1.700 -0.365 - -0.058 -1.300 0.112 - 0.930 -2.336 -0.252 - 2.236 -2.049 0.487 - 2.665 -0.629 0.215 - 3.991 -0.285 0.432 - 4.425 1.007 0.193 - 3.522 1.962 -0.267 - 2.202 1.611 -0.481 - 1.770 0.314 -0.240 - 0.319 -0.006 -0.490 - -0.540 1.087 0.153 - -1.996 0.700 0.109 - -2.948 1.687 0.316 -A1[AH2+]A[A@H]2[A@H](A1)Aa1aaaaa21 - -3.469 0.143 0.243 - -3.004 -1.191 -0.205 - -1.619 -1.484 0.293 - -0.734 -0.413 -0.297 - -1.152 0.939 0.350 - -2.521 1.265 -0.217 - 0.017 1.822 -0.094 - 1.194 0.870 -0.054 - 2.542 1.158 0.039 - 3.423 0.086 0.083 - 2.971 -1.219 0.039 - 1.618 -1.518 -0.064 - 0.732 -0.456 -0.122 -A1A[A@@H]2Aa3aa4AAAa4aa3A[A@@H]2A1 - -3.791 0.362 1.052 - -3.019 -0.746 1.057 - -2.510 -0.967 -0.338 - -1.199 -1.672 -0.463 - -0.002 -0.790 -0.240 - 1.228 -1.432 -0.079 - 2.353 -0.645 0.103 - 3.647 -0.993 0.278 - 4.408 0.202 0.006 - 3.489 1.276 0.298 - 2.254 0.755 0.121 - 1.029 1.381 -0.028 - -0.105 0.580 -0.199 - -1.416 1.298 -0.329 - -2.523 0.449 -0.949 - -3.848 0.949 -0.287 -A1AAA2=A(A1)a1a(AA2)aaa2[a+]aaaa12 - 2.643 -2.300 -0.547 - 3.800 -1.637 0.203 - 3.687 -0.147 0.028 - 2.427 0.470 -0.074 - 1.277 -0.256 -0.013 - 1.322 -1.762 0.003 - 0.022 0.402 0.054 - -0.014 1.804 0.138 - 1.164 2.506 0.341 - 2.402 1.972 -0.230 - -1.216 2.498 -0.017 - -2.390 1.845 -0.194 - -2.447 0.439 -0.134 - -3.678 -0.152 -0.302 - -3.729 -1.478 -0.059 - -2.628 -2.243 0.311 - -1.389 -1.662 0.397 - -1.257 -0.303 0.088 -a1aaa2a(a1)AA1(AAAA1)A1A=AA[A@H]21 - 3.307 -1.661 -0.362 - 3.702 -0.479 0.237 - 2.753 0.466 0.578 - 1.414 0.235 0.325 - 1.010 -0.941 -0.289 - 1.974 -1.892 -0.624 - -0.279 -1.218 -0.617 - -1.335 -0.414 -0.099 - -2.564 -0.482 -1.019 - -3.474 -1.547 -0.354 - -3.271 -1.276 1.158 - -1.774 -0.918 1.281 - -0.843 0.961 -0.011 - -1.307 2.119 -0.609 - -0.472 3.103 -0.547 - 0.766 2.669 0.212 - 0.400 1.273 0.732 -a1aaa2aaa3aa4a(aaa5aaaaa45)aa3a2a1 - 4.817 1.661 -0.002 - 5.610 0.520 -0.002 - 5.047 -0.723 -0.001 - 3.652 -0.856 -0.000 - 3.029 -2.175 0.001 - 1.687 -2.306 0.001 - 0.818 -1.132 0.001 - -0.569 -1.283 0.001 - -1.390 -0.162 0.001 - -0.829 1.139 0.001 - -1.668 2.278 0.001 - -3.012 2.167 0.001 - -3.652 0.856 0.001 - -5.047 0.729 0.000 - -5.613 -0.513 -0.006 - -4.823 -1.656 -0.000 - -3.459 -1.564 0.000 - -2.852 -0.308 0.001 - 0.565 1.292 0.001 - 1.387 0.166 0.001 - 2.849 0.305 0.000 - 3.454 1.564 -0.001 -A1=A[A@H]2[A@H](A1)A[AH+]a1aaaaa21 - -2.988 1.227 -0.244 - -1.768 1.632 0.086 - -0.956 0.442 0.450 - -1.612 -0.704 -0.376 - -3.082 -0.312 -0.179 - -1.146 -1.993 0.279 - 0.355 -2.114 0.054 - 1.088 -0.868 0.049 - 2.465 -0.932 -0.190 - 3.234 0.212 -0.229 - 2.641 1.457 -0.059 - 1.273 1.545 0.158 - 0.502 0.404 0.205 -a1aaa2AA3(AA[A@H]4AAA[A@H]34)Aa2a1 - 3.888 0.753 -0.791 - 4.102 0.257 0.484 - 3.058 -0.286 1.208 - 1.776 -0.336 0.657 - 0.509 -0.855 1.210 - -0.546 -0.646 0.161 - -1.112 -1.924 -0.240 - -2.523 -1.724 -0.565 - -2.726 -0.259 -0.504 - -3.828 0.629 -0.169 - -3.257 1.769 0.291 - -1.933 1.598 0.598 - -1.729 0.133 0.661 - 0.138 0.006 -1.008 - 1.558 0.169 -0.640 - 2.627 0.714 -1.354 -A1A[A@H]2[A@@H]([AH2+]1)Aa1aaaaa21 - -2.705 0.384 -0.994 - -1.693 1.435 -0.507 - -0.953 0.786 0.671 - -1.563 -0.631 0.818 - -2.852 -0.562 0.116 - -0.626 -1.474 0.043 - 0.614 -0.825 -0.017 - 1.868 -1.329 -0.362 - 2.972 -0.504 -0.369 - 2.843 0.836 -0.032 - 1.599 1.341 0.317 - 0.495 0.538 0.314 -a1aaa2A[A@H]3[AH2+]AA[A@H](A3)a2a1 - -2.858 -0.768 0.154 - -2.934 0.595 0.407 - -1.813 1.383 0.263 - -0.602 0.826 -0.134 - 0.569 1.756 -0.307 - 1.878 1.001 -0.455 - 2.433 0.567 0.837 - 1.583 -0.466 1.470 - 1.451 -1.676 0.539 - 0.773 -1.198 -0.758 - 1.697 -0.171 -1.420 - -0.523 -0.527 -0.369 - -1.650 -1.324 -0.233 -A1Aa2aa3AA[a+]4aa5aaaaa5aa4a3aa2A1 - -5.278 -1.357 0.456 - -5.098 -0.084 -0.194 - -3.771 0.165 -0.172 - -3.081 1.345 -0.422 - -1.703 1.299 -0.338 - -0.896 2.565 -0.518 - 0.244 2.520 0.504 - 1.060 1.320 0.274 - 2.357 1.435 0.450 - 3.214 0.356 0.211 - 4.605 0.463 0.391 - 5.402 -0.642 0.161 - 4.839 -1.852 -0.241 - 3.493 -1.974 -0.436 - 2.652 -0.873 -0.231 - 1.263 -0.916 -0.460 - 0.483 0.168 -0.115 - -1.002 0.113 -0.099 - -1.701 -1.052 0.228 - -3.088 -1.013 0.167 - -3.989 -1.996 0.384 -A1AAA2=AA3=A(A[A@@H]2A1)Aa1aaaaa31 - 4.235 -0.266 0.973 - 3.912 -1.469 0.081 - 2.415 -1.773 0.195 - 1.621 -0.560 -0.227 - 0.418 -0.760 -0.801 - -0.418 0.240 -0.893 - -0.168 1.582 -0.221 - 1.276 1.970 -0.538 - 2.112 0.692 -0.029 - 3.374 0.896 0.555 - -1.462 1.936 0.461 - -2.291 0.730 0.441 - -3.529 0.497 1.047 - -4.091 -0.760 0.875 - -3.466 -1.750 0.141 - -2.247 -1.542 -0.488 - -1.693 0.344 -1.577 -A1AAA2=A(A1)a1aaa3AA[AH2+]Aa3a1AA2 - -4.160 -1.186 0.437 - -4.613 0.020 -0.395 - -3.787 1.233 0.028 - -2.316 0.909 0.003 - -1.850 -0.359 0.000 - -2.746 -1.565 0.000 - -0.395 -0.564 -0.011 - 0.145 -1.856 -0.003 - 1.499 -2.022 -0.005 - 2.352 -0.915 -0.010 - 3.696 -1.119 -0.007 - 4.525 -0.014 -0.374 - 4.090 1.160 0.409 - 2.741 1.570 -0.024 - 1.833 0.367 -0.014 - 0.456 0.553 -0.012 - -0.072 1.795 -0.016 - -1.398 1.988 -0.011 -a1aaa2a(a1)[AH+]Aa1a2[a+]a2aaaaa12 - -4.377 -0.331 -0.020 - -3.733 -1.553 -0.124 - -2.352 -1.615 -0.121 - -1.618 -0.445 -0.008 - -2.269 0.797 0.123 - -3.654 0.839 0.108 - -1.542 2.016 0.321 - -0.163 2.061 -0.295 - 0.536 0.783 -0.128 - -0.141 -0.421 -0.015 - 0.712 -1.403 0.075 - 1.964 -0.910 0.053 - 3.214 -1.537 0.131 - 4.322 -0.729 0.089 - 4.227 0.648 -0.024 - 3.006 1.296 -0.106 - 1.865 0.501 -0.067 -A1AAA2(AA1)Aa1aaaaa1[A@@H]1A=AAA21 - 3.714 1.141 -0.260 - 3.049 1.330 1.036 - 2.162 0.114 1.319 - 1.197 -0.090 0.146 - 2.006 -0.373 -1.125 - 2.891 0.837 -1.439 - 0.448 1.119 -0.047 - -0.906 1.119 -0.017 - -1.612 2.265 0.319 - -2.993 2.249 0.325 - -3.686 1.098 -0.002 - -2.990 -0.055 -0.331 - -1.621 -0.043 -0.329 - -0.772 -1.244 -0.627 - -1.404 -2.576 -0.329 - -0.471 -3.248 0.394 - 0.688 -2.459 0.540 - 0.293 -1.180 0.421 -A1A=A2[A@@H](A1)AAA1=A2AAa2aaaaa12 - -4.374 -0.682 0.321 - -3.011 -1.317 0.435 - -2.074 -0.491 0.027 - -2.696 0.775 -0.541 - -4.156 0.727 -0.196 - -1.949 1.932 0.125 - -0.474 1.849 -0.262 - 0.128 0.488 -0.056 - -0.611 -0.633 0.066 - 0.019 -1.980 0.260 - 1.334 -2.082 -0.510 - 2.195 -0.883 -0.210 - 3.564 -1.008 -0.140 - 4.350 0.108 0.122 - 3.762 1.351 0.314 - 2.393 1.484 0.250 - 1.600 0.363 -0.006 -A1AAA2=A(A1)a1a(=AA2)aa2aaa[aH]a12 - 2.672 -2.126 -0.419 - 3.722 -1.370 0.405 - 3.715 0.094 -0.032 - 2.312 0.645 -0.014 - 1.220 -0.144 0.000 - 1.288 -1.647 0.015 - -0.081 0.452 0.001 - -0.138 1.860 -0.010 - 0.942 2.609 -0.015 - 2.160 2.058 -0.014 - -1.876 2.228 -0.012 - -2.509 0.574 0.002 - -3.774 0.008 0.008 - -3.864 -1.334 0.020 - -2.807 -2.061 0.027 - -1.612 -1.602 0.022 - -1.368 -0.241 0.009 -A1AA[A@@H]2A[A@H]3AAA[A@@H]3A=A2A1 - 3.326 -0.307 0.244 - 2.648 0.724 1.123 - 1.657 1.572 0.333 - 0.990 0.748 -0.769 - -0.424 1.299 -1.010 - -1.331 0.639 0.005 - -2.721 1.014 0.063 - -3.353 -0.005 0.716 - -2.576 -1.299 0.480 - -1.427 -0.857 -0.427 - -0.081 -1.445 -0.209 - 0.973 -0.704 -0.373 - 2.317 -1.383 -0.170 -A1AA2AAa3a([aH]a4aaaaa34)[A@@H]2A1 - -3.846 1.191 0.636 - -3.669 -0.310 0.584 - -2.565 -0.630 -0.121 - -2.055 -1.988 -0.309 - -0.556 -2.087 -0.100 - 0.143 -0.762 -0.165 - -0.436 0.433 -0.409 - 0.504 1.427 -0.404 - 1.734 0.894 -0.149 - 2.998 1.470 -0.039 - 4.053 0.617 0.233 - 3.879 -0.748 0.392 - 2.645 -1.343 0.289 - 1.562 -0.503 0.013 - -1.919 0.587 -0.644 - -2.472 1.750 0.199 -a1aaa2aa3a(aa2a1)a1aaaaa1a1aaaaa31 - -4.968 -0.700 -0.088 - -4.971 0.686 0.061 - -3.815 1.396 0.152 - -2.581 0.724 0.089 - -1.422 1.376 0.178 - -0.283 0.707 0.084 - -0.281 -0.704 -0.066 - -1.416 -1.378 -0.168 - -2.578 -0.730 -0.087 - -3.809 -1.407 -0.159 - 1.002 -1.428 -0.065 - 1.027 -2.807 -0.271 - 2.204 -3.501 -0.103 - 3.331 -2.837 0.352 - 3.329 -1.464 0.505 - 2.209 -0.725 0.136 - 2.215 0.727 -0.071 - 3.280 1.469 -0.566 - 3.309 2.839 -0.395 - 2.201 3.508 0.102 - 1.023 2.815 0.286 - 0.997 1.434 0.093 -A1AA[A@@]23AAA[A@@H](AA2)[A@@H]3A1 - -2.421 -1.058 0.336 - -2.544 0.266 -0.380 - -1.577 1.390 -0.044 - -0.185 0.799 -0.091 - 0.138 0.235 -1.479 - 1.567 -0.318 -1.464 - 1.727 -1.227 -0.373 - 1.400 -0.664 0.907 - 2.016 0.761 0.961 - 0.953 1.713 0.360 - -0.116 -0.379 0.918 - -0.953 -1.516 0.350 -A1A[A@H]2A[AH+]3AAA[AH+]3[A@@H]2A1 - -2.685 -0.386 -0.336 - -2.208 0.881 -0.562 - -0.791 0.791 -0.296 - 0.348 1.671 0.015 - 1.323 0.718 0.625 - 2.478 0.548 -0.274 - 2.441 -0.931 -0.719 - 0.969 -1.331 -0.439 - 0.670 -0.535 0.772 - -0.757 -0.247 0.896 - -1.786 -1.180 0.316 -A1AA=A2A[A@H]3AAA[A@@H]3A[A@@H]2A1 - 3.056 0.611 -0.814 - 3.289 -0.828 -0.337 - 1.947 -1.455 -0.071 - 0.932 -0.750 0.344 - -0.398 -1.478 0.544 - -1.426 -0.661 -0.217 - -2.811 -1.062 -0.105 - -3.548 0.026 -0.477 - -2.747 1.294 -0.196 - -1.446 0.761 0.416 - -0.167 1.462 -0.010 - 0.998 0.718 0.627 - 2.321 1.368 0.291 -A1A[A@H]2A[AH+]3AAA[A@@H]3[A@H]2A1 - -2.638 0.029 -0.546 - -2.218 -0.965 0.244 - -0.964 -0.534 0.970 - 0.254 -1.341 0.435 - 0.771 -0.544 -0.693 - 2.214 -0.773 -0.866 - 2.829 0.068 0.271 - 1.768 1.166 0.593 - 0.591 0.852 -0.350 - -0.725 0.908 0.449 - -1.878 1.130 -0.505 -a1aaa2a(a1)AAA12a2aaaaa2Aa2aaaaa12 - 3.906 -0.711 -1.121 - 2.871 -0.534 -2.017 - 1.570 -0.300 -1.588 - 1.354 -0.284 -0.221 - 2.387 -0.525 0.682 - 3.691 -0.705 0.251 - 1.811 -0.507 2.063 - 0.445 -0.080 1.951 - 0.090 -0.040 0.553 - -0.914 -1.111 0.244 - -0.561 -2.434 0.475 - -1.451 -3.464 0.239 - -2.713 -3.195 -0.255 - -3.077 -1.888 -0.510 - -2.179 -0.848 -0.267 - -2.587 0.545 -0.583 - -1.636 1.643 -0.277 - -2.014 2.962 -0.527 - -1.155 3.997 -0.217 - 0.089 3.717 0.317 - 0.471 2.410 0.549 - -0.390 1.358 0.260 -A1AAa2aa3A=a4a(aaa5aaaaa45)Aa3a2A1 - -5.133 1.387 -0.429 - -5.754 0.254 0.393 - -5.081 -1.068 -0.003 - -3.597 -0.862 -0.005 - -2.332 -2.103 -0.027 - -0.913 -1.038 -0.014 - 0.395 -1.233 -0.018 - 1.236 -0.213 -0.003 - 0.782 1.077 0.014 - 1.677 2.153 0.026 - 2.972 1.998 0.025 - 3.555 0.650 0.010 - 4.934 0.446 0.009 - 5.431 -0.839 -0.005 - 4.575 -1.931 -0.020 - 3.208 -1.753 -0.019 - 2.684 -0.461 -0.005 - -0.543 1.336 0.019 - -1.473 0.254 0.006 - -2.936 0.314 0.010 - -3.696 1.637 0.031 -a1aaa2a(a1)[A+]1AAA[A@H]3AAAA2=A13 - -3.622 0.676 0.123 - -3.613 -0.708 0.185 - -2.449 -1.432 0.120 - -1.258 -0.713 -0.014 - -1.259 0.712 -0.061 - -2.460 1.417 0.000 - 0.020 1.072 -0.487 - 0.632 2.460 -0.080 - 1.986 2.303 0.636 - 2.833 1.337 -0.070 - 2.338 0.010 -0.424 - 2.843 -1.090 0.512 - 2.276 -2.440 0.099 - 0.777 -2.485 -0.139 - 0.123 -1.124 -0.144 - 0.834 0.012 -0.261 -A1A[A@@H]2[A@H]([AH2+]1)Aa1aaaaa21 - -2.685 0.385 1.005 - -1.678 1.437 0.510 - -0.954 0.791 -0.680 - -1.567 -0.625 -0.824 - -2.848 -0.557 -0.106 - -0.634 -1.467 -0.044 - 0.609 -0.823 0.011 - 1.860 -1.330 0.361 - 2.966 -0.505 0.374 - 2.839 0.836 0.039 - 1.598 1.343 -0.314 - 0.492 0.518 -0.332 -A1[A@H]2A[A@@H]3AA[A@H](A2)[A@H]13 - 1.622 -0.118 0.891 - 1.482 -0.121 -0.673 - 0.444 -1.268 -0.865 - -0.518 -1.135 0.342 - -1.766 -0.556 -0.150 - -1.689 0.782 -0.190 - -0.326 1.224 0.316 - 0.649 1.179 -0.887 - 0.100 0.010 1.212 -a1aa2A[a+]3a(=Aa2[aH]1)aaa1aaaaa31 - 4.468 0.595 -0.020 - 3.501 1.501 -0.023 - 2.309 0.857 -0.022 - 0.853 1.254 -0.024 - -0.114 0.136 0.327 - 0.343 -1.131 -0.017 - 1.648 -1.421 -0.016 - 2.610 -0.537 -0.018 - 3.996 -0.602 -0.017 - -0.626 -2.231 -0.014 - -1.927 -1.990 -0.020 - -2.387 -0.743 -0.020 - -3.773 -0.472 -0.022 - -4.201 0.817 -0.026 - -3.303 1.886 -0.027 - -1.955 1.688 -0.026 - -1.446 0.386 -0.022 -A1A[A@H]2[A@H]3AA[A@H](A3)[A@H]2A1 - 2.037 0.004 0.404 - 1.465 -1.124 -0.032 - 0.297 -0.782 -0.929 - -1.020 -1.169 -0.191 - -0.770 -0.767 1.294 - -0.774 0.779 1.286 - -1.024 1.165 -0.204 - -1.967 -0.006 -0.653 - 0.295 0.773 -0.936 - 1.458 1.127 -0.036 -A1A[A@@H]2[A@H]3AA[A@@H]2[A@@H]1A3 - 2.028 0.383 -0.139 - 1.619 -1.030 0.328 - 0.111 -0.954 0.636 - -0.676 -0.875 -0.716 - -1.966 -0.328 -0.211 - -1.619 0.702 0.736 - -0.100 0.569 1.013 - 0.674 1.146 -0.233 - -0.070 0.384 -1.418 -a1aaa2A[A@H]3AAa4aaaaa4[A@H]3Aa2a1 - 4.174 -1.326 -0.674 - 4.658 -0.195 -0.040 - 3.780 0.720 0.501 - 2.403 0.501 0.404 - 1.461 1.470 0.993 - -0.007 1.323 0.685 - -0.330 1.918 -0.688 - -1.836 1.847 -0.856 - -2.524 0.631 -0.380 - -3.878 0.444 -0.677 - -4.527 -0.687 -0.229 - -3.840 -1.632 0.514 - -2.501 -1.453 0.808 - -1.835 -0.327 0.363 - -0.369 -0.164 0.685 - 0.443 -0.889 -0.388 - 1.916 -0.634 -0.247 - 2.813 -1.546 -0.774 -a1aaa2a(a1)AA[A+]1A2=[A+]a2aaaaa12 - -4.378 -0.319 -0.025 - -3.737 -1.542 -0.121 - -2.356 -1.606 -0.120 - -1.620 -0.436 -0.019 - -2.269 0.808 0.104 - -3.654 0.852 0.092 - -1.508 1.964 0.249 - -0.162 2.065 -0.328 - 0.522 0.753 0.200 - -0.143 -0.415 -0.029 - 0.709 -1.397 0.066 - 1.961 -0.906 0.038 - 3.211 -1.535 0.118 - 4.320 -0.728 0.067 - 4.227 0.648 -0.057 - 3.006 1.297 -0.141 - 1.864 0.504 -0.093 -A1AA[A@H]2[A@@H](A1)[AH+]a1aaaaa21 - -3.017 0.196 0.901 - -2.880 -1.236 0.366 - -1.398 -1.536 0.192 - -0.712 -0.575 -0.759 - -1.209 0.850 -0.728 - -2.577 1.147 -0.208 - -0.147 1.655 -0.130 - 0.987 0.868 0.016 - 2.258 1.255 0.451 - 3.243 0.281 0.481 - 2.990 -1.027 0.100 - 1.722 -1.424 -0.330 - 0.740 -0.454 -0.357 -a1aaa2AA[A@]3(A=AAa4[aH]aaa34)a2a1 - 2.586 0.260 1.981 - 3.578 -0.257 1.172 - 3.357 -0.546 -0.165 - 2.081 -0.293 -0.671 - 1.589 -0.484 -1.950 - 0.295 -0.118 -2.055 - -0.136 0.377 -0.692 - -0.576 1.813 -0.774 - -1.724 2.247 -0.203 - -2.569 1.446 0.478 - -2.398 0.105 0.373 - -3.212 -0.897 0.740 - -2.578 -2.107 0.418 - -1.416 -1.834 -0.126 - -1.273 -0.454 -0.169 - 1.084 0.232 0.160 - 1.311 0.517 1.490 -A1AA[A@H]2A[AH+]a3aaaaa3[AH+]A2=A1 - 3.200 -1.416 -0.557 - 3.380 -0.023 -1.170 - 3.039 0.992 -0.102 - 1.688 0.914 0.564 - 0.707 1.805 -0.198 - -0.613 1.854 0.516 - -1.523 0.806 0.158 - -2.704 1.095 -0.500 - -3.576 0.072 -0.832 - -3.273 -1.237 -0.505 - -2.098 -1.535 0.162 - -1.224 -0.520 0.502 - -0.044 -0.798 1.268 - 1.189 -0.501 0.596 - 1.853 -1.514 0.093 -A1[AH2+]AA[AH2+]AA[AH2+]AA[AH2+]A1 - -1.812 1.649 -0.401 - -2.374 0.535 0.392 - -2.344 -0.713 -0.400 - -1.652 -1.820 0.399 - -0.531 -2.362 -0.391 - 0.713 -2.342 0.402 - 1.813 -1.647 -0.402 - 2.366 -0.533 0.391 - 2.351 0.714 -0.398 - 1.648 1.810 0.404 - 0.534 2.358 -0.393 - -0.712 2.352 0.397 -a1a[a+]2[Aa][a+]3aaaa4aaa(a1)a2a34 - 0.152 -3.448 -0.000 - 1.327 -2.708 -0.001 - 1.309 -1.386 -0.000 - 2.875 -0.000 -0.000 - 1.310 1.386 0.001 - 1.328 2.708 0.002 - 0.152 3.448 0.001 - -1.057 2.808 -0.001 - -1.065 1.406 -0.001 - -2.275 0.676 -0.002 - -2.275 -0.676 -0.000 - -1.066 -1.406 0.001 - -1.057 -2.808 0.002 - 0.174 -0.720 -0.000 - 0.174 0.720 -0.000 -A1AA[A@@H]2[A@H](A1)[AH+]a1aaaaa21 - -3.026 -0.180 0.903 - -2.874 1.252 0.375 - -1.389 1.536 0.193 - -0.722 0.569 -0.766 - -1.226 -0.854 -0.728 - -2.599 -1.133 -0.209 - -0.175 -1.651 -0.111 - 0.980 -0.868 0.013 - 2.254 -1.226 0.453 - 3.265 -0.290 0.491 - 3.022 1.019 0.095 - 1.752 1.382 -0.335 - 0.742 0.443 -0.369 -A1AAA2=A(A1)A1AAa3aaaaa3[A@@H]1AA2 - 4.056 1.211 -0.330 - 4.602 0.059 0.517 - 3.701 -1.139 0.358 - 2.330 -0.968 0.075 - 1.768 0.281 -0.068 - 2.621 1.516 0.105 - 0.455 0.445 -0.377 - -0.019 1.824 -0.520 - -1.295 2.067 0.257 - -2.263 0.925 0.143 - -3.597 1.169 0.445 - -4.529 0.154 0.377 - -4.133 -1.117 0.003 - -2.810 -1.360 -0.303 - -1.870 -0.338 -0.237 - -0.447 -0.672 -0.590 - -0.022 -1.908 0.211 - 1.450 -2.152 -0.059 -A1AAA2(AA1)Aa1aaaaa1[A@@H]1AA=AA21 - -3.695 -0.812 -0.611 - -2.645 -0.688 -1.631 - -1.371 -1.364 -1.112 - -1.005 -0.781 0.251 - -2.133 -1.034 1.250 - -3.412 -0.351 0.755 - 0.207 -1.372 0.726 - 1.407 -0.888 0.312 - 2.536 -1.662 0.578 - 3.792 -1.213 0.231 - 3.944 0.018 -0.381 - 2.831 0.789 -0.654 - 1.569 0.337 -0.318 - 0.368 1.173 -0.674 - 0.507 2.619 -0.205 - -0.748 2.847 0.614 - -1.393 1.729 0.735 - -0.758 0.658 0.132 -A1AAa2a(A1)aaa1aa3a(aaa4aaaa34)a21 - -4.406 1.454 -0.350 - -3.427 2.173 0.408 - -2.040 1.678 -0.008 - -2.012 0.173 0.006 - -3.153 -0.567 0.016 - -4.514 0.082 0.029 - -3.078 -1.966 0.016 - -1.900 -2.576 0.010 - -0.779 -1.889 0.005 - 0.935 -2.352 0.001 - 1.662 -0.736 -0.007 - 0.581 0.142 -0.007 - 0.870 1.476 -0.014 - 2.083 1.929 -0.020 - 3.171 1.109 -0.018 - 4.517 1.296 -0.021 - 5.078 0.114 -0.016 - 4.180 -0.808 -0.010 - 2.981 -0.258 -0.012 - -0.756 -0.481 0.001 -A1A[A@@H]2AA3A=AA=A[A@H]3[A@@H]2A1 - 3.022 0.143 -0.497 - 2.744 -0.699 0.510 - 1.294 -0.511 0.912 - 0.426 -1.521 0.131 - -0.767 -0.748 -0.284 - -2.077 -1.208 -0.503 - -3.034 -0.380 -0.162 - -2.707 0.918 0.434 - -1.486 1.448 0.346 - -0.412 0.680 -0.386 - 0.955 0.868 0.275 - 2.038 1.012 -0.775 -A1[AH+]2A[AH+]3A[AH+]1A[AH+](A2)A3 - 0.965 -1.077 0.894 - -0.509 -1.077 0.864 - -0.979 -1.300 -0.518 - -0.461 -0.218 -1.380 - 1.015 -0.220 -1.347 - 1.475 -0.002 0.031 - 0.977 1.293 0.516 - -0.499 1.297 0.485 - -1.016 0.221 1.354 - -0.968 1.082 -0.899 -A1AAA2=A(A1)a1aa3A[AH2+]AAa3aa1AA2 - 3.611 -1.954 -0.432 - 4.461 -0.995 0.411 - 4.130 0.435 -0.010 - 2.642 0.662 0.001 - 1.750 -0.352 -0.002 - 2.152 -1.801 -0.006 - 0.319 -0.021 0.003 - -0.649 -1.030 -0.010 - -1.977 -0.703 -0.011 - -3.003 -1.808 -0.023 - -4.303 -1.263 0.413 - -4.620 -0.051 -0.369 - -3.689 0.968 0.001 - -2.371 0.633 -0.003 - -1.422 1.646 0.004 - -0.074 1.329 0.006 - 0.867 2.297 0.015 - 2.173 2.000 0.015 -A1A[A@@H]2A=A[A@H]1[A@H]1A[A@@H]21 - -1.539 0.767 -0.624 - -1.535 -0.759 -0.654 - -0.245 -1.321 0.020 - -0.144 -0.683 1.400 - -0.156 0.644 1.414 - -0.268 1.310 0.048 - 0.934 0.791 -0.786 - 2.004 0.015 -0.015 - 0.948 -0.763 -0.802 -A1A[A@@H]2A[AH2+]A[A@H](A1)[AH2+]2 - 1.505 0.067 -1.004 - 1.317 -1.210 -0.202 - 0.056 -1.202 0.651 - -1.205 -1.283 -0.202 - -1.397 -0.057 -1.012 - -1.341 1.165 -0.168 - -0.057 1.198 0.660 - 1.167 1.329 -0.230 - -0.041 -0.006 1.508 -A1AA=A2A[A@@H]3AAA[A@@H]3A[A@H]2A1 - 3.111 -0.630 -0.471 - 3.244 0.793 0.084 - 1.874 1.410 0.148 - 0.796 0.703 0.305 - -0.535 1.401 0.314 - -1.465 0.794 -0.742 - -2.917 1.066 -0.242 - -3.285 -0.187 0.532 - -2.230 -1.038 0.523 - -1.458 -0.744 -0.674 - -0.085 -1.365 -0.668 - 0.781 -0.792 0.455 - 2.164 -1.413 0.436 -A1AA[A@H]2A(A1)AAa1a2[aH]a2aaaaa12 - -4.158 0.339 -0.846 - -3.751 1.643 -0.189 - -2.227 1.675 -0.138 - -1.674 0.484 0.621 - -2.298 -0.786 0.273 - -3.468 -0.881 -0.384 - -1.619 -2.037 0.661 - -0.263 -2.117 -0.050 - 0.436 -0.789 0.086 - -0.185 0.374 0.383 - 0.730 1.392 0.429 - 1.977 0.904 0.160 - 3.224 1.519 0.085 - 4.306 0.709 -0.216 - 4.171 -0.652 -0.435 - 2.955 -1.285 -0.369 - 1.845 -0.490 -0.066 -a1aaa2a(a1)aa[a+]1a2=[A+]a2aaaaa12 - -4.387 -0.299 0.008 - -3.745 -1.530 -0.004 - -2.368 -1.601 -0.002 - -1.620 -0.427 0.012 - -2.269 0.828 0.025 - -3.666 0.873 0.023 - -1.526 1.961 0.044 - -0.218 1.934 0.041 - 0.500 0.694 -0.316 - -0.148 -0.445 0.015 - 0.732 -1.420 0.006 - 1.984 -0.901 0.013 - 3.259 -1.478 0.009 - 4.368 -0.680 0.019 - 4.244 0.702 0.034 - 2.998 1.293 0.038 - 1.859 0.499 0.028 -A1AAA2a3aaaaa3AA3(AAAAA3)[A@H]2AA1 - -0.247 3.199 -0.807 - -1.559 3.232 0.008 - -1.397 1.936 0.865 - -0.684 0.924 0.029 - -1.492 -0.208 -0.028 - -2.752 -0.047 -0.617 - -3.627 -1.107 -0.704 - -3.268 -2.347 -0.207 - -2.024 -2.517 0.371 - -1.141 -1.454 0.452 - 0.219 -1.693 1.060 - 1.179 -0.648 0.487 - 1.318 -0.854 -0.996 - 2.506 -1.087 -1.572 - 3.640 -1.155 -0.859 - 3.641 -1.006 0.475 - 2.516 -0.771 1.163 - 0.611 0.751 0.748 - 1.596 1.744 0.061 - 0.960 3.111 0.065 -a1aa[a+]2a(a1)A=[A+]1[A-]A=[A+]A21 - -3.129 0.097 -0.233 - -2.630 1.402 -0.218 - -1.308 1.613 0.016 - -0.482 0.591 0.278 - -0.898 -0.718 0.152 - -2.265 -0.962 -0.059 - 0.185 -1.615 0.161 - 1.364 -1.048 0.244 - 2.538 -1.097 -0.238 - 3.283 -0.082 -0.658 - 2.341 1.383 -0.210 - 1.000 0.438 0.767 -A1AAA2(AA1)Aa1aaaaa1A1AAAA[A@@H]21 - -3.509 1.413 0.813 - -2.423 1.243 1.583 - -1.240 0.879 1.069 - -1.055 0.638 -0.403 - -2.341 0.862 -1.144 - -3.467 1.227 -0.515 - 0.023 1.582 -0.944 - 1.373 1.155 -0.422 - 2.418 2.061 -0.500 - 3.680 1.717 -0.040 - 3.898 0.455 0.496 - 2.857 -0.443 0.581 - 1.584 -0.101 0.120 - 0.576 -1.057 0.237 - 1.101 -2.415 0.043 - 0.021 -3.435 0.409 - -1.210 -3.209 -0.473 - -1.707 -1.773 -0.284 - -0.575 -0.801 -0.628 -A1AAA2=A(A1)Aa1a(aaa3[a+]aaaa13)A2 - 4.415 1.309 -0.472 - 4.735 -0.034 0.192 - 3.722 -1.070 -0.301 - 2.323 -0.610 0.030 - 2.017 0.705 0.087 - 2.994 1.686 -0.152 - 0.620 1.168 0.411 - -0.385 0.070 0.211 - 0.015 -1.245 0.151 - -0.925 -2.269 -0.028 - -2.248 -1.991 -0.155 - -2.694 -0.658 -0.095 - -4.044 -0.420 -0.222 - -4.418 0.876 -0.163 - -3.541 1.945 0.012 - -2.201 1.714 0.137 - -1.749 0.381 0.086 - 1.370 -1.559 0.265 -A1A[A@H]2A[AH2+]A[A@@H](A1)[AH2+]2 - -1.238 -0.007 -1.123 - -1.231 -1.254 -0.236 - -0.011 -1.212 0.687 - 1.267 -1.203 -0.156 - 1.269 0.007 -1.005 - 1.253 1.216 -0.156 - -0.024 1.212 0.687 - -1.245 1.241 -0.235 - -0.038 0.000 1.533 -a1aaa2AA[A@]3(A=AAa4a[aH]aa34)a2a1 - -2.585 0.305 -1.981 - -3.584 -0.217 -1.183 - -3.369 -0.532 0.149 - -2.092 -0.300 0.663 - -1.606 -0.519 1.941 - -0.308 -0.166 2.055 - 0.131 0.349 0.702 - 0.585 1.778 0.810 - 1.735 2.222 0.255 - 2.591 1.450 -0.443 - 2.429 0.102 -0.375 - 3.223 -0.858 -0.751 - 2.597 -2.081 -0.464 - 1.395 -1.817 0.098 - 1.262 -0.484 0.168 - -1.088 0.230 -0.156 - -1.308 0.540 -1.481 -a1aaa2a(a1)Aa1aa3aaaaa3a3aaaa2a13 - 4.785 1.185 -0.001 - 4.861 -0.201 -0.000 - 3.695 -0.945 -0.000 - 2.473 -0.264 -0.001 - 2.475 1.140 -0.000 - 3.627 1.805 -0.000 - 1.199 1.888 -0.000 - -0.076 1.133 0.001 - -1.233 1.754 -0.000 - -2.408 1.118 0.001 - -3.609 1.853 0.001 - -4.805 1.202 0.001 - -4.864 -0.187 -0.005 - -3.720 -0.934 0.001 - -2.478 -0.300 0.001 - -1.228 -1.059 0.001 - -1.160 -2.453 0.001 - 0.085 -3.051 -0.000 - 1.201 -2.345 -0.000 - 1.205 -1.019 -0.000 - -0.019 -0.328 0.001 -A1A=[A+]A2([A+]=A1)[A+]=AAA=[A+]2 - -2.774 0.377 0.074 - -2.165 -0.824 0.736 - -0.997 -1.061 0.699 - -0.000 -0.189 0.000 - -0.687 0.685 -1.004 - -1.853 0.923 -0.977 - 0.995 -1.057 -0.707 - 2.164 -0.821 -0.742 - 2.774 0.377 -0.076 - 1.856 0.916 0.982 - 0.688 0.674 1.012 -a1aaa2a(a1)AAa1aa3aa4aaaaa4aa3a21 - -4.186 -2.213 0.000 - -2.875 -2.664 0.000 - -1.823 -1.769 0.000 - -2.080 -0.406 0.000 - -3.406 0.052 -0.001 - -4.459 -0.861 -0.001 - -3.648 1.505 -0.001 - -2.587 2.335 -0.001 - -1.297 1.856 0.005 - -0.101 2.581 -0.001 - 0.992 1.598 0.000 - 2.308 1.679 -0.001 - 3.036 0.556 0.000 - 4.443 0.621 -0.001 - 5.173 -0.526 -0.001 - 4.548 -1.773 0.000 - 3.192 -1.876 0.001 - 2.401 -0.711 0.000 - 1.065 -0.803 0.000 - 0.335 0.291 0.000 - -1.033 0.518 0.000 -A1A[A@@H]2AA3AAA[A@@H]3AA[A@H]2A1 - -3.545 0.459 -0.329 - -2.495 1.396 0.123 - -1.303 0.610 0.433 - -0.014 1.293 0.331 - 1.198 0.747 0.228 - 2.381 1.499 -0.251 - 3.492 0.486 -0.559 - 2.860 -0.896 -0.306 - 1.649 -0.588 0.614 - 0.667 -1.685 0.454 - -0.560 -1.712 0.015 - -1.411 -0.654 -0.411 - -2.921 -0.960 -0.336 -[AH2+]1A[A@H]2AA[A@@H](A1)[AH2+]2 - 1.484 -0.001 -0.604 - 1.103 1.214 0.153 - -0.410 1.165 0.422 - -1.109 0.777 -0.902 - -1.113 -0.766 -0.906 - -0.415 -1.164 0.416 - 1.098 -1.218 0.146 - -0.637 -0.006 1.272 -a1aaa2aa3[A@H]4AA[A@H](A4)a3aa2a1 - -3.737 -0.699 0.132 - -3.739 0.695 0.128 - -2.575 1.397 0.046 - -1.352 0.709 -0.036 - -0.192 1.374 -0.117 - 0.928 0.705 -0.196 - 2.387 1.158 -0.299 - 3.007 0.778 1.083 - 3.029 -0.769 1.074 - 2.420 -1.150 -0.312 - 2.988 0.017 -1.200 - 0.949 -0.740 -0.203 - -0.189 -1.371 -0.114 - -1.350 -0.708 -0.033 - -2.572 -1.398 0.054 -a1aaa2aaa3AAAa4aaa5aaaaa5a4a3a2a1 - -1.800 2.623 -1.230 - -3.165 2.591 -0.956 - -3.726 1.526 -0.320 - -2.919 0.441 0.065 - -3.469 -0.672 0.724 - -2.670 -1.712 1.091 - -1.303 -1.699 0.821 - -0.523 -2.745 1.212 - 0.004 -3.651 -0.002 - 0.527 -2.743 -1.215 - 1.306 -1.695 -0.822 - 2.674 -1.708 -1.084 - 3.472 -0.669 -0.713 - 2.918 0.445 -0.059 - 3.723 1.533 0.325 - 3.158 2.600 0.953 - 1.791 2.632 1.222 - 0.983 1.595 0.866 - 1.531 0.478 0.219 - 0.718 -0.620 -0.159 - -0.717 -0.623 0.158 - -1.533 0.474 -0.220 - -0.989 1.589 -0.872 -a1aaa2AA[A@@H]3AAa4aaaaa4A3=Aa2a1 - 4.006 1.776 0.138 - 4.620 0.647 -0.400 - 3.887 -0.505 -0.610 - 2.528 -0.552 -0.283 - 1.934 -1.813 -0.350 - 0.977 -2.273 0.636 - -0.358 -1.592 0.619 - -1.358 -2.324 -0.281 - -2.668 -1.806 -0.046 - -2.848 -0.462 -0.075 - -4.120 0.057 -0.285 - -4.313 1.433 -0.310 - -3.243 2.301 -0.127 - -1.975 1.800 0.080 - -1.775 0.420 0.105 - -0.411 -0.133 0.324 - 0.566 0.672 0.311 - 1.895 0.600 0.149 - 2.654 1.757 0.408 -A1A[A@H]2AA3A=AA=A[A@@H]3[A@H]2A1 - 2.762 -0.323 -0.787 - 2.402 0.908 -0.387 - 1.492 0.768 0.814 - 0.226 1.616 0.629 - -0.757 0.800 -0.071 - -2.041 1.163 -0.519 - -2.958 0.232 -0.416 - -2.622 -1.074 0.161 - -1.358 -1.489 0.277 - -0.255 -0.580 -0.207 - 0.995 -0.704 0.673 - 2.109 -1.316 -0.162 -a1aaa2a(a1)a1aaaaa1a1[aH]a[a+]a21 - -2.792 2.224 -0.000 - -3.493 1.025 -0.000 - -2.832 -0.170 0.001 - -1.434 -0.191 -0.000 - -0.723 1.025 -0.001 - -1.426 2.233 -0.001 - 0.746 1.011 -0.000 - 1.471 2.205 -0.001 - 2.846 2.169 -0.000 - 3.520 0.954 0.001 - 2.834 -0.225 0.001 - 1.434 -0.220 0.001 - 0.684 -1.475 0.001 - 1.068 -2.798 -0.004 - -0.075 -3.547 0.001 - -1.117 -2.749 0.001 - -0.705 -1.468 0.001 -A1AA=A2A[A@H]3AAA[A@@H]3A[A@H]2A1 - 3.413 -0.338 0.337 - 3.156 0.667 -0.794 - 1.841 1.342 -0.518 - 0.871 0.745 0.110 - -0.404 1.544 0.372 - -1.516 0.520 0.533 - -2.843 0.990 0.178 - -3.591 -0.114 -0.083 - -2.674 -1.232 -0.562 - -1.276 -0.595 -0.519 - -0.177 -1.512 -0.030 - 0.932 -0.667 0.620 - 2.266 -1.344 0.351 -A1AAA2=A(A1)a1aaa3aaaaa3a1[AH+]A2 - 4.091 1.071 -0.738 - 4.704 -0.062 0.092 - 3.694 -1.167 0.249 - 2.319 -0.895 0.251 - 1.856 0.370 0.068 - 2.796 1.534 -0.063 - 0.406 0.574 0.040 - -0.144 1.863 0.183 - -1.487 2.044 0.201 - -2.357 0.941 0.078 - -3.749 1.115 0.119 - -4.569 0.033 -0.003 - -4.046 -1.246 -0.170 - -2.700 -1.452 -0.214 - -1.826 -0.361 -0.090 - -0.427 -0.540 -0.127 - 0.107 -1.807 -0.336 - 1.332 -2.016 0.462 -a1aaa2Aa3aaa4a(aa5aaaaa45)a3Aa2a1 - -5.226 1.436 -0.002 - -5.583 0.095 -0.002 - -4.621 -0.890 0.005 - -3.271 -0.546 -0.000 - -2.306 -1.533 -0.000 - -0.972 -1.252 0.000 - -0.052 -2.234 -0.001 - 1.207 -1.998 -0.001 - 1.733 -0.827 0.000 - 0.928 0.296 0.001 - 1.676 1.376 0.002 - 2.985 1.024 0.001 - 4.173 1.762 0.001 - 5.384 1.107 -0.001 - 5.435 -0.279 -0.002 - 4.273 -1.022 -0.001 - 3.042 -0.381 0.000 - -0.518 0.073 0.001 - -1.480 1.173 0.000 - -2.912 0.812 -0.000 - -3.898 1.800 -0.001 -a1aaa2AAA3=A([AH+]a2a1)a1aaaaa1A3 - -3.402 -2.161 -0.623 - -4.289 -1.103 -0.722 - -3.921 0.160 -0.300 - -2.650 0.363 0.233 - -2.170 1.975 0.748 - -0.821 2.431 -0.362 - 0.348 1.473 -0.243 - 0.455 0.270 0.373 - -0.519 -0.520 1.025 - -1.779 -0.696 0.350 - -2.142 -1.963 -0.087 - 1.863 -0.188 0.301 - 2.478 -1.325 0.799 - 3.848 -1.455 0.555 - 4.553 -0.510 -0.153 - 3.942 0.639 -0.666 - 2.587 0.782 -0.426 - 1.620 1.829 -0.795 -a1aaa2Aa3aaaa4[A+]=A[A+](a2a1)a34 - -3.657 -0.830 0.030 - -3.869 0.541 0.012 - -2.800 1.409 0.001 - -1.496 0.908 0.008 - -0.350 1.849 -0.003 - 0.990 1.245 0.005 - 2.192 1.964 -0.004 - 3.395 1.253 0.007 - 3.436 -0.126 0.025 - 2.245 -0.861 0.033 - 1.869 -2.166 0.049 - 0.559 -2.248 0.049 - 0.089 -0.975 -0.310 - -1.283 -0.482 0.027 - -2.376 -1.340 0.043 - 1.057 -0.141 0.023 -A1AA2=A(A1)a1aa3A[AH2+]AAa3aa1AA2 - -4.069 -1.644 0.345 - -4.279 -0.177 -0.089 - -2.898 0.442 -0.068 - -1.953 -0.531 -0.063 - -2.603 -1.895 -0.082 - -0.543 -0.134 -0.036 - 0.476 -1.092 -0.024 - 1.784 -0.697 0.004 - 2.865 -1.749 0.020 - 4.143 -1.134 -0.386 - 4.384 0.083 0.417 - 3.408 1.058 0.043 - 2.110 0.657 0.019 - 1.111 1.619 0.007 - -0.221 1.236 -0.021 - -1.208 2.156 -0.034 - -2.500 1.798 -0.059 -A1A[A@@H]2A[A@@H]3A=A[A@@]2(A1)A3 - 2.304 0.139 -0.222 - 1.616 -1.040 -0.376 - 0.406 -0.943 0.459 - -0.951 -1.531 0.165 - -1.866 -0.246 0.220 - -1.618 0.386 -1.155 - -0.387 0.874 -1.092 - 0.091 0.601 0.322 - 1.480 1.102 0.573 - -1.079 0.659 1.102 -a1aaa2A=A[A@@]3(Aa2a1)Aa1aaaaa1A3 - -4.287 1.168 -0.547 - -4.592 0.487 0.618 - -3.680 -0.391 1.172 - -2.455 -0.594 0.546 - -1.452 -1.526 1.105 - -0.201 -1.443 0.653 - 0.152 -0.418 -0.384 - -0.949 -0.123 -1.234 - -2.151 0.093 -0.638 - -3.071 0.972 -1.177 - 0.658 0.873 0.295 - 2.150 0.682 0.302 - 3.126 1.352 1.014 - 4.441 0.944 0.824 - 4.757 -0.087 -0.038 - 3.785 -0.763 -0.758 - 2.460 -0.361 -0.579 - 1.314 -0.866 -1.179 -A1AA[A@H]2A[A@H]3AAA[A@@H]3A=A2A1 - -3.286 -0.766 0.260 - -3.357 0.750 0.078 - -2.045 1.401 0.526 - -0.910 0.878 -0.355 - 0.413 1.555 -0.017 - 1.530 0.607 -0.391 - 2.892 0.995 -0.105 - 3.603 -0.175 -0.085 - 2.703 -1.296 0.303 - 1.377 -0.629 0.547 - 0.145 -1.349 0.124 - -0.889 -0.620 -0.267 - -2.176 -1.348 -0.623 -A1AAA2=A(A1)[A@@H]1AAA[A@H](A2)A1 - -2.899 0.876 -0.392 - -3.090 -0.590 0.024 - -1.885 -1.389 -0.457 - -0.586 -0.804 0.056 - -0.485 0.474 0.386 - -1.654 1.368 0.308 - 0.813 1.105 0.838 - 1.496 1.705 -0.401 - 1.617 0.602 -1.458 - 2.476 -0.536 -0.906 - 1.896 -1.074 0.392 - 0.567 -1.773 0.181 - 1.735 0.038 1.429 -A1AAA2=A(A1)a1aa3aaaaa3aa1[AH+]A2 - -3.583 1.823 -0.748 - -4.562 1.021 0.116 - -4.032 -0.377 0.292 - -2.649 -0.637 0.264 - -1.753 0.364 0.078 - -2.205 1.792 -0.083 - -0.319 0.052 0.022 - 0.632 1.051 0.157 - 1.993 0.717 0.095 - 2.986 1.705 0.231 - 4.299 1.354 0.167 - 4.678 0.027 -0.031 - 3.746 -0.956 -0.167 - 2.379 -0.634 -0.107 - 1.397 -1.631 -0.241 - 0.080 -1.296 -0.174 - -0.909 -2.315 -0.320 - -2.173 -2.059 0.446 -A1AAA2(AA1)A[AH+]a1aaa3aaaaa3a1A2 - 4.301 1.017 -0.881 - 4.187 1.171 0.446 - 3.134 0.697 1.128 - 2.016 -0.038 0.447 - 2.267 -0.141 -1.030 - 3.365 0.377 -1.599 - 1.889 -1.446 1.043 - 0.932 -2.217 0.212 - -0.309 -1.550 0.115 - -1.422 -2.340 -0.233 - -2.652 -1.797 -0.401 - -2.836 -0.415 -0.225 - -4.097 0.181 -0.390 - -4.235 1.524 -0.213 - -3.145 2.317 0.140 - -1.909 1.773 0.312 - -1.727 0.390 0.132 - -0.459 -0.199 0.302 - 0.693 0.692 0.694 -A1AAA2(AA1)Aa1aaaaa1[A@H]1A=AAA21 - 3.713 1.143 0.260 - 2.889 0.842 1.438 - 2.005 -0.370 1.127 - 1.197 -0.090 -0.145 - 2.163 0.111 -1.318 - 3.049 1.329 -1.038 - 0.448 1.119 0.045 - -0.907 1.118 0.013 - -1.613 2.264 -0.320 - -2.994 2.249 -0.323 - -3.686 1.096 -0.000 - -2.990 -0.055 0.334 - -1.621 -0.043 0.329 - -0.772 -1.243 0.629 - -1.398 -2.575 0.319 - -0.470 -3.249 -0.389 - 0.688 -2.459 -0.537 - 0.293 -1.180 -0.418 -A1AA2AAa3a([aH]a4aaaaa34)[A@H]2A1 - -3.837 1.191 -0.651 - -3.661 -0.310 -0.597 - -2.564 -0.630 0.119 - -2.060 -1.990 0.316 - -0.560 -2.094 0.116 - 0.141 -0.769 0.172 - -0.432 0.440 0.422 - 0.501 1.441 0.411 - 1.736 0.914 0.167 - 2.996 1.498 0.051 - 4.051 0.602 -0.258 - 3.874 -0.764 -0.406 - 2.640 -1.356 -0.291 - 1.560 -0.513 -0.015 - -1.918 0.586 0.642 - -2.466 1.750 -0.204 -A1AAA2(AA1)Aa1aaaaa1A1AAA[A@@H]21 - -3.697 0.972 0.703 - -2.679 0.758 1.550 - -1.434 0.515 1.114 - -1.102 0.470 -0.350 - -2.325 0.728 -1.182 - -3.523 0.958 -0.627 - -0.034 1.525 -0.667 - 1.343 1.052 -0.276 - 2.390 1.958 -0.350 - 3.675 1.578 -0.023 - 3.933 0.281 0.382 - 2.899 -0.629 0.467 - 1.599 -0.249 0.149 - 0.567 -1.147 0.284 - 0.845 -2.580 0.207 - -0.489 -3.243 -0.217 - -1.470 -2.062 -0.453 - -0.506 -0.888 -0.708 -A1A[A@@H]2Aa3aa4AAAa4aa3A[A@H]2A1 - -4.569 -0.083 0.012 - -3.760 -1.135 -0.255 - -2.361 -0.622 -0.428 - -1.245 -1.490 0.114 - 0.038 -0.676 0.080 - 1.227 -1.401 0.149 - 2.422 -0.700 0.110 - 3.699 -1.143 0.156 - 4.506 -0.046 -0.319 - 3.717 1.124 -0.021 - 2.433 0.698 0.003 - 1.246 1.415 -0.060 - 0.043 0.699 -0.016 - -1.229 1.526 -0.077 - -2.368 0.672 0.448 - -3.792 1.161 0.105 -A1A[A@H]2A[AH+]3AAA[A@H]3[A@H]2A1 - -1.442 1.322 -0.516 - -1.965 0.098 -0.654 - -1.424 -0.803 0.433 - -0.513 -1.875 -0.196 - 0.806 -1.200 -0.240 - 0.850 -0.241 -1.353 - 1.875 0.856 -0.867 - 1.912 0.716 0.668 - 0.953 -0.443 0.997 - -0.462 0.123 1.223 - -0.588 1.449 0.506 -A1A=Aa2a(A1)aa1aaa3aaaa4aaa2a1a34 - -4.672 0.122 -0.580 - -4.282 -1.264 -0.146 - -3.028 -1.546 0.187 - -2.005 -0.486 0.137 - -2.411 0.853 0.143 - -3.883 1.172 0.200 - -1.488 1.874 0.098 - -0.119 1.590 0.048 - 0.850 2.622 0.003 - 2.171 2.335 -0.042 - 2.623 0.993 -0.047 - 3.984 0.675 -0.091 - 4.387 -0.646 -0.095 - 3.472 -1.681 -0.056 - 2.103 -1.405 -0.006 - 1.136 -2.437 0.039 - -0.186 -2.147 0.085 - -0.636 -0.809 0.085 - 0.306 0.242 0.042 - 1.679 -0.057 -0.006 -A1AA=A2A[A@H]3AAA[A@H]3A[A@@H]2A1 - -3.110 -0.451 -0.642 - -3.205 0.981 -0.096 - -1.798 1.479 0.089 - -0.807 0.684 0.362 - 0.578 1.284 0.490 - 1.433 0.680 -0.636 - 2.825 1.006 -0.302 - 3.415 -0.004 0.351 - 2.487 -1.208 0.400 - 1.384 -0.849 -0.606 - 0.059 -1.512 -0.364 - -0.917 -0.805 0.558 - -2.349 -1.284 0.390 -A1AA[A@@H]2A[A@H]3AAA[A@H]3A=A2A1 - -3.270 0.435 0.441 - -3.159 -0.994 -0.089 - -1.754 -1.549 0.164 - -0.742 -0.689 -0.592 - 0.662 -1.227 -0.466 - 1.439 -0.624 0.703 - 2.866 -0.902 0.440 - 3.254 -0.087 -0.565 - 2.411 1.177 -0.528 - 1.420 0.920 0.623 - 0.060 1.443 0.340 - -0.904 0.741 -0.169 - -2.289 1.350 -0.303 -a1aaa2AAa3a(aaa4[AH+]AA=Aa34)a2a1 - 4.076 -1.186 -0.504 - 4.578 0.055 -0.162 - 3.726 1.070 0.237 - 2.365 0.841 0.300 - 1.496 1.802 0.682 - 0.218 1.889 0.040 - -0.439 0.539 -0.062 - 0.382 -0.594 0.069 - -0.178 -1.838 0.338 - -1.551 -1.974 0.386 - -2.358 -0.886 0.112 - -3.772 -1.069 0.161 - -4.546 0.195 0.411 - -4.027 1.296 -0.474 - -2.735 1.361 -0.783 - -1.792 0.356 -0.270 - 1.849 -0.421 -0.032 - 2.708 -1.431 -0.446 -a1aaa2a(a1)AA[A@@]12A=AAa2aaaaa12 - 3.655 -0.384 1.281 - 2.679 0.245 2.028 - 1.449 0.584 1.474 - 1.252 0.263 0.148 - 2.232 -0.377 -0.621 - 3.462 -0.710 -0.054 - 1.774 -0.582 -1.909 - 0.519 -0.117 -2.082 - 0.078 0.474 -0.759 - -0.215 1.937 -0.923 - -1.292 2.506 -0.329 - -2.141 1.794 0.431 - -2.184 0.443 0.323 - -3.296 -0.242 0.789 - -3.357 -1.623 0.684 - -2.298 -2.320 0.112 - -1.193 -1.636 -0.351 - -1.131 -0.257 -0.248 -A1AAA2=A(A1)A1AAa3aaaaa3[A@H]1AA2 - -4.056 -1.208 0.305 - -4.591 -0.055 -0.548 - -3.690 1.142 -0.377 - -2.323 0.969 -0.078 - -1.764 -0.281 0.073 - -2.616 -1.514 -0.112 - -0.456 -0.445 0.400 - 0.013 -1.825 0.561 - 1.289 -2.072 -0.237 - 2.256 -0.928 -0.139 - 3.586 -1.173 -0.462 - 4.522 -0.157 -0.410 - 4.127 1.122 -0.030 - 2.805 1.361 0.295 - 1.868 0.335 0.244 - 0.448 0.669 0.617 - 0.030 1.910 -0.177 - -1.446 2.152 0.082 -A1Aa2a[a+]3a(=[A+]a4aaaaa34)aa2A1 - 4.560 0.523 -0.362 - 3.460 1.514 0.073 - 2.172 0.717 0.048 - 0.860 1.146 0.035 - -0.216 0.190 0.350 - 0.044 -1.087 -0.001 - -1.109 -1.730 -0.030 - -2.127 -0.836 -0.040 - -3.520 -0.969 -0.069 - -4.311 0.144 -0.071 - -3.748 1.412 -0.046 - -2.377 1.569 -0.018 - -1.557 0.450 -0.015 - 1.428 -1.571 0.020 - 2.467 -0.640 0.048 - 3.967 -0.839 0.074 -A1AAA2Aa3[aH]a4aaaaa4a3A[A@@H]2A1 - -4.245 1.088 0.178 - -4.377 -0.180 0.876 - -3.216 -1.086 0.621 - -2.166 -0.769 -0.139 - -1.125 -1.790 -0.385 - 0.219 -1.118 -0.217 - 1.444 -1.742 -0.146 - 2.430 -0.800 -0.004 - 3.814 -0.907 0.103 - 4.525 0.273 0.242 - 3.905 1.511 0.265 - 2.542 1.646 0.155 - 1.800 0.469 0.018 - 0.378 0.217 -0.121 - -0.748 1.220 -0.156 - -1.991 0.546 -0.754 - -3.187 1.415 -0.538 -a1aaa2AAA3=A(a2a1)A1(A=AA3)AA=AA1 - -2.853 -1.368 0.805 - -3.724 -0.649 0.005 - -3.298 0.524 -0.595 - -1.978 0.901 -0.493 - -1.507 2.111 -1.018 - -0.481 2.793 -0.210 - 0.649 1.814 0.027 - 0.377 0.504 0.179 - -1.049 0.106 0.211 - -1.529 -0.986 0.920 - 1.478 -0.494 0.304 - 2.635 -0.031 1.122 - 3.076 1.241 1.095 - 2.286 2.452 0.101 - 2.073 -0.931 -1.374 - 1.747 -2.656 -1.531 - 1.190 -3.223 -0.448 - 0.903 -2.116 0.892 -A1A[A@H]2Aa3aa4AAAa4aa3A[A@@H]2A1 - -4.568 0.066 0.108 - -3.780 1.125 -0.191 - -2.386 0.622 -0.429 - -1.254 1.499 0.067 - 0.024 0.685 0.010 - 1.225 1.379 0.057 - 2.430 0.705 -0.001 - 3.722 1.147 0.032 - 4.517 -0.012 0.347 - 3.733 -1.111 -0.155 - 2.437 -0.684 -0.112 - 1.239 -1.372 -0.156 - 0.031 -0.691 -0.087 - -1.238 -1.522 -0.102 - -2.359 -0.665 0.456 - -3.780 -1.173 0.162 -A1A[A@@H]2A[AH+]a3aaaaa3[A@@H]2A1 - 2.967 -1.058 0.526 - 3.157 0.208 -0.334 - 1.712 0.635 -0.704 - 1.262 1.685 0.317 - -0.197 1.987 0.135 - -1.034 0.825 0.058 - -2.393 1.005 0.279 - -3.256 -0.069 0.203 - -2.758 -1.330 -0.093 - -1.404 -1.508 -0.313 - -0.530 -0.432 -0.240 - 0.927 -0.670 -0.488 - 1.551 -1.278 0.657 -a1aaa2AA[A@@H]3A[AH2+]AA[A+]3a2a1 - 2.724 -1.590 0.054 - 3.442 -0.426 -0.154 - 2.783 0.786 -0.215 - 1.406 0.847 -0.069 - 0.741 2.197 -0.161 - -0.683 2.112 0.393 - -1.353 0.876 -0.214 - -2.835 0.853 0.164 - -3.450 -0.365 -0.410 - -2.793 -1.570 0.140 - -1.308 -1.541 -0.233 - -0.711 -0.328 0.361 - 0.684 -0.314 0.146 - 1.355 -1.537 0.204 -A1AAA2(AA1)Aa1aaaaa1A1AAAA[A@H]21 - -3.490 1.497 -0.783 - -3.429 1.318 0.545 - -2.303 0.925 1.156 - -1.035 0.666 0.393 - -1.241 0.900 -1.076 - -2.424 1.291 -1.571 - 0.072 1.589 0.910 - 1.412 1.114 0.410 - 2.488 1.984 0.497 - 3.740 1.596 0.063 - 3.926 0.330 -0.461 - 2.862 -0.541 -0.552 - 1.591 -0.151 -0.125 - 0.551 -1.065 -0.255 - 1.009 -2.451 -0.090 - -0.151 -3.400 -0.410 - -1.267 -3.086 0.425 - -1.732 -1.739 0.292 - -0.585 -0.781 0.624 -A1AA=A2A[A@@H]3AAA[A@H]3A[A@H]2A1 - -3.460 -0.483 -0.176 - -3.256 0.845 0.558 - -1.923 1.424 0.183 - -0.933 0.705 -0.220 - 0.387 1.449 -0.524 - 1.469 0.667 0.198 - 2.839 1.073 -0.025 - 3.613 0.017 0.349 - 2.815 -1.270 0.167 - 1.469 -0.779 -0.380 - 0.239 -1.478 0.172 - -0.989 -0.778 -0.429 - -2.264 -1.390 0.122 -A1A[A@@H]2[A@H](A1)[AH+]a1aaaaa21 - 2.909 1.084 -0.608 - 1.716 1.619 0.214 - 0.943 0.542 0.966 - 1.544 -0.881 0.785 - 2.418 -0.699 -0.826 - 0.367 -1.741 0.592 - -0.708 -0.947 0.172 - -1.925 -1.328 -0.392 - -2.857 -0.375 -0.743 - -2.589 0.971 -0.540 - -1.377 1.356 0.014 - -0.443 0.401 0.362 -a1[a+]aa2aa3a(aa2a1)[aH]a1aaaaa31 - -4.540 -0.268 -0.001 - -4.302 1.038 -0.001 - -3.089 1.538 0.000 - -1.976 0.680 0.000 - -0.665 1.171 0.000 - 0.395 0.284 0.000 - 0.172 -1.111 -0.001 - -1.117 -1.608 -0.001 - -2.201 -0.724 -0.001 - -3.534 -1.183 0.004 - 1.402 -1.747 -0.001 - 2.427 -0.812 0.000 - 3.811 -0.947 0.000 - 4.616 0.173 0.000 - 4.055 1.445 0.001 - 2.680 1.596 0.000 - 1.861 0.470 0.000 -a1aaa2a(a1)AA[a+]1a2[aH]a2aaaaa12 - 4.369 0.275 0.068 - 3.747 1.506 0.188 - 2.369 1.595 0.141 - 1.617 0.443 -0.028 - 2.244 -0.809 -0.176 - 3.629 -0.877 -0.114 - 1.483 -1.950 -0.387 - 0.203 -1.970 0.322 - -0.513 -0.703 0.131 - 0.141 0.446 -0.022 - -0.738 1.477 -0.125 - -1.997 0.935 -0.080 - -3.264 1.502 -0.161 - -4.344 0.638 -0.080 - -4.180 -0.728 0.076 - -2.942 -1.313 0.160 - -1.827 -0.465 0.081 -A1AA2=A(A1)a1aaa3AA[AH2+]Aa3a1AA2 - 4.468 0.638 0.362 - 4.095 -0.792 -0.086 - 2.582 -0.828 -0.071 - 2.087 0.435 -0.052 - 3.215 1.441 -0.052 - 0.634 0.614 -0.034 - 0.065 1.892 -0.015 - -1.292 2.028 0.005 - -2.120 0.904 0.007 - -3.468 1.079 0.032 - -4.279 -0.041 -0.329 - -3.806 -1.211 0.439 - -2.456 -1.589 -0.019 - -1.573 -0.367 -0.015 - -0.194 -0.524 -0.036 - 0.360 -1.755 -0.057 - 1.690 -1.925 -0.074 -A1AAA2(AA1)Aa1aaaaa1[A@H]1AA=AA21 - 3.694 0.802 0.620 - 2.639 0.681 1.636 - 1.370 1.363 1.113 - 1.008 0.782 -0.252 - 2.140 1.033 -1.246 - 3.415 0.344 -0.748 - -0.204 1.368 -0.730 - -1.405 0.879 -0.327 - -2.536 1.642 -0.615 - -3.790 1.200 -0.255 - -3.939 -0.010 0.398 - -2.823 -0.769 0.694 - -1.557 -0.313 0.356 - -0.362 -1.167 0.690 - -0.513 -2.614 0.201 - 0.728 -2.840 -0.639 - 1.377 -1.725 -0.759 - 0.760 -0.658 -0.131 -a1aaa2A=A3a4aaaaa4[AH+]A[A+]3a2a1 - 4.228 0.651 -0.060 - 4.324 -0.724 0.071 - 3.215 -1.532 0.125 - 1.965 -0.907 0.041 - 0.713 -1.400 0.071 - -0.140 -0.419 -0.030 - -1.617 -0.443 -0.020 - -2.351 -1.615 -0.117 - -3.732 -1.554 -0.119 - -4.376 -0.331 -0.029 - -3.653 0.842 0.083 - -2.269 0.800 0.096 - -1.542 2.022 0.278 - -0.163 2.059 -0.341 - 0.523 0.751 0.194 - 1.865 0.503 -0.097 - 3.006 1.298 -0.148 -A1A[A@H]2A[AH+]3AAA[AH+]3[A@H]2A1 - -2.679 0.500 -0.149 - -2.374 -0.763 0.174 - -0.923 -0.836 0.591 - -0.126 -1.620 -0.474 - 1.051 -0.756 -0.670 - 2.016 -0.929 0.428 - 2.732 0.438 0.489 - 1.768 1.411 -0.218 - 0.613 0.573 -0.588 - -0.417 0.623 0.454 - -1.663 1.363 -0.033 -A1AAA2=AA3=A(A[A@H]2A1)Aa1aaaaa31 - 4.283 0.402 0.716 - 3.370 1.608 0.960 - 2.447 1.782 -0.250 - 1.641 0.523 -0.459 - 0.411 0.642 -0.997 - -0.421 -0.363 -0.917 - -0.130 -1.607 -0.092 - 1.307 -2.020 -0.410 - 2.150 -0.690 -0.111 - 3.430 -0.811 0.455 - -1.396 -1.881 0.676 - -2.241 -0.695 0.530 - -3.457 -0.395 1.151 - -4.022 0.842 0.871 - -3.422 1.746 0.015 - -2.225 1.468 -0.628 - -1.727 -0.554 -1.518 -[AH2+]1A[A@@H]2AA[A@H](A1)[AH2+]2 - -1.484 0.002 0.604 - -1.104 -1.213 -0.153 - 0.409 -1.166 -0.422 - 1.109 -0.778 0.902 - 1.114 0.765 0.906 - 0.416 1.164 -0.416 - -1.097 1.219 -0.146 - 0.637 0.006 -1.273 -A1AAA2=A(A1)[A@H]1AAA[A@@H](A2)A1 - -3.002 0.675 -0.236 - -2.895 -0.490 0.759 - -1.881 -1.479 0.199 - -0.585 -0.791 -0.182 - -0.501 0.492 -0.357 - -1.679 1.430 -0.201 - 0.803 1.180 -0.722 - 1.449 1.664 0.585 - 1.575 0.461 1.527 - 2.463 -0.599 0.877 - 1.913 -1.011 -0.480 - 0.586 -1.731 -0.367 - 1.754 0.198 -1.403 -a1aaa2AAa3a(aaa4aa5AAAa5aa34)a2a1 - -4.985 -1.019 -0.172 - -5.411 0.310 -0.101 - -4.493 1.334 0.019 - -3.131 1.035 0.069 - -2.118 2.079 0.253 - -0.819 1.740 0.403 - -0.346 0.494 0.083 - -1.251 -0.577 -0.019 - -0.807 -1.834 -0.058 - 0.437 -2.137 0.023 - 1.385 -1.195 0.084 - 2.735 -1.535 0.247 - 3.700 -0.585 0.061 - 5.061 -0.654 0.141 - 5.500 0.713 0.274 - 4.488 1.458 -0.432 - 3.342 0.732 -0.273 - 2.027 1.093 -0.367 - 1.019 0.173 -0.072 - -2.699 -0.305 -0.030 - -3.636 -1.326 -0.139 -A1A=A[A@@H]2[A@@H](A1)Aa1aaaaa21 - 3.393 -0.060 0.104 - 2.866 1.216 -0.389 - 1.565 1.508 -0.214 - 0.766 0.432 0.464 - 1.133 -0.883 -0.296 - 2.507 -1.289 0.198 - 0.021 -1.700 0.046 - -1.082 -0.879 0.017 - -2.418 -1.185 -0.199 - -3.370 -0.186 -0.201 - -2.999 1.131 0.003 - -1.671 1.445 0.227 - -0.717 0.454 0.239 -a1aaa2aa3a4aaaa5aaaa(Aa3a2a1)a45 - 4.663 -1.145 -0.001 - 5.019 0.210 -0.001 - 4.060 1.178 -0.001 - 2.704 0.824 0.000 - 1.565 1.541 0.000 - 0.523 0.738 0.001 - -0.922 1.035 0.000 - -1.393 2.340 0.000 - -2.756 2.596 -0.001 - -3.681 1.557 0.000 - -3.229 0.217 0.000 - -4.130 -0.873 0.001 - -3.636 -2.172 -0.005 - -2.270 -2.419 0.001 - -1.365 -1.368 0.001 - 0.090 -1.602 0.001 - 0.953 -0.567 0.001 - 2.341 -0.537 0.000 - 3.317 -1.515 0.000 - -1.844 -0.038 0.001 -a1aaa2a(a1)AA1(AAAA1)A1=A2A=AAA1 - 3.683 -1.189 0.008 - 3.758 0.101 0.503 - 2.639 0.910 0.498 - 1.437 0.422 -0.006 - 1.364 -0.881 -0.499 - 2.490 -1.679 -0.493 - 0.061 -1.406 -1.042 - -1.105 -0.850 -0.226 - -1.099 -1.470 1.180 - -2.433 -2.231 1.329 - -2.862 -2.536 -0.128 - -2.437 -1.253 -0.886 - -1.019 0.646 -0.127 - 0.220 1.265 -0.029 - 0.297 2.597 0.051 - -0.793 3.339 0.044 - -2.034 2.780 -0.045 - -2.172 1.439 -0.133 -A1AAA2=Aa3aaa4aaaaa4a3A[A@@H]2A1 - 4.494 1.295 0.143 - 4.666 -0.053 -0.564 - 3.774 -1.090 0.124 - 2.341 -0.611 0.091 - 1.381 -1.492 0.069 - 0.050 -1.214 0.040 - -0.882 -2.274 0.022 - -2.216 -2.031 -0.005 - -2.698 -0.709 -0.018 - -4.075 -0.437 -0.045 - -4.508 0.854 -0.058 - -3.604 1.915 -0.043 - -2.262 1.690 -0.016 - -1.776 0.371 -0.002 - -0.406 0.097 0.028 - 0.616 1.212 0.050 - 2.069 0.775 0.084 - 3.042 1.694 0.107 -A1AA[A@H]2[A@H]3AAA[A@]2(AA1)AA3 - 2.764 0.160 -0.426 - 2.256 1.360 0.388 - 0.842 1.548 0.207 - -0.009 0.453 0.816 - -1.485 0.819 0.886 - -2.076 1.251 -0.384 - -1.718 0.328 -1.504 - -0.471 -0.240 -1.401 - -0.135 -0.701 -0.120 - 0.988 -1.719 -0.107 - 2.421 -1.152 0.130 - -1.280 -1.461 0.370 - -2.091 -0.641 1.144 -[AH2+]1AA[a+]2a(A1)[aH]a1aaaaa21 - -3.341 0.101 -0.383 - -2.970 -1.097 0.399 - -1.578 -1.558 -0.044 - -0.668 -0.404 -0.011 - -1.073 0.842 0.032 - -2.527 1.257 0.053 - -0.002 1.685 0.053 - 1.124 0.909 0.023 - 2.480 1.217 0.026 - 3.367 0.146 -0.013 - 2.924 -1.172 -0.054 - 1.591 -1.494 -0.058 - 0.677 -0.434 -0.019 -A1AAa2aa3=[A+]a4aaaaa4[a+]3aa2A1 - 4.340 -1.091 -0.376 - 4.592 0.191 0.427 - 3.592 1.251 -0.032 - 2.190 0.703 -0.005 - 1.130 1.617 -0.026 - -0.246 1.115 -0.010 - -1.411 1.738 -0.023 - -2.413 0.827 0.004 - -3.809 0.938 0.007 - -4.580 -0.189 0.039 - -3.996 -1.447 0.068 - -2.623 -1.580 0.066 - -1.822 -0.448 0.034 - -0.479 -0.178 -0.321 - 0.608 -1.100 0.045 - 1.918 -0.653 0.035 - 3.011 -1.691 0.076 -a1aaa2AA3AAa4aa5AAAa5aa4A3=Aa2a1 - 4.763 -1.985 0.161 - 5.381 -0.762 0.361 - 4.651 0.418 0.237 - 3.305 0.364 -0.074 - 2.505 1.624 -0.230 - 1.087 1.402 0.054 - 0.326 2.530 0.602 - -1.003 2.669 -0.124 - -1.735 1.354 -0.099 - -3.120 1.381 -0.129 - -3.794 0.168 -0.063 - -5.115 -0.100 -0.107 - -5.259 -1.456 0.360 - -3.969 -2.058 0.137 - -3.086 -1.038 0.065 - -1.701 -1.060 0.095 - -1.012 0.151 -0.061 - 0.456 0.208 -0.202 - 1.220 -0.896 -0.562 - 2.682 -0.867 -0.265 - 3.417 -2.043 -0.153 -A1A[A@H]2AA3AA=AA=A3[A@@H](A1)A2 - 1.522 -0.430 -1.467 - 2.372 0.608 -0.876 - 1.850 1.027 0.491 - 0.507 1.731 0.388 - -0.589 0.799 0.120 - -1.735 1.322 -0.381 - -2.899 0.544 -0.459 - -2.847 -0.769 -0.095 - -1.627 -1.304 0.336 - -0.517 -0.523 0.396 - 0.796 -1.198 0.727 - 1.451 -1.616 -0.599 - 1.720 -0.187 1.415 -A1A[A@H]2A[AH+]a3aaaaa3[A@@H]2A1 - 3.110 -1.121 0.032 - 3.091 0.419 0.216 - 1.601 0.726 0.388 - 1.093 1.995 -0.276 - -0.406 2.083 -0.040 - -1.109 0.822 -0.041 - -2.485 0.885 0.142 - -3.236 -0.272 0.192 - -2.618 -1.508 0.059 - -1.246 -1.577 -0.130 - -0.493 -0.423 -0.186 - 0.975 -0.458 -0.402 - 1.729 -1.571 0.051 -A1AAA2Aa3[aH]a4aaaaa4a3A[A@H]2A1 - -4.239 -1.084 0.197 - -4.359 0.181 0.903 - -3.203 1.087 0.631 - -2.163 0.772 -0.144 - -1.122 1.791 -0.397 - 0.221 1.119 -0.229 - 1.440 1.735 -0.152 - 2.423 0.800 -0.004 - 3.807 0.909 0.119 - 4.519 -0.270 0.256 - 3.901 -1.509 0.272 - 2.540 -1.648 0.152 - 1.796 -0.473 0.013 - 0.376 -0.221 -0.133 - -0.751 -1.221 -0.172 - -1.996 -0.543 -0.761 - -3.190 -1.418 -0.552 -A1A[A@H]2A[A@@H]1[A@@H]1A[A@H]21 - 1.552 0.804 -0.473 - 1.549 -0.784 -0.472 - 0.269 -1.194 0.317 - 0.237 -0.025 1.384 - 0.283 1.163 0.359 - -0.912 0.789 -0.570 - -2.066 0.004 0.057 - -0.913 -0.757 -0.601 -A1AA=A2Aa3aaa4aaaaa4a3A[A@@H]2A1 - -4.011 1.470 0.622 - -4.608 0.060 0.551 - -3.498 -0.943 0.415 - -2.362 -0.697 -0.176 - -1.386 -1.700 -0.257 - -0.044 -1.316 -0.124 - 0.931 -2.321 -0.034 - 2.250 -2.015 0.066 - 2.654 -0.669 0.080 - 4.012 -0.318 0.174 - 4.369 0.995 0.185 - 3.408 2.001 0.105 - 2.084 1.699 0.014 - 1.678 0.353 -0.001 - 0.314 0.012 -0.096 - -0.703 1.122 -0.153 - -2.001 0.631 -0.797 - -3.093 1.639 -0.568 -A1AAA2=A(A1)AA1=Aa3aaaaa3[A+]1A2 - -4.561 0.318 -0.283 - -4.405 -1.059 0.370 - -3.012 -1.565 0.115 - -1.933 -0.681 -0.077 - -2.113 0.655 -0.011 - -3.476 1.241 0.277 - -1.076 1.537 -0.196 - 0.218 1.049 -0.132 - 1.336 1.709 -0.001 - 2.366 0.840 0.028 - 3.747 1.033 0.154 - 4.542 -0.099 0.149 - 4.008 -1.370 0.024 - 2.645 -1.585 -0.103 - 1.824 -0.464 -0.100 - 0.474 -0.264 0.152 - -0.583 -1.300 -0.360 -A1Aa2aa3AA4(Aa3aa2A1)Aa1aaaaa1A4 - -5.792 0.867 0.489 - -4.878 1.415 -0.628 - -3.559 0.693 -0.451 - -2.300 0.991 -0.942 - -1.223 0.175 -0.647 - 0.233 0.281 -1.059 - 0.979 -0.658 -0.110 - -0.084 -1.667 0.325 - -1.405 -0.944 0.146 - -2.664 -1.241 0.636 - -3.741 -0.426 0.340 - -5.195 -0.533 0.747 - 2.175 -1.331 -0.783 - 3.370 -0.484 -0.389 - 4.646 -0.432 -0.920 - 5.585 0.433 -0.391 - 5.249 1.248 0.673 - 3.977 1.193 1.210 - 3.034 0.331 0.678 - 1.591 0.087 1.077 -A1A[A@H]2[A@@H]3AA[A@H]2[A@H]1A3 - -2.021 0.403 -0.160 - -1.623 -0.976 0.414 - -0.117 -0.895 0.735 - 0.700 -0.933 -0.602 - 1.958 -0.321 -0.199 - 1.618 0.772 0.672 - 0.100 0.657 0.954 - -0.639 1.112 -0.356 - 0.026 0.185 -1.456 -A1AAA2=A(A1)[AH+]a1aaaaa1[AH+]A2 - -3.258 -1.294 -0.651 - -3.873 0.107 -0.542 - -2.762 1.114 -0.518 - -1.475 0.807 -0.015 - -1.218 -0.413 0.486 - -2.304 -1.475 0.528 - -0.023 -0.854 1.088 - 1.211 -0.577 0.394 - 2.010 -1.609 -0.066 - 3.248 -1.317 -0.614 - 3.682 -0.006 -0.696 - 2.876 1.028 -0.253 - 1.628 0.740 0.275 - 0.754 1.796 0.691 - -0.494 1.951 -0.109 -A1=A[A@@H]2Aa3aaaaa3A[A@@H]2A=A1 - 3.529 -0.334 -0.352 - 2.965 -0.730 0.804 - 1.512 -0.381 1.044 - 0.487 -1.548 0.096 - -1.084 -0.753 0.013 - -2.202 -1.500 -0.340 - -3.442 -0.899 -0.425 - -3.574 0.452 -0.162 - -2.470 1.201 0.193 - -1.215 0.604 0.290 - -0.140 1.390 0.663 - 1.255 1.028 0.489 - 1.646 1.064 -0.963 - 2.735 0.402 -1.352 -A1A[A@H]2A[A@@H]3A=A[A@@]2(A1)A3 - 2.347 0.176 0.224 - 1.774 -0.995 -0.155 - 0.415 -0.719 -0.732 - -0.715 -1.617 -0.196 - -1.557 -0.604 0.645 - -2.132 0.422 -0.339 - -1.121 1.207 -0.731 - 0.059 0.641 -0.026 - 1.399 1.303 0.060 - -0.472 0.189 1.249 -A1AA[A@]23AAA[A@H](AA2)[A@@H]3A1 - -2.633 0.572 -0.501 - -2.529 -0.697 0.350 - -1.319 -1.505 -0.122 - -0.047 -0.699 0.007 - 1.074 -1.412 -0.534 - 2.337 -0.814 -0.227 - 2.339 0.659 -0.645 - 1.092 1.338 -0.046 - 0.954 0.820 1.383 - 0.251 -0.337 1.360 - -0.134 0.654 -0.737 - -1.380 1.418 -0.284 -A1AA2Aa3[aH]a4aaaaa4a3A[A@@H]2A1 - 4.194 0.521 -0.542 - 3.598 -0.679 -0.580 - 2.444 -0.689 0.091 - 1.455 -1.765 0.231 - 0.094 -1.107 0.128 - -1.113 -1.750 0.057 - -2.120 -0.832 -0.020 - -3.505 -0.968 -0.102 - -4.245 0.199 -0.171 - -3.655 1.452 -0.150 - -2.294 1.616 -0.064 - -1.521 0.453 0.001 - -0.090 0.230 0.094 - 0.999 1.272 0.136 - 2.279 0.648 0.702 - 3.486 1.406 0.189 -a1aaa2Aa3aaa4Aa5aaaaa5Aa4a3Aa2a1 - -5.021 -2.004 -0.001 - -5.675 -0.785 -0.000 - -4.957 0.396 -0.000 - -3.564 0.361 0.001 - -2.788 1.618 0.001 - -1.321 1.572 -0.000 - -0.578 2.758 -0.000 - 0.813 2.710 -0.000 - 1.475 1.498 -0.000 - 2.831 1.472 -0.001 - 3.508 0.296 -0.000 - 4.895 0.296 -0.000 - 5.587 -0.902 0.001 - 4.901 -2.103 0.001 - 3.518 -2.112 -0.000 - 2.819 -0.915 -0.000 - 1.418 -0.917 -0.000 - 0.745 0.296 -0.000 - -0.650 0.326 -0.000 - -1.422 -0.924 -0.000 - -2.899 -0.878 -0.000 - -3.639 -2.058 -0.001 -a1aaa2AA[A@H]3AAa4aaaaa4A3=Aa2a1 - -3.843 -1.866 0.856 - -4.626 -1.056 0.048 - -4.060 0.013 -0.610 - -2.697 0.298 -0.462 - -2.161 1.887 -0.997 - -0.945 2.435 0.217 - 0.323 1.675 0.202 - 1.427 2.175 1.118 - 2.692 1.788 0.570 - 2.865 0.520 0.124 - 4.154 0.029 -0.049 - 4.350 -1.251 -0.528 - 3.272 -2.066 -0.844 - 1.982 -1.600 -0.674 - 1.781 -0.312 -0.188 - 0.402 0.217 0.018 - -0.553 -0.606 0.091 - -1.886 -0.619 0.187 - -2.486 -1.659 0.920 -A1A[A@@H]2AA3AA=AA=A3[A@H](A1)A2 - -1.655 -0.489 -1.409 - -2.375 0.658 -0.877 - -1.826 1.061 0.485 - -0.477 1.746 0.360 - 0.608 0.801 0.098 - 1.765 1.314 -0.389 - 2.922 0.526 -0.459 - 2.854 -0.788 -0.097 - 1.623 -1.313 0.311 - 0.519 -0.522 0.370 - -0.788 -1.178 0.749 - -1.460 -1.665 -0.547 - -1.710 -0.150 1.411 -A1AAA2(AA1)Aa1aaaaa1A1AAA[A@H]21 - 3.701 -0.969 -0.697 - 3.523 -0.957 0.633 - 2.322 -0.729 1.185 - 1.102 -0.471 0.349 - 1.438 -0.515 -1.114 - 2.685 -0.754 -1.546 - 0.033 -1.526 0.662 - -1.342 -1.056 0.262 - -2.388 -1.962 0.336 - -3.677 -1.577 0.024 - -3.936 -0.277 -0.368 - -2.902 0.632 -0.455 - -1.600 0.248 -0.151 - -0.568 1.146 -0.286 - -0.845 2.577 -0.210 - 0.487 3.243 0.216 - 1.469 2.061 0.452 - 0.505 0.888 0.705 -a1aaa2aa3a(aa2a1)a1aaaa2aaaa3a12 - 4.959 -0.768 0.003 - 5.011 0.615 0.010 - 3.838 1.362 0.008 - 2.619 0.729 -0.000 - 1.407 1.479 -0.003 - 0.172 0.754 -0.005 - 0.216 -0.670 -0.006 - 1.368 -1.304 -0.008 - 2.551 -0.678 -0.004 - 3.745 -1.422 -0.003 - -1.179 -1.167 -0.002 - -1.841 -2.385 0.001 - -3.235 -2.410 0.005 - -4.005 -1.277 0.006 - -3.368 -0.025 0.003 - -4.009 1.227 0.004 - -3.248 2.384 -0.000 - -1.863 2.397 -0.003 - -1.158 1.178 -0.004 - -1.974 -0.027 -0.001 -A1[AH2+]Aa2a(A1)a1aaaaa1a1aaaa21 - -3.180 -1.477 0.376 - -3.578 -0.280 -0.393 - -2.775 0.876 0.045 - -1.313 0.505 0.023 - -0.926 -0.799 0.009 - -1.840 -1.805 0.004 - 0.451 -1.128 -0.005 - 0.866 -2.470 -0.021 - 2.195 -2.766 -0.031 - 3.154 -1.756 -0.034 - 2.787 -0.444 -0.023 - 1.426 -0.103 -0.008 - 1.011 1.245 0.003 - 1.681 2.415 0.003 - 0.842 3.456 0.016 - -0.444 3.005 0.026 - -0.351 1.531 0.018 -a1aaa2A3a4aaaaa4A(a2a1)a1aaaaa31 - 1.675 3.361 -0.692 - 1.675 3.362 0.691 - 1.141 2.290 1.395 - 0.618 1.239 0.697 - 0.002 -0.000 1.345 - -1.380 -0.085 0.697 - -2.555 -0.157 1.397 - -3.755 -0.231 0.691 - -3.755 -0.231 -0.690 - -2.556 -0.156 -1.397 - -1.380 -0.084 -0.696 - 0.001 -0.000 -1.345 - 0.618 1.239 -0.697 - 1.141 2.290 -1.395 - 0.766 -1.154 -0.697 - 1.414 -2.133 -1.395 - 2.072 -3.133 -0.691 - 2.076 -3.130 0.691 - 1.415 -2.132 1.395 - 0.766 -1.154 0.697 -a1aaa2a(a1)AA[A@]12A=AAa2aaaaa12 - -3.656 0.381 -1.281 - -2.684 -0.257 -2.025 - -1.454 -0.596 -1.470 - -1.253 -0.267 -0.147 - -2.231 0.380 0.619 - -3.461 0.715 0.051 - -1.772 0.591 1.907 - -0.518 0.123 2.080 - -0.079 -0.474 0.759 - 0.217 -1.935 0.929 - 1.295 -2.505 0.338 - 2.140 -1.794 -0.432 - 2.183 -0.443 -0.325 - 3.298 0.242 -0.788 - 3.356 1.624 -0.686 - 2.295 2.321 -0.120 - 1.187 1.637 0.340 - 1.130 0.257 0.245 -A1A=AA2=A(A1)Aa1a(aaa3aaaaa13)A2 - -4.284 -1.266 -0.298 - -4.546 0.072 -0.335 - -3.598 0.962 -0.141 - -2.336 0.590 0.115 - -2.019 -0.753 0.163 - -3.030 -1.701 -0.051 - -0.613 -1.202 0.442 - 0.354 -0.069 0.226 - -0.077 1.224 0.175 - 0.836 2.271 -0.025 - 2.165 2.030 -0.170 - 2.642 0.709 -0.120 - 4.010 0.420 -0.262 - 4.433 -0.873 -0.212 - 3.530 -1.917 -0.021 - 2.199 -1.675 0.123 - 1.724 -0.352 0.078 - -1.391 1.529 0.318 -a1aaa2AAA3=A(A=a4[aH]aaa4A3)a2a1 - -3.247 -1.990 -0.193 - -4.172 -0.980 0.019 - -3.756 0.324 0.208 - -2.406 0.628 0.187 - -1.971 1.900 0.373 - -0.793 2.307 -0.326 - 0.284 1.272 -0.181 - -0.030 -0.033 -0.050 - 0.932 -0.981 0.068 - 2.222 -0.727 0.072 - 3.316 -1.545 0.182 - 4.444 -0.761 0.129 - 4.097 0.478 -0.006 - 2.704 0.544 -0.047 - 1.748 1.653 -0.184 - -1.471 -0.392 -0.029 - -1.895 -1.701 -0.218 -A1=AAA2=A(A1)AA1=A(A2)Aa2aaaaa12 - 4.213 1.147 -0.226 - 4.521 -0.132 -0.288 - 3.578 -1.074 -0.141 - 2.234 -0.696 0.082 - 1.929 0.626 0.139 - 2.933 1.551 -0.013 - 0.639 1.077 0.344 - -0.398 0.184 0.195 - -0.180 -1.170 0.143 - 1.195 -1.775 0.250 - -1.412 -1.843 -0.017 - -2.476 -0.816 -0.069 - -3.846 -0.917 -0.213 - -4.571 0.280 -0.221 - -3.953 1.502 -0.092 - -2.568 1.618 0.055 - -1.836 0.442 0.065 -a1aaa2Aa3aaaa4[aH]a[a+](a2a1)a34 - 3.637 -0.793 -0.105 - 3.852 0.569 0.047 - 2.786 1.438 0.106 - 1.481 0.947 0.011 - 0.338 1.890 0.074 - -1.003 1.297 -0.031 - -2.202 2.018 0.006 - -3.407 1.317 -0.108 - -3.450 -0.054 -0.255 - -2.262 -0.791 -0.294 - -1.556 -2.543 0.409 - -0.580 -2.180 -0.387 - -0.117 -0.949 0.103 - 1.265 -0.433 -0.143 - 2.357 -1.292 -0.205 - -1.137 -0.434 0.767 -A1A[A@H]2Aa3aa4AAAa4aa3A[A@H]2A1 - 4.019 -0.318 0.926 - 3.805 -0.995 -0.215 - 2.531 -0.463 -0.883 - 1.397 -1.299 -0.291 - 0.083 -0.582 -0.215 - -1.056 -1.383 -0.087 - -2.287 -0.756 0.011 - -3.527 -1.277 0.144 - -4.356 -0.188 0.599 - -3.686 0.992 0.107 - -2.385 0.644 -0.016 - -1.254 1.430 -0.153 - -0.018 0.788 -0.261 - 1.188 1.668 -0.438 - 2.494 0.967 -0.319 - 3.051 0.768 1.091 -a1aaa2a(a1)A[A@@H]1AAAa3aaaa2a13 - 4.012 0.623 -0.057 - 3.806 -0.725 -0.304 - 2.515 -1.244 -0.293 - 1.435 -0.401 -0.042 - 1.656 0.951 0.225 - 2.939 1.456 0.209 - 0.486 1.848 0.534 - -0.727 1.431 -0.293 - -1.899 2.207 0.129 - -3.203 1.829 -0.425 - -3.525 0.387 -0.079 - -2.317 -0.499 -0.006 - -2.537 -1.864 0.155 - -1.480 -2.755 0.219 - -0.179 -2.290 0.133 - 0.049 -0.925 -0.012 - -1.024 -0.035 -0.097 -a1aaa2aa3aaa4aaaa5aaa(a2a1)a3a45 - 4.332 1.225 -0.001 - 4.752 -0.101 0.000 - 3.847 -1.120 0.000 - 2.474 -0.835 0.000 - 1.493 -1.920 0.000 - 0.120 -1.622 0.000 - -0.847 -2.654 0.000 - -2.170 -2.369 -0.001 - -2.636 -0.987 -0.001 - -3.997 -0.675 0.003 - -4.408 0.646 -0.002 - -3.498 1.683 -0.001 - -2.124 1.411 0.000 - -1.163 2.446 0.001 - 0.164 2.158 0.000 - 0.618 0.826 0.001 - 2.048 0.514 0.000 - 3.004 1.537 -0.001 - -0.316 -0.228 0.000 - -1.693 0.066 0.000 -A1AAAa2aaaaa2AAAAAAAa2aaaaa2AAA1 - 0.039 -2.537 0.098 - 1.250 -2.603 0.854 - 2.447 -2.553 -0.098 - 2.615 -1.219 -0.582 - 3.795 -0.606 -0.297 - 4.993 -1.223 -0.622 - 6.192 -0.602 -0.327 - 6.200 0.640 0.281 - 5.009 1.264 0.602 - 3.803 0.644 0.314 - 2.630 1.257 0.629 - 2.380 2.526 0.020 - 1.143 2.426 -0.875 - -0.033 2.546 -0.074 - -1.246 2.608 -0.826 - -2.440 2.538 0.128 - -2.609 1.193 0.580 - -3.794 0.591 0.289 - -4.987 1.219 0.608 - -6.191 0.609 0.308 - -6.208 -0.627 -0.310 - -5.021 -1.260 -0.630 - -3.811 -0.654 -0.331 - -2.643 -1.276 -0.645 - -2.375 -2.518 0.009 - -1.136 -2.371 0.894 -A1A[A@@H]2A[AH+]a3aaaaa3[A@H]2A1 - 3.151 -1.162 -0.305 - 3.102 0.381 -0.122 - 1.617 0.697 -0.314 - 1.096 1.988 0.293 - -0.393 2.079 -0.004 - -1.100 0.847 0.027 - -2.473 0.932 -0.193 - -3.245 -0.205 -0.233 - -2.652 -1.459 -0.057 - -1.277 -1.547 0.178 - -0.510 -0.408 0.220 - 0.953 -0.460 0.481 - 1.730 -1.686 0.029 -A1AAA2=A(A1)a1a(=AA2)aaa2aaaaa12 - 2.510 -2.005 -1.045 - 3.710 -1.695 -0.144 - 3.600 -0.266 0.321 - 2.386 0.427 0.256 - 1.203 -0.207 0.060 - 1.231 -1.684 -0.263 - 0.003 0.453 0.085 - -0.070 1.832 -0.009 - 1.058 2.627 0.154 - 2.381 1.935 0.400 - -1.217 2.468 -0.301 - -2.361 1.834 -0.434 - -2.389 0.382 -0.197 - -3.572 -0.346 -0.307 - -3.577 -1.685 0.023 - -2.441 -2.269 0.557 - -1.260 -1.556 0.655 - -1.193 -0.253 0.188 -A1AA[a+]2a(=[A+]1)[aH+]a1aaaaa21 - 3.408 -0.117 -0.196 - 2.932 1.133 0.544 - 1.600 1.608 -0.056 - 0.657 0.403 -0.406 - 1.129 -0.849 -0.078 - 2.411 -1.239 -0.121 - 0.051 -1.617 0.311 - -1.098 -0.902 -0.022 - -2.443 -1.247 0.013 - -3.362 -0.207 0.029 - -2.964 1.115 0.017 - -1.624 1.476 -0.011 - -0.691 0.446 -0.028 -a1aaa2AA[A@@H]3Aa4aaaaa4A3=Aa2a1 - -3.820 1.898 -0.597 - -4.579 0.903 0.004 - -3.972 -0.229 0.492 - -2.579 -0.401 0.389 - -2.003 -2.041 0.643 - -0.720 -2.345 -0.586 - 0.456 -1.420 -0.407 - 1.739 -1.832 -0.646 - 2.672 -0.777 -0.268 - 4.066 -0.721 -0.300 - 4.658 0.448 0.165 - 3.916 1.510 0.640 - 2.524 1.479 0.672 - 1.916 0.325 0.202 - 0.492 -0.039 0.041 - -0.502 0.774 0.166 - -1.816 0.679 -0.011 - -2.452 1.797 -0.601 -a1aaa2a(a1)Aa1a3a2aaaa3a2aaaaa12 - -4.313 1.647 -0.002 - -4.581 0.286 -0.012 - -3.548 -0.632 -0.005 - -2.233 -0.192 -0.000 - -1.944 1.194 0.005 - -3.002 2.110 0.003 - -0.549 1.660 0.009 - 0.469 0.768 0.006 - 0.177 -0.564 0.004 - -1.091 -1.126 0.001 - -1.206 -2.447 0.001 - -0.135 -3.224 0.001 - 1.157 -2.722 0.001 - 1.333 -1.341 0.002 - 2.441 -0.374 -0.000 - 3.827 -0.500 -0.004 - 4.622 0.626 -0.006 - 4.047 1.887 -0.005 - 2.675 2.029 -0.001 - 1.855 0.908 0.002 -a1aaa2A=A[A@]3(Aa2a1)Aa1aaaaa1A3 - 3.645 -1.880 0.424 - 4.393 -0.969 -0.301 - 3.873 0.273 -0.608 - 2.590 0.604 -0.185 - 1.998 1.925 -0.490 - 0.680 2.067 -0.346 - -0.151 0.900 0.101 - 0.581 0.023 0.947 - 1.833 -0.321 0.547 - 2.368 -1.560 0.849 - -0.683 0.131 -1.128 - -2.072 -0.258 -0.699 - -2.939 -1.186 -1.242 - -4.170 -1.343 -0.616 - -4.511 -0.603 0.499 - -3.648 0.332 1.048 - -2.409 0.501 0.427 - -1.379 1.367 0.774 -a1aaa2[aH]a3a(aaa4[a+]aaa34)a2a1 - -3.931 -0.841 -0.002 - -4.146 0.528 -0.000 - -3.077 1.400 -0.000 - -1.779 0.904 -0.000 - -0.532 1.514 -0.000 - 0.420 0.541 0.008 - -0.185 -0.680 -0.001 - 0.557 -1.826 -0.001 - 1.856 -1.835 -0.000 - 2.560 -0.679 0.001 - 3.846 -0.361 0.001 - 4.008 0.962 -0.005 - 2.801 1.598 -0.003 - 1.816 0.589 0.004 - -1.564 -0.475 -0.001 - -2.646 -1.344 -0.001 -a1aaa2AA[A@@]3(AAa4aaaaa34)Aa2a1 - -3.560 1.083 -1.158 - -3.956 1.033 0.169 - -3.222 0.319 1.093 - -2.074 -0.356 0.684 - -1.258 -1.139 1.629 - -0.028 -1.549 1.257 - 0.539 -1.168 -0.036 - 1.504 -2.264 -0.518 - 2.851 -1.585 -0.646 - 2.687 -0.185 -0.264 - 3.658 0.831 -0.226 - 3.240 2.087 0.177 - 1.928 2.338 0.526 - 0.956 1.345 0.493 - 1.355 0.081 0.094 - -0.521 -0.984 -1.033 - -1.674 -0.301 -0.663 - -2.426 0.416 -1.578 -A1AAA2=AA3=AAAA[A@@H]3A[A@@H]2A1 - 3.675 -0.753 0.151 - 3.509 0.686 0.652 - 2.495 1.396 -0.233 - 1.183 0.647 -0.231 - 0.043 1.379 -0.436 - -1.193 0.739 -0.288 - -2.199 1.389 0.249 - -3.560 0.790 0.459 - -3.415 -0.715 0.716 - -2.598 -1.295 -0.416 - -1.256 -0.692 -0.736 - -0.153 -1.462 -0.001 - 1.145 -0.688 -0.034 - 2.329 -1.424 0.150 -a1aaa2aaa3Aa4aaa5aaaaa5a4Aa3a2a1 - 4.072 -2.398 0.059 - 5.173 -1.582 0.317 - 5.043 -0.230 0.382 - 3.778 0.358 0.184 - 3.609 1.746 0.243 - 2.352 2.297 0.042 - 1.232 1.475 -0.225 - -0.001 2.079 -0.430 - -1.238 1.470 -0.220 - -2.350 2.282 0.046 - -3.586 1.750 0.245 - -3.772 0.360 0.184 - -5.038 -0.217 0.382 - -5.180 -1.569 0.315 - -4.085 -2.393 0.060 - -2.845 -1.870 -0.141 - -2.659 -0.478 -0.080 - -1.388 0.097 -0.278 - 0.001 -0.938 -0.593 - 1.387 0.103 -0.279 - 2.658 -0.473 -0.079 - 2.834 -1.866 -0.137 -A1AA[A@H]2[A@@H](A1)AAA1=A2AAAA1 - 3.442 0.161 0.419 - 2.733 1.502 0.627 - 1.231 1.258 0.774 - 0.683 0.603 -0.498 - 1.417 -0.701 -0.774 - 2.923 -0.486 -0.851 - 1.082 -1.668 0.367 - -0.387 -2.041 0.229 - -1.268 -0.820 0.040 - -0.800 0.345 -0.285 - -1.666 1.577 -0.464 - -3.126 1.209 -0.429 - -3.522 0.162 0.596 - -2.743 -1.101 0.250 -A1A[A@@H]2A[A@H]1[A@H]1A[A@@H]21 - 1.551 -0.773 -0.472 - 1.550 0.773 -0.474 - 0.279 1.167 0.338 - 0.232 0.002 1.388 - 0.281 -1.165 0.339 - -0.912 -0.773 -0.586 - -2.068 -0.001 0.054 - -0.913 0.771 -0.587 -A1=A[A@@H]2[A@@H](A1)AAa1aaaaa21 - 2.997 -1.207 0.247 - 1.775 -1.625 -0.063 - 0.953 -0.447 -0.440 - 1.614 0.701 0.379 - 3.074 0.316 0.130 - 1.138 1.988 -0.272 - -0.323 2.032 -0.046 - -1.090 0.860 -0.026 - -2.462 0.948 0.174 - -3.236 -0.193 0.212 - -2.649 -1.435 0.052 - -1.285 -1.534 -0.153 - -0.505 -0.399 -0.200 -A1AAa2a(A1)aa1aaa3aaaa4aaa2a1a34 - 4.743 -0.072 0.421 - 4.370 1.168 -0.400 - 2.981 1.630 0.032 - 2.004 0.483 0.001 - 2.406 -0.835 -0.015 - 3.861 -1.232 -0.033 - 1.474 -1.866 -0.025 - 0.107 -1.594 -0.020 - -0.865 -2.625 -0.030 - -2.185 -2.334 -0.024 - -2.634 -0.991 -0.007 - -3.993 -0.668 0.002 - -4.391 0.655 0.019 - -3.473 1.687 0.026 - -2.104 1.407 0.017 - -1.130 2.435 0.023 - 0.191 2.142 0.016 - 0.636 0.797 0.002 - -0.313 -0.246 -0.006 - -1.686 0.057 0.001 -a1aaa2a(a1)a1AAA[A@@H]3AAAa2a13 - -3.597 -0.740 0.191 - -3.638 0.637 0.041 - -2.500 1.387 -0.111 - -1.279 0.704 -0.116 - -1.233 -0.714 0.037 - -2.408 -1.446 0.188 - 0.091 -1.112 0.021 - 0.685 -2.446 0.191 - 2.127 -2.432 -0.325 - 2.837 -1.226 0.131 - 2.347 0.077 -0.366 - 2.855 1.218 0.498 - 2.019 2.476 0.486 - 0.771 2.464 -0.387 - 0.086 1.132 -0.252 - 0.841 0.015 -0.220 -A1=A[A@H]2[A@@H](A1)AAa1aaaaa21 - 2.810 0.957 0.751 - 1.576 1.379 0.619 - 0.911 0.694 -0.550 - 1.734 -0.594 -0.750 - 3.135 -0.074 -0.313 - 1.302 -1.652 0.270 - -0.128 -1.926 0.093 - -1.007 -0.849 0.033 - -2.362 -1.064 0.280 - -3.244 -0.024 0.230 - -2.779 1.262 -0.072 - -1.419 1.471 -0.320 - -0.534 0.423 -0.271 -A1=AA2=Aa3a(aaa4aaaaa34)AA2=AA1 - -4.194 1.477 0.002 - -2.877 1.774 -0.001 - -1.916 0.733 -0.001 - -0.619 1.011 -0.003 - 0.284 0.033 -0.004 - -0.109 -1.322 -0.001 - 0.840 -2.337 -0.001 - 2.193 -2.066 -0.002 - 2.663 -0.681 -0.000 - 4.029 -0.377 0.004 - 4.432 0.928 0.007 - 3.503 1.961 0.006 - 2.152 1.691 -0.008 - 1.716 0.365 -0.006 - -1.424 -1.649 0.001 - -2.354 -0.666 0.001 - -3.681 -0.963 0.003 - -4.634 0.080 0.004 -A1[AH2+]Aa2aa3a(AAa4aaaa34)a2A1 - -3.976 0.952 -0.424 - -4.309 -0.241 0.382 - -3.454 -1.382 -0.029 - -2.033 -0.913 -0.020 - -0.549 -1.875 -0.031 - 0.606 -0.594 -0.010 - -0.161 0.567 0.013 - 0.586 1.845 0.040 - 1.929 1.832 0.042 - 2.641 0.643 0.021 - 3.930 0.398 0.019 - 4.109 -0.991 -0.008 - 2.926 -1.553 -0.024 - 1.982 -0.559 -0.006 - -1.610 0.369 0.007 - -2.622 1.509 0.027 -A1AAA2=Aa3aaa4aaaaa4a3A[A@H]2A1 - 4.493 -1.295 -0.143 - 4.665 0.051 0.566 - 3.774 1.090 -0.121 - 2.341 0.612 -0.090 - 1.381 1.492 -0.068 - 0.051 1.214 -0.041 - -0.883 2.274 -0.022 - -2.216 2.031 0.005 - -2.698 0.709 0.017 - -4.075 0.436 0.046 - -4.507 -0.855 0.058 - -3.603 -1.915 0.049 - -2.261 -1.691 0.014 - -1.776 -0.370 0.000 - -0.406 -0.096 -0.030 - 0.616 -1.211 -0.052 - 2.069 -0.775 -0.085 - 3.042 -1.693 -0.109 -a1aaa2a(a1)a[a+]a1a2aaa2aaaaa12 - -4.561 0.090 0.370 - -4.067 -1.221 0.391 - -2.720 -1.467 0.222 - -1.853 -0.403 -0.021 - -2.362 0.918 -0.096 - -3.727 1.145 0.127 - -1.468 1.961 -0.401 - -0.180 1.745 -0.556 - 0.400 0.583 -0.261 - -0.412 -0.579 -0.207 - 0.169 -1.850 -0.304 - 1.518 -2.007 -0.299 - 2.377 -0.896 -0.122 - 3.768 -1.074 -0.080 - 4.586 -0.019 0.249 - 4.031 1.233 0.536 - 2.669 1.435 0.439 - 1.826 0.407 0.016 -A1AAA2=A(A1)Aa1a(aaa3aaaaa13)A2 - -4.290 1.268 -0.305 - -4.574 -0.046 -0.349 - -3.619 -0.969 -0.142 - -2.324 -0.587 0.120 - -2.017 0.737 0.166 - -3.033 1.685 -0.053 - -0.614 1.196 0.448 - 0.359 0.068 0.233 - -0.071 -1.226 0.182 - 0.842 -2.272 -0.024 - 2.169 -2.028 -0.176 - 2.645 -0.706 -0.127 - 4.011 -0.416 -0.281 - 4.436 0.876 -0.223 - 3.535 1.919 -0.015 - 2.204 1.675 0.136 - 1.728 0.354 0.082 - -1.385 -1.526 0.329 -A1AAa2a(A1)aa1a2a2aaaa2a2aaaa12 - 4.632 0.052 -0.387 - 4.016 1.184 0.439 - 2.582 1.445 -0.021 - 1.813 0.127 -0.008 - 2.469 -1.053 0.004 - 3.952 -1.269 0.003 - 1.191 -2.280 0.018 - -0.214 -1.195 0.008 - 0.351 0.074 -0.004 - -0.605 1.210 -0.014 - -0.430 2.517 -0.024 - -1.614 3.125 -0.029 - -2.566 2.226 -0.021 - -1.943 0.968 -0.011 - -2.436 -0.324 0.000 - -3.652 -0.812 0.002 - -3.611 -2.097 0.014 - -2.366 -2.508 0.019 - -1.573 -1.392 0.010 -A1=A[A@H]2Aa3aaaaa3A[A@@H]2A=A1 - 3.764 0.560 -0.075 - 2.704 1.345 0.110 - 1.370 0.724 0.426 - 0.018 1.824 -0.090 - -1.394 0.764 -0.037 - -2.663 1.330 -0.060 - -3.784 0.524 -0.023 - -3.644 -0.850 0.038 - -2.387 -1.420 0.063 - -1.249 -0.620 0.023 - -0.000 -1.250 0.062 - 1.224 -0.583 -0.370 - 2.426 -1.450 -0.114 - 3.619 -0.901 0.042 -A1A=Aa2aa3AAA[A+]4AAAa(a34)a2A1 - 3.686 0.776 -0.062 - 3.958 -0.669 -0.133 - 2.891 -1.548 -0.103 - 1.580 -1.016 -0.015 - 0.473 -1.870 0.032 - -0.798 -1.362 0.092 - -1.921 -2.361 0.151 - -3.283 -1.691 0.236 - -3.252 -0.376 -0.540 - -2.313 0.537 0.137 - -2.372 1.860 -0.513 - -1.495 2.824 0.285 - -0.044 2.378 0.190 - 0.087 0.883 0.097 - -1.003 0.021 0.095 - 1.382 0.373 0.034 - 2.423 1.234 0.022 -A1AAa2a[a+]3a(=Aa4aaaaa34)aa2A1 - -4.517 -0.258 -0.452 - -4.395 1.064 0.317 - -3.020 1.633 0.030 - -1.884 0.700 0.039 - -0.586 1.180 0.021 - 0.456 0.211 -0.316 - 0.181 -1.056 0.045 - 1.330 -1.713 0.045 - 2.360 -0.835 0.029 - 3.752 -0.989 0.025 - 4.558 0.113 0.006 - 4.013 1.389 -0.011 - 2.646 1.566 -0.007 - 1.809 0.459 0.014 - -1.084 -1.514 0.061 - -2.110 -0.696 0.063 - -3.504 -1.261 0.092 -A1AA2Aa3[aH]a4aaaaa4a3A[A@H]2A1 - 4.245 0.459 0.568 - 3.592 -0.710 0.570 - 2.444 -0.684 -0.107 - 1.449 -1.760 -0.251 - 0.089 -1.101 -0.133 - -1.117 -1.745 -0.055 - -2.124 -0.827 0.029 - -3.508 -0.964 0.127 - -4.249 0.203 0.194 - -3.659 1.457 0.167 - -2.299 1.621 0.072 - -1.526 0.458 0.003 - -0.096 0.235 -0.098 - 0.994 1.277 -0.145 - 2.270 0.650 -0.719 - 3.497 1.433 -0.216 -A1A=A[A@H]2[A@@H](A1)Aa1aaaaa21 - 2.910 0.268 -0.790 - 2.416 -1.108 -0.955 - 1.409 -1.518 -0.198 - 0.695 -0.694 0.820 - 1.195 0.755 0.914 - 2.661 0.902 0.546 - 0.352 1.464 -0.010 - -0.838 0.828 -0.077 - -2.062 1.315 -0.539 - -3.144 0.450 -0.503 - -3.032 -0.843 -0.033 - -1.819 -1.341 0.431 - -0.740 -0.484 0.398 -A1AA[A@@H]2AAa3aaaaa3[AH+]A2=A1 - -2.982 1.323 1.000 - -3.614 -0.050 0.839 - -2.579 -1.060 0.389 - -1.780 -0.685 -0.837 - -0.639 -1.689 -1.079 - 0.240 -1.709 0.114 - 1.270 -0.755 0.109 - 2.448 -1.131 0.763 - 3.516 -0.265 0.850 - 3.443 0.997 0.290 - 2.292 1.383 -0.370 - 1.219 0.511 -0.468 - 0.075 0.933 -1.215 - -1.171 0.661 -0.589 - -1.742 1.529 0.203 -A1=[A+]A[a+]2a(A1)[aH]a1aaaaa21 - -3.323 0.198 -0.141 - -3.047 -1.114 -0.147 - -1.620 -1.517 0.141 - -0.675 -0.397 0.081 - -1.066 0.866 0.063 - -2.410 1.211 0.090 - 0.012 1.695 0.012 - 1.130 0.897 -0.008 - 2.487 1.190 -0.060 - 3.363 0.116 -0.066 - 2.917 -1.194 -0.023 - 1.571 -1.510 0.028 - 0.667 -0.441 0.036 -[AH2+]1AAA2(AA1)A=AAa1a[aH]aa21 - 3.344 0.146 -0.184 - 2.746 0.587 1.078 - 1.383 -0.034 1.304 - 0.564 -0.418 0.097 - 1.240 -0.331 -1.261 - 2.470 0.564 -1.287 - 0.104 -1.859 0.262 - -1.177 -2.257 0.140 - -2.201 -1.445 -0.184 - -1.977 -0.108 -0.083 - -2.846 0.862 -0.094 - -2.146 2.067 0.036 - -0.820 1.777 0.120 - -0.686 0.446 0.055 -A1=[A+]A2([A+]=A1)[A+]=AA=[A+]2 - -2.194 -0.523 0.519 - -0.980 -0.883 0.878 - 0.000 0.000 -0.003 - -0.972 0.894 -0.885 - -2.215 0.514 -0.507 - 0.981 0.877 0.883 - 2.194 0.515 0.524 - 2.214 -0.512 -0.512 - 0.970 -0.886 -0.893 -a1aaa2a(a1)[AH+]Aa1a2aa2aaaaa12 - -4.377 -0.331 -0.020 - -3.733 -1.553 -0.124 - -2.352 -1.615 -0.121 - -1.618 -0.445 -0.008 - -2.269 0.797 0.123 - -3.654 0.839 0.108 - -1.542 2.016 0.321 - -0.163 2.061 -0.295 - 0.536 0.783 -0.128 - -0.141 -0.421 -0.015 - 0.712 -1.403 0.075 - 1.964 -0.910 0.053 - 3.214 -1.537 0.131 - 4.322 -0.729 0.089 - 4.227 0.648 -0.024 - 3.006 1.296 -0.106 - 1.865 0.501 -0.067 -A1AAA2(AA1)Aa1aaaaa1A1=A2AAA=A1 - 3.674 1.505 0.561 - 3.445 0.965 -0.852 - 2.596 -0.305 -0.782 - 1.244 0.019 -0.139 - 1.477 0.555 1.277 - 2.325 1.826 1.208 - 0.530 1.083 -0.971 - -0.882 1.272 -0.484 - -1.464 2.523 -0.503 - -2.778 2.682 -0.099 - -3.517 1.590 0.322 - -2.942 0.335 0.353 - -1.615 0.174 -0.032 - -0.968 -1.157 0.001 - 0.414 -1.233 -0.066 - 1.024 -2.497 -0.052 - 0.237 -3.593 0.028 - -1.116 -3.459 0.118 - -1.693 -2.276 0.107 -A1AAA2=AA3=AAAA[A@@H]3A[A@H]2A1 - 3.676 0.753 -0.143 - 3.512 -0.686 -0.647 - 2.494 -1.398 0.232 - 1.182 -0.647 0.227 - 0.041 -1.380 0.429 - -1.195 -0.738 0.286 - -2.203 -1.389 -0.246 - -3.565 -0.790 -0.449 - -3.420 0.714 -0.712 - -2.597 1.298 0.415 - -1.255 0.694 0.730 - -0.152 1.461 -0.006 - 1.145 0.688 0.031 - 2.331 1.424 -0.147 -a1aaa2aa3[aH]a4aaaaa4a3[a+]a2a1 - -4.263 1.131 0.000 - -4.538 -0.236 0.001 - -3.532 -1.152 0.001 - -2.195 -0.716 0.000 - -1.132 -1.634 0.000 - 0.159 -1.139 0.000 - 1.394 -1.766 0.001 - 2.409 -0.825 -0.005 - 3.795 -0.946 0.001 - 4.587 0.182 0.001 - 4.014 1.445 0.001 - 2.643 1.586 0.000 - 1.832 0.453 0.000 - 0.368 0.258 0.000 - -0.648 1.103 -0.001 - -1.912 0.675 -0.001 - -2.983 1.589 0.000 -A1AA[A@@H]2A=Aa3aaaaa3[A@@H]2A1 - 2.770 -1.354 0.775 - 3.421 -0.052 0.304 - 2.823 0.357 -1.028 - 1.315 0.552 -0.903 - 1.015 1.679 -0.024 - -0.211 1.809 0.537 - -1.236 0.795 0.244 - -2.595 1.065 0.414 - -3.522 0.082 0.135 - -3.108 -1.164 -0.303 - -1.761 -1.437 -0.481 - -0.825 -0.466 -0.210 - 0.649 -0.726 -0.398 - 1.266 -1.135 0.943 -A1A[A@@H]2A[A@H]3A=A[A@]2(A1)A3 - -2.346 -0.182 -0.226 - -1.778 1.004 0.158 - -0.417 0.719 0.729 - 0.712 1.618 0.192 - 1.557 0.604 -0.646 - 2.132 -0.418 0.341 - 1.123 -1.204 0.734 - -0.058 -0.642 0.027 - -1.396 -1.307 -0.059 - 0.473 -0.192 -1.249 -a1aaa2AA[A@]3(AAa4aaaaa34)Aa2a1 - -3.410 -1.094 -1.255 - -3.840 -1.098 0.060 - -3.154 -0.376 1.016 - -2.028 0.358 0.648 - -1.263 1.127 1.652 - -0.050 1.613 1.327 - 0.590 1.260 0.064 - 1.682 2.303 -0.267 - 2.780 1.442 -0.935 - 2.580 0.057 -0.389 - 3.455 -1.018 -0.407 - 3.018 -2.200 0.175 - 1.767 -2.304 0.747 - 0.887 -1.231 0.767 - 1.315 -0.049 0.182 - -0.419 1.207 -1.078 - -1.608 0.371 -0.683 - -2.296 -0.361 -1.627 -A1AA=A2Aa3aaa4aaaaa4a3A[A@H]2A1 - -4.002 1.472 -0.631 - -4.601 0.061 -0.572 - -3.492 -0.942 -0.429 - -2.362 -0.697 0.174 - -1.387 -1.701 0.261 - -0.044 -1.316 0.138 - 0.931 -2.322 0.043 - 2.249 -2.016 -0.067 - 2.652 -0.669 -0.086 - 4.009 -0.318 -0.196 - 4.366 0.995 -0.204 - 3.406 2.001 -0.104 - 2.083 1.698 0.001 - 1.676 0.352 0.009 - 0.313 0.011 0.108 - -0.702 1.121 0.176 - -2.006 0.626 0.805 - -3.096 1.636 0.568 -A1AAa2aa3a(aa4AAA=Aa34)[a+]a2A1 - 4.586 -0.211 -0.406 - 4.296 0.976 0.341 - 3.066 1.591 -0.039 - 1.947 0.582 -0.013 - 0.645 1.040 -0.019 - -0.417 0.108 0.000 - -0.052 -1.252 0.023 - -1.603 -2.116 0.039 - -2.701 -0.725 0.017 - -4.094 -0.584 0.017 - -4.608 0.669 0.002 - -3.763 1.732 -0.022 - -2.473 1.609 -0.022 - -1.863 0.388 -0.002 - 1.219 -1.722 0.032 - 2.203 -0.778 0.014 - 3.615 -1.309 0.032 -a1aaa2AA3AAa4aaaaa4[A@@H]3Aa2a1 - -4.286 -1.395 -0.152 - -4.691 -0.085 0.036 - -3.746 0.934 0.107 - -2.389 0.620 -0.004 - -1.355 1.664 0.092 - -0.058 1.318 0.281 - 0.931 2.391 0.280 - 2.180 2.026 -0.494 - 2.628 0.621 -0.212 - 3.964 0.306 -0.430 - 4.433 -0.973 -0.193 - 3.555 -1.951 0.268 - 2.228 -1.632 0.483 - 1.762 -0.344 0.245 - 0.306 -0.069 0.508 - -0.531 -1.020 -0.349 - -1.994 -0.708 -0.199 - -2.941 -1.705 -0.267 -A1AAA2(A1)[A+]=A[A@H]1A[A@@H]21 - -2.258 -0.515 0.769 - -2.435 0.469 -0.405 - -1.176 0.436 -1.113 - -0.226 -0.027 -0.139 - -0.914 -1.025 0.631 - 0.231 1.075 0.715 - 1.515 1.228 0.637 - 2.158 0.239 -0.302 - 2.100 -1.252 0.035 - 1.001 -0.632 -0.831 -A1AA=A2Aa3aaaaa3[AH+]A[A@@H]2A1 - 3.380 -0.031 -1.165 - 3.199 -1.420 -0.543 - 1.853 -1.515 0.107 - 1.189 -0.498 0.604 - -0.041 -0.766 1.216 - -1.224 -0.517 0.510 - -2.098 -1.535 0.177 - -3.273 -1.241 -0.492 - -3.576 0.066 -0.827 - -2.704 1.090 -0.502 - -1.524 0.805 0.158 - -0.613 1.856 0.509 - 0.707 1.803 -0.205 - 1.688 0.917 0.563 - 3.038 0.990 -0.103 -A1[AH2+]Aa2aa3a(aaa4aaaa34)a2A1 - 3.964 0.962 0.428 - 4.318 -0.223 -0.379 - 3.478 -1.376 0.025 - 2.050 -0.928 0.017 - 0.583 -1.921 0.034 - -0.618 -0.616 0.007 - 0.157 0.546 -0.015 - -0.599 1.815 -0.040 - -1.914 1.793 -0.041 - -2.614 0.652 -0.020 - -3.915 0.393 -0.017 - -4.118 -0.875 0.007 - -3.001 -1.517 0.021 - -1.976 -0.559 0.004 - 1.605 0.347 -0.008 - 2.605 1.500 -0.028 -A1=A[A@@H]2[A@H](A1)AAa1aaaaa21 - 2.794 0.970 -0.761 - 1.560 1.387 -0.614 - 0.909 0.692 0.558 - 1.743 -0.589 0.750 - 3.136 -0.058 0.300 - 1.311 -1.651 -0.265 - -0.116 -1.935 -0.077 - -0.997 -0.854 -0.040 - -2.345 -1.070 -0.296 - -3.238 -0.020 -0.238 - -2.782 1.253 0.077 - -1.437 1.466 0.332 - -0.533 0.414 0.275 -A1AAA2(AA1)Aa1aaaaa1A1=A2AA=AA1 - -3.656 -1.544 0.567 - -3.431 -1.004 -0.847 - -2.591 0.273 -0.779 - -1.237 -0.042 -0.136 - -1.466 -0.577 1.281 - -2.305 -1.854 1.214 - -0.518 -1.104 -0.966 - 0.902 -1.268 -0.494 - 1.510 -2.506 -0.527 - 2.823 -2.644 -0.111 - 3.536 -1.545 0.333 - 2.939 -0.301 0.371 - 1.614 -0.158 -0.036 - 0.941 1.154 0.021 - -0.416 1.217 -0.065 - -1.040 2.485 -0.084 - -0.288 3.592 0.010 - 1.023 3.517 0.116 - 1.664 2.315 0.129 -A1=A[A@@H]2Aa3aaaaa3A[A@H]2A=A1 - -3.763 -0.570 0.082 - -2.698 -1.348 -0.099 - -1.370 -0.720 -0.426 - -0.018 -1.822 0.086 - 1.395 -0.764 0.036 - 2.663 -1.331 0.054 - 3.785 -0.527 0.018 - 3.646 0.848 -0.035 - 2.390 1.419 -0.054 - 1.251 0.619 -0.022 - 0.003 1.252 -0.058 - -1.229 0.594 0.361 - -2.431 1.458 0.093 - -3.628 0.892 -0.041 -A1AAa2a(A1)[aH]a1[AH+]AAA[a+]21 - 3.348 0.190 0.039 - 2.987 -1.104 0.013 - 1.685 -1.460 -0.018 - 0.671 -0.406 -0.031 - 1.097 0.916 -0.009 - 2.446 1.187 0.023 - -0.027 1.689 -0.025 - -1.100 0.851 -0.058 - -2.466 1.110 0.258 - -3.402 0.124 -0.405 - -2.977 -1.135 0.362 - -1.578 -1.562 -0.094 - -0.685 -0.398 -0.061 -A1=AAa2a(A1)aaa1a2[aH]a2aaaaa12 - -4.494 0.406 -0.002 - -3.843 1.578 0.000 - -2.369 1.623 0.001 - -1.597 0.367 0.000 - -2.278 -0.863 -0.001 - -3.755 -0.870 -0.002 - -1.563 -2.059 0.004 - -0.180 -2.042 -0.001 - 0.508 -0.834 0.000 - -0.197 0.388 0.001 - 0.715 1.416 0.001 - 2.008 0.915 0.001 - 3.252 1.537 0.000 - 4.405 0.781 -0.001 - 4.338 -0.608 -0.001 - 3.110 -1.244 -0.001 - 1.940 -0.487 0.000 -a1aaa2a(a1)AAAa1a2[aH]a2aaaaa12 - 4.331 0.788 -0.171 - 3.509 1.866 -0.450 - 2.141 1.725 -0.370 - 1.576 0.497 -0.005 - 2.405 -0.579 0.315 - 3.788 -0.421 0.206 - 1.937 -1.798 0.771 - 0.893 -2.506 0.340 - 0.011 -2.017 -0.782 - -0.600 -0.709 -0.345 - 0.102 0.393 0.018 - -0.774 1.395 0.387 - -2.060 0.954 0.250 - -3.286 1.573 0.483 - -4.424 0.823 0.237 - -4.365 -0.484 -0.220 - -3.171 -1.122 -0.454 - -2.005 -0.385 -0.218 -a1aaa2A=a3a4aa[aH]a4aa[a+]3a2a1 - 3.960 -0.799 -0.036 - 4.138 0.577 -0.019 - 3.061 1.418 -0.007 - 1.765 0.891 -0.013 - 0.534 1.458 -0.004 - -0.387 0.517 -0.015 - -1.848 0.547 -0.014 - -2.858 1.601 -0.001 - -4.059 0.984 -0.008 - -3.875 -0.376 -0.019 - -2.540 -0.669 -0.029 - -1.845 -1.818 -0.043 - -0.546 -1.847 -0.044 - 0.217 -0.643 0.315 - 1.585 -0.504 -0.029 - 2.692 -1.341 -0.041 -A1AAA2=Aa3aaaaa3[AH+]A[A@@H]2A1 - -3.968 0.169 -0.404 - -3.616 -0.980 0.546 - -2.318 -1.621 0.056 - -1.206 -0.578 0.059 - -0.035 -1.032 0.326 - 1.227 -0.630 0.136 - 2.212 -1.556 -0.231 - 3.520 -1.159 -0.399 - 3.886 0.162 -0.208 - 2.930 1.099 0.142 - 1.613 0.721 0.301 - 0.618 1.675 0.658 - -0.505 1.833 -0.302 - -1.542 0.763 -0.229 - -2.821 1.134 -0.448 -A1AAa2aa3a(a2A1)a1aaaa1a1aaaa31 - 4.039 -1.125 -0.430 - 4.560 -0.027 0.324 - 3.956 1.234 -0.007 - 2.471 1.046 -0.006 - 1.195 2.272 -0.015 - -0.211 1.187 -0.004 - 0.354 -0.084 0.005 - 1.813 -0.136 0.004 - 2.607 -1.439 0.013 - -0.606 -1.217 0.016 - -0.436 -2.524 0.026 - -1.622 -3.127 0.033 - -2.571 -2.224 0.027 - -1.943 -0.969 0.016 - -2.430 0.323 0.007 - -3.647 0.816 0.006 - -3.597 2.101 -0.005 - -2.355 2.501 -0.011 - -1.568 1.385 -0.004 -A1AA[A@H]2[A@H](A1)AAA1=A2AAAA1 - -3.500 0.444 -0.559 - -2.842 1.635 0.125 - -1.332 1.617 -0.117 - -0.741 0.340 0.477 - -1.404 -0.879 -0.128 - -2.915 -0.891 -0.095 - -0.769 -2.129 0.480 - 0.677 -2.189 -0.006 - 1.365 -0.841 -0.011 - 0.753 0.287 0.192 - 1.452 1.627 0.175 - 2.954 1.461 0.385 - 3.446 0.435 -0.644 - 2.857 -0.918 -0.274 -A1AAA2=A(A1)AA1=A(A2)Aa2aaaaa12 - -4.203 -1.166 -0.223 - -4.523 0.140 -0.285 - -3.574 1.083 -0.137 - -2.235 0.700 0.081 - -1.931 -0.625 0.142 - -2.934 -1.556 -0.016 - -0.642 -1.075 0.335 - 0.396 -0.183 0.190 - 0.180 1.171 0.141 - -1.194 1.778 0.250 - 1.412 1.843 -0.020 - 2.476 0.816 -0.070 - 3.846 0.915 -0.212 - 4.570 -0.282 -0.217 - 3.952 -1.503 -0.086 - 2.566 -1.619 0.057 - 1.835 -0.442 0.063 -A1A[A@H]2A[AH+]a3aaaaa3[A@H]2A1 - 2.255 1.224 1.029 - 2.226 -0.320 0.982 - 1.942 -0.588 -0.516 - 1.239 -1.923 -0.699 - 0.016 -1.996 0.166 - -0.838 -0.852 0.064 - -2.155 -1.004 0.483 - -3.025 0.066 0.425 - -2.581 1.286 -0.053 - -1.274 1.437 -0.468 - -0.390 0.367 -0.412 - 1.025 0.592 -0.874 - 1.554 1.706 -0.125 -A1AA[A@@H]2[A@@H](A1)Aa1aaaaa21 - 3.497 0.119 0.283 - 3.027 -1.265 -0.155 - 1.567 -1.528 0.253 - 0.734 -0.416 -0.342 - 1.179 0.911 0.331 - 2.556 1.227 -0.227 - 0.030 1.822 -0.103 - -1.176 0.890 -0.059 - -2.526 1.168 0.076 - -3.450 0.135 0.128 - -3.020 -1.175 0.053 - -1.674 -1.455 -0.082 - -0.746 -0.433 -0.156 -a1aaa2AA[A@H]3Aa4aaaaa4A3=Aa2a1 - 4.148 1.281 -0.249 - 4.530 -0.036 -0.045 - 3.603 -1.017 0.262 - 2.262 -0.640 0.390 - 1.022 -1.856 0.655 - 0.087 -1.807 -0.955 - -0.052 -0.175 -1.172 - -1.403 -0.107 -1.882 - -2.425 0.037 -0.850 - -3.817 -0.047 -0.974 - -4.564 0.016 0.191 - -3.969 0.158 1.432 - -2.598 0.272 1.583 - -1.810 0.235 0.424 - -0.410 0.394 0.230 - 0.642 0.979 0.752 - 1.925 0.659 0.289 - 2.821 1.654 -0.089 -a1aaa2AAa3a4A[AH2+]AAa4aaa3a2a1 - 4.130 1.159 -0.329 - 4.603 -0.095 0.022 - 3.715 -1.130 0.231 - 2.348 -0.894 0.113 - 1.385 -2.003 0.103 - 0.079 -1.744 -0.048 - -0.427 -0.492 0.007 - -1.808 -0.344 -0.034 - -2.673 -1.569 -0.203 - -4.052 -1.243 0.207 - -4.497 -0.016 -0.483 - -3.724 1.078 0.015 - -2.377 0.910 0.077 - -1.559 2.015 0.283 - -0.184 1.879 0.325 - 0.407 0.641 0.108 - 1.860 0.429 -0.026 - 2.773 1.415 -0.372 -a1aaa2[A@@H]3AA[A@@H](A=A3)a2a1 - 2.721 -0.675 0.026 - 2.706 0.708 -0.017 - 1.500 1.400 -0.047 - 0.332 0.690 -0.034 - -1.057 1.301 -0.074 - -1.773 0.839 1.218 - -1.734 -0.681 1.234 - -1.034 -1.336 0.036 - -1.761 -0.740 -1.176 - -1.774 0.588 -1.223 - 0.348 -0.703 0.014 - 1.527 -1.390 0.043 -A1A[A@H]2[AH2+][AH2+]A[A@@H]2A1 - -2.102 0.027 -0.077 - -1.342 1.162 0.040 - 0.028 0.734 -0.227 - 1.311 1.129 0.158 - 2.158 -0.008 -0.135 - 1.308 -1.225 -0.100 - -0.011 -0.707 0.418 - -1.348 -1.115 -0.077 -A1AAA2=A(A1)a1a(AA2)aaa2aaaaa12 - -2.686 -2.045 0.966 - -3.808 -1.657 -0.005 - -3.655 -0.201 -0.356 - -2.400 0.422 -0.328 - -1.263 -0.271 -0.038 - -1.344 -1.739 0.294 - -0.013 0.395 -0.014 - -0.001 1.793 0.150 - -1.215 2.468 0.172 - -2.319 1.904 -0.618 - 1.200 2.487 0.284 - 2.393 1.842 0.274 - 2.460 0.444 0.106 - 3.642 -0.178 0.121 - 3.743 -1.463 -0.117 - 2.622 -2.237 -0.392 - 1.378 -1.663 -0.387 - 1.268 -0.296 -0.105 -a1aaa2AAa3aa4AA[AH2+]Aa4aa3a2a1 - -3.550 1.979 -0.030 - -4.473 0.944 -0.007 - -4.056 -0.370 0.016 - -2.693 -0.659 0.018 - -2.194 -2.041 0.042 - -0.874 -2.285 0.042 - 0.054 -1.302 0.020 - 1.403 -1.630 0.022 - 2.366 -0.632 0.000 - 3.680 -0.983 0.006 - 4.624 0.020 -0.377 - 4.322 1.246 0.389 - 3.027 1.799 -0.053 - 1.989 0.705 -0.026 - 0.653 1.045 -0.027 - -0.321 0.049 -0.005 - -1.755 0.395 -0.006 - -2.196 1.713 -0.030 -A1AAA2=Aa3a(AA2A1)[aH]a1aaaaa31 - -4.579 -0.681 -0.268 - -4.612 0.662 0.474 - -3.261 1.675 -0.178 - -1.921 0.534 -0.042 - -0.701 1.053 -0.026 - 0.400 0.294 -0.031 - 0.271 -1.094 -0.074 - -1.025 -1.636 -0.079 - -2.105 -0.810 0.017 - -3.385 -1.478 0.228 - 1.538 -1.655 -0.097 - 2.496 -0.663 -0.043 - 3.888 -0.701 -0.027 - 4.610 0.470 0.030 - 3.962 1.698 0.070 - 2.585 1.759 0.054 - 1.841 0.579 -0.002 -A1AA[a+]2a(=[A+]1)[aH]a1aaaaa21 - 3.408 -0.120 -0.164 - 2.932 1.161 0.523 - 1.600 1.610 -0.097 - 0.657 0.392 -0.396 - 1.129 -0.846 -0.015 - 2.410 -1.238 -0.042 - 0.043 -1.678 0.059 - -1.098 -0.895 0.042 - -2.443 -1.238 0.092 - -3.362 -0.198 0.064 - -2.964 1.122 -0.003 - -1.624 1.481 -0.047 - -0.691 0.451 -0.021 -a1aaa2a(a1)AA[a+]1aa3aaaaa3aa21 - 4.461 -0.937 0.046 - 3.549 -1.955 -0.207 - 2.189 -1.674 -0.252 - 1.749 -0.367 -0.047 - 2.672 0.647 0.214 - 4.019 0.364 0.251 - 2.166 2.042 0.473 - 0.926 2.306 -0.376 - -0.074 1.247 -0.201 - -1.343 1.597 -0.179 - -2.354 0.635 -0.056 - -3.716 0.986 -0.022 - -4.669 -0.009 0.082 - -4.295 -1.352 0.156 - -2.983 -1.718 0.133 - -1.987 -0.735 0.034 - -0.621 -1.054 0.028 - 0.305 -0.030 -0.078 -a1aaa2aa3a(aa2a1)[aH+]a1aaaaa31 - -4.543 0.266 0.011 - -4.312 -1.034 -0.031 - -3.092 -1.541 -0.042 - -1.972 -0.677 -0.010 - -0.664 -1.167 -0.020 - 0.397 -0.279 0.014 - 0.174 1.116 0.059 - -1.115 1.611 0.069 - -2.199 0.726 0.036 - -3.531 1.182 0.045 - 1.399 1.711 -0.270 - 2.429 0.815 0.058 - 3.813 0.949 0.068 - 4.617 -0.171 0.034 - 4.055 -1.442 -0.010 - 2.680 -1.592 -0.021 - 1.862 -0.466 0.008 -a1aaa2A[A@@H]3AAA[A@@H](A3)a2a1 - 2.787 -0.876 0.181 - 2.940 0.472 0.450 - 1.870 1.331 0.298 - 0.637 0.845 -0.125 - -0.393 1.720 -0.263 - -1.715 1.172 -0.307 - -2.077 0.622 0.987 - -1.984 -0.670 1.306 - -1.539 -1.730 0.339 - -0.833 -1.073 -0.853 - -1.737 0.053 -1.374 - 0.486 -0.505 -0.393 - 1.562 -1.362 -0.240 -A1=AA[A+]2=A(A1)a1aaaaa1[AH+]A2 - -2.832 1.448 -0.181 - -3.413 0.260 -0.037 - -2.693 -0.842 0.124 - -1.403 -0.814 0.146 - -0.767 0.344 0.001 - -1.507 1.526 -0.164 - 0.711 0.381 0.015 - 1.417 1.567 0.174 - 2.799 1.543 0.170 - 3.481 0.349 0.009 - 2.788 -0.839 -0.148 - 1.407 -0.828 -0.144 - 0.674 -2.041 -0.326 - -0.663 -2.059 0.356 -a1aaa2a(a1)aaa1a2a[a+]a2aaaaa12 - -4.603 -0.007 -0.004 - -4.070 -1.291 0.001 - -2.719 -1.488 0.001 - -1.860 -0.386 0.000 - -2.400 0.921 0.000 - -3.790 1.089 0.000 - -1.499 2.070 0.001 - -0.147 1.886 0.000 - 0.412 0.604 0.000 - -0.405 -0.547 0.000 - 0.196 -1.815 0.000 - 1.494 -1.965 0.000 - 2.350 -0.932 0.000 - 3.737 -1.146 0.000 - 4.587 -0.080 0.000 - 4.103 1.223 0.000 - 2.759 1.467 -0.001 - 1.864 0.396 0.000 -A1AAa2aa3[aH]a4aaaaa4[a+]3aa2A1 - -4.316 1.098 -0.398 - -4.574 -0.176 0.413 - -3.579 -1.245 -0.038 - -2.177 -0.700 -0.017 - -1.105 -1.606 -0.037 - 0.216 -1.117 -0.027 - 1.420 -1.789 -0.042 - 2.428 -0.840 -0.018 - 3.814 -0.918 -0.018 - 4.567 0.238 0.011 - 3.947 1.478 0.040 - 2.572 1.571 0.040 - 1.799 0.411 0.010 - 0.443 0.195 0.003 - -0.571 1.066 0.023 - -1.900 0.646 0.016 - -2.981 1.693 0.046 -A1AAA2=AA3=AAAA[A@H]3A[A@@H]2A1 - 3.656 0.735 0.414 - 3.626 -0.567 -0.393 - 2.473 -1.431 0.145 - 1.174 -0.675 -0.005 - 0.044 -1.410 -0.255 - -1.194 -0.755 -0.225 - -2.238 -1.370 0.279 - -3.604 -0.752 0.370 - -3.461 0.764 0.554 - -2.569 1.276 -0.555 - -1.215 0.650 -0.753 - -0.152 1.452 0.011 - 1.137 0.670 0.104 - 2.317 1.408 0.310 -a1aa2Aa3a(=Aa2[aH]1)aaa1aaaaa31 - -4.503 0.673 -0.001 - -3.511 1.531 0.000 - -2.317 0.825 0.001 - -0.860 1.229 0.001 - 0.113 0.127 0.001 - -0.348 -1.171 0.001 - -1.628 -1.451 0.000 - -2.614 -0.528 0.000 - -3.979 -0.627 -0.001 - 0.644 -2.263 0.000 - 1.924 -1.986 0.000 - 2.376 -0.706 0.000 - 3.753 -0.450 -0.001 - 4.210 0.848 -0.001 - 3.316 1.908 -0.001 - 1.956 1.675 0.000 - 1.474 0.373 0.000 -A1=A[A@@H]2[A@@H](A1)Aa1aaaaa21 - -3.096 1.131 0.271 - -1.863 1.492 -0.038 - -0.975 0.461 -0.531 - -1.340 -0.848 0.317 - -3.105 -0.664 0.090 - -0.395 -1.703 -0.266 - 0.803 -0.942 -0.119 - 2.111 -1.327 0.103 - 3.100 -0.374 0.255 - 2.785 0.971 0.189 - 1.481 1.368 -0.050 - 0.495 0.431 -0.224 -A1AA[A@@H]2AA3=A(A=AAA3)A=A2A1 - 3.556 0.743 -0.528 - 3.736 -0.621 0.145 - 2.438 -1.382 0.081 - 1.258 -0.747 0.064 - -0.029 -1.551 -0.001 - -1.305 -0.742 -0.013 - -1.204 0.653 0.034 - -2.335 1.367 0.023 - -3.511 0.763 -0.031 - -3.629 -0.557 -0.076 - -2.548 -1.337 -0.069 - 0.002 1.265 0.089 - 1.159 0.658 0.105 - 2.418 1.492 0.171 -a1aaa2Aa3aaaa4AAA[A+](a2a1)a34 - -3.574 1.094 0.485 - -4.009 -0.218 0.454 - -3.123 -1.232 0.133 - -1.806 -0.928 -0.167 - -0.675 -2.214 -0.598 - 0.884 -1.518 -0.149 - 1.956 -2.334 0.162 - 3.194 -1.777 0.457 - 3.361 -0.409 0.449 - 2.280 0.424 0.157 - 2.411 1.892 0.167 - 1.423 2.645 -0.358 - 0.268 2.034 -1.013 - 0.001 0.875 -0.091 - -1.360 0.393 -0.133 - -2.258 1.402 0.196 - 1.026 -0.134 -0.143 -a1aaa2a(a1)AAa1a2[aH]a2aaaaa12 - -4.334 0.347 -0.018 - -3.681 1.483 -0.164 - -2.362 1.532 -0.162 - -1.656 0.421 -0.010 - -2.314 -0.803 0.171 - -3.695 -0.803 0.149 - -1.548 -2.074 0.400 - -0.214 -2.092 -0.345 - 0.496 -0.778 -0.154 - -0.181 0.408 -0.026 - 0.713 1.439 0.092 - 1.987 0.943 0.067 - 3.227 1.570 0.164 - 4.348 0.760 0.104 - 4.259 -0.615 -0.045 - 3.052 -1.263 -0.139 - 1.899 -0.468 -0.087 -a1aaa2Aa3aaaa4A=A[A+](a2a1)a34 - -3.657 -0.830 0.030 - -3.869 0.541 0.012 - -2.800 1.409 0.001 - -1.496 0.908 0.008 - -0.349 1.849 -0.003 - 0.990 1.245 0.005 - 2.192 1.964 -0.004 - 3.395 1.252 0.007 - 3.436 -0.127 0.025 - 2.245 -0.861 0.033 - 1.867 -2.165 0.049 - 0.559 -2.249 0.049 - 0.089 -0.975 -0.310 - -1.283 -0.481 0.027 - -2.376 -1.340 0.043 - 1.057 -0.142 0.023 -A1AA[A@H]2Aa3aaaaa3AA[A@@H]2A1 - 3.999 0.179 -0.224 - 3.515 -1.273 -0.317 - 2.293 -1.427 0.584 - 1.157 -0.497 0.129 - 0.032 -0.667 1.167 - -1.309 -0.522 0.499 - -2.051 -1.655 0.202 - -3.284 -1.524 -0.412 - -3.784 -0.275 -0.733 - -3.046 0.859 -0.439 - -1.815 0.713 0.176 - -0.827 2.135 0.577 - 0.605 1.924 -0.518 - 1.617 0.947 0.075 - 2.896 1.085 -0.762 -a1aaa2a(a1)AAa1a2[a+]a2aaaaa12 - 4.380 -0.316 -0.019 - 3.739 -1.536 -0.156 - 2.359 -1.594 -0.154 - 1.626 -0.423 -0.009 - 2.272 0.807 0.159 - 3.651 0.849 0.137 - 1.477 2.059 0.406 - 0.147 2.059 -0.342 - -0.540 0.780 -0.157 - 0.147 -0.416 -0.029 - -0.695 -1.403 0.083 - -1.952 -0.922 0.060 - -3.196 -1.558 0.156 - -4.311 -0.760 0.107 - -4.228 0.615 -0.030 - -3.013 1.272 -0.130 - -1.865 0.488 -0.086 -a1aaa2a(a1)a1aaaaa1a1aa[aH]a21 - -2.829 -2.189 0.000 - -3.515 -0.982 -0.001 - -2.840 0.204 -0.002 - -1.438 0.212 0.000 - -0.739 -1.013 0.000 - -1.452 -2.213 0.001 - 0.732 -1.017 0.000 - 1.439 -2.221 0.001 - 2.816 -2.208 0.000 - 3.510 -1.006 -0.000 - 2.832 0.193 -0.001 - 1.436 0.203 -0.000 - 0.699 1.477 -0.000 - 1.101 2.750 -0.000 - 0.046 3.549 0.000 - -1.096 2.786 0.001 - -0.702 1.473 0.001 -A1AAA2=AA3=AAAA[A@H]3A[A@H]2A1 - -3.675 0.755 -0.148 - -3.512 -0.686 -0.644 - -2.496 -1.395 0.239 - -1.183 -0.647 0.229 - -0.042 -1.381 0.428 - 1.194 -0.740 0.284 - 2.201 -1.388 -0.251 - 3.563 -0.789 -0.455 - 3.421 0.717 -0.708 - 2.598 1.294 0.422 - 1.256 0.691 0.733 - 0.154 1.460 -0.006 - -1.144 0.688 0.031 - -2.329 1.424 -0.152 -A1[AH2+]Aa2a[a+]a3[aH]aaa3a2A1 - 2.757 -1.331 -0.398 - 3.225 -0.179 0.400 - 2.546 1.046 -0.055 - 1.054 0.849 -0.031 - 0.223 1.977 -0.049 - -1.135 1.932 -0.030 - -1.687 0.680 -0.004 - -2.995 0.281 0.016 - -3.053 -1.116 0.046 - -1.844 -1.614 0.047 - -0.906 -0.491 0.016 - 0.493 -0.391 0.004 - 1.324 -1.645 0.033 -A1=Aa2aaa3A=AA[AH+]a3a2[AH+]A1 - -3.465 0.323 0.180 - -2.864 -0.840 -0.064 - -1.385 -0.865 -0.066 - -0.689 -2.065 0.070 - 0.689 -2.065 0.070 - 1.385 -0.865 -0.068 - 2.864 -0.839 -0.068 - 3.465 0.324 0.179 - 2.633 1.548 0.455 - 1.403 1.551 -0.360 - 0.695 0.347 -0.209 - -0.695 0.347 -0.209 - -1.403 1.550 -0.364 - -2.634 1.549 0.451 -A1=A[A@H]2Aa3aaaaa3A[A@H]2A=A1 - 3.531 -0.338 0.348 - 2.963 -0.731 -0.807 - 1.510 -0.380 -1.042 - 0.485 -1.549 -0.095 - -1.087 -0.753 -0.015 - -2.205 -1.502 0.334 - -3.445 -0.900 0.423 - -3.575 0.453 0.165 - -2.470 1.202 -0.187 - -1.216 0.605 -0.286 - -0.135 1.399 -0.671 - 1.255 1.028 -0.484 - 1.652 1.062 0.966 - 2.742 0.398 1.352 -a1aaa2[aH+]a3=[A+]A=A[a+]3a2a1 - -2.757 1.091 0.005 - -3.120 -0.244 -0.043 - -2.153 -1.227 -0.086 - -0.809 -0.877 -0.081 - 0.359 -1.576 0.235 - 1.431 -0.749 -0.099 - 2.746 -0.696 -0.114 - 3.142 0.592 -0.071 - 2.032 1.372 -0.028 - 1.001 0.394 0.293 - -0.443 0.469 -0.030 - -1.424 1.450 0.019 -[AH2+]1AA[A+]2A(=Aa3aaaaa23)A1 - -3.334 0.109 -0.355 - -2.984 -1.082 0.450 - -1.605 -1.590 0.011 - -0.651 -0.389 -0.325 - -1.069 0.851 0.055 - -0.028 1.632 0.064 - 1.094 0.887 0.036 - 2.449 1.235 0.032 - 3.366 0.193 -0.002 - 2.965 -1.138 -0.030 - 1.629 -1.500 -0.025 - 0.693 -0.472 0.009 - -2.521 1.270 0.074 -a1aaa2A[A@@H]3AA[A@@H](A3)a2a1 - 2.680 0.865 -0.063 - 2.809 -0.502 -0.262 - 1.697 -1.319 -0.221 - 0.442 -0.774 0.021 - -0.646 -1.591 0.060 - -1.943 -0.974 0.173 - -2.178 -0.116 -1.058 - -1.740 1.132 -0.823 - -1.057 1.181 0.479 - -1.815 0.092 1.298 - 0.320 0.593 0.218 - 1.426 1.412 0.178 -A1AA[A@@]2(AAa3aaaaa23)[AH2+]1 - -2.891 -0.978 0.690 - -3.169 -0.411 -0.725 - -1.730 -0.156 -1.251 - -0.977 0.281 0.015 - -0.837 1.781 0.060 - 0.482 2.050 0.078 - 1.256 0.889 0.036 - 2.639 0.717 0.023 - 3.179 -0.552 -0.019 - 2.355 -1.662 -0.048 - 0.981 -1.500 -0.035 - 0.437 -0.235 0.000 - -1.719 -0.221 1.170 -A1AA=A2AA3=A(AA=AA3)A[A@@H]2A1 - 3.412 -0.747 0.646 - 3.561 0.764 0.435 - 2.200 1.379 0.274 - 1.178 0.757 -0.244 - -0.058 1.413 -0.353 - -1.199 0.672 -0.123 - -1.156 -0.679 0.018 - -2.369 -1.377 0.217 - -3.526 -0.702 0.279 - -3.553 0.608 0.153 - -2.408 1.317 -0.049 - 0.132 -1.458 -0.017 - 1.218 -0.665 -0.748 - 2.563 -1.285 -0.483 -A1AA2=A(A1)Aa1a(aaa3aaaaa13)A2 - 4.591 -0.813 -0.319 - 4.213 0.640 0.057 - 2.696 0.574 0.052 - 2.346 -0.731 0.067 - 3.432 -1.547 0.110 - 0.903 -1.103 0.050 - -0.130 -0.055 0.024 - 0.246 1.290 0.017 - -0.725 2.296 -0.005 - -2.054 1.987 -0.023 - -2.471 0.646 -0.018 - -3.837 0.310 -0.037 - -4.209 -0.999 -0.025 - -3.257 -2.016 -0.006 - -1.925 -1.729 0.014 - -1.503 -0.392 0.007 - 1.688 1.635 0.033 -A1AAa2a(A1)a1AAA=Aa1a1AAA=Aa21 - 3.364 1.592 -0.388 - 3.661 0.257 0.269 - 2.643 -0.694 0.033 - 1.342 -0.329 0.053 - 0.963 1.000 0.011 - 1.981 2.105 -0.037 - -0.387 1.342 0.014 - -0.750 2.644 -0.033 - -2.046 2.999 -0.035 - -3.067 2.029 0.014 - -2.744 0.710 0.057 - -1.374 0.341 0.065 - -0.993 -1.006 0.118 - -1.911 -2.001 0.175 - -1.585 -3.226 -0.482 - -0.194 -3.669 -0.112 - 0.741 -2.762 0.166 - 0.363 -1.334 0.111 -A1AA[A@@H]2[A@H](A1)Aa1aaaaa21 - 3.146 -0.234 -0.607 - 2.856 1.250 -0.528 - 1.361 1.431 -0.453 - 0.714 0.650 0.675 - 1.151 -0.806 0.777 - 2.596 -1.103 0.494 - 0.265 -1.488 -0.121 - -0.925 -0.816 -0.122 - -2.193 -1.242 -0.504 - -3.270 -0.384 -0.417 - -3.098 0.914 0.041 - -1.834 1.345 0.424 - -0.765 0.485 0.340 -A1AAA2(AA1)[AH2+]AAa1[aH]aaa21 - 3.293 -0.541 0.208 - 2.621 0.312 1.197 - 1.154 -0.101 1.297 - 0.522 -0.072 -0.095 - 1.244 -1.059 -1.012 - 2.715 -0.652 -1.139 - 0.631 1.289 -0.664 - -0.230 2.233 0.078 - -1.706 1.946 -0.234 - -1.936 0.467 -0.061 - -3.105 -0.215 0.060 - -2.787 -1.524 0.196 - -1.485 -1.647 0.161 - -0.936 -0.442 0.003 -A1AAA2(AA1)A[A@@H]1AAA[A@H]1A2 - 3.498 -0.233 -0.211 - 2.733 -0.668 1.043 - 1.641 0.234 1.255 - 0.755 0.338 0.149 - 1.440 0.718 -1.036 - 2.520 -0.154 -1.389 - 0.030 -1.019 -0.074 - -1.401 -0.728 0.302 - -2.609 -1.349 -0.360 - -3.703 -0.310 -0.068 - -2.989 1.032 0.140 - -1.554 0.755 -0.222 - -0.358 1.381 0.467 -A1[AH2+]A[A+]2A(=Aa3aaaaa23)A1 - -3.363 -0.146 0.301 - -2.956 1.069 -0.445 - -1.645 1.562 0.045 - -0.660 0.378 0.354 - -1.072 -0.870 -0.032 - -0.021 -1.642 -0.066 - 1.092 -0.880 -0.049 - 2.451 -1.213 -0.068 - 3.355 -0.167 -0.039 - 2.945 1.154 0.007 - 1.606 1.508 0.026 - 0.677 0.475 -0.002 - -2.413 -1.226 -0.030 -a1aaa2aa3a(aa2a1)[aH]a1aaaaa31 - 4.540 -0.268 0.000 - 4.301 1.038 0.000 - 3.088 1.538 0.001 - 1.975 0.680 -0.005 - 0.664 1.171 0.001 - -0.396 0.285 0.001 - -0.172 -1.111 0.000 - 1.117 -1.607 0.000 - 2.201 -0.724 0.001 - 3.533 -1.183 0.000 - -1.403 -1.746 0.000 - -2.427 -0.813 0.000 - -3.811 -0.946 -0.001 - -4.613 0.176 0.000 - -4.052 1.443 0.000 - -2.681 1.595 0.000 - -1.861 0.470 0.001 -A1AAA2=A(A1)Aa1a(aaa3aaaa13)A2 - 4.259 -1.166 0.235 - 4.184 0.203 0.919 - 3.401 1.158 0.016 - 2.017 0.603 -0.234 - 1.810 -0.727 -0.263 - 2.861 -1.639 -0.059 - 0.427 -1.280 -0.515 - -0.604 -0.225 -0.263 - -0.266 1.103 -0.221 - -1.197 2.040 0.015 - -2.465 1.771 0.210 - -2.865 0.475 0.172 - -4.102 -0.133 0.329 - -3.910 -1.437 0.194 - -2.614 -1.676 -0.041 - -1.956 -0.542 -0.061 - 1.015 1.477 -0.426 -a1aaa2[A@@H]3A=A[A@@H](A3)a2a1 - 2.555 -0.691 0.096 - 2.555 0.692 0.096 - 1.363 1.389 -0.031 - 0.187 0.696 -0.158 - -1.279 1.085 -0.315 - -1.950 0.678 1.003 - -1.945 -0.680 1.005 - -1.279 -1.085 -0.316 - -1.754 0.001 -1.190 - 0.188 -0.696 -0.159 - 1.364 -1.388 -0.033 -A1AAA2(AA1)AA[A@@]1(AAAA=A1)A2 - 4.041 -0.045 0.391 - 3.286 -1.204 -0.262 - 1.900 -1.332 0.374 - 1.126 -0.030 0.176 - 1.880 1.134 0.816 - 3.265 1.256 0.178 - 0.912 0.231 -1.291 - -0.399 0.272 -1.567 - -1.205 0.052 -0.367 - -2.064 -1.203 -0.541 - -3.054 -1.277 0.629 - -4.046 -0.119 0.498 - -3.310 1.171 0.280 - -2.075 1.246 -0.101 - -0.251 -0.151 0.790 -A1AA[A@@H]2AAa3aaaaa3[A@@H]2A1 - 2.767 1.490 -0.567 - 3.438 0.130 -0.372 - 2.871 -0.528 0.888 - 1.365 -0.709 0.753 - 1.036 -1.667 -0.394 - -0.436 -2.061 -0.279 - -1.304 -0.841 -0.108 - -2.669 -0.988 -0.323 - -3.522 0.086 -0.175 - -3.016 1.320 0.189 - -1.661 1.469 0.400 - -0.802 0.389 0.251 - 0.670 0.623 0.491 - 1.264 1.288 -0.754 -a1aaa2AA3AAa4aaaaa4[A@H]3Aa2a1 - 4.286 1.397 0.130 - 4.692 0.085 -0.050 - 3.746 -0.935 -0.107 - 2.390 -0.622 0.016 - 1.356 -1.665 -0.080 - 0.058 -1.318 -0.271 - -0.930 -2.392 -0.279 - -2.186 -2.028 0.484 - -2.632 -0.622 0.201 - -3.970 -0.308 0.409 - -4.434 0.974 0.182 - -3.551 1.956 -0.259 - -2.223 1.636 -0.472 - -1.760 0.346 -0.240 - -0.304 0.070 -0.496 - 0.532 1.017 0.367 - 1.996 0.706 0.211 - 2.941 1.705 0.261 -a1aaa2AA[A@@H]3a4aaaaa4AA3a2a1 - -3.757 1.521 0.002 - -4.388 0.304 0.187 - -3.656 -0.867 0.212 - -2.281 -0.836 0.052 - -1.508 -2.126 0.072 - -0.027 -1.904 0.379 - 0.517 -0.813 -0.547 - 1.938 -0.472 -0.254 - 3.086 -1.239 -0.225 - 4.281 -0.591 0.071 - 4.333 0.764 0.323 - 3.182 1.560 0.302 - 1.966 0.906 0.021 - 0.597 1.426 -0.062 - -0.258 0.412 -0.249 - -1.649 0.392 -0.123 - -2.384 1.565 -0.154 -A1=A[A@@H]2[A@H](A1)Aa1aaaaa21 - -2.534 1.192 0.714 - -1.701 1.507 -0.234 - -0.978 0.491 -0.985 - -1.636 -0.907 -0.786 - -2.495 -0.591 0.804 - -0.444 -1.841 -0.557 - 0.707 -0.960 -0.128 - 1.921 -1.296 0.449 - 2.848 -0.312 0.743 - 2.558 1.012 0.465 - 1.342 1.347 -0.099 - 0.411 0.361 -0.389 -A1AA[A@@H]2Aa3aaaaa3A[A@@H]2A1 - 3.070 -0.501 1.171 - 3.123 0.926 0.622 - 2.771 0.911 -0.866 - 1.367 0.339 -1.070 - 0.375 1.198 -0.316 - -0.979 0.669 -0.093 - -2.025 1.511 0.284 - -3.299 0.988 0.471 - -3.535 -0.359 0.304 - -2.504 -1.220 -0.066 - -1.220 -0.714 -0.269 - -0.111 -1.597 -0.659 - 1.306 -1.085 -0.501 - 1.661 -1.066 0.987 -a1aaa2a(a1)AA1(AAAA1)a1aaaaa21 - 3.715 -1.248 0.092 - 3.804 0.074 0.487 - 2.690 0.889 0.439 - 1.480 0.370 -0.012 - 1.399 -0.954 -0.431 - 2.517 -1.762 -0.369 - 0.102 -1.478 -0.970 - -1.105 -0.882 -0.240 - -2.347 -1.288 -1.052 - -3.226 -2.156 -0.136 - -2.727 -1.894 1.300 - -1.234 -1.548 1.139 - -1.001 0.606 -0.084 - -2.102 1.451 0.007 - -1.908 2.775 0.004 - -0.698 3.302 -0.046 - 0.378 2.532 -0.064 - 0.260 1.210 -0.056 -A1[A@@H]2AAA[A@@H]2a2aa[aH]a12 - 0.322 -1.512 0.157 - 1.250 -0.737 -0.801 - 2.655 -0.641 -0.184 - 2.619 0.459 0.787 - 1.458 1.311 0.513 - 0.678 0.702 -0.704 - -0.775 0.512 -0.326 - -2.002 1.190 -0.300 - -2.936 0.316 0.211 - -2.290 -0.866 0.490 - -0.977 -0.733 0.162 -A1AA=A2Aa3aaaaa3[AH+]A[A@H]2A1 - -3.611 -0.044 0.833 - -2.979 1.329 0.993 - -1.738 1.533 0.195 - -1.168 0.664 -0.596 - 0.073 0.906 -1.165 - 1.221 0.513 -0.475 - 2.295 1.383 -0.379 - 3.447 0.996 0.281 - 3.518 -0.265 0.843 - 2.449 -1.130 0.756 - 1.271 -0.754 0.102 - 0.213 -1.710 0.156 - -0.638 -1.687 -1.085 - -1.779 -0.682 -0.843 - -2.577 -1.055 0.384 -A1A[A@H]2[AH2+][AH2+]A[A@H]2A1 - -1.906 -0.040 -0.419 - -1.251 -1.150 -0.062 - 0.040 -0.772 0.630 - 1.172 -1.125 -0.232 - 2.052 0.015 -0.213 - 1.190 1.195 -0.261 - 0.001 0.780 0.633 - -1.295 1.100 -0.077 -A1AA[A@H]2AAa3aaaaa3[AH+]A2=A1 - 3.196 -1.411 -0.567 - 3.378 -0.013 -1.169 - 3.039 0.993 -0.091 - 1.689 0.911 0.574 - 0.708 1.810 -0.180 - -0.596 1.806 0.490 - -1.524 0.810 0.169 - -2.704 1.106 -0.486 - -3.577 0.087 -0.825 - -3.276 -1.225 -0.511 - -2.101 -1.530 0.154 - -1.226 -0.519 0.502 - -0.045 -0.805 1.264 - 1.188 -0.504 0.594 - 1.850 -1.513 0.082 -[AH2+]1A[A@@H]2AA=A[A@H](A1)A2 - -1.325 0.279 -0.996 - -0.930 1.480 -0.234 - 0.312 1.201 0.601 - 1.531 0.942 -0.276 - 1.533 -0.459 -0.808 - 0.743 -1.403 -0.405 - -0.313 -1.198 0.651 - -1.625 -0.837 -0.069 - 0.075 -0.006 1.537 -a1aaa2A[A@@]3(AA=AA3)[AH+]a2a1 - -3.432 -0.920 -0.120 - -3.651 0.440 -0.238 - -2.564 1.299 -0.234 - -1.292 0.791 -0.115 - 0.313 1.564 -0.074 - 1.302 0.043 0.099 - 2.205 0.087 1.240 - 3.548 -0.006 0.915 - 3.975 -0.123 -0.312 - 2.476 -0.125 -1.289 - 0.309 -1.043 0.124 - -1.037 -0.582 -0.001 - -2.158 -1.427 -0.001 -A1=A[A@H]2[A@@H](A1)Aa1aaaaa21 - -2.643 -1.142 0.763 - -1.650 -1.512 0.036 - -0.947 -0.602 -0.841 - -1.556 0.824 -0.820 - -2.888 0.588 0.417 - -0.504 1.680 -0.275 - 0.650 0.933 -0.030 - 1.891 1.355 0.452 - 2.923 0.453 0.597 - 2.738 -0.877 0.266 - 1.512 -1.302 -0.209 - 0.473 -0.401 -0.356 -A1AA[A@@H]2AA3=A(AA=AA3)A=A2A1 - -3.554 0.743 0.527 - -3.735 -0.621 -0.145 - -2.438 -1.382 -0.080 - -1.258 -0.747 -0.064 - 0.030 -1.551 -0.000 - 1.306 -0.742 0.013 - 1.204 0.653 -0.034 - 2.336 1.367 -0.023 - 3.512 0.763 0.031 - 3.630 -0.557 0.076 - 2.549 -1.337 0.069 - -0.001 1.265 -0.088 - -1.159 0.658 -0.105 - -2.417 1.492 -0.171 -a1aaa2aa3a([aH]a2a1)aa1aaaaa31 - -4.524 0.253 -0.000 - -4.268 -1.116 0.000 - -2.986 -1.584 0.001 - -1.908 -0.680 0.000 - -0.648 -1.144 0.001 - 0.371 -0.327 0.000 - 0.158 1.137 0.000 - -1.130 1.612 -0.000 - -2.170 0.706 -0.000 - -3.488 1.159 -0.001 - 1.333 1.718 -0.000 - 2.358 0.825 0.000 - 3.746 0.998 0.000 - 4.578 -0.100 0.001 - 4.057 -1.385 0.002 - 2.690 -1.582 -0.004 - 1.835 -0.487 0.000 -A1AAAAAAA[AH2+]AAAAAAAA[AH2+]1 - 3.666 -1.220 0.315 - 2.869 -2.353 -0.335 - 1.612 -2.494 0.330 - 0.685 -3.340 -0.353 - -0.641 -3.365 0.411 - -1.657 -2.743 -0.379 - -2.799 -2.322 0.371 - -3.539 -1.227 -0.400 - -3.615 -0.022 0.452 - -3.548 1.194 -0.385 - -2.771 2.268 0.380 - -1.652 2.693 -0.401 - -0.685 3.447 0.332 - 0.666 3.377 -0.383 - 1.552 2.532 0.354 - 2.836 2.369 -0.251 - 3.566 1.197 0.409 - 3.453 0.014 -0.470 -a1aaa2AA3=A(AAa4[a+]aaa34)a2a1 - -3.987 -0.820 -0.001 - -4.209 0.546 -0.001 - -3.138 1.425 0.000 - -1.851 0.939 0.000 - -0.500 1.608 0.001 - 0.513 0.484 0.001 - -0.153 -0.682 0.000 - 0.537 -1.895 0.000 - 1.885 -1.919 0.000 - 2.614 -0.644 0.001 - 3.894 -0.337 -0.001 - 4.028 0.987 -0.001 - 2.791 1.543 0.000 - 1.894 0.522 0.000 - -1.615 -0.435 0.000 - -2.699 -1.316 0.000 -A1AA[A@H]2[A@@H](A1)Aa1aaaaa21 - 2.999 -0.098 -0.880 - 2.198 -1.392 -0.710 - 1.645 -1.437 0.710 - 0.798 -0.231 1.059 - 1.347 1.111 0.594 - 2.050 1.086 -0.750 - 0.049 1.949 0.448 - -1.028 0.933 0.128 - -2.286 1.099 -0.423 - -3.105 0.005 -0.630 - -2.667 -1.260 -0.286 - -1.411 -1.428 0.265 - -0.591 -0.335 0.476 -A1A[A@@H]2AA3=AAA=AA3[A@@H]2A1 - -2.942 -0.666 -0.527 - -2.568 0.838 -0.492 - -1.504 0.883 0.628 - -0.357 1.650 0.179 - 0.717 0.821 0.040 - 1.944 1.154 -0.338 - 2.918 0.243 -0.426 - 2.642 -1.111 -0.109 - 1.390 -1.438 0.273 - 0.430 -0.467 0.342 - -0.990 -0.574 0.720 - -1.683 -1.331 -0.287 -A1AAA2(AA1)AAa1a(aaa3aaaa13)A2 - -4.018 0.855 -0.948 - -2.707 0.807 -1.609 - -2.018 -0.511 -1.242 - -1.959 -0.644 0.281 - -3.379 -0.666 0.850 - -4.084 0.649 0.506 - -1.244 -1.952 0.648 - 0.165 -1.861 0.090 - 0.835 -0.559 0.203 - 0.086 0.565 0.569 - 0.714 1.805 0.664 - 2.060 1.936 0.408 - 2.826 0.831 0.046 - 4.132 0.676 -0.253 - 4.385 -0.618 -0.541 - 3.234 -1.335 -0.440 - 2.217 -0.430 -0.058 - -1.239 0.459 0.830 -A1AAA2=Aa3aaaaa3[AH+]A[A@H]2A1 - -3.991 -0.217 0.142 - -3.518 1.211 0.432 - -2.348 1.522 -0.501 - -1.217 0.538 -0.241 - -0.033 0.988 -0.454 - 1.218 0.613 -0.163 - 2.180 1.575 0.171 - 3.489 1.211 0.396 - 3.879 -0.114 0.296 - 2.947 -1.086 -0.018 - 1.629 -0.740 -0.232 - 0.662 -1.726 -0.581 - -0.508 -1.832 0.326 - -1.550 -0.785 0.124 - -2.836 -1.158 0.308 -a1aaa2a(a1)Aa1aa3aaaaa3[a+]a21 - 4.613 0.272 -0.001 - 3.977 1.499 -0.001 - 2.594 1.572 0.001 - 1.838 0.406 0.000 - 2.484 -0.840 0.000 - 3.873 -0.899 0.000 - 1.443 -1.894 0.000 - 0.136 -1.215 0.000 - -1.173 -1.702 0.000 - -2.254 -0.716 0.000 - -3.597 -1.105 0.000 - -4.575 -0.152 -0.001 - -4.249 1.200 -0.001 - -2.948 1.610 0.000 - -1.916 0.659 0.000 - -0.614 1.125 0.001 - 0.367 0.182 0.000 -a1aaa2a(a1)aaa1a2[a+]a2aaaaa12 - -4.416 0.822 -0.001 - -3.556 1.911 -0.001 - -2.192 1.740 -0.000 - -1.649 0.446 -0.000 - -2.535 -0.643 -0.001 - -3.905 -0.462 0.004 - -1.806 -2.259 -0.001 - -0.076 -2.244 -0.000 - 0.524 -0.996 -0.000 - -0.187 0.275 -0.000 - 0.734 1.245 -0.000 - 1.990 0.776 -0.000 - 3.238 1.419 -0.000 - 4.386 0.683 0.001 - 4.348 -0.706 0.001 - 3.139 -1.367 -0.000 - 1.957 -0.635 -0.000 -A1AAA2=A(A1)[AH+]A1=A(AAAA1)A2 - 3.387 0.766 -0.870 - 3.727 -0.609 -0.288 - 2.452 -1.373 -0.057 - 1.243 -0.708 0.211 - 1.191 0.639 0.280 - 2.430 1.477 0.090 - 0.000 1.145 0.850 - -1.191 0.639 0.281 - -1.243 -0.708 0.211 - -2.451 -1.374 -0.060 - -3.727 -0.610 -0.290 - -3.388 0.767 -0.868 - -2.431 1.476 0.093 - 0.000 -1.533 0.418 -[AH2+]1A[A@H]2AA=A[A@@H](A1)A2 - -1.340 0.246 0.992 - -0.972 1.458 0.233 - 0.280 1.212 -0.596 - 1.501 0.983 0.286 - 1.555 -0.434 0.801 - 0.781 -1.391 0.397 - -0.283 -1.202 -0.653 - -1.607 -0.876 0.062 - 0.087 0.008 -1.522 -A1=A[A@H]2[A@H](A1)AAa1aaaaa21 - 2.999 1.212 0.240 - 1.778 1.625 -0.077 - 0.955 0.442 -0.438 - 1.612 -0.712 0.377 - 3.076 -0.314 0.144 - 1.131 -1.995 -0.275 - -0.330 -2.034 -0.045 - -1.092 -0.860 -0.025 - -2.466 -0.944 0.169 - -3.235 0.201 0.207 - -2.644 1.442 0.055 - -1.279 1.536 -0.144 - -0.502 0.398 -0.192 -A1AAA2=A(A1)a1a(AA2)aa2aaaaa12 - -2.570 -2.180 -0.093 - -3.738 -1.328 -0.514 - -3.685 0.012 0.223 - -2.293 0.579 0.133 - -1.214 -0.251 0.128 - -1.385 -1.615 0.203 - 0.055 0.279 0.050 - 0.238 1.634 -0.031 - -0.857 2.475 -0.030 - -2.102 1.970 0.051 - 1.522 1.898 -0.098 - 2.233 0.742 -0.062 - 3.601 0.454 -0.100 - 4.027 -0.853 -0.042 - 3.109 -1.889 0.053 - 1.756 -1.623 0.090 - 1.309 -0.311 0.034 -A1A[A@H]2A[A@H]3A=A[A@]2(A1)A3 - -2.305 0.138 -0.220 - -1.617 -1.042 -0.371 - -0.407 -0.943 0.464 - 0.953 -1.521 0.163 - 1.865 -0.248 0.221 - 1.617 0.381 -1.156 - 0.387 0.869 -1.093 - -0.092 0.600 0.322 - -1.477 1.105 0.566 - 1.079 0.660 1.101 -A1AA2=Aa3a(AA2A1)[aH]a1aaaaa31 - 4.832 0.076 0.000 - 3.743 -1.396 0.000 - 2.159 -0.583 0.000 - 0.951 -1.096 0.000 - -0.140 -0.318 0.000 - 0.018 1.067 0.000 - 1.319 1.597 0.000 - 2.405 0.759 -0.001 - 3.796 1.209 0.000 - -1.240 1.653 0.000 - -2.217 0.679 0.000 - -3.608 0.745 0.000 - -4.353 -0.413 0.000 - -3.730 -1.655 -0.001 - -2.354 -1.742 0.000 - -1.586 -0.577 0.000 -A1Aa2a[a+]3a(=Aa4aaaaa34)aa2A1 - 4.559 -0.526 0.322 - 3.460 -1.512 -0.127 - 2.172 -0.715 -0.097 - 0.860 -1.145 -0.090 - -0.204 -0.199 0.290 - 0.044 1.088 -0.034 - -1.109 1.729 -0.002 - -2.127 0.836 -0.000 - -3.520 0.970 0.030 - -4.311 -0.144 0.024 - -3.748 -1.412 -0.012 - -2.378 -1.568 -0.041 - -1.557 -0.449 -0.035 - 1.428 1.572 -0.047 - 2.468 0.641 -0.081 - 3.967 0.840 -0.099 -a1aaa2[a+](a1)[Aa][a+]1aaaaa21 - -3.502 -0.139 0.002 - -2.879 -1.376 -0.002 - -1.506 -1.420 -0.002 - -0.744 -0.223 -0.001 - -1.387 0.921 -0.000 - -2.716 0.993 0.002 - 0.000 2.484 -0.000 - 1.387 0.921 -0.000 - 2.716 0.993 -0.001 - 3.502 -0.139 -0.000 - 2.879 -1.376 0.002 - 1.506 -1.420 0.002 - 0.744 -0.223 -0.000 -A1A2A[AH+]3A[AH+]1A[AH+](A2)A3 - 1.317 -0.740 -0.892 - 0.106 -0.026 -1.510 - -1.181 -0.725 -1.050 - -1.252 -0.681 0.426 - -0.086 -1.379 1.003 - 1.165 -0.701 0.600 - 1.139 0.701 1.057 - -0.024 1.405 0.479 - 0.082 1.420 -0.995 - -1.269 0.722 0.884 -a1aaa2A[AH2+]AA3=AA=A[A+]3a2a1 - 2.749 -1.402 -0.460 - 3.274 -0.154 -0.138 - 2.440 0.866 0.294 - 1.083 0.642 0.411 - 0.167 1.680 0.984 - -0.570 2.448 -0.040 - -1.077 1.535 -1.088 - -1.625 0.279 -0.474 - -2.910 -0.091 -0.336 - -2.922 -1.353 0.297 - -1.636 -1.707 0.523 - -0.910 -0.529 0.344 - 0.558 -0.595 0.049 - 1.383 -1.623 -0.360 -a1aaa2a(a1)a1AAA[A@H]3AAAa2a13 - 3.626 0.663 -0.094 - 3.638 -0.721 -0.091 - 2.470 -1.461 -0.028 - 1.272 -0.750 0.026 - 1.258 0.671 0.026 - 2.449 1.389 -0.037 - -0.048 1.088 0.081 - -0.558 2.461 0.004 - -2.064 2.515 0.208 - -2.799 1.330 -0.416 - -2.360 0.042 0.294 - -2.885 -1.194 -0.444 - -2.266 -2.461 0.153 - -0.756 -2.425 0.056 - -0.120 -1.160 0.090 - -0.850 0.010 0.174 -a1aaa2a(a1)aaa1[aH]a3aaaaa3a21 - -3.887 1.282 0.095 - -2.849 2.123 -0.297 - -1.576 1.650 -0.427 - -1.292 0.315 -0.128 - -2.376 -0.572 0.103 - -3.669 -0.052 0.268 - -2.140 -1.958 0.164 - -0.883 -2.448 0.043 - 0.231 -1.601 -0.038 - 1.579 -1.878 -0.150 - 2.306 -0.714 -0.105 - 3.668 -0.446 -0.232 - 4.131 0.768 -0.051 - 3.335 1.775 0.301 - 1.955 1.600 0.408 - 1.407 0.360 0.089 - 0.064 -0.211 -0.047 -A1=AA2=A(AA1)Aa1aaa3aaaaa3a1A2 - 4.392 -1.349 0.000 - 3.061 -1.758 0.001 - 2.055 -0.782 -0.000 - 2.373 0.580 -0.001 - 3.675 0.978 -0.001 - 4.682 0.087 -0.001 - 1.408 1.511 -0.000 - 0.091 1.230 0.000 - -0.845 2.274 0.001 - -2.180 2.038 0.001 - -2.688 0.725 0.001 - -4.070 0.476 0.000 - -4.524 -0.809 -0.005 - -3.637 -1.882 0.001 - -2.288 -1.675 0.001 - -1.788 -0.369 0.001 - -0.356 -0.093 0.001 - 0.634 -1.180 0.000 -A1AAa2aa3a(aa4aaaaa34)[a+]a2A1 - -4.586 -0.216 0.406 - -4.299 0.971 -0.342 - -3.070 1.589 0.037 - -1.950 0.582 0.011 - -0.648 1.043 0.016 - 0.416 0.115 -0.001 - 0.055 -1.244 -0.023 - 1.607 -2.108 -0.044 - 2.705 -0.719 -0.017 - 4.086 -0.571 -0.016 - 4.589 0.662 0.002 - 3.780 1.706 0.019 - 2.475 1.604 0.020 - 1.863 0.399 0.002 - -1.214 -1.718 -0.031 - -2.202 -0.777 -0.014 - -3.612 -1.312 -0.031 -A1A=[A+]A2([A+]=A1)AAa1aaaaa21 - -3.393 -0.480 0.001 - -2.696 -0.453 1.191 - -1.409 -0.090 1.284 - -0.747 0.320 -0.001 - -1.411 -0.094 -1.283 - -2.696 -0.457 -1.189 - -0.553 1.820 -0.003 - 0.772 2.046 -0.002 - 1.510 0.862 0.000 - 2.887 0.646 0.001 - 3.387 -0.639 0.001 - 2.528 -1.723 0.000 - 1.159 -1.517 -0.001 - 0.658 -0.235 0.000 -A1A=A[a+]2a(=A1)[aH]a1aaaaa21 - -3.373 -0.131 0.018 - -2.931 1.198 -0.005 - -1.572 1.446 -0.005 - -0.695 0.417 -0.001 - -1.121 -0.836 -0.004 - -2.460 -1.122 0.001 - -0.048 -1.684 -0.014 - 1.101 -0.910 0.004 - 2.456 -1.206 0.005 - 3.382 -0.182 0.005 - 2.966 1.140 0.001 - 1.623 1.449 -0.002 - 0.678 0.425 -0.000 -a1aa2a(a1)aaa1AA3(AAAA3)AAa21 - -4.148 1.021 0.328 - -2.924 1.586 0.155 - -1.986 0.476 -0.005 - -2.759 -0.695 0.090 - -4.039 -0.323 0.288 - -2.135 -1.931 -0.027 - -0.776 -1.997 -0.234 - -0.004 -0.837 -0.330 - 1.331 -0.968 -0.551 - 2.165 0.162 -0.323 - 3.566 -0.084 -0.901 - 4.552 0.017 0.282 - 3.683 -0.292 1.527 - 2.338 0.399 1.188 - 1.542 1.397 -0.975 - 0.196 1.674 -0.301 - -0.603 0.398 -0.212 -A1A[A@H]2A[AH2+]A[A@@H](A1)A2 - -1.776 -0.001 0.529 - -1.155 1.422 -0.417 - 0.354 1.261 -0.614 - 1.054 1.209 0.742 - 0.612 -0.000 1.466 - 1.056 -1.208 0.741 - 0.356 -1.260 -0.615 - -1.152 -1.423 -0.417 - 0.653 0.001 -1.417 -a1aaa2[A@H]3AA[A@H](A=A3)a2a1 - -2.721 0.674 -0.027 - -2.705 -0.709 0.015 - -1.499 -1.400 0.048 - -0.331 -0.690 0.037 - 1.058 -1.300 0.075 - 1.771 -0.839 -1.219 - 1.727 0.681 -1.238 - 1.034 1.336 -0.036 - 1.764 0.741 1.174 - 1.778 -0.588 1.222 - -0.348 0.703 -0.011 - -1.528 1.390 -0.040 -a1aaa2A=A3AAA[A@@H]3[AH+]a2a1 - 3.297 -0.616 0.006 - 3.263 0.767 0.017 - 2.055 1.436 0.040 - 0.864 0.714 0.052 - -0.346 1.368 0.068 - -1.428 0.704 -0.178 - -2.711 1.111 -0.113 - -3.511 0.030 0.388 - -2.740 -1.254 0.126 - -1.470 -0.772 -0.556 - -0.301 -1.457 0.085 - 0.904 -0.686 0.044 - 2.121 -1.345 0.021 -A1=Aa2a(AA1)aaa1Aa3aaaaa3Aa21 - -3.386 2.070 0.087 - -2.119 1.770 -0.199 - -1.706 0.354 -0.123 - -2.702 -0.633 -0.105 - -4.002 -0.249 -0.157 - -4.344 0.979 0.487 - -2.356 -1.974 -0.036 - -1.024 -2.347 0.018 - -0.017 -1.368 0.001 - 1.401 -1.751 0.057 - 2.402 -0.668 0.038 - 3.767 -0.958 0.089 - 4.686 0.068 0.070 - 4.261 1.387 0.001 - 2.914 1.691 -0.051 - 1.966 0.664 -0.028 - 0.620 0.965 -0.086 - -0.356 -0.005 -0.070 -A1AA[A@H]2A=Aa3aaaaa3[A@H]2A1 - 2.766 1.350 0.781 - 3.416 0.047 0.309 - 2.820 -0.352 -1.042 - 1.314 -0.549 -0.907 - 1.020 -1.672 -0.022 - -0.205 -1.806 0.539 - -1.232 -0.794 0.247 - -2.591 -1.069 0.411 - -3.521 -0.088 0.133 - -3.109 1.160 -0.306 - -1.762 1.438 -0.475 - -0.824 0.468 -0.206 - 0.649 0.730 -0.400 - 1.261 1.133 0.943 -A1[A@H]2AAA[A@@H]2a2aa[aH]a12 - -0.008 -1.731 0.180 - -1.122 -0.844 -0.262 - -2.588 -0.857 -0.023 - -2.956 0.574 -0.277 - -1.741 1.406 -0.045 - -0.727 0.447 0.575 - 0.722 0.528 0.199 - 1.810 1.378 -0.004 - 2.916 0.588 -0.233 - 2.510 -0.725 -0.166 - 1.179 -0.761 0.051 -A1AAa2a[a+]a3aa4AA=AAa4a3a2A1 - 2.766 2.025 0.411 - 3.698 1.239 -0.342 - 3.703 -0.138 0.032 - 2.300 -0.689 0.018 - 2.126 -2.078 0.013 - 0.903 -2.679 0.009 - -0.161 -1.841 0.003 - -1.904 -2.182 -0.000 - -2.512 -0.519 -0.012 - -3.785 0.070 -0.019 - -3.856 1.421 -0.028 - -2.784 2.127 -0.029 - -1.598 1.646 -0.023 - -1.370 0.275 -0.013 - -0.087 -0.434 -0.003 - 1.216 0.130 0.001 - 1.349 1.629 -0.011 -A1=Aa2a(AA1)aaa1a3aaaaa3AAa21 - 3.958 1.377 -0.466 - 2.650 1.544 -0.294 - 1.785 0.406 0.032 - 2.378 -0.873 0.127 - 3.761 -1.008 0.112 - 4.651 0.053 -0.355 - 1.572 -2.006 0.181 - 0.191 -1.905 0.160 - -0.393 -0.652 0.152 - -1.844 -0.416 0.007 - -2.727 -1.484 -0.122 - -4.078 -1.244 -0.282 - -4.553 0.058 -0.301 - -3.683 1.126 -0.178 - -2.328 0.901 -0.014 - -1.468 1.952 0.122 - -0.309 1.674 0.803 - 0.429 0.497 0.314 -A1AAA2=A(A1)[AH+]a1aaaaa1A=A2 - 2.953 1.333 -0.907 - 3.678 -0.012 -0.803 - 2.677 -1.098 -0.517 - 1.487 -0.823 0.197 - 1.207 0.462 0.623 - 2.187 1.583 0.394 - 0.018 0.755 1.287 - -1.174 0.488 0.526 - -2.036 1.539 0.261 - -3.197 1.321 -0.463 - -3.500 0.055 -0.925 - -2.656 -1.005 -0.654 - -1.493 -0.801 0.090 - -0.716 -1.874 0.422 - 0.558 -1.921 0.475 -A1AA[A@H]2AA3=A(AA=AA3)A=A2A1 - -3.554 0.743 -0.528 - -3.735 -0.621 0.144 - -2.438 -1.382 0.081 - -1.258 -0.748 0.070 - 0.030 -1.551 -0.000 - 1.306 -0.742 -0.012 - 1.204 0.653 0.035 - 2.336 1.367 0.024 - 3.512 0.763 -0.030 - 3.630 -0.557 -0.076 - 2.549 -1.337 -0.070 - -0.001 1.265 0.089 - -1.159 0.658 0.105 - -2.417 1.492 0.171 -A1[AH2+]A[A@H]2AAa3aaaaa3A2A1 - 2.846 -1.501 -0.154 - 3.463 -0.274 0.397 - 2.800 0.926 -0.164 - 1.323 0.888 0.228 - 0.589 2.103 -0.346 - -0.771 2.043 0.101 - -1.390 0.833 0.044 - -2.768 0.781 0.198 - -3.428 -0.432 0.161 - -2.716 -1.602 -0.029 - -1.345 -1.560 -0.186 - -0.673 -0.343 -0.153 - 0.711 -0.328 -0.320 - 1.360 -1.528 0.220 -A1AA[A@H]2AA3=A(A=AAA3)A=A2A1 - -3.554 -0.743 -0.528 - -3.735 0.621 0.150 - -2.438 1.382 0.080 - -1.258 0.747 0.064 - 0.030 1.551 -0.001 - 1.306 0.742 -0.012 - 1.204 -0.653 0.035 - 2.336 -1.367 0.025 - 3.512 -0.763 -0.029 - 3.630 0.557 -0.075 - 2.549 1.337 -0.069 - -0.001 -1.265 0.088 - -1.159 -0.658 0.104 - -2.417 -1.492 0.171 -A1AA[A@H]2A(=AA3AA[A@@H]23)A1 - 2.555 0.233 -0.734 - 2.346 -1.099 -0.017 - 0.863 -1.480 0.025 - 0.122 -0.446 0.876 - 0.438 0.917 0.280 - -0.690 1.523 -0.034 - -1.822 0.731 0.197 - -2.389 0.101 -0.856 - -1.889 -1.278 -0.516 - -1.395 -0.568 0.740 - 1.863 1.367 0.040 -A1AA[A@@H]2Aa3aaaaa3A[A@H]2A1 - -3.663 0.628 0.285 - -3.724 -0.667 -0.314 - -2.486 -1.483 0.076 - -1.237 -0.710 -0.351 - 0.012 -1.437 0.092 - 1.289 -0.693 0.052 - 2.504 -1.363 0.112 - 3.690 -0.646 0.067 - 3.678 0.731 -0.036 - 2.472 1.423 -0.095 - 1.268 0.718 -0.049 - -0.024 1.431 -0.082 - -1.257 0.665 0.337 - -2.523 1.405 -0.090 -A1A[A@@H]2A[AH2+]A[A@H](A1)A2 - -1.280 0.013 0.985 - -1.245 -1.250 0.235 - -0.012 -1.248 -0.674 - 1.243 -1.231 0.201 - 1.234 -0.016 1.043 - 1.286 1.192 0.193 - 0.023 1.248 -0.668 - -1.210 1.289 0.242 - -0.041 0.003 -1.557 -A1AA[A@@H]2AA3=A(AAAA3)A=A2A1 - 3.555 -0.743 0.527 - 3.736 0.621 -0.145 - 2.439 1.382 -0.080 - 1.256 0.745 -0.066 - -0.029 1.552 0.002 - -1.304 0.743 0.013 - -1.203 -0.652 -0.033 - -2.335 -1.366 -0.022 - -3.510 -0.762 0.031 - -3.628 0.555 0.075 - -2.548 1.337 0.068 - 0.001 -1.264 -0.088 - 1.159 -0.658 -0.105 - 2.417 -1.492 -0.171 -A1AA2Aa3aaaaa3[AH+]A[A@@H]2A1 - 3.595 0.584 -0.496 - 2.802 0.761 0.828 - 1.393 0.608 0.405 - 0.257 1.244 0.800 - -0.999 0.719 0.277 - -1.969 1.539 -0.280 - -3.181 0.966 -0.635 - -3.387 -0.400 -0.437 - -2.392 -1.209 0.091 - -1.165 -0.641 0.430 - -0.119 -1.429 0.950 - 0.995 -1.794 -0.040 - 1.354 -0.382 -0.710 - 2.820 -0.571 -1.178 -a1aa2[A@H]3AA[A@H](A3)a2[aH]1 - 2.501 -0.011 0.192 - 1.768 -1.108 0.090 - 0.442 -0.696 -0.124 - -1.001 -1.141 -0.345 - -1.765 -0.725 0.975 - -1.720 0.822 0.954 - -0.955 1.156 -0.367 - -1.494 0.010 -1.300 - 0.472 0.663 -0.136 - 1.756 1.031 0.061 -a1aaa2a(a1)AAa1aaaaa1A12AAAA1 - 3.891 0.883 -0.508 - 3.586 -0.430 -0.820 - 2.312 -0.889 -0.602 - 1.301 -0.069 -0.075 - 1.589 1.242 0.183 - 2.901 1.697 -0.018 - 0.667 2.331 0.659 - -0.636 1.996 0.891 - -1.505 1.219 0.256 - -2.749 1.806 -0.035 - -3.738 1.075 -0.653 - -3.500 -0.246 -0.989 - -2.275 -0.812 -0.709 - -1.268 -0.063 -0.085 - 0.015 -0.795 0.142 - 0.016 -1.958 -0.718 - -0.020 -3.126 0.121 - -0.593 -2.583 1.453 - 0.009 -1.270 1.512 -a1aaa2AAA[A@@H]3AA=A[A+]3a2a1 - 2.710 1.510 0.421 - 3.351 0.330 0.095 - 2.613 -0.778 -0.288 - 1.235 -0.692 -0.339 - 0.448 -1.792 -0.729 - -0.417 -2.411 0.286 - -1.763 -1.713 0.351 - -1.756 -0.248 0.750 - -3.053 0.295 0.384 - -2.822 1.242 -0.637 - -1.558 1.374 -0.863 - -0.901 0.792 0.209 - 0.582 0.491 -0.007 - 1.330 1.596 0.373 -A1AA=A2AA3=A(AAAA3)A[A@@H]2A1 - 3.410 -0.746 0.641 - 3.555 0.768 0.444 - 2.193 1.379 0.282 - 1.174 0.758 -0.242 - -0.064 1.411 -0.352 - -1.200 0.669 -0.123 - -1.152 -0.683 0.026 - -2.356 -1.386 0.231 - -3.522 -0.714 0.281 - -3.548 0.623 0.141 - -2.413 1.318 -0.055 - 0.137 -1.460 -0.020 - 1.217 -0.661 -0.754 - 2.565 -1.277 -0.496 -A1AAA2(AA1)AA[A@]1(AAAA=A1)A2 - -4.042 0.054 -0.389 - -3.281 1.207 0.269 - -1.896 1.333 -0.368 - -1.126 0.027 -0.177 - -1.885 -1.131 -0.821 - -3.271 -1.251 -0.182 - -0.912 -0.241 1.289 - 0.399 -0.285 1.564 - 1.205 -0.057 0.365 - 2.059 1.201 0.545 - 3.050 1.283 -0.623 - 4.046 0.129 -0.495 - 3.316 -1.165 -0.283 - 2.080 -1.247 0.095 - 0.251 0.146 -0.791 -A1AAA2A[A@@H]3AAAA3A[A@@H]2A1 - -3.316 0.623 0.188 - -3.169 -0.736 0.730 - -2.146 -1.478 -0.146 - -0.930 -0.668 -0.300 - 0.245 -1.338 -0.225 - 1.549 -0.673 -0.568 - 2.681 -1.260 0.298 - 3.626 -0.066 0.547 - 2.798 1.190 0.218 - 1.458 0.742 -0.162 - 0.309 1.438 -0.145 - -0.974 0.759 -0.562 - -2.126 1.472 0.132 -A1A=A2A3AA[AH+](AA3)[A@@H]2A1 - -2.624 0.085 -0.001 - -1.681 1.127 0.022 - -0.524 0.741 0.266 - 0.875 1.351 0.094 - 1.353 0.785 -1.275 - 0.744 -0.618 -1.421 - 0.662 -1.246 -0.089 - 1.856 -0.870 0.679 - 1.738 0.588 1.136 - -0.540 -0.757 0.616 - -1.864 -1.191 -0.026 -A1AAA2(AA1)A[A@H]1AAA[A@H]1A2 - 3.137 0.788 -0.120 - 2.777 -0.348 0.840 - 1.769 -1.283 0.170 - 0.504 -0.497 -0.189 - 0.864 0.640 -1.149 - 1.873 1.573 -0.477 - -0.074 0.046 1.000 - -1.425 -0.431 1.112 - -2.346 0.780 1.114 - -2.479 1.182 -0.162 - -2.428 0.026 -1.047 - -1.723 -1.091 -0.261 - -0.447 -1.390 -0.833 -A1AAa2a[a+]a3aa4AAA=Aa4a3a2A1 - -2.666 2.138 -0.416 - -3.716 1.383 0.409 - -3.715 -0.080 -0.030 - -2.315 -0.637 -0.017 - -2.169 -2.032 -0.015 - -0.963 -2.662 -0.014 - 0.120 -1.848 -0.009 - 1.855 -2.230 -0.010 - 2.503 -0.583 0.004 - 3.789 -0.023 0.010 - 3.882 1.328 0.021 - 2.819 2.047 0.027 - 1.627 1.582 0.021 - 1.377 0.242 0.009 - 0.075 -0.443 0.001 - -1.214 0.155 -0.000 - -1.281 1.658 0.016 -A1AAA2=A(A1)a1aaa3aaaaa3a1AA2 - 4.226 -1.144 -0.422 - 4.556 0.022 0.513 - 3.788 1.246 0.011 - 2.316 0.922 -0.010 - 1.860 -0.351 -0.069 - 2.759 -1.537 -0.264 - 0.408 -0.558 0.038 - -0.141 -1.850 0.161 - -1.484 -2.045 0.163 - -2.362 -0.949 0.063 - -3.756 -1.136 0.011 - -4.588 -0.038 -0.059 - -4.062 1.250 -0.082 - -2.716 1.459 -0.048 - -1.839 0.365 0.009 - -0.439 0.554 0.010 - 0.077 1.798 -0.026 - 1.399 2.000 0.009 -a1aaa2A=a3a(aaa4aaaaa34)Aa2a1 - 4.643 0.060 -0.001 - 4.229 1.387 -0.002 - 2.902 1.710 -0.001 - 1.942 0.691 0.001 - 0.627 0.960 0.001 - -0.283 0.007 0.001 - 0.042 -1.323 0.000 - -0.947 -2.311 -0.001 - -2.220 -2.039 -0.001 - -2.675 -0.643 0.000 - -4.030 -0.313 -0.002 - -4.407 1.012 -0.001 - -3.454 2.021 0.000 - -2.110 1.718 0.001 - -1.707 0.384 0.001 - 1.343 -1.706 0.000 - 2.367 -0.659 0.001 - 3.730 -0.957 0.001 -a1aaa2[A@@H]3AA[A@@H](A3)a2a1 - -2.558 -0.694 -0.157 - -2.561 0.688 -0.162 - -1.375 1.386 -0.005 - -0.195 0.697 0.155 - 1.251 1.158 0.347 - 1.988 0.764 -0.994 - 1.977 -0.784 -0.982 - 1.255 -1.147 0.354 - 1.782 0.010 1.281 - -0.193 -0.692 0.160 - -1.370 -1.386 0.004 -a1aaa2a(a1)Aa1aaaa3[aH]aa2a13 - -3.902 -0.573 0.000 - -3.730 0.800 0.003 - -2.459 1.348 0.003 - -1.339 0.514 0.000 - -1.508 -0.888 -0.001 - -2.808 -1.419 -0.002 - -0.353 -1.807 -0.000 - 0.998 -1.242 -0.005 - 2.181 -1.992 0.002 - 3.404 -1.312 0.003 - 3.493 0.065 0.001 - 2.329 0.836 0.000 - 1.977 2.160 -0.001 - 0.572 2.276 -0.002 - 0.021 1.085 -0.001 - 1.126 0.146 0.000 -A1A=Aa2a(A1)aaa1a2aaa2aaaaa12 - -4.582 0.086 0.346 - -3.996 1.347 -0.226 - -2.695 1.448 -0.465 - -1.809 0.310 -0.158 - -2.357 -0.960 -0.018 - -3.843 -1.142 -0.182 - -1.537 -2.035 0.270 - -0.166 -1.880 0.374 - 0.423 -0.640 0.151 - -0.422 0.493 0.008 - 0.122 1.792 0.082 - 1.448 1.991 0.222 - 2.350 0.905 0.166 - 3.731 1.119 0.287 - 4.594 0.106 -0.015 - 4.109 -1.129 -0.425 - 2.767 -1.395 -0.411 - 1.861 -0.414 -0.009 -A1[AH2+]Aa2a(A1)[aH]a1aaaaa21 - 3.392 -0.151 -0.414 - 3.027 1.044 0.380 - 1.710 1.564 -0.057 - 0.721 0.427 -0.016 - 1.079 -0.877 0.030 - 2.521 -1.330 0.038 - -0.039 -1.664 0.062 - -1.156 -0.880 0.034 - -2.515 -1.191 0.046 - -3.401 -0.128 0.007 - -2.974 1.189 -0.043 - -1.643 1.524 -0.056 - -0.725 0.471 -0.017 -A1=A[A@H]2[A@H](A1)Aa1aaaaa21 - 3.111 1.130 0.239 - 1.871 1.494 -0.046 - 0.970 0.464 -0.510 - 1.345 -0.842 0.337 - 3.107 -0.667 0.071 - 0.400 -1.712 -0.227 - -0.804 -0.939 -0.107 - -2.119 -1.327 0.065 - -3.111 -0.376 0.206 - -2.795 0.970 0.174 - -1.484 1.370 -0.021 - -0.493 0.436 -0.182 -A1AAA2=A(A1)a1aa3AAAAa3aa1AA2 - -3.607 1.958 -0.428 - -4.463 0.994 0.404 - -4.130 -0.434 -0.021 - -2.642 -0.662 0.001 - -1.750 0.352 -0.000 - -2.151 1.800 0.006 - -0.319 0.020 -0.000 - 0.649 1.028 -0.008 - 1.977 0.701 -0.009 - 3.003 1.806 -0.020 - 4.307 1.270 0.396 - 4.621 0.050 -0.365 - 3.688 -0.970 0.003 - 2.371 -0.635 -0.001 - 1.421 -1.647 0.006 - 0.073 -1.331 0.008 - -0.868 -2.298 0.017 - -2.174 -2.000 0.015 -A1=AAAA=A[A@@H]2AAA[A@@H]2AA1 - 1.482 -1.470 -0.397 - 2.119 -0.751 0.483 - 3.243 0.193 0.163 - 2.677 1.624 0.118 - 1.323 1.581 -0.570 - 0.308 1.110 0.105 - -1.058 0.851 -0.415 - -2.088 1.387 0.475 - -3.194 0.628 0.369 - -2.928 -0.601 -0.393 - -1.404 -0.643 -0.548 - -0.837 -1.539 0.538 - 0.358 -2.365 0.072 -a1aaa2[aH+]a3=[A+]AA[a+]3a2a1 - -2.781 1.083 -0.058 - -3.138 -0.252 0.030 - -2.165 -1.230 0.094 - -0.824 -0.875 0.060 - 0.349 -1.580 -0.254 - 1.423 -0.743 0.041 - 2.733 -0.796 0.038 - 3.291 0.561 -0.053 - 2.054 1.476 -0.106 - 0.972 0.437 0.320 - -0.465 0.470 -0.029 - -1.449 1.446 -0.088 -A1=A[A@@H]2AA[A@H](A1)[AH2+]2 - -1.636 0.249 -0.427 - -0.874 1.300 -0.160 - 0.493 1.111 0.468 - 1.428 0.649 -0.680 - 1.191 -0.873 -0.774 - 0.227 -1.200 0.382 - -1.219 -1.161 -0.117 - 0.392 -0.078 1.305 -A1AA[A@@H]2A=a3aaaa3[A@@H]2A1 - 2.217 1.059 -0.913 - 2.982 -0.234 -0.602 - 1.966 -1.358 -0.448 - 0.951 -1.087 0.645 - -0.320 -1.738 0.256 - -1.237 -0.843 0.089 - -2.934 -0.635 -0.423 - -3.007 1.143 -0.284 - -1.760 1.440 0.142 - -0.844 0.452 0.359 - 0.551 0.353 0.846 - 1.432 1.447 0.335 -a1aaa2AA3=A(Aa2a1)a1aaaaa1AA3 - -4.187 1.460 -0.292 - -4.636 0.154 -0.359 - -3.759 -0.895 -0.157 - -2.422 -0.645 0.103 - -1.483 -1.796 0.321 - -0.045 -1.377 0.168 - 0.317 -0.051 0.229 - -0.625 0.927 0.426 - -1.971 0.665 0.167 - -2.856 1.718 -0.030 - 1.735 0.335 0.080 - 2.088 1.687 0.144 - 3.409 2.059 0.006 - 4.381 1.095 -0.194 - 4.037 -0.242 -0.257 - 2.716 -0.633 -0.122 - 2.376 -2.092 -0.197 - 0.919 -2.361 -0.035 -A1Aa2aa3a(aa2A1)[a+]a1aaaaa31 - 4.559 -0.520 0.335 - 3.459 -1.510 -0.102 - 2.171 -0.712 -0.073 - 0.859 -1.142 -0.057 - -0.186 -0.263 -0.030 - 0.043 1.092 -0.017 - 1.427 1.575 -0.034 - 2.466 0.644 -0.061 - 3.966 0.843 -0.081 - -1.111 1.734 0.012 - -2.129 0.840 0.019 - -3.521 0.974 0.048 - -4.312 -0.140 0.047 - -3.749 -1.408 0.018 - -2.379 -1.564 -0.010 - -1.559 -0.445 -0.009 -A1A[A@H]2AA3=AAA=AA3[A@@H]2A1 - 3.195 0.547 0.063 - 2.769 -0.947 -0.051 - 1.304 -0.844 -0.431 - 0.286 -1.626 0.159 - -0.824 -0.808 0.092 - -2.085 -1.152 -0.004 - -3.063 -0.228 -0.095 - -2.691 1.194 -0.105 - -1.389 1.509 0.012 - -0.451 0.522 0.140 - 0.966 0.498 0.333 - 1.978 1.339 -0.112 -A1AA=A2AA3=A(AAA=A3)A[A@H]2A1 - 3.404 -0.747 -0.641 - 3.549 0.767 -0.446 - 2.188 1.379 -0.280 - 1.167 0.758 0.244 - -0.066 1.418 0.357 - -1.213 0.676 0.122 - -1.160 -0.698 -0.024 - -2.357 -1.397 -0.229 - -3.516 -0.710 -0.279 - -3.512 0.646 -0.146 - -2.392 1.309 0.050 - 0.133 -1.465 0.018 - 1.210 -0.661 0.752 - 2.560 -1.276 0.497 -A1A[A@@H]2Aa3aaaaa3A[A@@H]2A1 - 3.253 0.127 -0.910 - 2.076 -0.871 -1.044 - 1.551 -0.977 0.395 - 0.204 -1.617 0.533 - -0.938 -0.703 0.195 - -2.202 -1.268 0.029 - -3.300 -0.464 -0.228 - -3.138 0.905 -0.321 - -1.884 1.460 -0.169 - -0.776 0.657 0.078 - 0.563 1.322 0.175 - 1.606 0.475 0.905 - 2.985 0.954 0.363 -a1aaa2AAA3=A(Aa2a1)a1aaaaa1A3 - -3.371 2.183 -0.613 - -4.263 1.133 -0.735 - -3.908 -0.138 -0.322 - -2.648 -0.354 0.229 - -2.188 -1.975 0.737 - -0.829 -2.434 -0.360 - 0.345 -1.484 -0.220 - 0.453 -0.285 0.402 - -0.536 0.468 0.964 - -1.771 0.697 0.367 - -2.120 1.972 -0.062 - 1.861 0.175 0.323 - 2.480 1.301 0.838 - 3.844 1.445 0.568 - 4.540 0.520 -0.174 - 3.924 -0.620 -0.701 - 2.574 -0.775 -0.438 - 1.607 -1.823 -0.804 -A1AAa2aa3=Aa4aaaaa4[a+]3aa2A1 - 4.340 -1.091 -0.376 - 4.592 0.191 0.427 - 3.592 1.251 -0.032 - 2.190 0.703 -0.005 - 1.130 1.617 -0.026 - -0.246 1.115 -0.010 - -1.410 1.737 -0.023 - -2.413 0.827 0.004 - -3.809 0.938 0.007 - -4.580 -0.189 0.039 - -3.996 -1.447 0.068 - -2.623 -1.580 0.066 - -1.822 -0.448 0.034 - -0.479 -0.178 -0.321 - 0.608 -1.100 0.045 - 1.918 -0.653 0.035 - 3.011 -1.691 0.076 -A1AA[A@H]2Aa3aaaaa3A[A@@H]2A1 - 3.663 0.630 0.293 - 3.730 -0.659 -0.318 - 2.493 -1.480 0.060 - 1.234 -0.715 -0.350 - -0.015 -1.439 0.096 - -1.287 -0.697 0.063 - -2.505 -1.368 0.116 - -3.700 -0.638 0.066 - -3.677 0.740 -0.040 - -2.469 1.426 -0.097 - -1.266 0.717 -0.046 - 0.023 1.419 -0.098 - 1.256 0.661 0.336 - 2.522 1.409 -0.080 -A1AAA2(AA1)AAa1aaa3aaaaa3a1A2 - 4.302 1.017 -0.881 - 3.366 0.380 -1.601 - 2.268 -0.139 -1.034 - 2.017 -0.042 0.444 - 3.136 0.690 1.127 - 4.189 1.167 0.448 - 1.890 -1.452 1.035 - 0.917 -2.204 0.241 - -0.308 -1.552 0.107 - -1.422 -2.340 -0.244 - -2.653 -1.795 -0.409 - -2.835 -0.413 -0.228 - -4.096 0.184 -0.390 - -4.234 1.526 -0.208 - -3.143 2.317 0.147 - -1.907 1.772 0.317 - -1.726 0.390 0.131 - -0.458 -0.201 0.299 - 0.694 0.688 0.694 -A1A[A@H]2AA3=A(AAA3)A[A@H]2A1 - 2.925 -0.133 0.936 - 2.642 -1.007 -0.300 - 1.305 -0.487 -0.901 - 0.274 -1.229 -0.241 - -0.946 -0.651 -0.069 - -1.156 0.660 -0.197 - -2.594 1.001 0.087 - -3.285 -0.333 0.413 - -2.182 -1.362 0.296 - -0.068 1.636 -0.581 - 1.290 0.987 -0.449 - 1.793 0.919 1.004 -A1AAa2a(A1)a1AAAAa1a1AAA=Aa21 - -3.212 1.832 -0.383 - -3.596 0.568 0.398 - -2.712 -0.484 0.011 - -1.381 -0.227 0.009 - -0.886 1.057 0.021 - -1.805 2.253 0.048 - 0.496 1.282 0.010 - 0.927 2.570 0.024 - 2.279 2.827 -0.357 - 3.190 1.868 0.420 - 2.873 0.439 -0.026 - 1.381 0.221 -0.009 - 0.902 -1.085 -0.015 - 1.771 -2.117 -0.029 - 1.307 -3.373 -0.049 - -0.071 -3.663 -0.043 - -0.973 -2.646 -0.024 - -0.483 -1.314 -0.011 -A1AA[A@H]2[A@H](A1)Aa1aaaaa21 - 3.498 -0.118 0.281 - 3.029 1.263 -0.165 - 1.569 1.529 0.243 - 0.735 0.414 -0.345 - 1.180 -0.909 0.337 - 2.556 -1.229 -0.220 - 0.031 -1.822 -0.090 - -1.176 -0.890 -0.063 - -2.528 -1.168 0.055 - -3.452 -0.137 0.118 - -3.024 1.175 0.066 - -1.674 1.459 -0.071 - -0.745 0.433 -0.147 -a1aaa2Aa3aaaa4[a+]aa(a2a1)a34 - -3.654 0.826 0.002 - -3.866 -0.549 0.002 - -2.792 -1.418 -0.000 - -1.489 -0.913 -0.001 - -0.341 -1.852 -0.004 - 0.997 -1.246 -0.002 - 2.200 -1.962 -0.001 - 3.403 -1.249 0.007 - 3.441 0.130 0.001 - 2.249 0.863 -0.000 - 1.871 2.168 -0.001 - 0.561 2.247 -0.002 - 0.009 0.998 -0.001 - -1.279 0.477 -0.000 - -2.374 1.335 0.002 - 1.062 0.141 -0.001 -A1AAA2=A(A1)a1aa3aaaaa3aa1AA2 - -3.660 -2.049 0.134 - -4.483 -0.912 -0.489 - -4.135 0.395 0.216 - -2.651 0.654 0.203 - -1.760 -0.336 0.019 - -2.203 -1.733 -0.132 - -0.307 -0.031 -0.011 - 0.629 -1.041 0.050 - 1.996 -0.719 0.029 - 2.977 -1.723 0.098 - 4.294 -1.380 0.088 - 4.687 -0.045 0.007 - 3.766 0.954 -0.065 - 2.396 0.639 -0.061 - 1.421 1.649 -0.150 - 0.102 1.316 -0.130 - -0.893 2.293 -0.238 - -2.173 2.069 0.439 -A1[AH2+]A[A@H]2AA[A@@H](A1)A2 - 1.916 0.453 -0.017 - 0.804 1.137 -0.709 - -0.175 1.662 0.252 - -1.238 0.655 0.629 - -1.684 0.093 -0.749 - -0.799 -1.133 -1.024 - 0.095 -1.296 0.164 - 1.590 -1.071 0.075 - -0.505 -0.496 1.378 -A1=AA[A+]2A(=[A+]a3aaaaa23)A1 - -3.362 -0.149 -0.189 - -3.008 1.127 -0.190 - -1.606 1.599 0.082 - -0.650 0.398 0.393 - -1.099 -0.847 0.038 - -0.065 -1.637 0.011 - 1.075 -0.893 -0.013 - 2.431 -1.223 -0.051 - 3.379 -0.224 -0.071 - 2.996 1.109 -0.054 - 1.661 1.452 -0.017 - 0.691 0.461 0.004 - -2.445 -1.178 0.061 -a1aaa2aaa3[a+]a4aaaaa4aa3a2a1 - -3.620 -1.870 0.004 - -4.489 -0.785 -0.001 - -4.011 0.494 0.000 - -2.629 0.717 -0.001 - -2.079 2.068 0.000 - -0.746 2.273 0.000 - 0.177 1.199 0.000 - 1.370 1.448 0.000 - 2.264 0.627 0.000 - 3.612 1.019 0.001 - 4.600 0.059 0.001 - 4.296 -1.309 0.000 - 3.008 -1.743 -0.001 - 1.962 -0.807 -0.001 - 0.610 -1.191 -0.001 - -0.304 -0.134 0.000 - -1.748 -0.387 -0.001 - -2.267 -1.682 -0.001 -A1AAA2=A(A1)a1aaa3AAAAa3a1AA2 - -4.160 -1.186 0.437 - -4.614 0.021 -0.394 - -3.787 1.234 0.029 - -2.316 0.910 0.003 - -1.850 -0.358 -0.001 - -2.746 -1.565 -0.001 - -0.396 -0.564 -0.012 - 0.144 -1.856 -0.006 - 1.498 -2.023 -0.007 - 2.351 -0.916 -0.008 - 3.695 -1.121 -0.002 - 4.525 -0.017 -0.367 - 4.094 1.167 0.394 - 2.742 1.568 -0.019 - 1.832 0.366 -0.012 - 0.457 0.553 -0.011 - -0.072 1.795 -0.015 - -1.398 1.988 -0.010 -A1AAA2(AA1)Aa1aaaaa1a1aaaaa21 - 3.696 1.469 0.540 - 2.358 1.803 1.202 - 1.497 0.541 1.278 - 1.243 0.011 -0.137 - 2.585 -0.327 -0.794 - 3.447 0.934 -0.871 - 0.548 1.092 -0.942 - -0.873 1.281 -0.484 - -1.444 2.537 -0.486 - -2.757 2.702 -0.082 - -3.507 1.613 0.324 - -2.945 0.352 0.338 - -1.619 0.184 -0.042 - -0.977 -1.148 -0.003 - -1.710 -2.269 0.087 - -1.143 -3.444 0.088 - 0.197 -3.589 0.043 - 1.000 -2.503 -0.002 - 0.402 -1.233 -0.060 -A1=AAA2(AA1)a1aaaaa1a1aaaaa21 - -2.810 -2.132 0.001 - -2.130 -2.086 1.137 - -0.962 -1.447 1.201 - -0.418 -0.750 -0.018 - -0.947 -1.393 -1.230 - -2.308 -1.534 -1.118 - 1.087 -0.794 -0.020 - 1.987 -1.839 -0.040 - 3.346 -1.584 -0.032 - 3.807 -0.280 -0.015 - 2.915 0.772 0.001 - 1.542 0.522 -0.001 - 0.381 1.446 0.012 - 0.316 2.840 0.033 - -0.910 3.473 0.041 - -2.078 2.731 0.031 - -2.021 1.348 0.012 - -0.799 0.708 0.002 -a1aaa2a[a+]3aaa4aaaaa4a3aa2a1 - -4.326 1.329 -0.079 - -4.683 -0.010 0.083 - -3.729 -1.004 0.156 - -2.367 -0.654 0.063 - -1.339 -1.588 0.117 - -0.062 -1.215 0.043 - 0.835 -2.226 0.017 - 2.158 -2.033 -0.103 - 2.676 -0.666 -0.095 - 4.046 -0.413 -0.177 - 4.506 0.867 -0.054 - 3.620 1.903 0.208 - 2.262 1.672 0.287 - 1.752 0.399 0.046 - 0.318 0.083 -0.031 - -0.640 1.083 -0.202 - -2.008 0.756 -0.112 - -3.025 1.719 -0.175 -A1=A[A@H]2AA[A@@H](A1)[AH2+]2 - 1.637 -0.239 0.423 - 0.888 -1.291 0.155 - -0.481 -1.115 -0.472 - -1.421 -0.665 0.678 - -1.199 0.859 0.775 - -0.238 1.199 -0.380 - 1.206 1.169 0.124 - -0.393 0.085 -1.306 -A1AA[A@@H]2AAA[AH2+][A@@H]2A1 - 2.227 -0.510 0.492 - 2.054 1.010 0.502 - 0.563 1.353 0.512 - -0.101 0.773 -0.736 - -1.595 1.110 -0.714 - -2.237 0.460 0.515 - -2.001 -1.050 0.469 - -0.545 -1.310 0.471 - 0.072 -0.748 -0.749 - 1.563 -1.091 -0.758 -A1=Aa2aa3a(aaa4aaaaa34)aa2AA1 - 4.302 -1.370 0.342 - 3.056 -1.741 0.078 - 1.996 -0.716 -0.028 - 0.659 -1.063 0.139 - -0.331 -0.099 -0.020 - 0.064 1.260 -0.142 - -0.895 2.278 0.059 - -2.199 1.988 0.249 - -2.669 0.657 0.205 - -4.028 0.375 0.399 - -4.498 -0.881 0.154 - -3.637 -1.877 -0.288 - -2.301 -1.629 -0.450 - -1.764 -0.398 -0.085 - 1.408 1.577 -0.394 - 2.364 0.616 -0.295 - 3.828 0.944 -0.442 - 4.648 0.081 0.520 -A1=AA=A2A(A1)Aa1aa3aaaaa3aa21 - 4.602 0.275 0.001 - 3.972 1.510 -0.000 - 2.564 1.557 -0.001 - 1.837 0.395 -0.001 - 2.470 -0.815 0.000 - 3.817 -0.895 0.001 - 1.455 -1.877 0.001 - 0.115 -1.188 -0.000 - -1.162 -1.654 0.000 - -2.213 -0.715 -0.001 - -3.556 -1.123 0.000 - -4.544 -0.186 -0.000 - -4.241 1.174 -0.000 - -2.951 1.606 0.003 - -1.900 0.668 -0.001 - -0.627 1.066 -0.001 - 0.369 0.194 -0.001 -a1aaa2AA[A@H]3a4aaaaa4AA3a2a1 - -3.757 1.520 -0.003 - -4.389 0.302 -0.178 - -3.656 -0.869 -0.199 - -2.279 -0.835 -0.054 - -1.506 -2.125 -0.078 - -0.025 -1.902 -0.385 - 0.516 -0.813 0.545 - 1.939 -0.472 0.257 - 3.086 -1.240 0.229 - 4.281 -0.592 -0.068 - 4.334 0.763 -0.323 - 3.183 1.558 -0.304 - 1.968 0.906 -0.018 - 0.599 1.427 0.067 - -0.257 0.413 0.247 - -1.648 0.393 0.115 - -2.383 1.566 0.144 -A1AAa2a(=[A+]1)[aH+]a1aaaaa21 - 3.405 -0.129 -0.235 - 2.933 1.131 0.493 - 1.599 1.600 -0.107 - 0.682 0.453 -0.090 - 1.126 -0.857 -0.099 - 2.407 -1.249 -0.143 - 0.048 -1.619 0.302 - -1.101 -0.906 -0.034 - -2.447 -1.249 0.010 - -3.364 -0.208 0.019 - -2.965 1.114 -0.009 - -1.625 1.473 -0.048 - -0.693 0.441 -0.057 -a1aaa2A[A@]3(AA=AA3)[AH+]a2a1 - -3.431 -0.920 0.121 - -3.650 0.440 0.238 - -2.563 1.299 0.234 - -1.291 0.791 0.116 - 0.314 1.564 0.075 - 1.303 0.043 -0.099 - 2.205 0.088 -1.240 - 3.549 -0.005 -0.915 - 3.976 -0.123 0.312 - 2.477 -0.126 1.289 - 0.310 -1.043 -0.124 - -1.036 -0.581 -0.004 - -2.157 -1.427 0.002 -A1=Aa2a(AA1)aaa1aa3aaaaa3aa21 - -3.553 -1.989 -0.172 - -2.307 -1.674 -0.518 - -1.761 -0.354 -0.170 - -2.664 0.694 -0.024 - -4.144 0.410 -0.063 - -4.413 -0.973 0.532 - -2.220 2.003 0.117 - -0.903 2.328 0.100 - 0.086 1.329 -0.019 - 1.436 1.664 -0.096 - 2.402 0.659 -0.061 - 3.778 0.951 -0.167 - 4.690 -0.052 -0.068 - 4.301 -1.374 0.128 - 2.990 -1.727 0.216 - 1.989 -0.740 0.106 - 0.629 -1.069 0.158 - -0.334 -0.084 0.001 -a1aaa2A=a3a4aaaaa4aa[a+]3a2a1 - 4.244 0.702 0.034 - 4.368 -0.680 0.019 - 3.259 -1.478 0.009 - 1.984 -0.901 0.013 - 0.732 -1.418 0.006 - -0.148 -0.445 0.015 - -1.620 -0.427 0.012 - -2.368 -1.601 -0.002 - -3.745 -1.530 -0.004 - -4.387 -0.299 0.008 - -3.666 0.873 0.023 - -2.269 0.827 0.025 - -1.526 1.961 0.044 - -0.218 1.934 0.041 - 0.500 0.694 -0.316 - 1.859 0.499 0.028 - 2.998 1.293 0.038 -A1AA2=AA3=A(AAa4aaaaa34)AA2A1 - 4.864 0.249 0.071 - 3.675 1.579 0.154 - 2.195 0.592 0.040 - 0.937 0.917 0.042 - -0.085 0.026 -0.054 - 0.166 -1.288 -0.178 - -0.953 -2.281 -0.317 - -2.160 -1.862 0.518 - -2.508 -0.423 0.243 - -3.823 -0.007 0.255 - -4.131 1.320 0.012 - -3.124 2.236 -0.237 - -1.805 1.829 -0.254 - -1.493 0.494 -0.019 - 1.603 -1.751 -0.179 - 2.657 -0.706 -0.060 - 3.979 -0.916 -0.045 -a1aaa2[aH]a3=[A+]A=A[a+]3a2a1 - -2.758 1.094 -0.029 - -3.121 -0.243 -0.008 - -2.152 -1.226 0.002 - -0.809 -0.875 -0.009 - 0.364 -1.622 -0.004 - 1.432 -0.746 -0.028 - 2.746 -0.693 -0.043 - 3.141 0.596 -0.066 - 2.030 1.376 -0.066 - 1.000 0.416 0.304 - -0.444 0.472 -0.026 - -1.425 1.453 -0.031 -A1A[A@@H]2AAa3aaaaa3[A@@H]2A1 - 2.291 1.175 -1.032 - 2.232 -0.367 -0.957 - 1.921 -0.606 0.541 - 1.149 -1.906 0.716 - 0.017 -1.911 -0.154 - -0.821 -0.844 -0.075 - -2.138 -1.000 -0.492 - -3.016 0.063 -0.430 - -2.581 1.285 0.049 - -1.274 1.442 0.464 - -0.386 0.377 0.404 - 1.029 0.605 0.870 - 1.580 1.691 0.100 -A1AA[A@H]2AAa3aaaaa3[A@@H]2A1 - -2.872 1.595 -0.143 - -3.487 0.395 0.563 - -2.871 -0.927 0.102 - -1.359 -0.876 0.126 - -0.701 -2.126 -0.454 - 0.737 -2.191 0.062 - 1.410 -0.846 0.037 - 2.778 -0.813 0.293 - 3.468 0.380 0.284 - 2.800 1.560 0.018 - 1.443 1.534 -0.236 - 0.750 0.335 -0.224 - -0.738 0.357 -0.507 - -1.359 1.622 0.082 -A1AAA2=AA3=A(AAAA3)A[A@@H]2A1 - -3.744 0.649 -0.336 - -3.653 -0.738 0.309 - -2.430 -1.459 -0.259 - -1.190 -0.645 0.013 - -0.000 -1.296 0.185 - 1.190 -0.645 0.011 - 1.244 0.702 0.089 - 2.459 1.390 -0.082 - 3.744 0.649 -0.336 - 3.654 -0.739 0.305 - 2.430 -1.459 -0.260 - -0.001 1.505 0.359 - -1.244 0.702 0.086 - -2.458 1.389 -0.088 -[AH2+]1AAa2a(A1)[aH]a1aaaaa21 - -3.377 -0.125 0.401 - -3.061 1.084 -0.393 - -1.680 1.603 0.031 - -0.721 0.440 0.016 - -1.109 -0.851 -0.040 - -2.560 -1.272 -0.063 - -0.009 -1.658 -0.057 - 1.136 -0.892 -0.023 - 2.492 -1.201 -0.023 - 3.426 -0.189 0.012 - 3.027 1.140 0.053 - 1.701 1.467 0.059 - 0.736 0.458 0.023 -A1AA[A+]2[A@@H](A1)Aa1aaaaa21 - 3.278 -0.084 0.366 - 2.954 1.259 -0.218 - 1.453 1.531 -0.307 - 0.729 0.351 0.241 - 1.181 -0.856 -0.465 - 2.458 -1.155 0.196 - 0.071 -1.852 -0.072 - -1.138 -0.915 0.005 - -2.484 -1.202 -0.055 - -3.365 -0.127 -0.019 - -2.910 1.172 0.072 - -1.560 1.473 0.143 - -0.661 0.405 0.119 -A1=AA2Aa3a(A=A2AA1)aa1AAAAa31 - 4.232 -1.072 0.129 - 3.034 -1.439 -0.210 - 1.963 -0.536 -0.160 - 0.700 -1.005 -0.138 - -0.389 -0.077 -0.067 - -0.031 1.281 -0.034 - 1.238 1.675 -0.071 - 2.207 0.805 -0.132 - 3.644 1.271 -0.170 - 4.438 0.240 0.532 - -1.593 2.118 0.058 - -2.655 0.698 0.051 - -4.152 0.674 0.111 - -4.631 -0.727 -0.295 - -3.810 -1.768 0.472 - -2.373 -1.784 -0.051 - -1.823 -0.361 -0.021 -A1A=Aa2[aH]a3aa4aaaaa4aa3a2A1 - 4.027 -1.345 -0.001 - 4.498 -0.075 -0.001 - 3.709 0.962 -0.001 - 2.373 0.826 0.000 - 1.350 1.738 -0.001 - 0.127 1.097 0.005 - -1.110 1.553 0.000 - -2.138 0.696 0.000 - -3.464 1.162 -0.001 - -4.494 0.272 -0.001 - -4.255 -1.101 -0.001 - -2.986 -1.591 0.000 - -1.895 -0.702 0.000 - -0.639 -1.158 0.001 - 0.367 -0.303 0.000 - 1.827 -0.462 0.000 - 2.695 -1.575 0.000 -a1aaa2A[A@H]3AAA[A@H](A3)a2a1 - 2.831 -0.779 -0.110 - 2.925 0.568 -0.394 - 1.798 1.383 -0.278 - 0.572 0.828 0.128 - -0.499 1.648 0.253 - -1.795 1.079 0.407 - -2.371 0.606 -0.922 - -1.544 -0.545 -1.492 - -1.489 -1.691 -0.477 - -0.814 -1.165 0.801 - -1.722 -0.083 1.401 - 0.494 -0.527 0.394 - 1.620 -1.323 0.286 -A1[AH2+]Aa2aa3aaa4aaaa4a3a2A1 - -2.934 -1.970 0.437 - -3.832 -1.131 -0.382 - -3.691 0.292 0.013 - -2.232 0.625 0.011 - -1.466 2.221 0.022 - 0.232 1.702 0.010 - 1.399 2.342 0.011 - 2.547 1.706 0.002 - 2.601 0.338 -0.011 - 3.621 -0.576 -0.023 - 3.073 -1.768 -0.033 - 1.788 -1.671 -0.028 - 1.443 -0.407 -0.014 - 0.145 0.302 -0.001 - -1.204 -0.254 -0.001 - -1.487 -1.754 -0.013 -A1AA[A@@H]2AA[AH2+]A[A@@H]2A1 - 2.213 0.555 -0.518 - 2.078 -0.969 -0.512 - 0.595 -1.344 -0.509 - -0.073 -0.779 0.747 - -1.564 -1.134 0.724 - -2.213 -0.496 -0.506 - -2.050 0.970 -0.453 - -0.619 1.331 -0.471 - 0.074 0.745 0.760 - 1.555 1.122 0.741 -a1aaa2A=A3a4aaaaa4AA[A+]3a2a1 - 4.227 0.648 -0.057 - 4.320 -0.728 0.067 - 3.211 -1.535 0.118 - 1.961 -0.906 0.038 - 0.709 -1.397 0.066 - -0.143 -0.415 -0.029 - -1.620 -0.436 -0.019 - -2.356 -1.606 -0.120 - -3.737 -1.542 -0.121 - -4.378 -0.319 -0.025 - -3.654 0.852 0.092 - -2.269 0.808 0.104 - -1.508 1.964 0.249 - -0.162 2.065 -0.328 - 0.522 0.753 0.200 - 1.864 0.504 -0.093 - 3.006 1.297 -0.141 -A1AA[AH+]2AAa3aaaaa3[A@@H]2A1 - 2.854 1.629 0.016 - 3.488 0.329 -0.487 - 2.819 -0.863 0.203 - 1.374 -0.848 -0.118 - 0.715 -2.047 0.440 - -0.667 -2.161 -0.205 - -1.401 -0.849 -0.092 - -2.773 -0.841 -0.293 - -3.488 0.340 -0.203 - -2.822 1.527 0.091 - -1.454 1.514 0.292 - -0.738 0.313 0.181 - 0.745 0.364 0.433 - 1.346 1.593 -0.252 -A1AA=A2AA3=A(AA=AA3)A[A@H]2A1 - -3.415 -0.747 0.642 - -3.564 0.764 0.426 - -2.203 1.379 0.270 - -1.178 0.756 -0.242 - 0.058 1.413 -0.348 - 1.199 0.672 -0.119 - 1.156 -0.679 0.023 - 2.370 -1.377 0.217 - 3.528 -0.702 0.270 - 3.555 0.608 0.143 - 2.408 1.319 -0.042 - -0.131 -1.457 -0.008 - -1.216 -0.666 -0.744 - -2.561 -1.287 -0.484 -A1=[A+]A[A+]2A(=Aa3aaaaa23)A1 - 3.317 -0.211 0.095 - 3.069 1.105 0.089 - 1.646 1.543 -0.183 - 0.668 0.394 0.243 - 1.060 -0.877 -0.079 - 0.007 -1.644 -0.022 - -1.103 -0.878 -0.006 - -2.462 -1.206 0.051 - -3.362 -0.155 0.051 - -2.948 1.165 -0.004 - -1.608 1.513 -0.060 - -0.684 0.476 -0.062 - 2.403 -1.228 -0.107 -A1AA[A@@H]2AAa3aaaaa3[A@H]2A1 - -2.877 -1.590 -0.149 - -3.480 -0.395 0.577 - -2.868 0.929 0.116 - -1.357 0.876 0.122 - -0.702 2.126 -0.460 - 0.737 2.191 0.057 - 1.410 0.845 0.035 - 2.777 0.814 0.292 - 3.467 -0.379 0.287 - 2.799 -1.561 0.024 - 1.442 -1.535 -0.231 - 0.750 -0.336 -0.223 - -0.737 -0.357 -0.509 - -1.363 -1.626 0.062 -A1AAA2=A(A1)Aa1aa3aaaaa3a1A2 - -4.561 -0.317 0.275 - -4.406 1.055 -0.390 - -3.013 1.562 -0.141 - -1.933 0.679 0.053 - -2.114 -0.657 -0.002 - -3.478 -1.245 -0.279 - -1.076 -1.538 0.184 - 0.218 -1.051 0.115 - 1.336 -1.711 -0.014 - 2.367 -0.843 -0.048 - 3.747 -1.037 -0.172 - 4.542 0.094 -0.172 - 4.009 1.366 -0.055 - 2.646 1.582 0.069 - 1.825 0.461 0.072 - 0.473 0.301 0.175 - -0.582 1.300 0.325 -A1AAa2a[a+]a3aa4aaaaa4a3a2A1 - -2.808 1.975 -0.408 - -3.722 1.171 0.347 - -3.702 -0.205 -0.029 - -2.289 -0.729 -0.015 - -2.086 -2.114 -0.019 - -0.851 -2.688 -0.012 - 0.196 -1.827 -0.003 - 1.945 -2.137 0.004 - 2.529 -0.464 0.015 - 3.782 0.126 0.024 - 3.855 1.455 0.031 - 2.750 2.178 0.028 - 1.549 1.656 0.020 - 1.365 0.317 0.012 - 0.091 -0.426 0.002 - -1.220 0.111 -0.002 - -1.382 1.608 0.011 -[AH2+]1AAA2(AA1)A=Aa1aaaaa21 - 3.481 -0.661 -0.001 - 2.869 -0.073 -1.212 - 1.386 -0.451 -1.252 - 0.695 0.085 -0.000 - 1.387 -0.455 1.251 - 2.870 -0.077 1.212 - 0.717 1.593 0.003 - -0.533 2.023 0.002 - -1.482 0.894 -0.000 - -2.878 0.849 -0.001 - -3.527 -0.369 -0.002 - -2.802 -1.547 0.003 - -1.418 -1.511 -0.002 - -0.761 -0.303 -0.000 -A1AA[A@H]2Aa3aaaa3A[A@@H]2A1 - -3.471 -0.744 0.259 - -3.413 0.610 -0.456 - -2.208 1.398 0.061 - -0.910 0.675 -0.299 - 0.276 1.519 0.194 - 1.531 0.695 0.080 - 2.867 1.133 0.109 - 3.636 0.036 -0.031 - 2.832 -1.037 -0.142 - 1.554 -0.644 -0.075 - 0.317 -1.503 -0.153 - -0.872 -0.696 0.388 - -2.145 -1.443 0.061 -a1aaa2AA3A(=Aa2a1)Aa1aaaaa31 - 4.519 -0.223 -0.001 - 4.267 1.074 -0.001 - 3.040 1.557 0.000 - 1.952 0.691 0.000 - 0.561 1.164 0.001 - -0.424 0.227 0.000 - -0.105 -1.107 0.000 - 1.129 -1.543 0.000 - 2.179 -0.706 0.000 - 3.504 -1.158 0.000 - -1.387 -1.870 0.000 - -2.448 -0.845 0.000 - -3.841 -0.923 0.000 - -4.591 0.235 -0.001 - -3.963 1.469 0.000 - -2.584 1.557 0.000 - -1.811 0.403 0.000 -a1aaa2AAA3=A(Aa4aaaa4A3)a2a1 - -3.238 -1.979 0.213 - -4.167 -0.957 0.114 - -3.756 0.353 -0.055 - -2.406 0.644 -0.125 - -1.962 1.916 -0.287 - -0.738 2.264 0.360 - 0.329 1.235 0.067 - -0.026 -0.040 -0.108 - 0.911 -1.048 -0.358 - 2.248 -0.740 -0.160 - 3.295 -1.514 -0.088 - 4.386 -0.772 0.127 - 4.042 0.491 0.192 - 2.661 0.542 0.006 - 1.764 1.691 -0.021 - -1.465 -0.389 -0.027 - -1.886 -1.701 0.143 -A1=Aa2aaa3A=AA[A-]a3a2[A-]A1 - -3.514 0.297 0.008 - -2.851 -0.820 0.289 - -1.383 -0.854 0.131 - -0.688 -2.061 0.064 - 0.684 -2.062 -0.065 - 1.382 -0.855 -0.126 - 2.848 -0.821 -0.295 - 3.514 0.293 -0.015 - 2.793 1.527 0.462 - 1.433 1.549 -0.098 - 0.688 0.364 -0.050 - -0.687 0.365 0.064 - -1.432 1.551 0.100 - -2.788 1.527 -0.470 -a1aaa2AA3=AAa4aaaaa4A3=Aa2a1 - -4.203 1.442 0.000 - -4.627 0.118 0.000 - -3.710 -0.911 0.000 - -2.349 -0.628 0.001 - -1.449 -1.638 0.001 - -0.129 -1.349 -0.006 - 0.806 -2.354 0.000 - 2.179 -2.073 0.001 - 2.662 -0.681 0.001 - 4.027 -0.397 0.001 - 4.454 0.915 0.000 - 3.538 1.955 -0.001 - 2.183 1.694 -0.001 - 1.733 0.377 0.000 - 0.294 0.060 0.000 - -0.609 1.015 0.000 - -1.918 0.714 0.000 - -2.874 1.745 0.000 -a1aaa2A=A3AAA[A@H]3[AH+]a2a1 - 3.300 -0.573 -0.164 - 3.229 0.808 -0.197 - 2.014 1.449 -0.072 - 0.841 0.704 0.091 - -0.352 1.376 0.185 - -1.472 0.689 0.124 - -2.751 1.097 0.113 - -3.537 -0.001 -0.384 - -2.664 -1.232 -0.230 - -1.447 -0.790 0.074 - -0.234 -1.509 0.323 - 0.923 -0.695 0.134 - 2.149 -1.325 0.003 -a1aaa2Aa3[aH]a4aaaaa4a3Aa2a1 - 4.204 1.089 0.000 - 4.515 -0.194 -0.001 - 3.573 -1.125 -0.001 - 2.241 -0.717 0.000 - 1.127 -1.680 0.000 - -0.194 -1.148 0.000 - -1.433 -1.767 -0.001 - -2.430 -0.818 -0.001 - -3.820 -0.906 0.003 - -4.579 0.243 -0.003 - -3.973 1.493 -0.001 - -2.612 1.603 0.000 - -1.821 0.450 0.000 - -0.372 0.221 0.001 - 0.671 1.076 0.001 - 1.948 0.659 0.001 - 2.960 1.520 0.000 -A1A[A@H]2AA3=AAA=AA3[A@H]2A1 - -2.749 0.474 -0.858 - -2.843 -0.695 0.137 - -1.454 -0.729 0.805 - -0.538 -1.457 -0.028 - 0.638 -0.781 -0.056 - 1.830 -1.242 -0.389 - 2.915 -0.445 -0.383 - 2.761 0.965 -0.001 - 1.529 1.396 0.334 - 0.478 0.519 0.309 - -0.948 0.731 0.638 - -1.614 1.265 -0.509 -a1aaa2a(a1)Aa1aaaa3AAA=A2a13 - 4.001 -0.489 0.001 - 3.782 0.884 0.001 - 2.485 1.376 0.001 - 1.414 0.492 -0.001 - 1.633 -0.893 -0.001 - 2.938 -1.369 -0.000 - 0.601 -1.771 -0.001 - -0.697 -1.397 -0.001 - -1.716 -2.336 -0.000 - -3.044 -1.935 0.000 - -3.392 -0.599 0.001 - -2.388 0.367 0.005 - -2.666 1.809 -0.001 - -1.630 2.675 -0.001 - -0.299 2.245 -0.001 - 0.017 0.982 -0.001 - -1.041 -0.041 -0.001 -A1=Aa2aa3a(aa2AA1)aa1AAAAa31 - 4.364 1.086 0.032 - 3.105 1.632 0.040 - 1.960 0.704 0.017 - 0.655 1.187 0.024 - -0.406 0.291 0.003 - -0.161 -1.098 -0.032 - 1.143 -1.570 -0.033 - 2.207 -0.682 -0.011 - 3.472 -1.152 -0.017 - 4.510 -0.310 0.004 - -1.362 -1.715 -0.043 - -2.364 -0.821 -0.023 - -3.846 -1.125 -0.030 - -4.602 0.128 0.423 - -4.121 1.336 -0.386 - -2.686 1.684 0.029 - -1.863 0.424 0.004 -A1=AA2[A@@H](AAAa3aaaaa23)A1 - 2.899 -1.245 0.447 - 1.684 -1.344 0.899 - 0.819 -0.576 0.168 - 1.654 0.252 -0.730 - 1.747 1.667 -0.234 - 0.477 2.485 -0.167 - -0.538 1.843 0.662 - -1.237 0.690 0.275 - -2.607 0.762 0.067 - -3.317 -0.378 -0.264 - -2.665 -1.592 -0.380 - -1.298 -1.667 -0.191 - -0.574 -0.522 0.112 - 2.959 -0.372 -0.669 -A1AA[A@@H]2Aa3aaaa3A[A@H]2A1 - 3.415 0.772 -0.156 - 3.387 -0.614 0.492 - 2.216 -1.419 -0.075 - 0.905 -0.689 0.223 - -0.269 -1.513 -0.324 - -1.530 -0.719 -0.113 - -2.845 -1.142 0.028 - -3.603 -0.030 0.200 - -2.810 1.053 0.169 - -1.542 0.667 -0.025 - -0.359 1.433 -0.142 - 0.932 0.696 -0.423 - 2.104 1.501 0.143 -A1AA[A@@H]2A=a3aaaa3[A@H]2A1 - -2.858 1.022 0.169 - -3.196 -0.403 -0.255 - -2.148 -1.416 0.249 - -0.819 -0.955 -0.298 - 0.394 -1.699 -0.039 - 1.362 -0.818 0.044 - 3.135 -0.659 -0.003 - 3.212 1.123 -0.082 - 1.904 1.461 -0.033 - 0.944 0.507 0.111 - -0.498 0.404 0.375 - -1.428 1.428 -0.233 -A1AA=AAA[A@@H]2A[A@H]2AAA=A1 - 2.289 -0.317 -0.369 - 1.669 -1.486 0.398 - 1.007 -2.429 -0.573 - -0.270 -2.699 -0.458 - -1.076 -2.074 0.651 - -2.154 -1.167 0.052 - -1.926 0.271 0.522 - -2.898 1.343 0.023 - -1.470 1.291 -0.524 - -0.496 2.379 -0.068 - 0.885 2.108 -0.669 - 1.894 1.953 0.439 - 2.547 0.826 0.578 -A1AA=A2Aa3[aH]aaa3A[A@@H]2A1 - 3.120 0.727 -0.642 - 3.263 -0.786 -0.432 - 1.904 -1.395 -0.246 - 0.880 -0.763 0.262 - -0.349 -1.444 0.384 - -1.478 -0.665 0.114 - -2.769 -1.038 -0.021 - -3.519 0.119 -0.285 - -2.704 1.146 -0.310 - -1.413 0.690 -0.064 - -0.141 1.479 0.001 - 0.924 0.663 0.747 - 2.278 1.269 0.491 -A1AA=A2AA3=A(AAAA3)A[A@H]2A1 - 3.411 0.746 0.641 - 3.557 -0.767 0.436 - 2.196 -1.380 0.275 - 1.174 -0.757 -0.243 - -0.063 -1.411 -0.347 - -1.200 -0.669 -0.118 - -1.153 0.683 0.028 - -2.358 1.385 0.227 - -3.524 0.714 0.273 - -3.548 -0.624 0.141 - -2.412 -1.319 -0.050 - 0.136 1.460 -0.014 - 1.216 0.662 -0.751 - 2.564 1.280 -0.492 -a1aaa2a(a1)AAa1a2aaa2aaaaa12 - 4.603 -0.082 0.002 - 4.116 1.216 0.002 - 2.752 1.457 0.001 - 1.866 0.380 0.000 - 2.364 -0.940 -0.001 - 3.740 -1.159 0.000 - 1.401 -2.050 -0.001 - 0.083 -1.798 -0.001 - -0.426 -0.546 0.000 - 0.403 0.573 0.000 - -0.141 1.869 -0.006 - -1.488 2.061 0.000 - -2.359 0.950 0.000 - -3.756 1.126 0.001 - -4.579 0.022 0.001 - -4.046 -1.263 0.001 - -2.698 -1.462 0.000 - -1.827 -0.361 0.000 -A1AA[AH+]2AAa3aaaaa3[A@H]2A1 - -2.854 1.628 0.016 - -3.489 0.329 -0.486 - -2.820 -0.863 0.203 - -1.374 -0.849 -0.119 - -0.715 -2.048 0.438 - 0.666 -2.162 -0.208 - 1.400 -0.850 -0.094 - 2.774 -0.844 -0.291 - 3.488 0.338 -0.202 - 2.823 1.525 0.088 - 1.454 1.513 0.286 - 0.741 0.326 0.197 - -0.745 0.363 0.431 - -1.347 1.592 -0.254 -A1AAa2aa3[a+]a4aaaaa4a3aa2A1 - 4.339 -1.087 -0.394 - 4.589 0.192 0.414 - 3.591 1.253 -0.043 - 2.189 0.705 -0.019 - 1.128 1.620 -0.039 - -0.248 1.118 -0.026 - -1.412 1.742 -0.039 - -2.415 0.831 -0.016 - -3.810 0.942 -0.015 - -4.582 -0.184 0.012 - -3.998 -1.443 0.038 - -2.625 -1.577 0.037 - -1.824 -0.444 0.010 - -0.454 -0.240 -0.002 - 0.606 -1.097 0.022 - 1.916 -0.650 0.015 - 3.009 -1.688 0.053 -a1aaa2A=A[A+]3AAA[A@@H]3a2a1 - -2.600 -1.346 -0.049 - -3.118 -0.117 -0.416 - -2.324 1.011 -0.388 - -0.990 0.911 0.012 - -0.134 2.115 0.050 - 1.206 1.970 0.083 - 1.857 0.638 0.410 - 2.861 0.115 -0.568 - 2.423 -1.326 -0.948 - 1.603 -1.747 0.300 - 0.973 -0.431 0.788 - -0.474 -0.339 0.376 - -1.277 -1.455 0.347 -A1AA[A@H]2A=a3aaaa3[A@@H]2A1 - 2.857 -1.018 -0.205 - 3.201 0.404 0.226 - 2.140 1.411 -0.264 - 0.822 0.952 0.317 - -0.394 1.698 0.071 - -1.362 0.819 -0.019 - -3.135 0.657 -0.036 - -3.214 -1.123 0.062 - -1.905 -1.462 0.065 - -0.943 -0.508 -0.070 - 0.493 -0.401 -0.366 - 1.435 -1.425 0.224 -A1=AA=A2[A@@H](A1)Aa1aaaaa21 - 3.453 0.054 0.151 - 2.953 -1.190 0.133 - 1.631 -1.456 -0.115 - 0.741 -0.405 -0.074 - 1.159 0.898 -0.060 - 2.617 1.282 -0.100 - 0.037 1.749 -0.009 - -1.182 0.890 0.009 - -2.533 1.165 0.055 - -3.454 0.122 0.059 - -3.020 -1.185 0.012 - -1.661 -1.474 -0.029 - -0.735 -0.444 -0.037 -A1=AA[a+]2a(A1)[aH]a1aaaaa21 - -3.348 -0.169 0.154 - -2.986 1.125 0.151 - -1.579 1.572 -0.134 - -0.670 0.422 -0.078 - -1.091 -0.830 -0.065 - -2.436 -1.164 -0.093 - -0.029 -1.684 -0.017 - 1.107 -0.913 0.005 - 2.457 -1.236 0.055 - 3.356 -0.182 0.063 - 2.939 1.137 0.024 - 1.601 1.484 -0.025 - 0.673 0.435 -0.035 -A1AA[A@H]2AA[AH2+]A[A@@H]2A1 - 2.478 0.758 0.282 - 2.509 -0.674 -0.255 - 1.268 -1.431 0.226 - 0.014 -0.719 -0.283 - -1.237 -1.465 0.185 - -2.479 -0.705 -0.288 - -2.462 0.657 0.289 - -1.288 1.407 -0.209 - -0.017 0.708 0.273 - 1.216 1.467 -0.217 -A1AA2AAAa3aa4A=AAAa4a(A1)a23 - -1.510 -2.821 -0.293 - -2.386 -1.856 0.504 - -2.302 -0.526 -0.112 - -3.257 0.383 0.534 - -3.281 1.701 -0.239 - -1.915 2.364 -0.148 - -0.796 1.362 -0.090 - 0.477 1.867 -0.029 - 1.576 1.009 0.014 - 2.942 1.531 0.100 - 3.960 0.629 0.124 - 3.672 -0.748 0.065 - 2.425 -1.226 -0.010 - 1.376 -0.379 -0.031 - 0.079 -0.886 -0.097 - -0.057 -2.380 -0.193 - -1.006 -0.020 -0.096 -A1AAa2aaa3[aH]a4aaaaa4a3a2A1 - -2.873 2.217 -0.315 - -3.840 1.316 0.465 - -3.747 -0.110 -0.071 - -2.329 -0.614 -0.043 - -2.115 -1.920 -0.030 - -0.909 -2.449 -0.012 - 0.228 -1.649 -0.011 - 1.582 -1.924 0.011 - 2.308 -0.749 0.015 - 3.676 -0.493 0.029 - 4.137 0.805 0.030 - 3.246 1.870 0.017 - 1.888 1.639 0.001 - 1.407 0.330 -0.000 - 0.061 -0.255 -0.014 - -1.248 0.266 -0.033 - -1.470 1.719 -0.037 -A1AA2=A(A1)a1aaa3AAAAa3a1AA2 - 4.470 -0.650 0.318 - 4.093 0.797 -0.068 - 2.580 0.832 -0.043 - 2.087 -0.431 -0.073 - 3.215 -1.436 -0.121 - 0.633 -0.612 -0.055 - 0.065 -1.890 -0.086 - -1.292 -2.028 -0.067 - -2.120 -0.906 -0.016 - -3.467 -1.083 0.001 - -4.266 0.027 0.418 - -3.826 1.224 -0.317 - -2.457 1.585 0.078 - -1.574 0.365 0.016 - -0.195 0.524 -0.005 - 0.358 1.755 0.022 - 1.688 1.927 0.004 -a1aaa2[A@H]3A=A[A@H](A3)a2a1 - 2.557 0.695 0.094 - 2.568 -0.685 0.097 - 1.369 -1.394 -0.030 - 0.184 -0.697 -0.162 - -1.285 -1.082 -0.311 - -1.949 -0.661 1.006 - -1.948 0.664 1.004 - -1.283 1.080 -0.313 - -1.755 -0.001 -1.194 - 0.185 0.694 -0.158 - 1.361 1.387 -0.034 -A1AA2AAA3AAA[A@@H]3[A@@H]2A1 - 2.494 1.321 -0.597 - 2.683 -0.161 -0.187 - 1.359 -0.648 0.244 - 0.883 -1.895 0.106 - -0.460 -2.037 -0.067 - -1.200 -0.839 -0.036 - -2.289 -0.523 -0.754 - -2.715 0.870 -0.337 - -1.564 1.443 0.344 - -0.845 0.298 0.830 - 0.653 0.544 0.747 - 1.006 1.630 -0.288 -A1AA[a+]2a(=A1)[aH]a1aaaaa21 - 3.419 0.124 0.168 - 2.941 -1.155 -0.522 - 1.605 -1.600 0.093 - 0.671 -0.378 0.394 - 1.143 0.857 0.009 - 2.410 1.181 0.048 - 0.059 1.685 -0.061 - -1.093 0.896 -0.048 - -2.444 1.208 -0.090 - -3.386 0.198 -0.063 - -2.987 -1.125 0.011 - -1.644 -1.446 0.047 - -0.689 -0.439 0.020 -a1aa[a+]2a(=[A+]a3aaaaa23)a1 - 3.430 0.137 0.039 - 2.969 -1.172 0.051 - 1.619 -1.445 0.049 - 0.674 -0.374 -0.310 - 1.079 0.871 0.021 - 0.011 1.648 0.009 - -1.107 0.883 0.012 - -2.474 1.183 0.004 - -3.393 0.173 0.011 - -2.986 -1.154 0.022 - -1.644 -1.474 0.036 - -0.696 -0.462 0.029 - 2.512 1.187 0.024 -a1aaa2aa3[aH]a4aaaaa4a3aa2a1 - -4.260 1.100 -0.002 - -4.501 -0.273 -0.002 - -3.474 -1.165 -0.001 - -2.146 -0.702 -0.001 - -1.121 -1.561 -0.001 - 0.118 -1.106 -0.000 - 1.337 -1.753 -0.000 - 2.373 -0.834 -0.000 - 3.756 -0.986 -0.000 - 4.573 0.124 -0.005 - 4.030 1.400 -0.005 - 2.662 1.571 -0.000 - 1.826 0.457 0.006 - 0.360 0.292 0.013 - -0.643 1.148 -0.000 - -1.900 0.695 -0.000 - -2.989 1.586 -0.001 -A1AA[A@@H]2AA[AH2+]A[A@H]2A1 - -2.478 0.760 0.280 - -2.510 -0.671 -0.259 - -1.272 -1.430 0.222 - -0.016 -0.719 -0.282 - 1.234 -1.467 0.187 - 2.478 -0.709 -0.282 - 2.471 0.659 0.273 - 1.289 1.405 -0.203 - 0.016 0.707 0.276 - -1.215 1.468 -0.215 -A1A=A2A3AA[AH+](AA3)[A@H]2A1 - -2.629 0.089 -0.008 - -1.682 1.128 -0.040 - -0.517 0.735 -0.211 - 0.872 1.350 -0.105 - 1.377 0.796 1.261 - 0.772 -0.606 1.422 - 0.664 -1.244 0.095 - 1.839 -0.879 -0.704 - 1.717 0.583 -1.154 - -0.545 -0.758 -0.594 - -1.871 -1.189 0.042 -A1AA[A@@H]2A[AH2+]A[A@@H]2A1 - 2.166 -0.707 0.001 - 1.956 0.687 0.608 - 1.008 1.450 -0.311 - -0.273 0.728 -0.571 - -1.430 1.183 0.334 - -2.385 0.074 0.188 - -1.598 -1.158 0.196 - -0.299 -0.784 -0.572 - 0.857 -1.475 0.124 -A1AA[A+]2A(=[A+]a3aaaaa23)A1 - -3.322 -0.186 -0.259 - -2.967 1.070 0.213 - -1.629 1.584 -0.133 - -0.670 0.410 0.286 - -1.080 -0.857 -0.017 - -0.033 -1.635 0.020 - 1.085 -0.881 0.006 - 2.442 -1.224 0.034 - 3.352 -0.183 0.009 - 2.952 1.141 -0.042 - 1.614 1.503 -0.071 - 0.679 0.476 -0.047 - -2.423 -1.222 -0.004 -A1A[A@@H]2[AH2+]A[A@H](A1)A2 - 1.626 0.084 0.601 - 1.024 1.323 -0.039 - -0.447 1.150 -0.423 - -1.204 0.717 0.766 - -1.242 -0.753 0.795 - -0.353 -1.221 -0.380 - 1.104 -1.240 0.078 - -0.511 -0.057 -1.395 -a1aaa2AAA3=A(Aa4aaaaa34)a2a1 - -3.812 -1.518 0.184 - -4.447 -0.288 0.053 - -3.705 0.873 -0.121 - -2.328 0.815 -0.163 - -1.525 2.057 -0.432 - -0.194 2.053 0.316 - 0.491 0.718 0.135 - -0.220 -0.429 -0.004 - 0.739 -1.575 -0.143 - 2.105 -0.957 -0.085 - 3.360 -1.518 -0.167 - 4.447 -0.654 -0.078 - 4.279 0.711 0.085 - 3.018 1.291 0.170 - 1.916 0.430 0.082 - -1.689 -0.422 0.008 - -2.434 -1.587 0.158 -a1aaa2Aa3a(aaa4aaaaa34)Aa2a1 - -4.764 0.024 0.004 - -4.386 1.352 -0.001 - -3.045 1.702 -0.003 - -2.067 0.713 0.000 - -0.636 1.078 -0.001 - 0.393 0.021 0.004 - 0.020 -1.325 -0.008 - 1.004 -2.331 -0.003 - 2.345 -2.006 0.002 - 2.745 -0.661 0.002 - 4.111 -0.317 0.007 - 4.484 0.988 0.001 - 3.520 2.013 -0.004 - 2.168 1.707 -0.003 - 1.765 0.365 0.002 - -1.411 -1.695 -0.013 - -2.444 -0.644 0.006 - -3.799 -0.983 0.007 -a1aaa2a(a1)aaa1a2aaa2aaaaa12 - 4.602 0.064 -0.000 - 4.098 -1.233 0.001 - 2.752 -1.459 0.001 - 1.868 -0.377 -0.000 - 2.376 0.942 -0.001 - 3.766 1.141 -0.000 - 1.485 2.037 -0.000 - 0.146 1.848 -0.000 - -0.417 0.559 -0.000 - 0.416 -0.576 -0.000 - -0.130 -1.869 0.001 - -1.476 -2.073 0.001 - -2.393 -0.937 -0.006 - -3.781 -1.124 0.001 - -4.608 -0.039 0.002 - -4.091 1.252 0.001 - -2.743 1.467 -0.000 - -1.869 0.376 -0.000 -a1aaa2a(a1)Aa1aaaaa1a1aaaa21 - 2.916 -2.325 -0.276 - 3.436 -1.185 -0.863 - 2.776 0.024 -0.745 - 1.581 0.091 -0.032 - 1.073 -1.056 0.573 - 1.735 -2.263 0.443 - -0.082 -0.977 1.298 - -1.232 -0.866 0.569 - -2.095 -1.940 0.458 - -3.270 -1.805 -0.261 - -3.583 -0.601 -0.866 - -2.728 0.479 -0.756 - -1.538 0.347 -0.043 - -0.603 1.515 0.036 - -1.124 2.785 0.109 - 0.317 3.822 0.187 - 1.570 2.564 0.122 - 0.849 1.396 0.042 -A1=AA[A@@]2(AA1)AAa1aaaaa1A2 - -3.669 0.252 -0.840 - -2.605 -0.041 -1.554 - -1.404 -0.193 -1.014 - -1.163 -0.039 0.460 - -2.442 0.291 1.176 - -3.602 0.419 0.513 - -0.584 -1.343 1.024 - 0.558 -1.744 0.200 - 1.510 -0.736 0.057 - 2.799 -1.112 -0.327 - 3.783 -0.161 -0.492 - 3.496 1.175 -0.279 - 2.224 1.552 0.103 - 1.230 0.602 0.275 - -0.138 1.072 0.701 -A1A[A@H]2AA[A@@H](A1)[AH2+]2 - 1.506 -0.002 0.664 - 1.090 -1.255 -0.111 - -0.411 -1.167 -0.431 - -1.149 -0.765 0.867 - -1.144 0.778 0.865 - -0.404 1.168 -0.438 - 1.097 1.249 -0.118 - -0.585 -0.006 -1.296 -A1AAa2aa3a(aa2A1)aa1AA=AAa31 - -4.566 0.273 -0.405 - -4.384 -1.019 0.400 - -3.086 -1.687 -0.049 - -1.947 -0.704 -0.018 - -0.655 -1.211 -0.031 - 0.412 -0.316 -0.023 - 0.150 1.066 0.022 - -1.102 1.490 0.035 - -2.138 0.663 0.019 - -3.514 1.280 0.053 - 1.337 1.707 0.035 - 2.363 0.833 0.017 - 3.824 1.000 0.023 - 4.604 -0.112 0.005 - 4.080 -1.304 -0.023 - 2.747 -1.507 -0.035 - 1.871 -0.445 -0.018 -A1AA2=A(A1)a1aa3AAAAa3aa1AA2 - -4.068 -1.646 0.345 - -4.279 -0.179 -0.086 - -2.899 0.441 -0.065 - -1.953 -0.531 -0.063 - -2.602 -1.896 -0.084 - -0.543 -0.133 -0.037 - 0.476 -1.091 -0.026 - 1.784 -0.696 0.001 - 2.866 -1.747 0.019 - 4.147 -1.141 -0.367 - 4.384 0.085 0.412 - 3.407 1.060 0.039 - 2.109 0.658 0.016 - 1.109 1.621 0.006 - -0.221 1.236 -0.021 - -1.209 2.157 -0.031 - -2.501 1.798 -0.054 -A1AAA2=A(A1)Aa1aa3AAAa3aa1A2 - 4.567 0.605 -0.615 - 4.527 -0.762 0.076 - 3.236 -1.474 -0.332 - 2.045 -0.633 0.064 - 2.128 0.711 0.079 - 3.326 1.372 -0.248 - 0.932 1.555 0.445 - -0.333 0.755 0.298 - -1.549 1.404 0.176 - -2.717 0.673 0.040 - -4.019 1.065 -0.093 - -4.716 -0.088 -0.603 - -3.937 -1.199 -0.123 - -2.667 -0.719 0.021 - -1.450 -1.366 0.140 - -0.279 -0.630 0.278 - 0.907 -1.270 0.392 -A1AA[a+]2a(AA1)[aH]a1aaaaa21 - -3.634 0.603 -0.250 - -2.625 1.220 0.720 - -1.322 1.516 -0.021 - -0.430 0.351 0.046 - -0.794 -0.894 0.158 - -2.219 -1.381 0.265 - -3.075 -0.705 -0.807 - 0.303 -1.703 0.166 - 1.411 -0.899 0.065 - 2.779 -1.141 0.027 - 3.659 -0.086 -0.082 - 3.189 1.220 -0.154 - 1.834 1.478 -0.118 - 0.929 0.416 -0.009 -A1A[A@@H]2AA[A@H](A1)[AH2+]2 - 1.507 0.003 -0.663 - 1.097 -1.249 0.118 - -0.404 -1.169 0.436 - -1.143 -0.778 -0.865 - -1.148 0.765 -0.868 - -0.412 1.166 0.431 - 1.089 1.256 0.112 - -0.587 0.005 1.296 -A1[AH2+]Aa2a(A1)aaa1A=AAAa21 - 3.407 -0.373 0.382 - 2.807 -1.488 -0.378 - 1.410 -1.686 0.056 - 0.689 -0.364 0.017 - 1.391 0.828 -0.013 - 2.754 0.835 -0.014 - 0.712 2.047 -0.046 - -0.652 2.080 -0.051 - -1.377 0.884 -0.022 - -2.842 0.893 -0.026 - -3.480 -0.306 0.003 - -2.727 -1.496 0.036 - -1.390 -1.507 0.040 - -0.701 -0.349 0.012 -A1[A@H]2AA3A[A@@H]1AA(=A3)A2 - 0.832 1.295 0.823 - 1.325 -0.155 0.791 - 0.241 -1.127 1.257 - -1.129 -0.940 0.563 - -1.483 0.539 0.766 - -0.491 1.441 0.041 - -0.231 0.989 -1.415 - 0.214 -0.498 -1.169 - -0.888 -1.068 -0.940 - 1.610 -0.477 -0.717 -[AH2+]1AAA2(AA1)AAa1aaaaa1A2 - 3.545 -0.897 -0.541 - 2.311 -0.985 -1.346 - 1.531 0.327 -1.239 - 1.183 0.593 0.226 - 2.466 0.627 1.057 - 3.218 -0.695 0.884 - 0.496 1.872 0.340 - -0.720 1.927 -0.266 - -1.596 0.747 -0.121 - -2.945 0.799 -0.467 - -3.728 -0.326 -0.318 - -3.182 -1.503 0.172 - -1.845 -1.567 0.520 - -1.043 -0.449 0.374 - 0.303 -0.472 0.725 -A1AAa2aa3a(aa2A1)aa1AAA=Aa31 - 4.528 0.275 0.410 - 4.317 -0.932 -0.331 - 3.123 -1.618 0.046 - 1.949 -0.676 0.016 - 0.669 -1.206 0.028 - -0.411 -0.326 0.004 - -0.174 1.059 -0.029 - 1.072 1.507 -0.039 - 2.116 0.697 -0.020 - 3.496 1.310 -0.041 - -1.368 1.688 -0.044 - -2.389 0.807 -0.026 - -3.794 0.961 -0.031 - -4.564 -0.147 -0.005 - -3.997 -1.378 0.025 - -2.703 -1.539 0.030 - -1.872 -0.485 0.006 -A1AA=A2[A@@H](A1)AAa1aaaaa21 - -3.509 -0.361 0.065 - -2.792 -1.486 0.182 - -1.399 -1.454 0.146 - -0.747 -0.370 -0.108 - -1.405 0.940 -0.416 - -2.896 0.973 -0.202 - -0.700 2.047 0.373 - 0.729 2.030 0.034 - 1.427 0.825 0.016 - 2.814 0.816 0.066 - 3.497 -0.384 0.037 - 2.811 -1.585 -0.043 - 1.431 -1.597 -0.091 - 0.734 -0.392 -0.061 -a1aaa2AA3=A(Aa2a1)a1aaaaa1A3 - 4.296 -1.186 -0.001 - 4.607 0.167 -0.001 - 3.604 1.110 0.000 - 2.271 0.700 0.001 - 1.171 1.681 0.001 - -0.159 1.191 0.000 - -0.397 -0.178 -0.000 - 0.638 -1.072 -0.000 - 1.954 -0.669 0.000 - 2.984 -1.606 -0.000 - -1.858 -0.405 -0.001 - -2.616 -1.576 -0.001 - -3.995 -1.503 0.004 - -4.634 -0.274 -0.001 - -3.897 0.897 -0.001 - -2.510 0.841 -0.000 - -1.463 1.890 0.000 -A1A[A@@H]2Aa3aaaaa3[A@@H]2A1 - -2.859 0.463 0.893 - -2.895 -0.622 -0.194 - -1.492 -0.650 -0.818 - -0.603 -1.418 0.008 - 0.612 -0.805 0.044 - 1.861 -1.316 0.388 - 2.973 -0.500 0.373 - 2.861 0.828 0.005 - 1.624 1.343 -0.340 - 0.511 0.531 -0.321 - -0.948 0.796 -0.647 - -1.642 1.352 0.606 -[AH2+]1A[A@@H]2AA[A@H](A1)A2 - 1.664 0.001 0.467 - 1.075 1.250 0.023 - -0.389 1.186 -0.399 - -1.234 0.770 0.830 - -1.233 -0.770 0.832 - -0.387 -1.188 -0.396 - 1.077 -1.248 0.023 - -0.572 -0.002 -1.377 -A1AA[A@@H]2AAA[AH2+][A@H]2A1 - 2.470 -0.753 0.282 - 2.501 0.672 -0.274 - 1.263 1.434 0.204 - 0.004 0.719 -0.290 - -1.237 1.477 0.186 - -2.490 0.720 -0.264 - -2.449 -0.704 0.293 - -1.241 -1.397 -0.197 - -0.027 -0.704 0.272 - 1.209 -1.467 -0.209 -A1AA[A@@H]2AA[AH2+][A@@H]2A1 - 1.883 -1.050 0.222 - 2.021 0.452 0.494 - 1.271 1.206 -0.604 - -0.187 0.823 -0.646 - -0.941 1.215 0.641 - -2.185 0.297 0.585 - -1.848 -0.820 -0.312 - -0.427 -0.696 -0.717 - 0.409 -1.429 0.335 -A1AA[A@H]2AAA[AH2+][A@@H]2A1 - 2.470 -0.753 -0.282 - 2.501 0.672 0.275 - 1.263 1.434 -0.204 - 0.004 0.719 0.290 - -1.237 1.477 -0.187 - -2.490 0.720 0.264 - -2.449 -0.704 -0.293 - -1.241 -1.397 0.197 - -0.027 -0.704 -0.272 - 1.209 -1.467 0.209 -a1aaa2A=A[A@@H]3AAA[A+]3a2a1 - 2.608 1.439 0.145 - 3.211 0.195 0.213 - 2.457 -0.955 0.077 - 1.088 -0.860 -0.130 - 0.242 -2.067 -0.290 - -1.067 -1.952 -0.001 - -1.528 -0.603 0.463 - -3.025 -0.341 0.282 - -3.107 1.175 -0.036 - -1.630 1.654 -0.083 - -0.966 0.362 -0.388 - 0.475 0.410 -0.195 - 1.244 1.549 -0.058 -A1AAA2=A(A1)[AH+]a1aaaaa1AA2 - -3.255 -1.288 -0.663 - -3.871 0.111 -0.539 - -2.761 1.118 -0.504 - -1.475 0.809 -0.003 - -1.216 -0.417 0.485 - -2.301 -1.481 0.515 - -0.021 -0.862 1.083 - 1.212 -0.577 0.393 - 2.013 -1.603 -0.077 - 3.251 -1.303 -0.620 - 3.684 0.008 -0.689 - 2.876 1.037 -0.235 - 1.628 0.742 0.288 - 0.734 1.745 0.651 - -0.495 1.954 -0.084 -a1aaa2a(a1)a1aaaaa1a1aaaaa21 - -3.580 1.127 -0.004 - -2.934 2.348 0.003 - -1.553 2.422 0.007 - -0.746 1.286 0.002 - -1.428 0.044 -0.001 - -2.824 -0.019 -0.004 - -0.695 -1.232 0.000 - -1.376 -2.450 0.001 - -0.669 -3.633 0.001 - 0.717 -3.621 0.001 - 1.405 -2.427 -0.004 - 0.706 -1.218 0.001 - 1.424 0.068 0.001 - 2.819 0.009 0.004 - 3.567 1.160 0.003 - 2.911 2.371 -0.003 - 1.524 2.454 -0.007 - 0.732 1.309 -0.001 -a1aaa2[AH+]AA3=AA=A[A+]3a2a1 - -2.653 1.429 -0.131 - -3.238 0.179 -0.041 - -2.453 -0.954 0.071 - -1.072 -0.840 0.093 - -0.294 -2.036 0.272 - 1.087 -2.000 -0.341 - 1.691 -0.629 -0.155 - 2.977 -0.265 -0.107 - 3.012 1.138 0.050 - 1.733 1.575 0.096 - 0.975 0.425 0.320 - -0.485 0.425 -0.014 - -1.275 1.554 -0.119 -A1AA[A+]2[A@H](A1)Aa1aaaaa21 - 3.271 -0.087 -0.391 - 2.963 1.254 0.205 - 1.464 1.530 0.321 - 0.729 0.355 -0.225 - 1.186 -0.856 0.471 - 2.455 -1.167 -0.199 - 0.059 -1.833 0.075 - -1.136 -0.913 0.014 - -2.483 -1.203 0.052 - -3.366 -0.131 -0.002 - -2.913 1.170 -0.089 - -1.562 1.474 -0.137 - -0.662 0.409 -0.093 -A1AA=AAA[A@H]2A[A@@H]2AAA=A1 - 2.581 0.252 -0.374 - 2.161 -0.959 0.462 - 1.646 -2.043 -0.449 - 0.407 -2.457 -0.341 - -0.502 -1.853 0.698 - -1.910 -1.703 0.119 - -2.070 -0.299 -0.469 - -3.237 0.552 0.036 - -1.805 0.888 0.460 - -1.157 2.130 -0.153 - 0.226 1.766 -0.697 - 1.283 2.215 0.279 - 2.378 1.511 0.429 -A1AAa2a(A1)[a+]a1[AH+]AAAa21 - -3.321 -0.200 0.033 - -2.954 1.090 0.012 - -1.655 1.478 -0.018 - -0.692 0.451 -0.028 - -1.088 -0.896 -0.007 - -2.436 -1.223 0.024 - 0.007 -1.640 -0.024 - 1.068 -0.864 -0.056 - 2.421 -1.143 0.256 - 3.371 -0.177 -0.416 - 2.995 1.092 0.362 - 1.612 1.577 -0.086 - 0.678 0.449 -0.057 -A1AA[A@H]2AA3=A(AAAA3)A=A2A1 - 3.530 -0.699 -0.541 - 3.728 0.602 0.245 - 2.457 1.407 0.149 - 1.132 0.774 0.474 - 0.032 1.484 -0.328 - -1.246 0.701 -0.176 - -1.188 -0.659 -0.051 - -2.359 -1.366 0.121 - -3.541 -0.722 0.153 - -3.614 0.613 0.011 - -2.493 1.348 -0.148 - 0.026 -1.304 -0.131 - 1.141 -0.687 0.126 - 2.397 -1.498 0.097 -a1aaa2a(a1)AAa1aa3aaaaa3aa21 - -4.413 -1.022 -0.024 - -3.463 -2.014 0.217 - -2.124 -1.691 0.243 - -1.723 -0.373 0.038 - -2.670 0.619 -0.217 - -4.010 0.296 -0.237 - -2.234 2.036 -0.480 - -1.011 2.388 0.361 - 0.062 1.347 0.193 - 1.397 1.720 0.180 - 2.391 0.653 0.059 - 3.761 0.929 0.032 - 4.654 -0.099 -0.078 - 4.214 -1.421 -0.160 - 2.888 -1.722 -0.138 - 1.938 -0.688 -0.032 - 0.632 -0.953 -0.024 - -0.284 -0.009 0.070 -A1=AA[A@@]2(AA=Aa3aaaaa23)A1 - 3.208 -0.895 -0.640 - 2.869 -1.092 0.610 - 1.743 -0.531 1.178 - 0.944 0.309 0.277 - 0.890 1.692 0.727 - -0.057 2.565 0.165 - -1.192 2.094 -0.284 - -1.477 0.644 -0.206 - -2.766 0.156 -0.403 - -3.004 -1.202 -0.324 - -1.967 -2.075 -0.048 - -0.683 -1.596 0.149 - -0.431 -0.244 0.071 - 1.923 0.177 -1.267 -A1AAa2[aH]a3[AH+]AA[a+]3a2A1 - -2.766 1.070 0.052 - -3.090 -0.234 0.030 - -2.161 -1.205 -0.010 - -0.819 -0.895 -0.032 - 0.326 -1.627 -0.072 - 1.390 -0.747 -0.081 - 2.752 -0.732 0.250 - 3.307 0.565 -0.086 - 2.041 1.438 -0.041 - 0.929 0.471 -0.038 - -0.435 0.436 -0.011 - -1.474 1.463 0.034 -a1aa2[A@@H]3AA[A@@H](A3)a2a1 - 2.651 0.693 0.178 - 1.500 1.317 0.041 - 0.355 0.660 -0.134 - -1.143 0.987 -0.322 - -1.803 0.524 1.016 - -1.683 -1.019 0.974 - -0.930 -1.299 -0.368 - -1.569 -0.186 -1.281 - 0.443 -0.699 -0.163 - 2.176 -0.976 0.062 -A1AAA2(AA1)A=Aa1aaaaa1[AH+]2 - 3.560 1.023 0.398 - 2.278 1.213 1.212 - 1.545 -0.124 1.331 - 1.189 -0.637 -0.066 - 2.472 -0.828 -0.879 - 3.204 0.510 -0.998 - 0.471 -1.956 0.051 - -0.851 -2.019 0.108 - -1.652 -0.783 0.019 - -3.003 -0.769 0.350 - -3.716 0.416 0.263 - -3.086 1.586 -0.141 - -1.743 1.579 -0.473 - -1.023 0.401 -0.397 - 0.356 0.386 -0.784 -A1AAa2a(A1)aaa1aaa3aaaaa3a21 - 3.743 -1.659 0.235 - 2.661 -2.206 -0.703 - 1.307 -1.761 -0.142 - 1.268 -0.261 -0.022 - 2.416 0.471 0.070 - 3.789 -0.141 0.091 - 2.325 1.874 0.152 - 1.162 2.493 0.127 - 0.019 1.819 0.019 - -1.201 2.524 -0.101 - -2.376 1.876 -0.211 - -2.441 0.467 -0.122 - -3.676 -0.188 -0.231 - -3.756 -1.527 0.013 - -2.618 -2.246 0.352 - -1.390 -1.645 0.382 - -1.259 -0.290 0.078 - 0.031 0.402 0.012 -A1AAa2a(=[A+]1)[aH]a1aaaaa21 - 3.414 0.117 0.208 - 2.936 -1.168 -0.470 - 1.596 -1.603 0.143 - 0.692 -0.448 0.080 - 1.142 0.854 0.032 - 2.426 1.240 0.068 - 0.060 1.685 -0.052 - -1.095 0.900 -0.036 - -2.444 1.214 -0.086 - -3.389 0.207 -0.053 - -2.994 -1.116 0.036 - -1.652 -1.440 0.081 - -0.694 -0.437 0.048 -[AH2+]1A[A@H]2AA[A@@H](A1)A2 - -1.486 -0.003 0.615 - -1.108 1.218 -0.131 - 0.407 1.201 -0.405 - 1.105 0.771 0.908 - 1.109 -0.768 0.907 - 0.412 -1.198 -0.406 - -1.103 -1.222 -0.132 - 0.666 0.002 -1.358 -A1=AAAA=A[A@@H]2AAA[A@H]2AA1 - -2.035 1.470 -0.512 - -2.901 0.501 -0.358 - -2.849 -0.513 0.751 - -2.302 -1.847 0.201 - -1.024 -1.487 -0.527 - 0.050 -1.269 0.177 - 1.257 -0.614 -0.383 - 2.540 -1.271 -0.128 - 3.462 -0.300 0.094 - 2.872 1.060 0.229 - 1.380 0.767 0.317 - 0.446 1.787 -0.300 - -0.900 1.712 0.442 -a1aaa2AAA[A@H]3AA=A[A+]3a2a1 - 2.699 1.545 -0.393 - 3.348 0.349 -0.150 - 2.624 -0.779 0.199 - 1.249 -0.703 0.303 - 0.480 -1.822 0.677 - -0.458 -2.394 -0.287 - -1.800 -1.678 -0.254 - -1.706 -0.247 -0.750 - -2.968 0.424 -0.581 - -2.847 1.182 0.612 - -1.610 1.222 1.003 - -0.916 0.772 -0.122 - 0.589 0.502 0.041 - 1.320 1.626 -0.298 -A1A[A@@H]2AAa3aaaaa3[A@H]2A1 - 3.040 -1.160 -0.038 - 3.080 0.356 -0.223 - 1.604 0.727 -0.383 - 1.131 1.986 0.320 - -0.362 2.141 0.007 - -1.112 0.835 0.028 - -2.490 0.883 -0.144 - -3.239 -0.273 -0.184 - -2.619 -1.506 -0.049 - -1.247 -1.561 0.137 - -0.498 -0.401 0.182 - 0.967 -0.452 0.409 - 1.740 -1.573 -0.056 -A1A[A@H]2[AH2+]A[A@@H](A1)A2 - 1.670 -0.366 0.516 - 0.729 -1.478 0.111 - -0.642 -1.066 -0.402 - -1.513 -0.438 0.615 - -1.043 0.931 0.827 - -0.112 1.249 -0.366 - 1.333 1.047 0.086 - -0.424 0.120 -1.387 -A1AA2[A@H](A1)[AH+]a1aaaaa21 - -3.045 0.698 0.539 - -1.590 1.213 0.675 - -0.920 0.678 -0.535 - -1.473 -0.690 -0.731 - -2.856 -0.715 -0.058 - -0.539 -1.517 0.042 - 0.678 -0.843 0.057 - 1.965 -1.267 0.355 - 3.019 -0.373 0.305 - 2.793 0.948 -0.038 - 1.513 1.381 -0.331 - 0.450 0.490 -0.283 -A1A=A[A@@]2(A=AAa3aaaaa23)A1 - 2.866 -0.975 -0.456 - 2.807 -0.727 0.884 - 1.750 0.040 1.213 - 1.027 0.327 -0.083 - 1.006 1.801 -0.357 - -0.138 2.522 -0.219 - -1.290 1.956 0.170 - -1.457 0.613 0.082 - -2.740 0.082 0.118 - -2.927 -1.283 0.032 - -1.837 -2.125 -0.088 - -0.559 -1.600 -0.125 - -0.365 -0.233 -0.040 - 1.852 -0.393 -1.126 -A1AA[A@H]2AAa3aaaaa3[A@H]2A1 - 2.764 -1.488 -0.581 - 3.436 -0.128 -0.377 - 2.874 0.522 0.888 - 1.368 0.706 0.758 - 1.038 1.664 -0.388 - -0.433 2.061 -0.272 - -1.304 0.843 -0.105 - -2.664 0.995 -0.332 - -3.531 -0.077 -0.189 - -3.023 -1.329 0.192 - -1.653 -1.471 0.412 - -0.802 -0.391 0.260 - 0.672 -0.625 0.493 - 1.260 -1.283 -0.759 -a1aaa2aa3aa4aaaaa4a3[aH]a2a1 - 4.271 1.137 -0.001 - 4.534 -0.230 -0.002 - 3.517 -1.135 -0.001 - 2.181 -0.686 0.001 - 1.176 -1.568 0.001 - -0.075 -1.160 0.001 - -1.370 -1.877 -0.000 - -2.438 -0.853 -0.000 - -3.826 -0.964 -0.001 - -4.610 0.173 -0.001 - -4.026 1.430 -0.001 - -2.655 1.564 0.000 - -1.840 0.425 0.001 - -0.382 0.272 0.001 - 0.629 1.164 0.001 - 1.921 0.704 0.001 - 2.988 1.603 -0.000 -a1aaa2a(a1)Aa1aaaa3AA=AA2a13 - -3.956 -0.535 0.000 - -3.722 0.828 0.000 - -2.425 1.308 0.000 - -1.360 0.421 0.000 - -1.595 -0.952 0.001 - -2.898 -1.425 0.000 - -0.555 -1.825 0.000 - 0.729 -1.379 -0.005 - 1.780 -2.287 0.001 - 3.103 -1.841 0.001 - 3.381 -0.503 0.000 - 2.335 0.425 0.000 - 2.606 1.873 0.000 - 1.442 2.773 0.000 - 0.174 2.228 0.000 - -0.040 0.903 0.000 - 1.000 -0.011 0.001 -a1aaa2[aH+]a3aaaaa3[aH+]a2a1 - -3.592 0.690 0.236 - -3.601 -0.685 0.194 - -2.401 -1.390 0.025 - -1.199 -0.684 -0.101 - 0.004 -1.430 -0.286 - 1.209 -0.680 -0.099 - 2.401 -1.382 0.028 - 3.589 -0.703 0.190 - 3.596 0.694 0.239 - 2.395 1.404 0.111 - 1.210 0.718 -0.056 - -0.001 1.345 -0.530 - -1.208 0.712 -0.056 - -2.401 1.391 0.111 -A1AAA2=A(A1)a1aa3aaaa3aa1AA2 - 3.426 1.879 0.399 - 4.245 0.868 -0.413 - 3.854 -0.539 0.036 - 2.358 -0.708 0.015 - 1.507 0.340 -0.008 - 1.965 1.772 -0.037 - 0.062 0.066 -0.004 - -0.856 1.116 -0.019 - -2.215 0.831 -0.014 - -3.432 1.655 -0.026 - -4.462 0.800 -0.028 - -4.015 -0.468 -0.003 - -2.666 -0.504 0.002 - -1.746 -1.546 0.022 - -0.385 -1.269 0.016 - 0.520 -2.274 0.028 - 1.836 -2.027 0.027 -a1aaa2aaa3a4aaaaa4[aH]a3a2a1 - -3.714 -1.566 -0.006 - -4.383 -0.344 -0.007 - -3.694 0.833 0.005 - -2.290 0.820 0.004 - -1.596 1.967 0.001 - -0.285 1.985 -0.001 - 0.460 0.800 0.001 - 1.902 0.500 0.000 - 3.048 1.292 -0.004 - 4.294 0.694 -0.005 - 4.404 -0.693 -0.002 - 3.276 -1.484 0.002 - 2.013 -0.899 0.003 - 0.736 -1.434 0.005 - -0.200 -0.434 0.004 - -1.615 -0.424 0.001 - -2.352 -1.615 -0.002 -A1AA[A@H]2Aa3aaaaa3A[A@H]2A1 - 3.227 0.632 0.703 - 2.786 -0.721 1.264 - 1.428 -0.978 0.897 - 1.214 -1.021 -0.512 - -0.147 -1.398 -0.842 - -1.169 -0.588 -0.363 - -2.424 -1.185 -0.208 - -3.502 -0.453 0.245 - -3.354 0.888 0.551 - -2.119 1.488 0.410 - -1.027 0.755 -0.039 - 0.533 1.570 -0.183 - 1.538 0.362 -1.107 - 3.019 0.653 -0.815 -a1aaa2[aH+]a3[aH]aa[a+]3a2a1 - -2.809 1.004 0.101 - -3.079 -0.346 0.251 - -2.063 -1.274 0.146 - -0.765 -0.854 -0.111 - 0.486 -1.449 0.074 - 1.429 -0.608 -0.518 - 2.608 -0.766 0.045 - 3.070 0.433 0.455 - 2.145 1.373 0.135 - 0.987 0.548 -0.177 - -0.492 0.507 -0.259 - -1.520 1.433 -0.146 -A1AA2A[A@@H]3AAAA3A[A@@H]2A1 - -3.331 -0.081 0.363 - -2.286 -1.175 0.410 - -1.130 -0.734 -0.106 - 0.040 -1.424 -0.166 - 1.264 -0.649 -0.599 - 2.519 -1.209 0.097 - 3.331 0.081 0.363 - 2.287 1.176 0.409 - 1.129 0.734 -0.104 - -0.040 1.424 -0.166 - -1.264 0.649 -0.599 - -2.519 1.209 0.097 -A1A[A@H]2AAa3aaaaa3[A@@H]2A1 - -3.121 -1.087 -0.033 - -3.075 0.457 -0.195 - -1.583 0.736 -0.377 - -1.027 1.981 0.287 - 0.387 1.985 0.035 - 1.092 0.824 0.026 - 2.469 0.887 -0.160 - 3.225 -0.266 -0.195 - 2.619 -1.500 -0.044 - 1.252 -1.574 0.151 - 0.491 -0.425 0.188 - -0.977 -0.467 0.404 - -1.750 -1.547 -0.085 -A1AAA2=A(A1)Aa1aaaaa1[AH+]A2 - -3.258 -1.303 -0.633 - -3.873 0.099 -0.536 - -2.762 1.105 -0.522 - -1.475 0.804 -0.016 - -1.218 -0.412 0.496 - -2.304 -1.473 0.548 - -0.022 -0.796 1.009 - 1.211 -0.577 0.405 - 2.010 -1.613 -0.045 - 3.248 -1.325 -0.595 - 3.682 -0.015 -0.690 - 2.876 1.023 -0.256 - 1.627 0.739 0.274 - 0.753 1.799 0.680 - -0.494 1.947 -0.121 -a1aaa2A=a3aaa4AAAa4[a+]3a2a1 - 3.039 -1.775 0.015 - 3.885 -0.675 0.017 - 3.378 0.593 0.021 - 1.993 0.791 0.022 - 1.213 1.898 0.026 - -0.060 1.544 0.026 - -1.290 2.344 0.029 - -2.512 1.674 0.028 - -2.538 0.285 0.024 - -3.717 -0.667 0.022 - -3.071 -2.063 0.013 - -1.628 -1.808 0.018 - -1.378 -0.454 0.022 - -0.115 0.236 -0.322 - 1.136 -0.324 0.020 - 1.670 -1.605 0.016 -A1A[A@@H]2Aa3aaaaa3A[A@H]2A1 - -3.979 0.010 -0.091 - -2.802 1.391 0.187 - -1.464 0.659 0.416 - -0.300 1.495 -0.106 - 0.974 0.687 -0.060 - 2.176 1.379 -0.135 - 3.383 0.703 -0.099 - 3.393 -0.682 0.013 - 2.192 -1.372 0.088 - 0.980 -0.686 0.051 - -0.286 -1.503 0.138 - -1.469 -0.676 -0.356 - -2.800 -1.407 -0.040 -A1AAA2(AA1)a1aaaaa1a1aaaaa21 - 2.905 -2.231 -0.001 - 2.390 -1.514 -1.250 - 0.859 -1.529 -1.252 - 0.342 -0.823 0.000 - 0.860 -1.529 1.252 - 2.390 -1.515 1.249 - 0.782 0.618 0.000 - 2.028 1.215 0.000 - 2.094 2.602 0.000 - 0.919 3.332 0.000 - -0.253 2.734 0.000 - -0.364 1.408 0.000 - -1.565 0.533 0.000 - -2.861 0.834 0.000 - -3.789 -0.099 0.000 - -3.455 -1.441 0.000 - -2.114 -1.802 0.000 - -1.164 -0.800 0.000 -a1aaa2aa3aa4aa[aH]a4aa3aa2a1 - 4.448 0.697 0.001 - 4.447 -0.699 0.001 - 3.293 -1.413 -0.000 - 2.054 -0.735 -0.000 - 0.907 -1.403 -0.001 - -0.246 -0.734 -0.001 - -1.467 -1.429 -0.000 - -2.658 -0.724 -0.000 - -3.963 -1.096 0.001 - -4.729 -0.036 0.001 - -3.983 1.113 0.001 - -2.650 0.740 -0.000 - -1.468 1.434 -0.000 - -0.245 0.736 -0.001 - 0.907 1.402 -0.001 - 2.055 0.733 -0.000 - 3.293 1.410 -0.000 -A1AAA2=AA3=A(AAAA3)A[A@H]2A1 - 3.762 0.618 0.109 - 3.460 -0.734 0.762 - 2.443 -1.478 -0.106 - 1.195 -0.645 -0.250 - -0.008 -1.280 -0.396 - -1.178 -0.638 -0.096 - -1.229 0.710 -0.084 - -2.424 1.388 0.214 - -3.690 0.636 0.522 - -3.658 -0.713 -0.204 - -2.398 -1.467 0.224 - -0.000 1.524 -0.392 - 1.252 0.704 -0.237 - 2.475 1.376 -0.070 -A1AAAAAA2AAA[A@@H]2AAAAAAAA1 - -3.681 -1.556 -0.334 - -2.733 -2.550 0.339 - -1.319 -2.278 -0.102 - -0.293 -2.867 0.589 - 1.062 -2.514 0.095 - 1.200 -1.013 0.117 - 2.380 -0.444 -0.202 - 3.596 -1.170 -0.571 - 4.781 -0.215 -0.377 - 4.166 1.192 -0.324 - 2.649 0.994 -0.243 - 2.116 1.652 1.004 - 0.817 2.084 1.018 - 0.059 1.817 -0.231 - -1.394 1.641 0.127 - -2.329 2.427 -0.479 - -3.729 2.220 -0.052 - -4.109 0.787 -0.318 - -3.240 -0.201 -0.052 -[AH2+]1AAa2[aH]a3aaaaa3a2AA1 - 3.665 -0.534 -0.241 - 3.096 0.713 -0.788 - 2.230 1.409 0.264 - 0.811 0.903 0.157 - -0.319 1.675 0.156 - -1.437 0.874 0.057 - -2.802 1.141 0.017 - -3.704 0.107 -0.090 - -3.264 -1.214 -0.147 - -1.913 -1.501 -0.109 - -0.989 -0.458 -0.009 - 0.470 -0.395 0.050 - 1.433 -1.551 -0.021 - 2.728 -1.173 0.704 -A1A[AH2+][A@@H]2AAA[A@@H]2A1 - 1.852 1.045 -0.285 - 1.917 -0.460 -0.597 - 1.278 -1.186 0.526 - -0.133 -0.828 0.668 - -0.973 -1.241 -0.547 - -2.043 -0.231 -0.684 - -1.894 0.760 0.406 - -0.388 0.687 0.795 - 0.380 1.454 -0.284 -a1aaa2[aH]a3=[A+]AA[a+]3a2a1 - -2.782 1.087 -0.026 - -3.138 -0.250 -0.004 - -2.164 -1.229 0.008 - -0.823 -0.872 -0.011 - 0.354 -1.615 -0.009 - 1.423 -0.738 -0.029 - 2.733 -0.790 -0.038 - 3.290 0.570 -0.061 - 2.052 1.486 -0.065 - 0.972 0.426 0.310 - -0.466 0.475 -0.033 - -1.451 1.453 -0.039 -A1A=A[A@]2(A=AAa3aaaaa23)A1 - -2.867 0.981 0.447 - -2.804 0.724 -0.892 - -1.746 -0.045 -1.213 - -1.028 -0.325 0.088 - -1.008 -1.798 0.370 - 0.135 -2.521 0.231 - 1.285 -1.956 -0.178 - 1.456 -0.613 -0.088 - 2.740 -0.083 -0.124 - 2.929 1.280 -0.034 - 1.840 2.123 0.094 - 0.562 1.599 0.130 - 0.366 0.234 0.044 - -1.855 0.402 1.123 -a1aaa2[aH]a3aa4aaaa4aa3a2a1 - -3.796 1.366 -0.001 - -4.303 0.077 0.000 - -3.456 -1.010 0.005 - -2.076 -0.822 -0.001 - -1.026 -1.728 -0.001 - 0.184 -1.076 -0.001 - 1.435 -1.494 -0.001 - 2.445 -0.622 0.000 - 3.766 -0.769 0.000 - 4.342 0.380 0.001 - 3.472 1.331 0.001 - 2.207 0.728 0.000 - 0.899 1.221 0.000 - -0.097 0.364 -0.001 - -1.566 0.484 -0.001 - -2.434 1.574 -0.001 -a1aaa2Aa3a(aaa4AAAa34)Aa2a1 - -4.468 -0.085 0.283 - -4.163 1.262 0.206 - -2.860 1.675 -0.004 - -1.849 0.730 -0.140 - -0.447 1.150 -0.360 - 0.629 0.162 -0.196 - 0.323 -1.220 -0.122 - 1.338 -2.167 0.033 - 2.680 -1.789 0.124 - 2.981 -0.439 0.054 - 4.174 0.190 0.116 - 3.869 1.573 0.390 - 2.541 1.755 -0.143 - 1.966 0.536 -0.106 - -1.084 -1.647 -0.211 - -2.158 -0.641 -0.065 - -3.474 -1.038 0.148 -A1AAA2=A(A1)AA1=A(AAA=A1)A2 - 3.634 0.726 -0.277 - 3.701 -0.643 0.410 - 2.419 -1.385 0.150 - 1.211 -0.700 -0.072 - 1.160 0.648 -0.038 - 2.397 1.465 0.244 - -0.017 1.313 -0.255 - -1.227 0.664 -0.114 - -1.272 -0.719 -0.149 - -2.508 -1.358 0.006 - -3.612 -0.602 0.182 - -3.514 0.755 0.205 - -2.355 1.362 0.061 - -0.022 -1.523 -0.350 -a1aaa2a(a1)Aa1aaaa3AAAA2a13 - -4.056 0.297 -0.321 - -3.656 -1.027 -0.300 - -2.329 -1.350 -0.087 - -1.383 -0.346 0.108 - -1.790 0.981 0.085 - -3.124 1.301 -0.129 - -0.618 2.272 0.325 - 0.939 1.483 0.088 - 2.056 2.279 -0.129 - 3.298 1.702 -0.310 - 3.422 0.331 -0.264 - 2.313 -0.475 -0.044 - 2.535 -1.964 0.009 - 1.225 -2.719 -0.203 - 0.172 -2.128 0.742 - -0.055 -0.731 0.320 - 1.055 0.093 0.116 -A1AAA2=Aa3aaaaa3AA[A@@H]2A1 - 3.471 0.705 0.474 - 3.694 -0.712 -0.044 - 2.497 -1.199 -0.840 - 1.191 -0.714 -0.332 - 0.052 -1.371 -0.648 - -1.226 -0.749 -0.182 - -2.205 -1.476 0.474 - -3.413 -0.853 0.744 - -3.609 0.462 0.360 - -2.611 1.183 -0.270 - -1.384 0.571 -0.524 - -0.382 1.266 -1.077 - 0.666 1.741 -0.188 - 0.994 0.424 0.640 - 2.270 0.717 1.417 -a1aaa2AA[A@@H]3AAA[A+]3a2a1 - -2.588 -1.465 0.149 - -3.207 -0.214 0.212 - -2.446 0.952 0.068 - -1.087 0.862 -0.136 - -0.301 2.019 -0.294 - 1.029 1.956 0.039 - 1.523 0.610 0.477 - 3.021 0.372 0.274 - 3.119 -1.141 -0.056 - 1.647 -1.638 -0.095 - 0.981 -0.353 -0.385 - -0.469 -0.403 -0.194 - -1.227 -1.553 -0.053 -A1=AA2=[A+]a3aaaaa3[A+]2AA1 - -3.313 0.209 -0.022 - -2.423 1.176 0.115 - -1.109 0.850 0.092 - -0.063 1.633 0.013 - 1.070 0.880 -0.002 - 2.427 1.202 -0.078 - 3.371 0.200 -0.076 - 2.984 -1.130 0.002 - 1.648 -1.466 0.083 - 0.681 -0.472 0.078 - -0.693 -0.417 -0.209 - -1.641 -1.578 0.259 - -2.933 -1.086 -0.254 -A1A[A@@H]2Aa3aaaaa3[A@H]2A1 - -3.313 0.645 -0.037 - -2.876 -0.852 -0.048 - -1.406 -0.809 -0.369 - -0.375 -1.722 0.204 - 0.858 -0.871 0.099 - 2.196 -1.211 -0.054 - 3.156 -0.225 -0.156 - 2.786 1.107 -0.105 - 1.459 1.460 0.061 - 0.483 0.496 0.179 - -0.976 0.509 0.387 - -1.992 1.474 -0.161 -a1aaa2AA[A@@H]3A[A@@H]3a2a1 - -2.575 -0.827 0.151 - -2.693 0.541 -0.045 - -1.560 1.318 -0.193 - -0.309 0.732 -0.146 - 0.950 1.569 -0.345 - 1.962 1.142 0.727 - 2.344 -0.324 0.469 - 2.203 -0.842 -0.963 - 1.183 -1.260 0.098 - -0.189 -0.634 0.049 - -1.318 -1.414 0.198 -A1AA=A2[A@@H](A1)Aa1aaaaa21 - -3.285 0.141 0.517 - -3.081 -1.134 -0.194 - -1.618 -1.525 -0.035 - -0.749 -0.534 -0.212 - -1.195 0.885 -0.534 - -2.342 1.181 0.335 - -0.030 1.710 -0.230 - 1.082 0.882 -0.057 - 2.422 1.212 0.118 - 3.377 0.223 0.229 - 3.014 -1.112 0.167 - 1.690 -1.461 0.003 - 0.711 -0.472 -0.102 -A1A[A@H]2Aa3aaaaa3[A@@H]2A1 - -3.307 0.651 0.022 - -2.878 -0.848 0.053 - -1.408 -0.807 0.373 - -0.376 -1.724 -0.186 - 0.858 -0.872 -0.094 - 2.199 -1.210 0.035 - 3.157 -0.223 0.136 - 2.783 1.109 0.106 - 1.454 1.461 -0.040 - 0.480 0.495 -0.157 - -0.976 0.497 -0.396 - -1.987 1.472 0.147 -[AH2+]1AAA2(AA1)AAa1aaaaa21 - 3.464 -0.647 -0.250 - 2.824 0.308 -1.180 - 1.334 -0.029 -1.288 - 0.692 0.072 0.095 - 1.415 -0.851 1.075 - 2.902 -0.488 1.109 - 0.752 1.429 0.563 - -0.478 2.029 0.116 - -1.483 0.903 0.033 - -2.861 0.883 -0.026 - -3.531 -0.325 -0.099 - -2.821 -1.510 -0.112 - -1.439 -1.490 -0.053 - -0.770 -0.286 0.019 -a1aaa2[aH+]a3=AA=A[a+]3a2a1 - -2.757 1.091 0.005 - -3.120 -0.244 -0.043 - -2.153 -1.227 -0.086 - -0.809 -0.877 -0.081 - 0.359 -1.576 0.235 - 1.431 -0.749 -0.099 - 2.746 -0.696 -0.114 - 3.142 0.593 -0.071 - 2.032 1.372 -0.028 - 1.001 0.395 0.293 - -0.443 0.469 -0.030 - -1.424 1.450 0.019 -a1aaa2a(a1)Aa1aaaa3aaaa2a13 - -4.025 0.571 -0.002 - -3.789 -0.794 0.004 - -2.497 -1.282 -0.001 - -1.421 -0.398 -0.000 - -1.661 0.989 -0.000 - -2.973 1.463 -0.001 - -0.527 1.932 -0.000 - 0.851 1.394 0.001 - 1.897 2.205 -0.000 - 3.143 1.759 -0.000 - 3.434 0.401 -0.000 - 2.369 -0.511 -0.000 - 2.543 -1.906 -0.000 - 1.434 -2.705 -0.000 - 0.209 -2.208 -0.000 - -0.035 -0.908 -0.000 - 1.045 -0.000 -0.000 -a1aaa2Aa3a(Aa2a1)aa1aaaaa31 - 4.556 -0.368 -0.003 - 4.386 1.015 -0.002 - 3.132 1.555 -0.000 - 2.017 0.717 0.001 - 0.648 1.265 0.002 - -0.423 0.335 0.002 - -0.165 -1.024 0.001 - 1.098 -1.488 0.001 - 2.176 -0.679 0.001 - 3.459 -1.212 -0.000 - -1.340 -1.683 0.001 - -2.390 -0.834 0.001 - -3.764 -1.036 -0.000 - -4.623 0.049 -0.006 - -4.123 1.346 0.001 - -2.761 1.561 0.001 - -1.890 0.476 0.001 -A1=Aa2aa3Aa4aaaaa4Aa3aa2AA1 - 4.874 -0.750 0.144 - 3.755 -1.400 -0.143 - 2.463 -0.689 -0.112 - 1.253 -1.402 -0.074 - 0.042 -0.708 -0.045 - -1.232 -1.446 -0.004 - -2.510 -0.705 0.020 - -3.719 -1.392 0.050 - -4.914 -0.692 0.075 - -4.919 0.688 0.062 - -3.722 1.396 0.033 - -2.507 0.702 0.011 - -1.231 1.439 -0.020 - 0.043 0.703 -0.055 - 1.256 1.399 -0.102 - 2.457 0.704 -0.140 - 3.763 1.449 -0.236 - 4.849 0.703 0.536 -A1Aa2[aH+]a3aaaaa3[aH+]a2A1 - -3.639 -0.015 0.181 - -2.746 -1.237 0.090 - -1.463 -0.740 -0.056 - -0.236 -1.498 -0.193 - 0.944 -0.690 -0.078 - 2.165 -1.336 0.032 - 3.330 -0.598 0.139 - 3.278 0.783 0.135 - 2.062 1.434 0.025 - 0.889 0.703 -0.083 - -0.340 1.439 -0.206 - -1.498 0.648 -0.061 - -2.749 1.105 0.075 -A1=A[A@@H]2A=AA=A[A@@H]2AA1 - -1.702 0.969 -0.839 - -0.598 1.492 -0.288 - 0.163 0.778 0.791 - 1.642 0.974 0.593 - 2.335 0.134 -0.168 - 1.646 -0.988 -0.827 - 0.467 -1.396 -0.373 - -0.157 -0.714 0.791 - -1.600 -0.899 0.703 - -2.192 -0.351 -0.380 -A1AA[A@H]2A=a3aaaa3[A@H]2A1 - 2.659 -1.027 -0.529 - 2.676 0.426 -1.022 - 2.254 1.315 0.143 - 0.938 0.923 0.736 - -0.197 1.646 0.167 - -1.191 0.822 0.028 - -2.899 0.738 -0.482 - -3.150 -1.003 -0.178 - -1.935 -1.385 0.272 - -0.916 -0.485 0.368 - 0.533 -0.530 0.748 - 1.226 -1.435 -0.251 -A1AA=A2[A@H](A1)AAa1aaaaa21 - -3.526 -0.248 0.011 - -2.814 -1.352 -0.243 - -1.423 -1.331 -0.216 - -0.747 -0.263 0.070 - -1.392 1.037 0.401 - -2.898 1.061 0.351 - -0.804 2.140 -0.488 - 0.941 2.357 -0.032 - 1.573 0.711 -0.004 - 2.944 0.525 -0.031 - 3.481 -0.738 0.005 - 2.648 -1.842 0.053 - 1.281 -1.674 0.076 - 0.731 -0.384 0.049 -A1AA[A@@H]2AA=[A+][A@@H]2A1 - 1.856 0.702 -0.371 - 1.905 -0.631 -0.374 - 0.937 -1.421 0.120 - -0.298 -0.783 0.723 - -1.425 -1.147 -0.151 - -2.014 -0.002 -0.595 - -1.474 1.084 -0.171 - -0.332 0.769 0.704 - 0.842 1.432 0.115 -a1aaa2[aH]a3aaaaa3[aH+]a2a1 - -3.565 0.718 -0.001 - -3.587 -0.672 0.004 - -2.409 -1.392 -0.002 - -1.185 -0.718 -0.001 - 0.001 -1.418 0.000 - 1.185 -0.717 0.000 - 2.402 -1.388 0.000 - 3.584 -0.678 0.000 - 3.577 0.710 0.000 - 2.386 1.406 0.000 - 1.163 0.697 0.000 - -0.000 1.356 0.000 - -1.167 0.693 0.000 - -2.384 1.398 -0.001 -a1aa[a+]2a(a1)[aH]a1aaaaa21 - -3.414 -0.122 -0.000 - -2.945 1.178 0.004 - -1.578 1.412 -0.002 - -0.697 0.403 -0.001 - -1.107 -0.864 -0.001 - -2.484 -1.167 -0.000 - -0.010 -1.699 -0.000 - 1.122 -0.901 -0.000 - 2.483 -1.174 0.001 - 3.392 -0.136 0.001 - 2.953 1.179 0.000 - 1.605 1.466 -0.001 - 0.676 0.426 -0.001 -a1aaa2A=A[A@H]3AAA[A+]3a2a1 - -2.597 1.444 0.148 - -3.204 0.202 0.230 - -2.455 -0.951 0.096 - -1.087 -0.863 -0.120 - -0.244 -2.072 -0.276 - 1.066 -1.960 0.007 - 1.539 -0.609 0.455 - 3.032 -0.350 0.191 - 3.088 1.203 0.149 - 1.641 1.647 -0.185 - 0.928 0.361 -0.427 - -0.469 0.405 -0.197 - -1.234 1.548 -0.066 -a1aaa2a(a1)AAA12AAa2aaaaa12 - -3.690 1.230 0.371 - -2.681 1.585 1.258 - -1.450 0.947 1.190 - -1.222 -0.043 0.240 - -2.213 -0.361 -0.668 - -3.452 0.256 -0.585 - -1.712 -1.388 -1.658 - -0.295 -1.788 -1.209 - 0.000 -0.890 -0.002 - 0.283 -1.762 1.230 - 1.752 -1.473 1.582 - 2.219 -0.378 0.649 - 3.445 0.269 0.597 - 3.678 1.259 -0.342 - 2.673 1.611 -1.233 - 1.445 0.964 -1.178 - 1.218 -0.039 -0.241 -A1AA[A@H]2AA[AH2+]A[A@H]2A1 - 2.218 0.552 0.514 - 2.080 -0.972 0.508 - 0.597 -1.347 0.503 - -0.074 -0.774 -0.747 - -1.564 -1.130 -0.725 - -2.212 -0.500 0.510 - -2.054 0.968 0.442 - -0.620 1.328 0.484 - 0.072 0.750 -0.752 - 1.553 1.127 -0.738 -a1aaa2AA3=A(AAa4aaaa34)a2a1 - -3.986 -0.820 -0.000 - -4.209 0.546 -0.000 - -3.139 1.425 -0.000 - -1.851 0.938 -0.000 - -0.500 1.608 -0.000 - 0.513 0.484 -0.000 - -0.153 -0.682 -0.000 - 0.537 -1.895 -0.000 - 1.885 -1.919 -0.000 - 2.614 -0.643 -0.000 - 3.895 -0.338 0.001 - 4.028 0.987 -0.000 - 2.791 1.543 -0.000 - 1.894 0.522 -0.000 - -1.615 -0.435 -0.000 - -2.700 -1.316 -0.000 -A1A[A@H]2AAa3aaaaa3[A@H]2A1 - -2.326 -1.281 1.045 - -2.253 0.265 0.967 - -1.937 0.541 -0.519 - -1.279 1.903 -0.684 - -0.077 1.963 0.156 - 0.828 0.884 0.075 - 2.134 1.065 0.514 - 3.034 0.020 0.455 - 2.631 -1.206 -0.041 - 1.334 -1.387 -0.479 - 0.421 -0.342 -0.424 - -0.980 -0.595 -0.913 - -1.530 -1.826 -0.154 -a1aaa2a(a1)a1aaaaa1A12AAAA1 - 3.013 -1.982 0.003 - 3.465 -0.675 0.005 - 2.562 0.372 0.002 - 1.206 0.117 -0.002 - 0.741 -1.197 -0.008 - 1.660 -2.248 0.000 - -0.743 -1.196 -0.001 - -1.662 -2.247 0.002 - -3.015 -1.980 0.004 - -3.468 -0.671 0.003 - -2.561 0.377 0.000 - -1.206 0.119 -0.003 - 0.001 1.013 -0.006 - 0.001 1.943 1.182 - 0.002 3.188 0.661 - 0.002 3.163 -0.678 - 0.002 1.907 -1.167 -a1aaa2aa3a4aa[aH]a4aaa3a2a1 - -3.960 0.793 -0.001 - -4.137 -0.584 -0.001 - -3.061 -1.424 0.000 - -1.764 -0.897 0.001 - -0.533 -1.463 0.002 - 0.387 -0.522 0.001 - 1.849 -0.552 0.001 - 2.859 -1.603 -0.004 - 4.056 -0.988 0.001 - 3.875 0.369 0.000 - 2.540 0.664 0.000 - 1.845 1.813 0.000 - 0.546 1.842 0.000 - -0.219 0.715 0.000 - -1.585 0.498 0.000 - -2.692 1.335 -0.001 -a1aaa2AA3(AAa4aaaaa34)Aa2a1 - 4.179 0.568 0.691 - 4.177 0.573 -0.692 - 3.031 0.236 -1.386 - 1.875 -0.108 -0.697 - 0.607 -0.478 -1.171 - -0.233 -0.718 -0.000 - -0.802 -2.113 -0.005 - -2.143 -1.988 -0.002 - -2.547 -0.651 -0.001 - -3.820 -0.084 -0.003 - -3.967 1.287 -0.001 - -2.856 2.110 0.002 - -1.588 1.555 0.011 - -1.437 0.187 0.005 - 0.610 -0.489 1.170 - 1.876 -0.113 0.696 - 3.034 0.226 1.385 -A1AAA2(AA1)AAa1aaaaa1[AH+]2 - -3.372 -1.040 0.746 - -1.989 -1.039 1.401 - -1.333 0.329 1.203 - -1.190 0.614 -0.293 - -2.571 0.611 -0.950 - -3.228 -0.756 -0.751 - -0.535 1.986 -0.489 - 0.741 2.017 0.362 - 1.534 0.756 0.131 - 2.859 0.734 0.535 - 3.627 -0.400 0.360 - 3.072 -1.524 -0.224 - 1.756 -1.509 -0.632 - 0.977 -0.363 -0.465 - -0.350 -0.421 -0.930 -A1AA=A2Aa3[aH]aaa3A[A@H]2A1 - 3.125 0.725 0.636 - 3.261 -0.789 0.433 - 1.898 -1.394 0.255 - 0.879 -0.764 -0.264 - -0.351 -1.443 -0.387 - -1.479 -0.665 -0.114 - -2.770 -1.038 0.016 - -3.520 0.119 0.283 - -2.704 1.146 0.313 - -1.413 0.689 0.068 - -0.135 1.487 0.004 - 0.923 0.663 -0.745 - 2.282 1.264 -0.497 -A1AA[A@H]2AAA[AH2+][A@H]2A1 - 2.014 -1.078 -0.490 - 2.252 0.433 -0.471 - 1.604 1.035 0.776 - 0.101 0.755 0.760 - -0.525 1.389 -0.485 - -2.020 1.059 -0.519 - -2.202 -0.461 -0.505 - -1.592 -1.024 0.715 - -0.141 -0.755 0.735 - 0.509 -1.356 -0.513 -a1aaa2Aa3a(aaa4aaaa34)Aa2a1 - 4.527 -0.058 0.001 - 4.213 1.289 0.000 - 2.891 1.701 0.000 - 1.871 0.755 -0.000 - 0.455 1.179 0.000 - -0.619 0.171 0.000 - -0.312 -1.189 -0.004 - -1.324 -2.167 0.001 - -2.645 -1.860 0.001 - -3.064 -0.470 0.000 - -4.174 0.224 0.000 - -3.901 1.408 0.000 - -2.718 1.687 -0.000 - -2.018 0.584 -0.000 - 1.108 -1.620 0.001 - 2.189 -0.614 0.000 - 3.523 -1.012 -0.000 -A1Aa2a[a+]a3aa4aaaaa4a3a2A1 - 3.141 -2.004 0.317 - 3.723 -0.636 -0.100 - 2.550 0.321 -0.060 - 2.526 1.719 -0.028 - 1.373 2.444 0.007 - 0.225 1.721 0.009 - -1.469 2.252 0.047 - -2.262 0.668 0.022 - -3.583 0.242 0.032 - -3.825 -1.068 0.005 - -2.821 -1.925 -0.030 - -1.563 -1.559 -0.040 - -1.209 -0.254 -0.015 - 0.150 0.318 -0.022 - 1.381 -0.379 -0.056 - 1.658 -1.864 -0.091 -a1aaa2a(a1)Aa1aa3aaaaa3aa21 - -4.599 -0.216 0.000 - -3.989 -1.458 -0.001 - -2.613 -1.556 -0.001 - -1.832 -0.398 0.000 - -2.455 0.847 0.000 - -3.832 0.935 0.000 - -1.377 1.903 0.000 - -0.062 1.159 0.000 - 1.179 1.580 0.000 - 2.183 0.695 0.000 - 3.522 1.119 0.000 - 4.523 0.196 -0.001 - 4.239 -1.168 -0.001 - 2.954 -1.617 -0.001 - 1.893 -0.693 0.000 - 0.622 -1.105 0.004 - -0.359 -0.216 0.000 -A1AA=A2Aa3aaaaa3AA[A@@H]2A1 - -3.912 0.177 -0.264 - -3.107 1.350 -0.835 - -1.817 1.486 -0.083 - -1.176 0.481 0.468 - 0.021 0.763 1.138 - 1.236 0.519 0.491 - 2.128 1.537 0.212 - 3.341 1.246 -0.387 - 3.662 -0.060 -0.711 - 2.771 -1.085 -0.445 - 1.554 -0.803 0.148 - 0.623 -1.815 0.416 - -0.654 -1.823 -0.306 - -1.664 -0.935 0.419 - -3.004 -1.032 -0.259 -[AH2+]1AA[AH+]2AAA[A@@H]2A1 - -2.192 -0.650 0.220 - -2.154 0.754 -0.255 - -0.875 1.454 0.231 - 0.274 0.625 -0.280 - 1.601 1.197 0.012 - 2.527 -0.044 0.057 - 1.575 -1.261 -0.103 - 0.227 -0.676 0.350 - -0.982 -1.396 -0.231 -a1aaa2a(a1)aa1aaaa3AAAa2a13 - 3.996 0.457 0.001 - 3.720 -0.909 0.002 - 2.442 -1.378 -0.005 - 1.369 -0.473 -0.000 - 1.656 0.964 -0.000 - 3.003 1.384 0.001 - 0.616 1.899 -0.000 - -0.711 1.463 -0.000 - -1.792 2.368 -0.000 - -3.072 1.899 -0.000 - -3.365 0.541 -0.000 - -2.351 -0.404 -0.000 - -2.624 -1.848 0.001 - -1.606 -2.729 0.001 - -0.317 -2.341 0.001 - 0.031 -0.919 -0.000 - -1.003 0.032 -0.000 -A1AA[A@H]2Aa3aaaa3A[A@H]2A1 - -2.855 -0.919 0.549 - -2.762 0.486 1.146 - -1.335 1.021 0.994 - -0.969 1.048 -0.489 - 0.424 1.644 -0.690 - 1.452 0.647 -0.226 - 2.812 0.863 0.057 - 3.321 -0.326 0.436 - 2.337 -1.243 0.395 - 1.201 -0.659 -0.005 - -0.151 -1.300 -0.190 - -1.015 -0.379 -1.045 - -2.462 -0.884 -0.930 -A1A[A@@H]2[AH+]A=A[A@@H]2A1 - 1.924 0.077 -0.605 - 1.248 -1.308 0.411 - -0.149 -0.760 0.773 - -0.850 -1.126 -0.449 - -1.711 -0.107 -0.790 - -1.278 1.006 -0.318 - -0.249 0.767 0.705 - 1.064 1.454 0.271 -A1A[AH2+][A@H]2AAA[A@@H]2A1 - 2.203 0.735 0.177 - 2.156 -0.730 -0.244 - 0.932 -1.398 0.233 - -0.220 -0.703 -0.303 - -1.605 -1.230 0.077 - -2.489 -0.043 -0.101 - -1.657 1.182 0.031 - -0.242 0.705 0.360 - 0.919 1.478 -0.233 -a1aaa2a(a1)[aH]a1[a+]aaaa21 - -3.419 0.243 -0.001 - -3.057 -1.095 0.004 - -1.726 -1.454 -0.002 - -0.744 -0.466 -0.001 - -1.108 0.888 -0.001 - -2.457 1.230 0.000 - 0.048 1.649 0.000 - 1.159 0.837 0.000 - 2.487 1.197 0.001 - 3.381 0.180 0.001 - 3.038 -1.176 0.000 - 1.673 -1.530 -0.001 - 0.729 -0.497 -0.001 -A1=AA=A2A(=AA1)AAAa1aaaaa21 - 3.619 0.985 0.326 - 2.555 1.806 0.536 - 1.243 1.542 0.380 - 0.563 0.433 -0.050 - 1.131 -0.762 -0.495 - 2.444 -1.049 -0.480 - 3.548 -0.333 -0.112 - 0.214 -1.836 -1.044 - -0.459 -2.621 0.062 - -0.986 -1.692 1.153 - -1.680 -0.511 0.524 - -3.057 -0.441 0.516 - -3.694 0.657 -0.050 - -2.950 1.688 -0.612 - -1.563 1.621 -0.612 - -0.928 0.513 -0.043 -a1aaa2a(a1)AAa1a2aa2aaaaa12 - -4.408 0.261 -0.062 - -3.789 1.497 -0.193 - -2.412 1.585 -0.150 - -1.658 0.431 0.024 - -2.278 -0.813 0.183 - -3.654 -0.889 0.126 - -1.457 -2.050 0.420 - -0.133 -2.024 -0.336 - 0.540 -0.734 -0.141 - -0.179 0.450 0.002 - 0.667 1.492 0.122 - 2.012 0.945 0.076 - 3.271 1.548 0.162 - 4.372 0.708 0.086 - 4.234 -0.666 -0.073 - 2.997 -1.279 -0.156 - 1.872 -0.459 -0.084 -A1=A[A@@H]2A(A1)AAa1aaaaa21 - -2.904 -1.120 -0.415 - -1.726 -1.647 -0.006 - -0.972 -0.473 0.558 - -1.616 0.643 -0.203 - -2.916 0.270 -0.151 - -1.137 1.898 0.330 - 0.257 1.995 -0.014 - 1.024 0.872 -0.006 - 2.386 0.985 -0.259 - 3.187 -0.138 -0.274 - 2.642 -1.386 -0.036 - 1.289 -1.508 0.224 - 0.486 -0.389 0.246 -A1A[A@@H]2[AH2+]AA[A@@H]2A1 - 2.155 -0.057 -0.107 - 1.218 -1.204 -0.221 - -0.039 -0.766 0.561 - -1.234 -1.127 -0.204 - -2.170 0.005 -0.126 - -1.228 1.230 -0.233 - 0.016 0.783 0.567 - 1.283 1.139 -0.235 -a1aaa2a(a1)[aH]a1a[a+]aaa21 - 3.430 0.197 -0.001 - 3.041 -1.139 -0.001 - 1.705 -1.472 -0.000 - 0.738 -0.467 -0.000 - 1.127 0.882 -0.001 - 2.481 1.203 0.004 - -0.013 1.666 -0.001 - -1.142 0.869 -0.001 - -2.503 1.147 -0.000 - -3.386 0.170 -0.000 - -3.034 -1.104 0.001 - -1.706 -1.474 0.001 - -0.732 -0.476 -0.000 -[AH2+]1AAa2a(A1)aa1A=AAAa21 - -3.471 -0.056 -0.379 - -2.982 -1.193 0.426 - -1.571 -1.569 -0.033 - -0.708 -0.310 -0.009 - -1.301 0.909 0.019 - -2.771 1.185 0.028 - 0.036 2.073 0.041 - 1.381 0.930 0.011 - 2.701 1.091 0.011 - 3.442 0.005 -0.016 - 2.920 -1.244 -0.041 - 1.588 -1.489 -0.043 - 0.742 -0.330 -0.015 -A1AA2=A(A1)Aa1aa3AAAa3aa1A2 - -4.527 0.106 -0.747 - -3.683 1.251 -0.140 - -2.333 0.635 0.133 - -2.407 -0.684 0.115 - -3.816 -1.141 -0.171 - -1.213 -1.578 0.354 - 0.045 -0.751 0.244 - 1.263 -1.401 0.130 - 2.436 -0.676 0.024 - 3.738 -1.070 -0.100 - 4.447 0.090 -0.575 - 3.666 1.194 -0.081 - 2.392 0.717 0.035 - 1.176 1.365 0.152 - -0.003 0.633 0.257 - -1.177 1.310 0.366 -A1A=AA2=A(AAAa3aaaaa23)A=A1 - -3.617 -0.974 -0.351 - -2.530 -1.805 -0.559 - -1.247 -1.549 -0.381 - -0.562 -0.432 0.062 - -1.127 0.754 0.497 - -0.213 1.833 1.040 - 0.452 2.618 -0.073 - 0.978 1.686 -1.162 - 1.678 0.511 -0.527 - 3.055 0.444 -0.524 - 3.696 -0.648 0.047 - 2.956 -1.677 0.619 - 1.568 -1.613 0.624 - 0.930 -0.509 0.050 - -2.468 1.034 0.498 - -3.549 0.326 0.139 -a1aaa2AAa3a(aa4aaaaa34)a2a1 - 3.707 1.609 0.004 - 4.401 0.401 -0.000 - 3.717 -0.802 -0.000 - 2.327 -0.809 -0.000 - 1.640 -2.007 -0.000 - 0.295 -2.048 -0.000 - -0.484 -0.818 -0.000 - 0.166 0.411 -0.001 - -0.754 1.390 -0.001 - -2.009 0.890 -0.000 - -3.260 1.494 -0.000 - -4.404 0.716 -0.000 - -4.315 -0.672 0.001 - -3.081 -1.285 0.001 - -1.924 -0.511 -0.000 - 1.633 0.415 -0.001 - 2.342 1.621 -0.002 -a1aaa2a(a1)aaa1aa3aaaaa3a21 - 3.760 -1.350 -0.000 - 2.644 -2.178 -0.000 - 1.373 -1.642 -0.000 - 1.201 -0.261 -0.000 - 2.333 0.575 -0.000 - 3.617 0.007 -0.000 - 2.179 1.983 -0.000 - 0.911 2.528 -0.000 - -0.260 1.635 -0.000 - -1.551 1.900 -0.000 - -2.255 0.744 -0.000 - -3.624 0.453 -0.000 - -4.043 -0.847 -0.000 - -3.125 -1.887 -0.000 - -1.770 -1.625 -0.000 - -1.325 -0.311 0.001 - -0.073 0.276 -0.000 -A1=[A+]AA2A(=AAa3aaaaa23)A1 - 3.410 -0.293 0.192 - 2.864 -1.515 0.189 - 1.414 -1.596 -0.196 - 0.685 -0.332 -0.102 - 1.344 0.857 -0.077 - 0.718 2.016 -0.014 - -0.617 2.104 0.038 - -1.400 0.854 0.028 - -2.791 0.856 0.085 - -3.472 -0.343 0.071 - -2.780 -1.543 -0.002 - -1.401 -1.559 -0.053 - -0.700 -0.361 -0.042 - 2.721 0.860 -0.118 -A1AA[a+]2a(A1)[aH]a1aaaaa21 - -3.322 -0.124 0.402 - -2.973 1.160 -0.361 - -1.558 1.596 0.042 - -0.689 0.410 0.008 - -1.121 -0.831 -0.034 - -2.449 -1.213 -0.058 - -0.055 -1.686 -0.052 - 1.095 -0.916 -0.024 - 2.450 -1.211 -0.032 - 3.376 -0.189 0.005 - 2.961 1.134 0.044 - 1.620 1.445 0.048 - 0.669 0.421 0.014 -a1aaa2a(a1)[aH]a1aa[a+]aa21 - -3.430 -0.152 0.001 - -3.022 1.191 0.002 - -1.661 1.504 -0.004 - -0.723 0.480 -0.000 - -1.144 -0.861 -0.000 - -2.507 -1.155 -0.000 - -0.022 -1.670 -0.001 - 1.121 -0.904 -0.000 - 2.481 -1.211 -0.000 - 3.398 -0.182 -0.000 - 3.013 1.083 0.001 - 1.741 1.428 0.001 - 0.750 0.453 0.001 -A1A[A@H]2Aa3aaaaa3A[A@H]2A1 - -3.168 -0.107 -0.938 - -2.889 -0.987 0.295 - -1.552 -0.485 0.897 - -0.512 -1.229 0.255 - 0.710 -0.664 0.102 - 1.809 -1.472 -0.164 - 3.059 -0.909 -0.338 - 3.223 0.461 -0.250 - 2.133 1.273 0.020 - 0.875 0.709 0.205 - -0.182 1.507 0.508 - -1.491 0.986 0.430 - -2.016 0.920 -1.016 -A1AAa2aa3a(aa2A1)aa1aaaaa31 - 4.586 -0.226 -0.409 - 4.303 0.960 0.341 - 3.074 1.581 -0.036 - 1.952 0.575 -0.010 - 0.650 1.038 -0.016 - -0.414 0.111 0.001 - -0.055 -1.248 0.024 - 1.198 -1.646 0.030 - 2.202 -0.785 0.014 - 3.612 -1.321 0.028 - -1.608 -2.111 0.041 - -2.705 -0.720 0.018 - -4.086 -0.572 0.017 - -4.588 0.662 0.000 - -3.778 1.705 -0.025 - -2.473 1.602 -0.024 - -1.862 0.397 -0.002 -A1A[AH+]2AA3A[AH+]1AA(A3)A2 - -1.859 -0.629 -0.038 - -1.782 0.866 -0.063 - -0.513 1.482 0.356 - 0.454 1.630 -0.784 - 1.173 0.319 -1.150 - 0.138 -0.735 -1.500 - -0.676 -1.403 -0.430 - 0.128 -1.671 0.757 - 0.952 -0.477 1.242 - 1.911 -0.131 0.107 - 0.079 0.746 1.505 -a1aaa2A[A@@H]3A[A@@H]3Aa2a1 - 2.524 -0.730 0.315 - 2.553 0.652 0.274 - 1.409 1.362 -0.047 - 0.238 0.689 -0.326 - -1.017 1.451 -0.682 - -2.207 0.758 0.002 - -1.941 0.059 1.336 - -2.137 -0.779 0.039 - -0.969 -1.355 -0.571 - 0.199 -0.700 -0.322 - 1.351 -1.409 -0.021 -A1AAa2[aH]a3[aH]aa[a+]3a2A1 - -2.727 1.066 0.001 - -3.071 -0.234 0.001 - -2.143 -1.209 0.000 - -0.802 -0.889 0.000 - 0.344 -1.626 -0.001 - 1.407 -0.751 0.000 - 2.776 -0.706 -0.001 - 3.138 0.627 0.000 - 1.990 1.347 0.001 - 0.947 0.487 0.001 - -0.425 0.444 0.001 - -1.431 1.440 -0.004 -A1=A[A@@H]2[AH+]A=AA=A2A=A1 - 2.387 0.696 0.097 - 1.306 1.440 -0.188 - 0.019 0.710 -0.468 - -1.058 1.144 0.478 - -2.365 0.806 0.024 - -2.483 -0.531 -0.088 - -1.273 -1.371 0.006 - -0.039 -0.758 -0.097 - 1.176 -1.422 0.088 - 2.333 -0.712 0.150 -a1aaa2aa3a(aa2a1)aa1aaaaa31 - 4.472 -0.309 0.000 - 4.343 1.007 -0.001 - 3.085 1.591 0.004 - 1.967 0.721 -0.001 - 0.656 1.204 -0.002 - -0.396 0.309 -0.001 - -0.163 -1.084 0.000 - 1.128 -1.568 0.000 - 2.210 -0.677 -0.001 - 3.474 -1.117 0.000 - -1.360 -1.715 0.000 - -2.386 -0.835 0.000 - -3.765 -1.012 0.001 - -4.603 0.084 0.001 - -4.084 1.368 0.000 - -2.718 1.563 -0.001 - -1.865 0.465 -0.001 -a1aaa2a(a1)a1AA=Aa3aaaa2a13 - 3.661 0.693 0.002 - 3.684 -0.692 0.000 - 2.504 -1.405 -0.001 - 1.285 -0.734 -0.001 - 1.261 0.675 -0.000 - 2.461 1.373 0.002 - -0.065 1.101 -0.001 - -0.663 2.311 -0.001 - -2.059 2.439 -0.001 - -2.891 1.345 -0.001 - -2.249 0.021 0.005 - -2.932 -1.194 0.000 - -2.204 -2.372 0.000 - -0.817 -2.381 -0.001 - -0.120 -1.180 -0.001 - -0.860 -0.004 -0.001 -A1AA[A+]2A(=AAa3aaaaa23)AA1 - -3.557 0.430 -0.719 - -2.437 1.304 -1.150 - -1.142 1.391 -0.471 - -0.421 0.374 0.312 - -1.040 -0.951 0.364 - -0.502 -2.126 0.167 - 1.007 -2.287 -0.494 - 1.784 -0.729 -0.201 - 3.149 -0.590 -0.198 - 3.704 0.654 0.061 - 2.887 1.738 0.319 - 1.511 1.598 0.309 - 0.955 0.356 0.038 - -2.355 -0.969 1.017 - -3.541 -0.199 0.643 -A1A=A2AAa3a(aa4AAAAa34)A2A1 - -4.127 -0.973 -0.024 - -3.931 0.413 0.005 - -2.647 0.641 0.019 - -1.929 1.829 0.040 - -0.586 1.837 0.043 - 0.158 0.557 0.018 - -0.609 -0.603 -0.007 - 0.546 -1.884 -0.031 - 2.031 -0.920 -0.010 - 3.448 -1.406 -0.018 - 4.361 -0.238 0.382 - 3.966 0.998 -0.430 - 2.604 1.515 0.037 - 1.609 0.360 0.015 - -1.986 -0.569 -0.010 - -2.910 -1.553 -0.032 -A1=AAa2a(=A1)[aH+]a1aaaaa21 - 3.349 0.150 0.035 - 2.963 -1.159 -0.024 - 1.592 -1.458 -0.038 - 0.703 -0.443 0.007 - 1.141 0.844 0.065 - 2.437 1.115 0.078 - 0.056 1.633 -0.252 - -1.095 0.901 0.067 - -2.448 1.212 0.080 - -3.386 0.201 0.035 - -2.984 -1.123 -0.019 - -1.642 -1.443 -0.039 - -0.690 -0.434 0.007 -A1=AA[A+]2=A(A1)a1aaaaa1AA2 - 2.821 -1.456 -0.168 - 3.405 -0.266 -0.099 - 2.692 0.842 0.059 - 1.406 0.813 0.151 - 0.764 -0.346 0.059 - 1.498 -1.535 -0.088 - -0.714 -0.375 0.030 - -1.425 -1.561 0.162 - -2.807 -1.534 0.133 - -3.483 -0.336 -0.024 - -2.784 0.851 -0.159 - -1.403 0.836 -0.136 - -0.646 2.002 -0.281 - 0.674 2.066 0.356 -A1=AA[A@]2(AA1)AAa1aaaaa1A2 - 3.698 0.253 0.791 - 3.596 0.419 -0.509 - 2.444 0.303 -1.154 - 1.161 -0.034 -0.450 - 1.394 -0.204 1.024 - 2.616 -0.062 1.561 - 0.584 -1.332 -1.028 - -0.559 -1.741 -0.210 - -1.513 -0.735 -0.061 - -2.803 -1.115 0.313 - -3.788 -0.166 0.483 - -3.501 1.172 0.282 - -2.227 1.553 -0.091 - -1.232 0.605 -0.265 - 0.137 1.080 -0.684 -A1=AA2[A@H](AAAa3aaaaa23)A1 - -2.821 1.288 -0.594 - -1.556 1.412 -0.824 - -0.813 0.571 -0.012 - -1.760 -0.226 0.771 - -1.780 -1.685 0.356 - -0.440 -2.393 0.278 - 0.425 -1.770 -0.734 - 1.223 -0.679 -0.335 - 2.600 -0.777 -0.290 - 3.348 0.321 0.102 - 2.717 1.502 0.444 - 1.338 1.599 0.402 - 0.579 0.504 0.013 - -3.055 0.332 0.417 -A1AA[A@@H]2AA[AH2+][A@H]2A1 - -2.176 0.772 0.255 - -2.217 -0.685 -0.193 - -0.948 -1.441 0.234 - 0.237 -0.709 -0.367 - 1.618 -1.262 -0.011 - 2.504 0.003 0.122 - 1.605 1.146 -0.082 - 0.282 0.699 0.288 - -0.905 1.479 -0.243 -A1=AAa2aaa3Aa4aaaaa4Aa3a2A1 - 3.642 -2.033 -0.001 - 4.555 -1.052 -0.001 - 4.145 0.364 -0.001 - 2.706 0.714 -0.000 - 2.299 2.043 -0.000 - 0.949 2.359 -0.000 - -0.011 1.351 0.001 - -1.450 1.697 0.001 - -2.464 0.629 0.001 - -3.825 0.949 -0.000 - -4.774 -0.070 -0.005 - -4.378 -1.392 0.001 - -3.032 -1.724 0.001 - -2.067 -0.722 0.001 - -0.632 -1.071 0.001 - 0.388 0.001 0.001 - 1.749 -0.317 0.001 - 2.200 -1.726 -0.000 -a1aaa2[A@H]3AA[A@H](A3)a2a1 - -2.555 0.689 -0.154 - -2.555 -0.694 -0.155 - -1.368 -1.388 0.002 - -0.189 -0.696 0.158 - 1.259 -1.154 0.349 - 1.962 -0.774 -0.992 - 1.962 0.773 -0.992 - 1.258 1.151 0.350 - 1.789 -0.002 1.280 - -0.194 0.712 0.151 - -1.369 1.384 0.004 -a1aaa2AA3(Aa2a1)Aa1aaaaa1A3 - -4.612 0.432 0.700 - -4.606 0.488 -0.681 - -3.451 0.191 -1.378 - -2.299 -0.164 -0.698 - -0.924 -0.533 -1.220 - 0.006 -0.405 -0.008 - -0.931 -0.619 1.187 - -2.304 -0.217 0.684 - -3.463 0.080 1.381 - 1.110 -1.418 -0.040 - 2.390 -0.684 -0.020 - 3.707 -1.166 -0.041 - 4.764 -0.284 -0.016 - 4.532 1.080 0.029 - 3.237 1.565 0.051 - 2.166 0.693 0.027 - 0.678 0.963 0.044 -A1A[A@@H]2A[AH2+]A[A@@H]2A1 - 2.102 -0.000 -0.299 - 1.136 -1.209 -0.266 - 0.013 -0.775 0.696 - -1.349 -1.168 0.081 - -1.705 -0.000 -0.723 - -1.349 1.168 0.081 - 0.013 0.775 0.696 - 1.136 1.210 -0.267 -A1AAA2=A(A1)[AH+]a1aaaaa1A2 - -3.535 0.715 -0.412 - -3.683 -0.602 0.361 - -2.518 -1.509 -0.042 - -1.230 -0.725 -0.014 - -1.204 0.646 0.031 - -2.345 1.411 0.077 - -0.016 1.416 0.039 - 1.203 0.689 0.019 - 2.394 1.409 0.039 - 3.600 0.742 0.020 - 3.642 -0.644 -0.019 - 2.475 -1.375 -0.040 - 1.248 -0.714 -0.021 - -0.025 -1.454 -0.043 -A1=AA[A@@H]2A=AA=A[A@@H]2A1 - 1.949 -0.885 0.606 - 2.389 0.313 0.139 - 1.498 1.195 -0.518 - 0.052 0.800 -0.692 - -0.761 1.359 0.445 - -1.896 0.773 0.808 - -2.362 -0.425 0.084 - -1.491 -1.145 -0.627 - -0.046 -0.728 -0.697 - 0.664 -1.253 0.455 -a1aaa2AAA3=[A+]A=A[A+]3a2a1 - 2.655 1.413 0.095 - 3.229 0.150 0.041 - 2.430 -0.979 -0.067 - 1.052 -0.850 -0.127 - 0.269 -1.950 -0.272 - -1.034 -1.966 0.322 - -1.675 -0.619 0.098 - -2.922 -0.284 0.033 - -3.018 1.039 -0.159 - -1.766 1.545 -0.237 - -0.981 0.522 0.274 - 0.482 0.425 -0.052 - 1.279 1.548 0.048 -A1AA[A@@]2(AA1)AAa1aaaaa1A2 - 3.359 -1.069 -0.529 - 2.129 -1.109 -1.321 - 1.406 0.237 -1.195 - 1.178 0.529 0.291 - 2.457 0.479 0.997 - 3.460 -0.302 0.567 - 0.552 1.919 0.447 - -0.716 1.972 -0.409 - -1.552 0.743 -0.158 - -2.883 0.755 -0.543 - -3.680 -0.353 -0.336 - -3.150 -1.484 0.267 - -1.819 -1.502 0.649 - -1.018 -0.385 0.440 - 0.281 -0.437 0.837 -A1=AA=A2[A@H](A1)Aa1aaaaa21 - 3.452 0.054 -0.153 - 2.952 -1.190 -0.134 - 1.631 -1.456 0.115 - 0.741 -0.405 0.073 - 1.158 0.898 0.059 - 2.618 1.282 0.097 - 0.037 1.749 0.008 - -1.182 0.890 -0.008 - -2.533 1.165 -0.052 - -3.454 0.121 -0.062 - -3.020 -1.186 -0.015 - -1.660 -1.474 0.029 - -0.735 -0.444 0.037 -A1AAa2[aH]a3aaaaa3[aH+]a2A1 - -3.549 -0.677 0.223 - -3.569 0.668 0.185 - -2.427 1.368 0.025 - -1.211 0.680 -0.101 - 0.005 1.388 -0.268 - 1.215 0.695 -0.103 - 2.411 1.378 0.017 - 3.592 0.670 0.199 - 3.576 -0.711 0.242 - 2.380 -1.399 0.116 - 1.198 -0.701 -0.054 - -0.023 -1.313 -0.529 - -1.207 -0.687 -0.061 - -2.395 -1.359 0.104 -A1AA[A@@H]2A[AH2+]A[A@H]2A1 - -2.204 -0.723 -0.247 - -2.208 0.734 0.205 - -0.924 1.463 -0.227 - 0.251 0.702 0.343 - 1.651 1.205 0.005 - 2.491 -0.007 -0.101 - 1.632 -1.205 0.117 - 0.252 -0.705 -0.325 - -0.942 -1.462 0.228 -A1AA=AAA[A@H]2A[A@H]2AAA=A1 - -2.853 -1.140 -0.440 - -3.070 0.377 -0.514 - -1.719 1.050 -0.541 - -1.292 1.710 0.507 - 0.058 2.379 0.481 - 1.139 1.334 0.792 - 1.778 0.873 -0.505 - 3.252 0.475 -0.523 - 2.162 -0.571 -0.770 - 2.017 -1.722 0.191 - 0.677 -1.819 0.891 - -0.469 -1.520 -0.034 - -1.680 -1.423 0.465 -A1AA2A[A@H]3AAAA3A[A@@H]2A1 - 3.645 0.111 0.012 - 2.576 -1.365 0.279 - 1.211 -0.806 0.114 - 0.090 -1.410 -0.341 - -1.162 -0.607 -0.559 - -2.326 -1.396 0.098 - -3.590 -0.067 0.283 - -2.590 1.345 -0.356 - -1.215 0.807 -0.165 - -0.099 1.411 0.292 - 1.150 0.606 0.515 - 2.314 1.376 -0.170 -A1AA2=A(A1)A[AH+]a1aaaaa1A2 - -3.648 0.540 -0.482 - -2.654 1.431 0.131 - -1.431 0.560 0.337 - -1.744 -0.665 -0.118 - -3.077 -0.668 -0.602 - -0.862 -1.894 -0.142 - 0.370 -1.737 0.697 - 1.291 -0.723 0.270 - 2.553 -1.105 -0.168 - 3.467 -0.144 -0.558 - 3.134 1.197 -0.518 - 1.884 1.588 -0.069 - 0.974 0.629 0.340 - -0.262 0.997 0.888 -a1aaa2A=A[A+]3AAA[A@H]3a2a1 - 2.602 1.346 0.049 - 3.121 0.117 0.414 - 2.327 -1.011 0.386 - 0.992 -0.911 -0.011 - 0.137 -2.114 -0.049 - -1.204 -1.970 -0.082 - -1.859 -0.635 -0.410 - -2.863 -0.118 0.563 - -2.428 1.323 0.946 - -1.603 1.746 -0.298 - -0.971 0.432 -0.786 - 0.475 0.339 -0.374 - 1.278 1.456 -0.344 -a1aa2AAA[A+]3A=[A+]a(a1)a23 - 2.156 -1.465 0.011 - 0.884 -2.031 -0.057 - -0.234 -1.230 -0.072 - -1.539 -1.584 -0.136 - -2.486 -0.684 0.456 - -2.363 0.751 -0.081 - -0.854 1.094 -0.363 - -0.272 2.299 0.052 - 1.039 2.067 0.086 - 1.269 0.741 0.054 - 2.392 -0.098 0.066 - 0.009 0.141 -0.015 -A1AAAAAAAa2aaaa(AAAAAAA1)a2 - 4.759 0.107 0.419 - 4.144 1.495 -0.576 - 3.328 2.437 0.311 - 2.035 2.634 -0.264 - 1.195 3.515 0.486 - -0.163 3.641 -0.209 - -0.846 2.361 -0.170 - -2.189 2.375 -0.046 - -2.917 1.085 0.024 - -4.306 1.069 0.154 - -4.965 -0.149 0.216 - -4.214 -1.313 0.154 - -2.828 -1.224 0.028 - -2.004 -2.455 -0.037 - -0.666 -2.340 -0.161 - 0.111 -3.564 -0.195 - 1.441 -3.343 0.529 - 2.305 -2.550 -0.289 - 3.615 -2.372 0.256 - 4.386 -1.354 -0.588 - -2.229 -0.045 -0.033 -A1AA[A@H]2A[AH2+]A[A@@H]2A1 - 2.206 0.734 0.202 - 2.204 -0.727 -0.235 - 0.938 -1.461 0.239 - -0.250 -0.707 -0.326 - -1.638 -1.205 0.086 - -2.494 -0.002 -0.085 - -1.644 1.207 0.018 - -0.245 0.699 0.341 - 0.925 1.462 -0.244 -A1AAA2[A@@H](A1)AAa1aaaaa21 - 3.574 -0.411 0.099 - 2.706 -1.564 -0.110 - 1.378 -1.465 -0.238 - 0.690 -0.356 0.076 - 1.393 0.881 0.403 - 2.820 0.891 -0.125 - 0.701 2.037 -0.150 - -0.636 2.099 -0.005 - -1.405 0.841 -0.013 - -2.796 0.854 -0.083 - -3.491 -0.337 -0.065 - -2.807 -1.538 0.034 - -1.427 -1.559 0.107 - -0.706 -0.378 0.068 -a1aaa2a(a1)aaa1a3aaaaa3aa21 - 4.397 0.313 0.001 - 3.744 1.538 -0.001 - 2.367 1.600 -0.000 - 1.626 0.420 0.000 - 2.289 -0.826 -0.000 - 3.683 -0.866 0.000 - 1.482 -2.055 -0.000 - 0.177 -1.984 0.000 - -0.512 -0.768 -0.000 - -1.864 -0.478 0.000 - -3.012 -1.261 -0.000 - -4.252 -0.663 -0.000 - -4.365 0.727 -0.000 - -3.235 1.521 0.000 - -1.968 0.925 0.000 - -0.715 1.420 0.000 - 0.155 0.430 0.000 -A1AAA2=A(A1)AA1=A(AA=AA1)A2 - 3.437 0.749 -0.771 - 3.737 -0.622 -0.155 - 2.447 -1.377 0.006 - 1.228 -0.706 0.206 - 1.178 0.642 0.256 - 2.431 1.472 0.126 - -0.016 1.289 0.430 - -1.205 0.647 0.179 - -1.254 -0.711 0.131 - -2.490 -1.340 -0.134 - -3.587 -0.592 -0.327 - -3.528 0.723 -0.276 - -2.353 1.367 -0.026 - -0.021 -1.536 0.358 -A1AAA2(AA1)A[AH+]a1aaaaa1A2 - 3.691 -0.220 -0.821 - 2.615 0.097 -1.555 - 1.396 0.221 -1.011 - 1.160 0.015 0.458 - 2.440 -0.340 1.159 - 3.604 -0.435 0.501 - 0.585 1.302 1.066 - -0.543 1.749 0.218 - -1.513 0.731 0.083 - -2.800 1.124 -0.288 - -3.790 0.185 -0.483 - -3.508 -1.162 -0.306 - -2.231 -1.556 0.058 - -1.235 -0.613 0.256 - 0.132 -1.100 0.664 -a1aaa2[AH+]A[a+]3aaaaa3a2a1 - 2.798 1.544 0.168 - 3.480 0.350 0.012 - 2.788 -0.838 -0.143 - 1.407 -0.828 -0.140 - 0.675 -2.042 -0.320 - -0.662 -2.062 0.337 - -1.403 -0.812 0.147 - -2.693 -0.841 0.124 - -3.413 0.262 -0.019 - -2.832 1.446 -0.187 - -1.508 1.525 -0.169 - -0.767 0.344 0.000 - 0.711 0.381 0.015 - 1.416 1.567 0.171 -a1aaa2AA3=AAa4aaaaa4A3Aa2a1 - 4.241 1.374 0.301 - 4.639 0.053 0.399 - 3.720 -0.959 0.202 - 2.398 -0.640 -0.093 - 1.389 -1.706 -0.296 - -0.035 -1.327 -0.182 - -0.919 -2.294 0.001 - -2.226 -2.051 0.151 - -2.677 -0.647 0.121 - -4.016 -0.302 0.293 - -4.384 1.026 0.254 - -3.433 2.013 0.045 - -2.104 1.685 -0.126 - -1.715 0.352 -0.090 - -0.384 -0.011 -0.259 - 0.579 1.051 -0.523 - 1.995 0.690 -0.197 - 2.929 1.692 0.005 -A1[AH2+]Aa2a(aaa3aaaaa23)A1 - 3.419 -0.321 -0.376 - 2.848 -1.451 0.376 - 1.460 -1.656 -0.062 - 0.712 -0.348 -0.017 - 1.379 0.842 0.014 - 0.675 2.053 0.048 - -0.684 2.077 0.052 - -1.401 0.869 0.023 - -2.807 0.855 0.027 - -3.468 -0.334 -0.004 - -2.772 -1.541 -0.038 - -1.412 -1.566 -0.041 - -0.694 -0.358 -0.012 - 2.739 0.874 0.014 -a1aaa2a(a1)a1aaaa3AAA=A2a13 - 3.717 0.624 0.003 - 3.700 -0.768 -0.002 - 2.493 -1.451 -0.004 - 1.293 -0.747 -0.001 - 1.312 0.667 0.001 - 2.537 1.333 0.004 - -0.079 1.162 -0.001 - -0.722 2.396 -0.002 - -2.111 2.450 -0.002 - -2.908 1.317 -0.002 - -2.289 0.068 0.005 - -2.960 -1.238 0.000 - -2.181 -2.346 0.001 - -0.781 -2.317 -0.000 - -0.118 -1.190 -0.000 - -0.899 0.040 -0.000 -a1aaa2a(a1)aaa1aaa3AAAa3a21 - -3.696 -1.339 0.023 - -2.610 -2.168 0.297 - -1.326 -1.657 0.321 - -1.110 -0.302 0.073 - -2.227 0.547 -0.118 - -3.514 -0.005 -0.188 - -2.039 1.945 -0.229 - -0.813 2.495 -0.123 - 0.343 1.696 0.029 - 1.601 2.296 0.180 - 2.734 1.519 0.235 - 2.647 0.136 0.095 - 3.655 -0.945 0.040 - 3.023 -2.103 -0.212 - 1.700 -1.902 -0.365 - 1.396 -0.488 -0.071 - 0.231 0.281 0.012 -A1Aa2aa3aaaaa3a3aaaa(A1)a23 - -3.104 1.801 0.481 - -1.839 2.283 -0.097 - -0.746 1.404 -0.080 - 0.526 1.862 -0.076 - 1.626 0.974 -0.037 - 2.937 1.475 -0.038 - 4.005 0.607 0.013 - 3.796 -0.775 0.065 - 2.516 -1.288 0.062 - 1.420 -0.424 0.009 - 0.050 -0.947 0.000 - -0.218 -2.319 0.048 - -1.534 -2.755 0.023 - -2.584 -1.842 -0.042 - -2.343 -0.500 -0.092 - -3.487 0.476 -0.182 - -1.023 -0.034 -0.059 -a1aaa2AAa3aa[aH]a3[AH+]a2a1 - 3.043 -1.214 0.450 - 3.314 0.106 0.758 - 2.406 1.094 0.442 - 1.202 0.782 -0.193 - 0.356 1.836 -0.512 - -0.963 1.899 -0.405 - -1.771 0.735 -0.032 - -2.926 0.677 0.730 - -3.321 -0.619 0.749 - -2.402 -1.377 0.012 - -1.459 -0.594 -0.428 - -0.268 -1.235 -0.904 - 0.934 -0.551 -0.491 - 1.853 -1.541 -0.171 -a1aaa2[aH]a3[aH]aa[a+]3a2a1 - 2.731 1.104 -0.001 - 3.111 -0.229 -0.001 - 2.158 -1.227 -0.000 - 0.811 -0.895 -0.000 - -0.357 -1.640 0.000 - -1.411 -0.755 0.001 - -2.777 -0.710 0.001 - -3.140 0.624 -0.004 - -1.993 1.344 0.002 - -0.950 0.483 0.001 - 0.423 0.451 0.001 - 1.396 1.449 0.000 -A1A=A[A@@]2(A1)AAa1aaaaa1A2 - 3.054 -0.537 1.317 - 3.591 -0.601 -0.050 - 2.783 -0.221 -0.900 - 1.507 0.196 -0.320 - 1.798 0.362 1.186 - 1.046 1.525 -0.913 - -0.354 2.143 0.050 - -1.420 0.742 0.027 - -2.780 0.941 0.283 - -3.655 -0.121 0.283 - -3.197 -1.407 0.030 - -1.866 -1.627 -0.228 - -0.958 -0.553 -0.236 - 0.448 -0.843 -0.534 -A1=AA[A@]2(AA=Aa3aaaaa23)A1 - -3.201 0.894 0.651 - -2.868 1.099 -0.599 - -1.744 0.541 -1.175 - -0.942 -0.305 -0.283 - -0.891 -1.686 -0.739 - 0.050 -2.564 -0.171 - 1.183 -2.095 0.287 - 1.473 -0.646 0.208 - 2.762 -0.161 0.411 - 3.004 1.196 0.328 - 1.971 2.071 0.045 - 0.686 1.595 -0.155 - 0.430 0.245 -0.075 - -1.914 -0.182 1.266 -A1AAA2=A(A1)Aa1[a+]aaaa1A2 - 3.370 0.797 0.795 - 3.727 -0.559 0.179 - 2.462 -1.349 -0.019 - 1.226 -0.709 -0.226 - 1.133 0.632 -0.279 - 2.364 1.496 -0.121 - -0.044 1.252 -0.476 - -1.202 0.617 -0.193 - -2.294 1.419 0.024 - -3.464 0.777 0.306 - -3.587 -0.621 0.378 - -2.442 -1.410 0.150 - -1.243 -0.766 -0.138 - -0.001 -1.574 -0.386 -A1AA[A@@H]2AA=[A+][A@H]2A1 - -2.064 -0.682 0.147 - -2.091 0.629 -0.167 - -0.967 1.400 -0.105 - 0.250 0.700 0.399 - 1.573 1.142 -0.036 - 2.335 -0.019 0.061 - 1.608 -1.090 -0.089 - 0.256 -0.680 -0.334 - -0.902 -1.398 0.123 -a1aaa2a(a1)a1AAAa3aaaa2a13 - 3.633 -0.692 0.003 - 3.648 0.690 0.055 - 2.478 1.431 0.059 - 1.278 0.723 0.009 - 1.258 -0.697 -0.046 - 2.454 -1.415 -0.049 - -0.037 -1.115 -0.090 - -0.648 -2.450 -0.168 - -2.058 -2.389 0.433 - -2.842 -1.267 -0.112 - -2.265 0.012 -0.073 - -2.924 1.214 -0.027 - -2.184 2.393 0.021 - -0.804 2.386 0.038 - -0.114 1.173 0.005 - -0.866 0.008 -0.058 -a1aaa2AAA3AAa4aaaaa4A3a2a1 - -3.278 1.352 0.856 - -3.828 0.865 -0.313 - -3.161 -0.106 -1.028 - -1.930 -0.588 -0.594 - -1.289 -1.665 -1.425 - 0.158 -1.931 -1.024 - 0.270 -1.924 0.501 - 1.663 -2.358 0.941 - 2.742 -1.500 0.300 - 2.323 -0.073 0.085 - 3.274 0.794 -0.443 - 2.959 2.110 -0.706 - 1.684 2.575 -0.445 - 0.742 1.720 0.094 - 1.064 0.404 0.381 - 0.015 -0.495 0.984 - -1.358 -0.063 0.549 - -2.050 0.883 1.288 -a1aaa2a(a1)a1aaaa1a1aaaa21 - -3.433 0.403 -0.001 - -3.324 -0.978 0.005 - -2.083 -1.579 -0.001 - -0.935 -0.790 -0.000 - -1.047 0.609 -0.001 - -2.303 1.197 -0.001 - 0.108 1.389 -0.000 - 0.292 2.740 -0.000 - 1.567 3.002 -0.000 - 2.265 1.840 0.001 - 1.343 0.805 0.001 - 1.497 -0.567 -0.000 - 2.621 -1.406 0.001 - 2.179 -2.639 -0.000 - 0.849 -2.633 -0.001 - 0.410 -1.391 -0.001 -A1A[A@H]2[AH+]A=A[A@@H]2A1 - 2.438 0.012 0.030 - 1.252 -1.407 0.154 - -0.043 -0.732 -0.250 - -1.393 -1.150 -0.087 - -2.106 0.039 0.056 - -1.360 1.136 0.042 - -0.011 0.723 0.330 - 1.221 1.381 -0.275 -a1aaa2[AH+]a3aaaaa3A=Aa2a1 - -3.504 -0.025 0.927 - -3.143 -1.379 0.473 - -2.042 -1.566 -0.219 - -1.163 -0.424 -0.546 - 0.000 -0.639 -1.308 - 1.161 -0.424 -0.543 - 2.043 -1.565 -0.221 - 3.145 -1.378 0.470 - 3.504 -0.025 0.926 - 2.722 0.991 0.637 - 1.486 0.782 -0.144 - 0.646 1.940 -0.468 - -0.646 1.940 -0.468 - -1.487 0.782 -0.146 - -2.723 0.991 0.635 -A1AAa2aaa3aa4aaaaa4aa3a2A1 - -3.681 2.002 -0.305 - -4.482 0.945 0.468 - -4.144 -0.441 -0.074 - -2.660 -0.695 -0.043 - -2.209 -2.014 -0.032 - -0.893 -2.346 -0.016 - 0.103 -1.348 -0.010 - 1.458 -1.676 -0.001 - 2.411 -0.659 0.007 - 3.791 -0.953 0.014 - 4.692 0.062 0.023 - 4.292 1.398 0.025 - 2.980 1.750 0.018 - 1.990 0.746 0.006 - 0.632 1.072 -0.006 - -0.314 0.058 -0.016 - -1.751 0.353 -0.031 - -2.214 1.745 -0.028 -A1A[A@H]2Aa3aaaaa3[A@H]2A1 - 3.100 -0.710 -0.542 - 2.917 0.707 0.038 - 1.555 0.721 0.756 - 0.576 1.591 -0.059 - -0.731 0.828 -0.071 - -2.013 1.253 -0.379 - -3.074 0.370 -0.324 - -2.858 -0.945 0.039 - -1.577 -1.375 0.348 - -0.510 -0.485 0.294 - 0.958 -0.701 0.583 - 1.657 -1.255 -0.684 -A1AA=A2Aa3aaaaa3AA[A@H]2A1 - 3.897 -0.193 0.291 - 3.072 -1.354 0.861 - 1.804 -1.487 0.072 - 1.173 -0.479 -0.485 - -0.024 -0.756 -1.156 - -1.237 -0.514 -0.503 - -2.131 -1.532 -0.228 - -3.335 -1.242 0.389 - -3.645 0.061 0.733 - -2.754 1.085 0.467 - -1.546 0.807 -0.146 - -0.615 1.818 -0.415 - 0.669 1.820 0.294 - 1.670 0.934 -0.436 - 3.001 1.025 0.261 -a1aa2AAa3aaaa4aaa(a1)a2a34 - 3.480 0.089 -0.056 - 2.760 1.272 0.070 - 1.388 1.245 0.124 - 0.562 2.491 0.297 - -0.737 2.349 -0.272 - -1.426 1.192 -0.120 - -2.808 1.151 -0.062 - -3.467 -0.072 0.058 - -2.787 -1.257 0.104 - -1.388 -1.255 0.038 - -0.621 -2.444 0.011 - 0.731 -2.417 -0.044 - 1.449 -1.199 -0.046 - 2.852 -1.141 -0.114 - 0.738 0.013 0.024 - -0.725 -0.014 -0.018 -A1A=A[a+]2a(=A1)aa1aaaaa21 - -3.574 0.067 -0.043 - -2.855 1.401 -0.051 - -1.502 1.415 -0.046 - -0.716 0.244 0.316 - -1.327 -0.969 -0.025 - -2.683 -1.160 -0.029 - 0.025 -2.127 -0.010 - 1.352 -0.947 -0.014 - 2.723 -1.055 -0.007 - 3.497 0.093 -0.012 - 2.871 1.328 -0.025 - 1.500 1.433 -0.032 - 0.692 0.283 -0.027 -A1AA[A+]2A(=Aa3aaaaa23)AA1 - -3.635 -0.585 0.285 - -2.639 -1.234 -0.674 - -1.341 -1.552 0.072 - -0.384 -0.384 -0.359 - -0.796 0.903 -0.137 - 0.268 1.655 -0.159 - 1.380 0.884 -0.054 - 2.748 1.166 -0.027 - 3.659 0.133 0.093 - 3.220 -1.186 0.184 - 1.873 -1.476 0.158 - 0.946 -0.449 0.041 - -2.218 1.400 -0.249 - -3.076 0.727 0.825 -A1AA=A2Aa3aaaaa3A[A@@H]2A1 - -3.629 -0.757 0.406 - -3.735 0.694 -0.038 - -2.403 1.356 -0.168 - -1.229 0.745 -0.002 - -0.016 1.486 -0.125 - 1.253 0.727 -0.070 - 2.476 1.379 0.065 - 3.636 0.638 0.155 - 3.586 -0.746 0.111 - 2.379 -1.401 -0.032 - 1.204 -0.673 -0.131 - 0.013 -1.299 -0.291 - -1.141 -0.725 0.322 - -2.398 -1.421 -0.207 -A1=A[A@H]2A(A1)AAa1aaaaa21 - 2.902 -1.124 -0.414 - 1.721 -1.647 -0.009 - 0.972 -0.472 0.559 - 1.618 0.641 -0.204 - 2.916 0.267 -0.151 - 1.141 1.899 0.328 - -0.253 1.997 -0.013 - -1.022 0.874 -0.003 - -2.388 0.988 -0.260 - -3.189 -0.139 -0.279 - -2.643 -1.386 -0.034 - -1.290 -1.506 0.226 - -0.486 -0.386 0.249 -A1=AA[A@@]2(A1)AAa1aaaaa21 - -3.115 0.546 0.680 - -3.042 0.530 -0.615 - -1.725 0.305 -1.088 - -0.963 -0.210 0.005 - -1.722 0.310 1.237 - -0.881 -1.709 -0.011 - 0.429 -2.023 -0.031 - 1.242 -0.886 -0.032 - 2.629 -0.760 -0.048 - 3.212 0.490 -0.045 - 2.425 1.628 -0.026 - 1.047 1.511 -0.010 - 0.460 0.265 -0.011 -A1AAa2aa3Aa4aaaaa4Aa3aa2A1 - -4.923 -0.650 -0.402 - -4.922 0.652 0.408 - -3.733 1.497 -0.045 - -2.463 0.686 -0.018 - -1.250 1.388 -0.036 - -0.036 0.704 -0.020 - 1.239 1.442 -0.038 - 2.515 0.704 -0.018 - 3.730 1.396 -0.034 - 4.928 0.687 -0.014 - 4.922 -0.693 0.021 - 3.725 -1.391 0.036 - 2.517 -0.703 0.016 - 1.238 -1.443 0.032 - -0.037 -0.705 0.015 - -1.252 -1.388 0.032 - -2.464 -0.686 0.018 - -3.734 -1.496 0.047 -a1aaa2aaa3Aa4aaaa4=Aa3a2a1 - 3.219 2.165 0.001 - 4.179 1.157 0.000 - 3.815 -0.159 0.000 - 2.457 -0.508 -0.001 - 2.078 -1.796 -0.002 - 0.826 -2.174 0.005 - -0.225 -1.246 -0.001 - -1.625 -1.651 -0.001 - -2.591 -0.681 -0.001 - -3.968 -0.886 0.000 - -4.805 0.106 0.000 - -3.713 1.518 0.001 - -2.173 0.624 0.000 - -0.924 1.015 -0.001 - 0.077 0.137 -0.001 - 1.487 0.522 -0.001 - 1.889 1.859 0.000 -[AH2+]1AAa2aa3AAA=Aa3aa2A1 - 3.594 0.571 0.385 - 3.545 -0.700 -0.364 - 2.360 -1.397 0.027 - 1.195 -0.697 0.010 - -0.006 -1.392 0.039 - -1.207 -0.701 0.025 - -2.385 -1.360 0.053 - -3.555 -0.703 0.039 - -3.615 0.705 -0.005 - -2.465 1.429 -0.039 - -1.192 0.706 -0.019 - 0.027 1.391 -0.048 - 1.203 0.695 -0.035 - 2.505 1.456 -0.070 -[AH2+]1AA[AH+]2AAA[A@H]2A1 - 2.193 0.654 -0.193 - 2.152 -0.748 0.283 - 0.885 -1.454 -0.224 - -0.285 -0.634 0.253 - -1.596 -1.191 -0.111 - -2.517 0.037 0.125 - -1.582 1.268 0.001 - -0.222 0.667 -0.366 - 0.971 1.397 0.233 -A1AAa2aa3aaa4aaaaa4a3aa2A1 - -4.358 1.323 0.401 - -4.709 0.073 -0.414 - -3.802 -1.069 0.039 - -2.357 -0.640 0.015 - -1.408 -1.630 0.028 - -0.047 -1.309 0.020 - 0.945 -2.317 0.035 - 2.259 -2.011 0.029 - 2.703 -0.669 0.002 - 4.071 -0.362 0.002 - 4.473 0.941 -0.017 - 3.543 1.975 -0.031 - 2.203 1.708 -0.027 - 1.761 0.384 -0.007 - 0.334 0.052 -0.001 - -0.650 1.038 -0.018 - -1.979 0.694 -0.012 - -2.983 1.817 -0.045 -A1A[AH2+][A@H]2AAA[A@H]2A1 - -1.899 1.024 -0.255 - -1.973 -0.485 -0.518 - -1.260 -1.193 0.571 - 0.151 -0.812 0.630 - 0.933 -1.207 -0.637 - 2.215 -0.347 -0.555 - 1.878 0.860 0.340 - 0.387 0.705 0.738 - -0.434 1.453 -0.317 -A1AAa2aa3A[AH2+]AAa3aa2AA1 - 3.903 -0.038 0.483 - 3.057 -1.299 0.558 - 2.141 -1.361 -0.538 - 0.968 -0.684 -0.375 - -0.226 -1.370 -0.258 - -1.417 -0.674 -0.097 - -2.695 -1.464 0.020 - -3.755 -0.626 0.605 - -3.889 0.620 -0.177 - -2.676 1.498 0.132 - -1.407 0.704 -0.049 - -0.209 1.394 -0.165 - 0.977 0.703 -0.329 - 2.159 1.374 -0.447 - 3.073 1.227 0.642 -A1AAAa2a(AA1)[aH]a1aaaaa21 - 2.538 -0.028 1.336 - 3.367 -0.905 0.420 - 2.614 -1.352 -0.822 - 1.152 -1.666 -0.503 - 0.315 -0.412 -0.391 - 0.638 0.876 -0.508 - 2.037 1.445 -0.607 - 2.652 1.404 0.799 - -0.490 1.660 -0.429 - -1.583 0.875 -0.150 - -2.929 1.146 0.074 - -3.801 0.107 0.340 - -3.345 -1.208 0.383 - -2.027 -1.491 0.161 - -1.133 -0.454 -0.110 -A1AAA2[A@@H](A1)Aa1aaaaa21 - -3.271 0.093 0.398 - -2.964 -1.249 -0.198 - -1.466 -1.526 -0.315 - -0.707 -0.396 0.181 - -1.187 0.860 -0.467 - -2.455 1.172 0.204 - -0.059 1.837 -0.073 - 1.136 0.916 -0.011 - 2.482 1.206 -0.050 - 3.365 0.133 0.004 - 2.911 -1.167 0.092 - 1.560 -1.470 0.140 - 0.660 -0.405 0.097 -A1AA[A@@H]2A=AA=A[A@@H]2A1 - 1.919 0.911 -0.615 - 2.376 -0.329 -0.121 - 1.527 -1.165 0.514 - 0.079 -0.785 0.684 - -0.731 -1.360 -0.447 - -1.881 -0.793 -0.799 - -2.362 0.392 -0.070 - -1.504 1.126 0.632 - -0.050 0.740 0.684 - 0.625 1.265 -0.463 -a1aaa2a(a1)[aH]a1=AAAA=a21 - -3.402 -0.179 0.005 - -3.019 1.152 -0.001 - -1.681 1.487 -0.001 - -0.715 0.484 -0.001 - -1.100 -0.864 -0.001 - -2.455 -1.182 -0.002 - 0.032 -1.669 -0.001 - 1.167 -0.912 0.000 - 2.464 -1.185 0.000 - 3.335 -0.173 0.001 - 2.928 1.107 0.000 - 1.681 1.431 0.000 - 0.760 0.500 0.000 -A1AAA2Aa3aaaaa3AA[A@@H]2A1 - -3.688 0.084 -0.961 - -3.737 -0.654 0.387 - -2.449 -1.462 0.505 - -1.267 -0.645 0.226 - -0.080 -1.195 0.553 - 1.238 -0.655 0.233 - 2.221 -1.562 -0.205 - 3.474 -1.120 -0.555 - 3.785 0.228 -0.479 - 2.839 1.129 -0.042 - 1.565 0.696 0.325 - 0.664 1.647 0.778 - -0.630 1.669 0.486 - -1.286 0.655 -0.417 - -2.643 1.186 -0.833 -A1[AH2+]Aa2a(aaa3AAAa23)A1 - 3.238 0.230 -0.386 - 2.662 1.355 0.378 - 1.295 1.627 -0.098 - 0.470 0.367 -0.043 - 1.053 -0.880 0.035 - 0.257 -2.015 0.073 - -1.123 -1.907 0.037 - -1.715 -0.652 -0.036 - -3.025 -0.268 -0.081 - -3.026 1.131 0.262 - -1.721 1.583 -0.147 - -0.915 0.484 -0.076 - 2.550 -1.053 0.082 -A1AA=A2[A@H](A1)Aa1aaaaa21 - -3.536 0.383 0.071 - -2.812 1.510 0.025 - -1.422 1.537 0.099 - -0.687 0.507 -0.146 - -1.210 -0.843 -0.624 - -2.749 -1.184 0.277 - -0.116 -1.831 -0.172 - 1.117 -0.992 0.006 - 2.431 -1.392 0.152 - 3.400 -0.388 0.215 - 3.063 0.955 0.134 - 1.750 1.370 0.003 - 0.767 0.370 -0.046 -A1A[A@@H]2AAAa3aaaaa3A2=A1 - -2.961 -1.191 -0.590 - -3.126 -0.431 0.664 - -1.747 0.245 0.833 - -1.773 1.655 0.300 - -0.425 2.352 0.288 - 0.467 1.842 -0.835 - 1.261 0.671 -0.364 - 2.629 0.778 -0.265 - 3.376 -0.320 0.132 - 2.750 -1.518 0.429 - 1.377 -1.627 0.354 - 0.616 -0.519 -0.031 - -0.853 -0.603 -0.076 - -1.593 -1.329 -0.833 -a1aaa2a(a1)A[AH+]a1aaaaa21 - 3.509 0.258 -0.027 - 2.874 1.473 -0.215 - 1.494 1.544 -0.206 - 0.752 0.388 -0.006 - 1.395 -0.837 0.189 - 2.771 -0.896 0.175 - 0.559 -2.069 0.410 - -0.672 -2.008 -0.414 - -1.398 -0.827 -0.166 - -2.786 -0.848 -0.144 - -3.493 0.325 0.032 - -2.829 1.530 0.190 - -1.448 1.568 0.177 - -0.729 0.394 0.004 -a1aaa2A[A@@H]3AAA[A+]3a2a1 - 2.597 -0.924 0.006 - 2.931 0.336 0.470 - 1.965 1.326 0.468 - 0.700 1.057 -0.021 - -0.778 2.037 -0.172 - -1.942 0.655 -0.507 - -2.606 0.208 0.799 - -2.078 -1.216 1.065 - -1.472 -1.657 -0.282 - -0.984 -0.405 -0.911 - 0.333 -0.217 -0.466 - 1.330 -1.200 -0.453 -A1AAa2a(=A1)[aH+]a1aaaaa21 - 3.399 0.140 0.032 - 3.028 -1.158 -0.026 - 1.577 -1.468 -0.035 - 0.697 -0.445 0.006 - 1.141 0.852 0.064 - 2.419 1.135 0.076 - 0.036 1.643 -0.253 - -1.105 0.901 0.067 - -2.459 1.209 0.082 - -3.395 0.195 0.037 - -2.990 -1.128 -0.023 - -1.646 -1.444 -0.038 - -0.697 -0.432 0.007 -A1AA[A@@H]2Aa3aaaaa3A=A2A1 - 3.163 -1.070 0.629 - 3.381 0.391 1.018 - 2.080 1.170 0.891 - 1.387 1.047 -0.441 - -0.125 1.987 -0.582 - -1.334 0.783 -0.156 - -2.503 1.159 0.356 - -3.437 0.270 0.629 - -3.270 -1.016 0.394 - -2.131 -1.482 -0.105 - -1.088 -0.579 -0.372 - 0.122 -1.045 -0.770 - 1.221 -0.418 -0.723 - 2.533 -1.198 -0.765 -A1=AA[A@@H]2A=AA=A[A@H]2A1 - -2.399 -0.634 -0.090 - -2.400 0.724 -0.144 - -1.200 1.460 0.075 - 0.046 0.689 0.420 - 1.298 1.380 -0.035 - 2.400 0.644 -0.199 - 2.363 -0.805 0.084 - 1.193 -1.460 0.042 - -0.043 -0.674 -0.288 - -1.262 -1.328 0.138 -A1Aa2aaa3AAAa4aaa(A1)a2a34 - 3.526 -0.000 0.001 - 2.881 1.182 0.002 - 1.406 1.226 0.002 - 0.696 2.416 -0.003 - -0.696 2.416 -0.000 - -1.407 1.226 -0.000 - -2.881 1.182 0.001 - -3.526 -0.000 0.001 - -2.881 -1.182 -0.000 - -1.407 -1.226 -0.000 - -0.696 -2.416 -0.000 - 0.696 -2.416 -0.001 - 1.407 -1.226 -0.001 - 2.881 -1.182 -0.000 - 0.701 -0.000 -0.000 - -0.701 -0.000 -0.000 -A1AAa2aa3a(AAa4aaaa34)a2A1 - 3.969 0.992 0.429 - 4.361 -0.246 -0.383 - 3.445 -1.411 0.018 - 2.029 -0.922 0.011 - 0.542 -1.882 0.032 - -0.610 -0.598 0.008 - 0.160 0.559 -0.016 - -0.582 1.841 -0.046 - -1.925 1.832 -0.038 - -2.640 0.646 -0.013 - -3.930 0.407 -0.006 - -4.115 -0.981 0.022 - -2.934 -1.548 0.031 - -1.986 -0.559 0.010 - 1.611 0.359 -0.014 - 2.608 1.512 -0.038 -A1[AH2+]Aa2aaaa3AAA(A1)a23 - 2.435 -0.289 -0.849 - 2.578 1.078 -0.260 - 1.539 1.380 0.762 - 0.133 1.146 0.272 - -0.790 2.138 0.065 - -2.105 1.796 -0.227 - -2.505 0.473 -0.286 - -1.577 -0.537 -0.082 - -1.605 -1.927 -0.026 - -0.347 -2.375 0.200 - 0.508 -1.341 0.176 - 1.981 -1.358 0.157 - -0.248 -0.183 0.103 -A1AAAa2a[aH]a3aaaa(AA1)a23 - 3.084 -1.000 0.285 - 3.247 0.298 0.206 - 2.342 1.391 0.531 - 1.460 1.639 -0.668 - -0.013 1.434 -0.299 - -0.886 2.462 -0.101 - -2.113 1.884 0.286 - -1.985 0.510 0.151 - -2.938 -0.449 0.363 - -2.576 -1.810 0.211 - -1.300 -2.151 -0.176 - -0.388 -1.138 -0.332 - 0.925 -1.455 -0.692 - 1.860 -1.803 0.447 - -0.720 0.189 -0.208 -A1A=Aa2aa3aaaaa3[aH+]a2=A1 - -3.581 0.671 0.049 - -3.554 -0.742 -0.006 - -2.386 -1.421 -0.024 - -1.158 -0.713 0.001 - -0.002 -1.353 -0.022 - 1.153 -0.690 0.001 - 2.372 -1.407 -0.024 - 3.553 -0.740 -0.002 - 3.583 0.661 0.047 - 2.403 1.389 0.073 - 1.183 0.727 0.051 - 0.007 1.448 -0.270 - -1.182 0.756 0.053 - -2.393 1.412 0.076 -A1AAA2(AA1)A=AAa1[aH]aaa21 - -3.314 0.555 -0.139 - -2.680 -0.141 -1.213 - -1.210 0.281 -1.294 - -0.530 -0.010 0.048 - -1.284 0.723 1.161 - -2.751 0.285 1.147 - -0.553 -1.491 0.312 - 0.545 -2.277 0.236 - 1.795 -1.774 -0.084 - 1.956 -0.385 -0.064 - 3.081 0.375 -0.095 - 2.679 1.677 -0.039 - 1.373 1.713 0.019 - 0.897 0.468 0.003 -A1A=A[A+]2A(=Aa3aaaaa23)A1 - -3.410 -0.107 -0.045 - -2.923 1.192 -0.055 - -1.626 1.454 -0.040 - -0.683 0.362 0.317 - -1.113 -0.887 -0.021 - -0.031 -1.710 -0.006 - 1.126 -0.899 -0.012 - 2.504 -1.184 -0.007 - 3.414 -0.147 -0.016 - 2.977 1.171 -0.030 - 1.633 1.468 -0.035 - 0.692 0.441 -0.026 - -2.559 -1.155 -0.028 -A1A=Aa2a(A1)[aH+]a1aaaaa21 - 3.404 -0.210 -0.034 - 2.996 1.125 0.024 - 1.732 1.448 0.037 - 0.742 0.444 -0.007 - 1.120 -0.897 -0.065 - 2.500 -1.210 -0.078 - -0.018 -1.638 0.252 - -1.141 -0.878 -0.071 - -2.503 -1.169 -0.079 - -3.425 -0.145 -0.034 - -3.008 1.179 0.024 - -1.677 1.485 0.037 - -0.728 0.464 -0.007 -A1AAa2aaa3a4aaaaa4AAa3a2A1 - 4.068 -1.242 -0.478 - 4.646 -0.074 0.299 - 3.751 1.069 0.080 - 2.366 0.880 0.072 - 1.551 2.005 0.199 - 0.178 1.880 0.178 - -0.390 0.623 0.030 - -1.858 0.424 -0.015 - -2.733 1.469 -0.270 - -4.094 1.229 -0.300 - -4.580 -0.047 -0.075 - -3.714 -1.095 0.180 - -2.350 -0.870 0.211 - -1.476 -1.880 0.455 - -0.224 -1.860 -0.235 - 0.423 -0.507 -0.088 - 1.796 -0.378 -0.065 - 2.638 -1.625 -0.178 -A1AA[A@@]2(A1)AAa1aaaaa1A2 - 2.896 -0.716 1.169 - 3.672 -0.332 0.012 - 2.697 -0.139 -1.035 - 1.382 0.155 -0.295 - 1.708 0.105 1.104 - 0.865 1.542 -0.671 - -0.361 1.774 0.032 - -1.270 0.760 0.033 - -2.592 1.038 0.358 - -3.530 0.029 0.379 - -3.152 -1.282 0.070 - -1.822 -1.561 -0.260 - -0.888 -0.542 -0.279 - 0.401 -0.827 -0.616 -A1=Aa2aaa3A=AA[AH+]a3a2AA1 - 3.465 -0.329 0.179 - 2.866 0.836 -0.066 - 1.388 0.863 -0.067 - 0.691 2.070 0.071 - -0.694 2.067 0.072 - -1.387 0.865 -0.066 - -2.865 0.838 -0.061 - -3.465 -0.327 0.182 - -2.633 -1.553 0.448 - -1.404 -1.552 -0.368 - -0.694 -0.345 -0.209 - 0.694 -0.347 -0.209 - 1.407 -1.538 -0.353 - 2.631 -1.553 0.451 -A1A[A@H]2A[AH2+]A[A@@H]2A1 - -2.261 -0.007 0.089 - -1.321 -1.232 -0.163 - 0.003 -0.711 0.367 - 1.344 -1.204 -0.139 - 2.208 -0.002 0.085 - 1.356 1.210 0.038 - 0.001 0.699 -0.348 - -1.330 1.247 0.073 -a1aaa2Aa3aa4aaaaa4aa3Aa2a1 - 4.872 -0.696 0.295 - 4.871 0.690 0.297 - 3.686 1.394 0.102 - 2.494 0.707 -0.095 - 1.234 1.453 -0.301 - -0.050 0.734 -0.199 - -1.243 1.419 -0.101 - -2.456 0.707 -0.001 - -3.672 1.399 0.100 - -4.858 0.699 0.200 - -4.862 -0.695 0.201 - -3.682 -1.401 0.103 - -2.459 -0.710 -0.001 - -1.246 -1.426 -0.102 - -0.046 -0.731 -0.200 - 1.235 -1.443 -0.305 - 2.492 -0.702 -0.098 - 3.690 -1.398 0.104 -A1AA2A[A@H]3AAAA3A[A@H]2A1 - 3.664 -0.012 -0.227 - 2.455 1.378 -0.229 - 1.178 0.720 0.146 - 0.007 1.412 0.173 - -1.282 0.703 0.469 - -2.429 1.385 -0.330 - -3.664 0.012 -0.226 - -2.455 -1.378 -0.229 - -1.177 -0.720 0.143 - -0.007 -1.412 0.174 - 1.283 -0.703 0.470 - 2.428 -1.385 -0.330 -A1AAa2aa3AAa4aaaaa4a3aa2A1 - 4.296 1.225 0.637 - 4.761 0.067 -0.256 - 3.749 -1.051 -0.108 - 2.323 -0.684 -0.095 - 1.344 -1.686 -0.195 - 0.032 -1.309 -0.173 - -1.076 -2.322 -0.272 - -2.217 -1.868 0.462 - -2.656 -0.605 0.227 - -4.007 -0.302 0.253 - -4.428 0.991 0.007 - -3.509 1.993 -0.265 - -2.156 1.706 -0.292 - -1.726 0.409 -0.046 - -0.289 0.050 -0.058 - 0.657 0.972 0.035 - 1.940 0.655 0.021 - 2.960 1.756 0.125 -a1aa2aaa3aaaa4aaa(a1)a2a34 - 3.459 -0.047 0.001 - 2.867 -1.222 0.000 - 1.395 -1.290 0.000 - 0.739 -2.425 0.000 - -0.739 -2.425 -0.001 - -1.395 -1.289 0.000 - -2.867 -1.222 0.001 - -3.459 -0.046 -0.003 - -2.714 1.219 0.002 - -1.402 1.254 0.001 - -0.660 2.526 0.000 - 0.660 2.526 0.000 - 1.402 1.254 -0.001 - 2.714 1.219 -0.001 - 0.652 -0.015 0.000 - -0.653 -0.015 0.000 -A1AAa2a(aaa3aaaaa23)[AH+]1 - 3.490 -0.308 -0.471 - 2.948 -1.580 0.189 - 1.444 -1.594 0.086 - 0.720 -0.381 0.061 - 1.396 0.847 0.070 - 0.681 2.047 0.047 - -0.676 2.065 0.012 - -1.418 0.869 -0.004 - -2.822 0.885 -0.044 - -3.510 -0.291 -0.059 - -2.842 -1.512 -0.035 - -1.480 -1.564 0.005 - -0.743 -0.376 0.020 - 2.812 0.899 0.117 -A1AAA2=A(A1)A=a1aa[aH]a1A2 - -3.343 0.640 -0.392 - -3.345 -0.677 0.393 - -2.153 -1.513 -0.069 - -0.888 -0.699 -0.029 - -0.884 0.660 0.025 - -2.150 1.475 0.070 - 0.277 1.319 0.047 - 1.442 0.689 0.024 - 2.771 1.159 0.041 - 3.605 0.081 0.006 - 2.837 -1.063 -0.033 - 1.490 -0.681 -0.029 - 0.344 -1.387 -0.051 -A1AA[A@]2(AA1)AAa1aaaaa1A2 - -3.317 0.955 -0.738 - -3.166 0.944 0.718 - -2.486 -0.362 1.144 - -1.167 -0.497 0.380 - -1.425 -0.407 -1.056 - -2.459 0.302 -1.535 - -0.522 -1.849 0.704 - 0.731 -2.003 -0.161 - 1.559 -0.744 -0.086 - 2.883 -0.795 -0.490 - 3.671 0.338 -0.447 - 3.136 1.536 0.004 - 1.813 1.590 0.411 - 1.022 0.448 0.367 - -0.271 0.540 0.778 -a1aaa2[aH+]a3=[A+]AAa3a2a1 - -2.776 1.081 -0.031 - -3.135 -0.254 0.033 - -2.164 -1.235 0.090 - -0.823 -0.882 0.071 - 0.350 -1.585 -0.245 - 1.425 -0.754 0.070 - 2.735 -0.810 0.076 - 3.296 0.547 0.010 - 2.061 1.466 -0.038 - 0.933 0.519 0.006 - -0.461 0.463 0.005 - -1.443 1.442 -0.046 -a1aa2AAa3aaaa4AAa(a1)a2a34 - -3.485 0.005 -0.019 - -2.806 -1.187 0.171 - -1.426 -1.194 0.191 - -0.654 -2.467 0.413 - 0.642 -2.471 -0.394 - 1.419 -1.200 -0.182 - 2.799 -1.195 -0.193 - 3.485 -0.005 -0.019 - 2.806 1.187 0.170 - 1.426 1.195 0.191 - 0.655 2.467 0.412 - -0.642 2.472 -0.393 - -1.418 1.200 -0.182 - -2.799 1.194 -0.194 - -0.741 0.001 0.014 - 0.741 -0.001 0.015 -A1A[A@@H]2[A+]=AA[A@@H]2A1 - 1.885 -0.100 0.630 - 1.444 1.064 -0.270 - 0.013 0.735 -0.724 - -0.953 1.182 0.301 - -1.772 0.242 0.607 - -1.494 -1.027 -0.167 - -0.064 -0.818 -0.721 - 0.944 -1.278 0.344 -A1AAa2a(A1)[aH]a1AAA[a+]21 - -3.091 -0.248 -0.000 - -2.776 1.058 -0.000 - -1.486 1.459 -0.000 - -0.439 0.439 0.000 - -0.816 -0.895 0.001 - -2.155 -1.214 0.000 - 0.336 -1.619 0.001 - 1.393 -0.732 -0.005 - 2.782 -0.782 0.001 - 3.302 0.592 0.001 - 2.030 1.458 0.000 - 0.924 0.483 0.001 -A1=AA[A@H]2A=AA=A[A@@H]2A1 - 2.398 0.635 0.087 - 2.400 -0.724 0.139 - 1.201 -1.460 -0.071 - -0.043 -0.687 -0.415 - -1.297 -1.381 0.035 - -2.400 -0.646 0.193 - -2.363 0.804 -0.087 - -1.194 1.460 -0.038 - 0.042 0.674 0.291 - 1.260 1.329 -0.137 -[AH2+]1AAa2a(A1)aa1aaaaa21 - -3.500 -0.067 -0.365 - -2.988 -1.205 0.421 - -1.572 -1.566 -0.036 - -0.725 -0.296 -0.011 - -1.325 0.913 0.017 - -2.800 1.177 0.025 - 0.001 2.086 0.042 - 1.363 0.949 0.013 - 2.734 1.091 0.013 - 3.534 -0.034 -0.015 - 2.945 -1.291 -0.044 - 1.594 -1.444 -0.039 - 0.740 -0.315 -0.016 -a1aaa2A3AAA(a2a1)a1aaaaa31 - -3.275 -1.098 -0.657 - -3.275 -1.053 0.725 - -2.231 -0.444 1.410 - -1.207 0.106 0.693 - -0.000 0.805 1.300 - -0.000 2.224 0.693 - -0.001 2.174 -0.833 - -0.000 0.720 -1.349 - -1.207 0.061 -0.699 - -2.230 -0.535 -1.379 - 1.207 0.062 -0.699 - 2.231 -0.534 -1.379 - 3.275 -1.097 -0.656 - 3.275 -1.053 0.725 - 2.231 -0.445 1.410 - 1.207 0.107 0.694 -A1AAA2[A@H](A1)AAa1aaaaa21 - -3.562 0.435 -0.106 - -2.692 1.565 0.200 - -1.363 1.455 0.288 - -0.688 0.353 -0.085 - -1.389 -0.868 -0.458 - -2.830 -0.889 0.034 - -0.723 -2.042 0.086 - 0.617 -2.089 0.139 - 1.396 -0.841 0.061 - 2.789 -0.859 0.115 - 3.489 0.325 0.045 - 2.812 1.526 -0.092 - 1.431 1.552 -0.157 - 0.708 0.378 -0.073 -a1aaa2[aH]a3aaaaa3[aH]a2a1 - -3.541 0.692 0.328 - -3.542 -0.690 0.328 - -2.373 -1.389 0.079 - -1.204 -0.699 -0.181 - -0.000 -1.379 -0.445 - 1.204 -0.699 -0.180 - 2.374 -1.389 0.075 - 3.542 -0.690 0.329 - 3.541 0.693 0.328 - 2.372 1.390 0.075 - 1.203 0.698 -0.181 - -0.000 1.375 -0.444 - -1.203 0.698 -0.181 - -2.372 1.390 0.075 -A1Aa2aa3a(aa2A1)aa1aaaaa31 - -4.545 0.530 0.335 - -3.441 1.515 -0.103 - -2.155 0.713 -0.073 - -0.863 1.131 -0.058 - 0.180 0.258 -0.030 - -0.044 -1.097 -0.016 - -1.429 -1.582 -0.033 - -2.460 -0.649 -0.061 - -3.961 -0.837 -0.081 - 1.109 -1.736 0.012 - 2.125 -0.840 0.019 - 3.518 -0.970 0.047 - 4.306 0.145 0.046 - 3.739 1.412 0.018 - 2.369 1.565 -0.009 - 1.551 0.444 -0.009 -A1AAAAAAAAa2aaaaa2AAAAAAA1 - 4.761 -0.662 -0.232 - 4.709 0.765 0.319 - 3.575 1.444 -0.224 - 3.241 2.654 0.459 - 2.170 3.408 -0.333 - 0.878 3.078 0.179 - -0.067 2.703 -0.824 - -1.460 2.599 -0.199 - -1.596 1.337 0.457 - -2.754 0.655 0.248 - -3.972 1.268 0.490 - -5.153 0.570 0.275 - -5.112 -0.740 -0.182 - -3.896 -1.352 -0.423 - -2.716 -0.659 -0.208 - -1.520 -1.265 -0.442 - -1.371 -2.608 0.022 - -0.015 -2.762 0.713 - 0.990 -3.034 -0.266 - 2.262 -3.378 0.286 - 3.360 -2.596 -0.437 - 3.682 -1.423 0.314 -A1AAA2=Aa3aaaaa3A[A@@H]2A1 - 3.514 0.721 -0.063 - 3.583 -0.619 -0.092 - 2.470 -1.376 -0.050 - 1.206 -0.752 0.076 - 0.064 -1.455 -0.130 - -1.208 -0.716 -0.059 - -2.427 -1.381 0.071 - -3.598 -0.652 0.115 - -3.566 0.731 0.030 - -2.362 1.402 -0.094 - -1.178 0.688 -0.136 - 0.022 1.319 -0.246 - 1.116 0.706 0.431 - 2.367 1.389 0.147 -A1AAa2aaa3aa4AA=AAa4a3a2A1 - 2.795 -1.982 -0.412 - 3.715 -1.186 0.344 - 3.705 0.191 -0.029 - 2.295 0.725 -0.014 - 2.102 2.117 -0.015 - 0.874 2.626 -0.010 - -0.184 1.848 -0.004 - -1.932 2.159 0.001 - -2.512 0.484 0.012 - -3.784 -0.112 0.019 - -3.872 -1.458 0.033 - -2.792 -2.190 0.029 - -1.556 -1.670 0.022 - -1.361 -0.288 0.012 - -0.088 0.440 0.002 - 1.222 -0.107 -0.003 - 1.373 -1.604 0.007 -a1aaa2[aH]a3=AA=A[a+]3a2a1 - -2.758 1.093 -0.029 - -3.121 -0.243 -0.008 - -2.152 -1.226 0.002 - -0.809 -0.875 -0.009 - 0.364 -1.622 -0.004 - 1.432 -0.746 -0.028 - 2.747 -0.693 -0.043 - 3.141 0.597 -0.066 - 2.030 1.376 -0.066 - 1.000 0.416 0.304 - -0.444 0.472 -0.026 - -1.425 1.453 -0.031 -a1aaa2A=AAA3=AA=A[A+]3a2a1 - -2.676 1.549 0.345 - -3.312 0.334 0.150 - -2.576 -0.791 -0.153 - -1.177 -0.718 -0.267 - -0.454 -1.940 -0.635 - 0.660 -2.379 -0.157 - 1.380 -1.670 0.906 - 1.736 -0.300 0.387 - 2.925 0.216 0.265 - 2.835 1.392 -0.252 - 1.581 1.687 -0.474 - 0.922 0.492 -0.355 - -0.544 0.499 -0.025 - -1.302 1.631 0.259 -a1aaa2AAa3a4AAA=Aa4aa3a2a1 - -3.926 -1.480 0.196 - -4.507 -0.231 0.061 - -3.722 0.893 -0.123 - -2.349 0.780 -0.175 - -1.489 1.980 -0.455 - -0.162 1.941 0.293 - 0.504 0.583 0.104 - 1.891 0.376 0.059 - 2.907 1.388 0.127 - 4.186 0.949 0.076 - 4.516 -0.367 -0.035 - 3.606 -1.330 -0.103 - 2.332 -0.967 -0.059 - 0.825 -1.889 -0.119 - -0.297 -0.528 -0.011 - -1.757 -0.482 -0.006 - -2.551 -1.609 0.163 -A1A[A@@H]2A[AH2+]A[A@H]2A1 - -2.260 0.004 0.085 - -1.330 -1.248 0.060 - 0.004 -0.699 -0.347 - 1.357 -1.209 0.052 - 2.207 0.005 0.088 - 1.341 1.201 -0.159 - 0.005 0.711 0.366 - -1.324 1.234 -0.142 -A1A2A[AH+]3AA1A[AH+](A2)A3 - -0.011 -0.027 -1.712 - 0.054 -1.292 -0.865 - -1.191 -1.274 0.039 - -1.212 -0.042 0.866 - -1.298 1.176 0.005 - -0.058 1.263 -0.901 - 1.191 1.270 -0.006 - 1.218 0.064 0.854 - 1.298 -1.164 0.029 - 0.006 0.023 1.693 -A1=A[A@H]2A=AA=A[A@@H]2AA1 - 2.375 -0.762 0.128 - 1.239 -1.412 -0.167 - -0.042 -0.684 -0.420 - -1.251 -1.422 0.079 - -2.385 -0.720 0.241 - -2.408 0.726 -0.060 - -1.263 1.426 -0.054 - 0.011 0.691 0.251 - 1.238 1.431 -0.275 - 2.485 0.726 0.275 -a1aaa2Aa3aaa4aaaaa4a3Aa2a1 - 4.272 1.247 -0.289 - 4.533 -0.043 -0.322 - 3.599 -0.952 -0.129 - 2.339 -0.596 0.111 - 1.393 -1.536 0.307 - 0.079 -1.225 0.168 - -0.836 -2.271 -0.028 - -2.165 -2.030 -0.168 - -2.641 -0.708 -0.118 - -4.010 -0.419 -0.248 - -4.432 0.874 -0.203 - -3.528 1.918 -0.018 - -2.195 1.675 0.119 - -1.722 0.352 0.074 - -0.351 0.067 0.219 - 0.615 1.203 0.428 - 2.021 0.753 0.156 - 3.034 1.686 -0.054 -A1AA[A@@]2(A1)AAAa1aaaaa21 - -2.828 -1.042 -0.425 - -2.798 -0.694 0.867 - -1.755 0.118 1.138 - -1.032 0.299 -0.176 - -1.812 -0.504 -1.126 - -1.032 1.768 -0.586 - 0.004 2.509 0.270 - 1.297 1.981 -0.028 - 1.456 0.632 -0.007 - 2.743 0.114 0.086 - 2.944 -1.251 0.102 - 1.860 -2.110 0.025 - 0.578 -1.597 -0.065 - 0.372 -0.228 -0.080 -A1AAa2aaa3Aa4aaaaa4Aa3a2A1 - 3.521 2.017 0.417 - 4.478 1.036 -0.271 - 4.165 -0.373 0.229 - 2.693 -0.668 0.097 - 2.297 -2.000 0.150 - 0.964 -2.351 0.052 - 0.003 -1.360 -0.107 - -1.432 -1.708 -0.214 - -2.442 -0.642 -0.075 - -3.790 -0.960 0.115 - -4.727 0.063 0.244 - -4.331 1.383 0.184 - -2.998 1.712 -0.005 - -2.047 0.708 -0.135 - -0.621 1.045 -0.324 - 0.399 -0.013 -0.160 - 1.751 0.326 -0.061 - 2.116 1.786 -0.136 -a1aaa2a(a1)Aa1aaaa3aaa2a13 - -3.882 -0.537 -0.002 - -3.697 0.839 -0.004 - -2.428 1.371 -0.002 - -1.315 0.525 0.001 - -1.501 -0.879 0.002 - -2.804 -1.390 0.001 - -0.361 -1.823 0.003 - 0.946 -1.285 0.001 - 2.148 -2.009 -0.001 - 3.373 -1.329 -0.003 - 3.513 0.044 -0.003 - 2.310 0.887 0.000 - 1.914 2.128 0.001 - 0.689 2.244 0.002 - 0.040 1.073 0.001 - 1.053 0.148 0.001 -a1aaa2aa3aa4aaaaa4aa3aa2a1 - -4.807 -0.699 0.003 - -4.808 0.697 -0.002 - -3.655 1.412 -0.001 - -2.414 0.734 0.000 - -1.214 1.435 0.000 - -0.000 0.736 0.001 - 1.214 1.435 0.001 - 2.415 0.734 0.001 - 3.655 1.412 0.000 - 4.808 0.697 -0.001 - 4.807 -0.699 -0.001 - 3.653 -1.412 0.000 - 2.414 -0.734 0.000 - 1.213 -1.434 0.000 - -0.000 -0.734 0.000 - -1.214 -1.434 0.000 - -2.414 -0.734 0.000 - -3.653 -1.413 -0.002 -a1aaa2AA[A@H]3AAA[A+]3a2a1 - -2.615 1.450 0.038 - -3.224 0.216 0.164 - -2.465 -0.939 0.132 - -1.091 -0.867 -0.032 - -0.331 -2.050 -0.037 - 1.127 -1.965 -0.267 - 1.571 -0.656 0.380 - 3.059 -0.341 0.195 - 3.101 1.201 0.029 - 1.614 1.648 0.060 - 0.974 0.381 -0.366 - -0.474 0.384 -0.169 - -1.246 1.535 -0.128 -A1=AAa2a(=A1)[aH]a1aaaaa21 - -3.406 -0.143 -0.006 - -2.968 1.167 -0.005 - -1.598 1.434 0.007 - -0.704 0.426 0.005 - -1.119 -0.872 0.000 - -2.471 -1.171 -0.003 - -0.017 -1.691 0.004 - 1.119 -0.892 0.002 - 2.478 -1.179 -0.001 - 3.398 -0.151 -0.004 - 2.973 1.167 -0.003 - 1.625 1.464 -0.001 - 0.691 0.437 0.002 -a1aa2[A@H]3AA[A@H](A3)a2a1 - 2.666 0.680 -0.177 - 1.473 1.377 -0.044 - 0.345 0.691 0.128 - -1.160 0.980 0.316 - -1.809 0.497 -1.019 - -1.665 -1.043 -0.972 - -0.919 -1.302 0.377 - -1.578 -0.191 1.277 - 0.456 -0.706 0.170 - 2.188 -0.987 -0.059 -A1AA[A@H]2A[AH2+]A[A@H]2A1 - -1.990 0.546 -0.537 - -1.944 -0.959 -0.247 - -0.493 -1.422 -0.329 - 0.365 -0.728 0.730 - 1.844 -0.919 0.290 - 2.201 0.262 -0.519 - 1.028 1.155 -0.605 - 0.210 0.801 0.650 - -1.221 1.266 0.571 -A1AAA2(A1)A1AA3AA(A1)AA2A3 - -2.943 -0.808 0.329 - -3.015 0.692 0.151 - -1.805 1.165 -0.241 - -0.810 0.103 -0.220 - -1.653 -1.187 -0.440 - 0.228 0.176 -1.330 - 1.218 1.321 -1.135 - 1.893 1.194 0.232 - 2.692 -0.112 0.262 - 1.731 -1.286 0.044 - 1.031 -1.139 -1.306 - 0.710 -1.294 1.183 - -0.113 -0.002 1.135 - 0.836 1.182 1.335 -A1AAA2=Aa3aaaaa3AA[A@H]2A1 - 3.459 -0.712 0.493 - 3.693 0.699 -0.037 - 2.504 1.184 -0.846 - 1.193 0.712 -0.341 - 0.058 1.373 -0.658 - -1.222 0.752 -0.198 - -2.191 1.475 0.479 - -3.395 0.851 0.763 - -3.596 -0.464 0.380 - -2.611 -1.179 -0.275 - -1.391 -0.563 -0.551 - -0.384 -1.268 -1.086 - 0.654 -1.739 -0.182 - 0.982 -0.418 0.639 - 2.252 -0.710 1.427 -a1aaa2aa3aaa4aaaaa4a3aa2a1 - -4.214 1.423 -0.000 - -4.635 0.077 0.000 - -3.717 -0.958 -0.005 - -2.342 -0.664 0.001 - -1.432 -1.639 0.001 - -0.143 -1.333 0.001 - 0.875 -2.393 0.001 - 2.220 -2.067 0.000 - 2.662 -0.672 -0.000 - 4.029 -0.367 -0.001 - 4.439 0.946 -0.001 - 3.511 1.977 -0.001 - 2.161 1.702 0.001 - 1.721 0.378 0.000 - 0.282 0.068 0.001 - -0.616 1.039 0.001 - -1.916 0.738 0.001 - -2.891 1.752 0.000 -A1=AA=a2a(=AA1)aaa1aaaaa21 - 3.468 -0.990 -0.000 - 2.434 -1.784 -0.000 - 1.100 -1.497 -0.001 - 0.513 -0.302 -0.000 - 1.141 1.023 0.001 - 2.523 1.319 0.000 - 3.549 0.406 -0.000 - 0.333 2.173 0.001 - -1.018 2.079 0.000 - -1.686 0.835 -0.001 - -3.088 0.774 -0.001 - -3.715 -0.437 -0.001 - -2.986 -1.621 0.004 - -1.620 -1.598 -0.001 - -0.948 -0.374 -0.001 -a1aaa2a(a1)a1aaaa3aaaa2a13 - 3.697 -0.769 -0.000 - 3.735 0.704 -0.000 - 2.611 1.387 -0.000 - 1.316 0.689 -0.000 - 1.277 -0.639 -0.000 - 2.542 -1.397 -0.000 - -0.122 -1.094 -0.000 - -0.820 -2.394 -0.000 - -2.141 -2.416 -0.001 - -2.953 -1.179 -0.002 - -2.332 -0.024 0.006 - -2.966 1.305 -0.001 - -2.186 2.371 -0.001 - -0.715 2.319 -0.000 - -0.070 1.180 -0.000 - -0.874 -0.042 -0.000 -A1A=Aa2a(=A1)[aH]a1aaaaa21 - 3.353 -0.160 -0.004 - 2.944 1.194 -0.003 - 1.611 1.476 0.000 - 0.706 0.438 0.002 - 1.140 -0.852 0.002 - 2.433 -1.131 -0.002 - 0.050 -1.684 0.005 - -1.098 -0.900 0.001 - -2.453 -1.206 -0.003 - -3.387 -0.190 -0.006 - -2.979 1.134 -0.005 - -1.635 1.449 0.007 - -0.688 0.434 0.005 -a1aaa2a(a1)Aa1a2aa2aaaaa12 - -4.461 -0.369 -0.002 - -4.199 0.990 -0.001 - -2.899 1.447 -0.000 - -1.838 0.536 -0.000 - -2.115 -0.832 -0.001 - -3.418 -1.278 0.004 - -0.788 -1.544 -0.000 - 0.283 -0.456 0.000 - -0.380 0.725 0.000 - 0.899 1.961 0.001 - 2.312 0.889 0.000 - 3.675 1.097 -0.000 - 4.529 0.006 -0.001 - 3.997 -1.281 -0.001 - 2.654 -1.494 -0.000 - 1.750 -0.403 0.001 -A1AAA2(AA1)A=AAa1a[aH]aa21 - 3.217 0.401 -0.347 - 2.783 0.456 1.043 - 1.464 -0.230 1.321 - 0.553 -0.556 0.164 - 1.212 -0.611 -1.209 - 2.212 0.523 -1.411 - -0.064 -1.930 0.381 - -1.370 -2.195 0.167 - -2.247 -1.297 -0.322 - -1.920 0.011 -0.141 - -2.701 1.051 -0.152 - -1.916 2.178 0.108 - -0.630 1.765 0.276 - -0.593 0.438 0.116 -A1AA2Aa3aaaaa3A=A[A@@H]2A1 - 3.743 -0.475 0.474 - 2.808 -1.215 -0.463 - 1.457 -0.703 -0.210 - 0.301 -1.276 -0.579 - -1.003 -0.676 -0.251 - -2.046 -1.542 0.100 - -3.289 -1.042 0.439 - -3.509 0.330 0.436 - -2.497 1.193 0.087 - -1.230 0.706 -0.273 - -0.299 1.623 -0.644 - 0.933 1.644 -0.332 - 1.564 0.572 0.518 - 3.062 0.865 0.698 -A1AAa2aa3A=a4aaaaa4Aa3a2A1 - -3.836 1.759 -0.424 - -4.622 0.729 0.392 - -4.157 -0.679 -0.007 - -2.658 -0.700 -0.007 - -1.596 -2.119 -0.033 - -0.031 -1.282 -0.018 - 1.228 -1.676 -0.024 - 2.219 -0.789 -0.009 - 3.558 -1.237 -0.017 - 4.564 -0.324 -0.002 - 4.263 1.054 0.021 - 3.020 1.468 0.029 - 1.958 0.553 0.014 - 0.691 1.011 0.023 - -0.390 0.081 0.007 - -1.827 0.361 0.012 - -2.378 1.784 0.037 -a1aaa2aa3=[A+]A=A[a+]3a2a1 - -2.717 -1.153 0.029 - -3.223 0.135 0.004 - -2.346 1.205 -0.003 - -0.990 0.970 0.010 - 0.444 2.018 0.007 - 1.679 0.739 0.032 - 2.948 0.473 0.044 - 3.115 -0.873 0.062 - 1.880 -1.441 0.059 - 1.021 -0.363 -0.306 - -0.449 -0.320 0.029 - -1.362 -1.387 0.035 -A1AAA2=A(A1)AA1=A(AAAA1)A2 - 3.637 0.756 -0.252 - 3.722 -0.636 0.384 - 2.452 -1.386 0.087 - 1.236 -0.706 -0.116 - 1.164 0.636 -0.045 - 2.387 1.459 0.280 - -0.000 1.275 -0.257 - -1.164 0.636 -0.045 - -1.236 -0.706 -0.115 - -2.451 -1.386 0.091 - -3.722 -0.635 0.385 - -3.637 0.754 -0.255 - -2.388 1.460 0.277 - -0.000 -1.515 -0.418 -[AH2+]1AAa2a(A1)aa1AAAAa21 - -3.469 -0.067 -0.440 - -3.007 -1.193 0.398 - -1.581 -1.575 -0.007 - -0.723 -0.315 0.023 - -1.312 0.904 0.014 - -2.782 1.181 -0.028 - 0.030 2.059 0.059 - 1.336 0.952 0.090 - 2.695 1.126 0.135 - 3.522 0.014 -0.371 - 2.944 -1.278 -0.016 - 1.616 -1.498 0.082 - 0.728 -0.313 0.061 -a1aaa2[a+]a3aaaaa3[a+]a2a1 - -3.558 0.715 -0.000 - -3.572 -0.676 0.005 - -2.406 -1.387 -0.002 - -1.183 -0.716 -0.002 - -0.005 -1.413 -0.001 - 1.177 -0.720 -0.001 - 2.392 -1.396 0.000 - 3.578 -0.682 0.001 - 3.568 0.713 0.002 - 2.389 1.402 0.000 - 1.162 0.697 -0.000 - 0.003 1.359 -0.001 - -1.163 0.697 -0.001 - -2.381 1.401 -0.000 -a1aaa2a(a1)aa1aaa3AAAa3a21 - -3.827 1.065 -0.007 - -2.823 1.922 0.030 - -1.566 1.557 0.042 - -1.211 0.253 0.016 - -2.263 -0.670 -0.022 - -3.585 -0.245 -0.034 - -1.470 -2.254 -0.047 - 0.225 -1.723 -0.009 - 1.372 -2.368 -0.006 - 2.523 -1.725 0.026 - 2.555 -0.338 0.063 - 3.728 0.619 0.096 - 3.147 1.989 -0.319 - 1.665 1.857 0.094 - 1.378 0.375 0.056 - 0.148 -0.319 0.023 -A1[AH2+]Aa2aaa3aaaa(A1)a23 - 2.487 1.149 -0.249 - 2.453 -0.216 -0.858 - 2.115 -1.282 0.144 - 0.602 -1.339 0.179 - -0.241 -2.398 0.155 - -1.523 -1.954 0.054 - -1.564 -0.613 -0.068 - -2.518 0.355 -0.355 - -2.176 1.693 -0.312 - -0.895 2.119 0.043 - 0.064 1.187 0.313 - 1.458 1.465 0.813 - -0.257 -0.170 0.145 -a1aa2aaaa3a4aaaaa4a(a1)a23 - 2.174 -2.362 -0.000 - 2.918 -1.214 -0.002 - 2.256 0.025 -0.001 - 2.887 1.281 -0.002 - 2.115 2.410 0.001 - 0.721 2.376 0.002 - 0.061 1.158 0.001 - -1.337 0.691 0.001 - -2.508 1.313 0.001 - -3.605 0.640 -0.005 - -3.610 -0.689 0.001 - -2.477 -1.379 0.001 - -1.318 -0.730 0.001 - 0.090 -1.162 0.001 - 0.781 -2.363 0.001 - 0.859 0.008 -0.000 -A1AA[A@@]2(AAAa3aaaaa23)A1 - 2.833 -1.094 -0.657 - 2.758 -1.040 0.680 - 1.761 -0.275 1.149 - 1.004 0.308 -0.014 - 1.185 1.803 -0.004 - 0.097 2.597 0.020 - -1.155 2.116 0.026 - -1.451 0.673 0.017 - -2.764 0.205 0.026 - -3.006 -1.154 0.017 - -1.953 -2.053 0.000 - -0.645 -1.596 -0.010 - -0.393 -0.246 -0.002 - 1.727 -0.245 -1.250 -A1[A@H]2A[A@H]2a2aa[aH]a12 - 0.905 1.472 -0.080 - 1.984 0.408 -0.326 - 2.236 -0.641 0.759 - 1.209 -0.917 -0.386 - -0.247 -0.579 -0.173 - -1.514 -1.190 -0.096 - -2.407 -0.263 0.117 - -1.751 0.971 0.185 - -0.415 0.743 -0.004 -A1=AA[A@@H]2AAA=A[A@@H]2A1 - 2.351 0.253 -0.192 - 1.878 -0.784 -0.799 - 0.526 -1.378 -0.554 - -0.144 -0.812 0.707 - -1.636 -1.161 0.642 - -2.412 -0.107 -0.110 - -1.720 0.946 -0.858 - -0.517 1.349 -0.447 - 0.091 0.693 0.758 - 1.584 1.001 0.855 -A1AA[A@H]2AA=[A+][A@@H]2A1 - -2.168 0.755 -0.192 - -2.184 -0.721 0.191 - -0.915 -1.455 -0.279 - 0.264 -0.723 0.320 - 1.616 -1.141 -0.012 - 2.365 0.029 0.083 - 1.633 1.101 -0.089 - 0.272 0.695 -0.317 - -0.882 1.456 0.292 -A1=A[A@@H]2AA=A[A@H](A1)A2 - -1.733 0.197 -0.747 - -1.048 1.276 -0.388 - 0.098 1.238 0.580 - 1.397 1.119 -0.196 - 1.735 -0.200 -0.743 - 1.050 -1.278 -0.383 - -0.098 -1.239 0.583 - -1.395 -1.120 -0.195 - -0.006 0.006 1.490 -A1A[A@@H]2[AH+]A=A[A@H]2A1 - -2.438 -0.011 -0.030 - -1.253 1.407 -0.154 - 0.043 0.732 0.251 - 1.395 1.149 0.087 - 2.106 -0.039 -0.056 - 1.360 -1.136 -0.042 - 0.011 -0.723 -0.330 - -1.222 -1.380 0.275 -A1=A[A@@H]2A=AA=A[A@H]2AA1 - 2.362 -0.797 -0.143 - 1.218 -1.453 0.128 - -0.030 -0.678 0.418 - -1.278 -1.366 -0.051 - -2.380 -0.665 -0.212 - -2.366 0.780 0.076 - -1.212 1.453 0.050 - 0.042 0.690 -0.266 - 1.254 1.356 0.173 - 2.387 0.683 -0.171 -A1[AH2+]Aa2a(A1)aa1aaaaa21 - 3.398 0.149 0.410 - 3.036 -1.048 -0.380 - 1.717 -1.568 0.055 - 0.735 -0.428 0.027 - 1.083 0.871 -0.030 - 2.525 1.327 -0.042 - -0.018 1.634 -0.060 - -1.133 0.873 -0.033 - -2.495 1.172 -0.045 - -3.427 0.149 -0.012 - -3.018 -1.175 0.037 - -1.678 -1.490 0.054 - -0.724 -0.471 0.022 -A1=AA2A=Aa3aaaaa3[A@@H]2A1 - 3.133 -0.473 0.783 - 2.633 0.709 0.558 - 1.488 0.916 -0.176 - 0.742 2.076 -0.237 - -0.561 1.939 -0.198 - -1.146 0.706 -0.068 - -2.460 0.597 0.391 - -3.051 -0.648 0.501 - -2.341 -1.796 0.157 - -1.033 -1.692 -0.295 - -0.441 -0.457 -0.404 - 0.980 -0.300 -0.883 - 2.060 -1.574 -0.127 -a1aaa2Aa3aaaa4aaa(a2a1)a34 - -3.661 0.790 0.004 - -3.865 -0.580 -0.001 - -2.785 -1.445 -0.004 - -1.480 -0.931 -0.001 - -0.328 -1.862 -0.001 - 1.006 -1.244 -0.000 - 2.212 -1.953 -0.000 - 3.414 -1.236 0.005 - 3.450 0.132 0.001 - 2.256 0.863 -0.001 - 1.842 2.260 -0.003 - 0.528 2.292 -0.003 - 0.008 0.991 -0.001 - -1.277 0.459 0.001 - -2.379 1.311 0.005 - 1.060 0.146 -0.001 -a1aaa2a(a1)[aH]a1A=AAA=a21 - -3.413 0.164 -0.001 - -3.007 -1.161 0.004 - -1.664 -1.477 -0.002 - -0.715 -0.458 -0.001 - -1.126 0.885 -0.001 - -2.482 1.184 -0.001 - 0.013 1.675 0.000 - 1.152 0.859 0.000 - 2.480 1.176 0.001 - 3.400 0.188 0.000 - 2.960 -1.160 0.000 - 1.646 -1.424 -0.001 - 0.760 -0.447 0.000 -A1AA2=A(A1)a1aaaaa1[AH+]A2 - 3.121 -1.385 -0.135 - 3.302 0.307 0.049 - 1.649 0.751 0.127 - 0.967 -0.445 -0.007 - 1.783 -1.566 -0.133 - -0.526 -0.402 -0.005 - -1.287 -1.553 0.095 - -2.671 -1.455 0.122 - -3.280 -0.210 0.049 - -2.521 0.940 -0.062 - -1.137 0.857 -0.102 - -0.394 2.076 -0.293 - 0.999 2.086 0.300 -A1A=A[A@]2(A1)AAa1aaaaa1A2 - 3.052 -0.542 -1.317 - 3.591 -0.601 0.049 - 2.784 -0.217 0.899 - 1.507 0.197 0.318 - 1.797 0.359 -1.189 - 1.047 1.528 0.908 - -0.355 2.143 -0.053 - -1.422 0.743 -0.024 - -2.780 0.940 -0.283 - -3.654 -0.124 -0.286 - -3.195 -1.409 -0.033 - -1.864 -1.627 0.229 - -0.958 -0.552 0.241 - 0.448 -0.841 0.536 -A1A[A@H]2[AH2+]AA[A@@H]2A1 - 2.249 0.056 0.120 - 1.296 1.266 -0.143 - -0.039 0.712 0.300 - -1.321 1.139 -0.128 - -2.226 0.003 0.123 - -1.318 -1.262 0.058 - 0.009 -0.702 -0.395 - 1.349 -1.215 0.062 -a1aaa2[aH]a3AAAa3[aH+]a2a1 - 3.278 0.779 0.136 - 3.330 -0.602 0.137 - 2.165 -1.340 0.029 - 0.944 -0.694 -0.080 - -0.237 -1.455 -0.188 - -1.463 -0.744 -0.058 - -2.746 -1.242 0.088 - -3.639 -0.019 0.181 - -2.749 1.101 0.076 - -1.498 0.644 -0.061 - -0.340 1.436 -0.204 - 0.889 0.699 -0.083 - 2.062 1.431 0.026 -A1=AA[A+]2A(=Aa3aaaaa23)A1 - -3.362 -0.149 -0.189 - -3.008 1.127 -0.190 - -1.606 1.599 0.082 - -0.650 0.398 0.393 - -1.099 -0.847 0.038 - -0.065 -1.636 0.011 - 1.075 -0.893 -0.013 - 2.431 -1.223 -0.051 - 3.379 -0.224 -0.071 - 2.996 1.109 -0.054 - 1.661 1.452 -0.017 - 0.691 0.461 0.004 - -2.445 -1.178 0.061 -A1AAa2aaa3aa4AAA=Aa4a3a2A1 - -2.707 -2.086 0.416 - -3.742 -1.311 -0.407 - -3.718 0.151 0.035 - -2.309 0.686 0.015 - -2.138 2.069 0.018 - -0.933 2.599 0.010 - 0.146 1.846 0.010 - 1.885 2.203 0.011 - 2.511 0.545 -0.002 - 3.797 -0.011 -0.007 - 3.908 -1.361 -0.021 - 2.782 -2.119 -0.030 - 1.590 -1.610 -0.023 - 1.376 -0.263 -0.008 - 0.083 0.441 0.002 - -1.213 -0.136 0.003 - -1.312 -1.636 -0.017 -a1aa2Aa3aaa4aaaaa4a3=Aa2a1 - 4.821 0.120 0.001 - 3.995 -0.937 0.001 - 2.559 -0.717 0.000 - 1.498 -1.671 0.000 - 0.218 -1.246 -0.001 - -0.808 -2.200 -0.001 - -2.072 -1.881 -0.001 - -2.478 -0.469 -0.001 - -3.820 -0.091 0.005 - -4.150 1.246 0.000 - -3.161 2.221 0.000 - -1.829 1.870 -0.001 - -1.473 0.522 -0.001 - -0.069 0.091 -0.001 - 0.895 0.996 -0.001 - 2.167 0.638 0.000 - 3.710 1.514 0.000 -a1aaa2aaa3aaa4aaaaa4a3a2a1 - 2.640 -2.236 0.363 - 3.784 -1.495 0.089 - 3.703 -0.155 -0.149 - 2.456 0.485 -0.110 - 2.358 1.887 -0.233 - 1.165 2.513 -0.157 - -0.039 1.790 -0.013 - -1.199 2.436 0.168 - -2.351 1.832 0.250 - -2.462 0.432 0.111 - -3.640 -0.185 0.197 - -3.752 -1.476 -0.005 - -2.648 -2.260 -0.327 - -1.408 -1.685 -0.420 - -1.284 -0.324 -0.126 - -0.011 0.378 -0.043 - 1.280 -0.291 0.052 - 1.406 -1.652 0.346 -A1A[A@@H]2[AH2+]AA[A@H]2A1 - -2.237 -0.048 0.042 - -1.326 1.206 -0.145 - 0.006 0.712 0.389 - 1.287 1.196 -0.045 - 2.166 0.034 -0.099 - 1.319 -1.127 0.141 - 0.065 -0.699 -0.313 - -1.278 -1.276 0.033 -[AH2+]1AAA2(AAA[AH2+]2)AA1 - 2.564 0.170 0.043 - 1.923 -1.050 -0.491 - 0.676 -1.360 0.342 - -0.290 -0.180 0.262 - -0.781 -0.016 -1.108 - -2.109 0.219 -1.086 - -2.573 0.215 0.355 - -1.473 -0.422 1.066 - 0.405 1.097 0.732 - 1.660 1.330 -0.114 -A1A=A[A@@]2(A1)AAa1aaaaa21 - -2.848 0.773 0.726 - -2.861 0.787 -0.752 - -1.768 0.133 -1.213 - -1.006 -0.330 -0.001 - -1.758 0.117 1.170 - -0.833 -1.827 -0.003 - 0.491 -2.067 0.004 - 1.240 -0.889 0.009 - 2.618 -0.686 0.017 - 3.131 0.595 0.021 - 2.282 1.687 0.014 - 0.912 1.494 0.008 - 0.397 0.217 0.005 -A1AA[A@]2(A1)AAAa1aaaaa21 - -2.829 1.047 -0.414 - -2.792 0.693 0.877 - -1.748 -0.119 1.140 - -1.032 -0.295 -0.180 - -1.820 0.507 -1.124 - -1.034 -1.764 -0.593 - -0.003 -2.508 0.267 - 1.292 -1.983 -0.023 - 1.455 -0.634 -0.006 - 2.742 -0.118 0.094 - 2.946 1.246 0.108 - 1.865 2.107 0.022 - 0.583 1.598 -0.075 - 0.374 0.229 -0.087 -a1aaa2aa3[aH]a[a+]a3aa2a1 - -3.258 0.698 0.000 - -3.258 -0.697 0.000 - -2.092 -1.397 0.000 - -0.863 -0.709 0.000 - 0.289 -1.388 0.000 - 1.432 -0.733 -0.001 - 2.748 -1.095 -0.001 - 3.490 -0.000 -0.001 - 2.747 1.095 -0.001 - 1.432 0.733 0.005 - 0.289 1.388 -0.001 - -0.863 0.709 0.000 - -2.092 1.397 -0.001 -A1Aa2a(A1)aa1a2AAa2aaaa12 - 4.285 0.472 -0.329 - 3.083 1.337 0.103 - 1.874 0.401 0.068 - 2.316 -0.867 0.060 - 3.819 -0.942 0.082 - 0.842 -1.857 0.025 - -0.335 -0.599 0.019 - 0.413 0.572 0.045 - -0.352 1.840 0.042 - -1.696 1.805 0.022 - -2.384 0.609 -0.005 - -3.664 0.320 -0.034 - -3.824 -0.955 -0.052 - -2.665 -1.553 -0.036 - -1.707 -0.579 -0.006 -a1aa2AAa3aa4aaaa4a(a1)a23 - 1.769 -2.397 -0.001 - 2.689 -1.348 0.000 - 2.258 -0.055 0.001 - 2.948 1.287 0.002 - 1.811 2.332 0.000 - 0.532 1.528 -0.001 - -0.785 1.853 -0.002 - -1.769 0.841 -0.001 - -3.129 0.884 0.000 - -3.589 -0.332 0.001 - -2.573 -1.208 0.001 - -1.419 -0.512 0.000 - -0.056 -0.863 0.000 - 0.420 -2.182 -0.001 - 0.888 0.178 0.000 -a1aaa2Aa3aa4aaaaa4aa3a2a1 - -4.023 1.472 -0.000 - -4.640 0.234 -0.001 - -3.878 -0.921 0.005 - -2.501 -0.841 -0.001 - -1.428 -1.901 -0.001 - -0.110 -1.163 -0.001 - 1.172 -1.611 -0.001 - 2.238 -0.693 -0.000 - 3.573 -1.130 0.000 - 4.582 -0.217 0.001 - 4.311 1.151 0.001 - 3.031 1.611 0.000 - 1.962 0.697 -0.000 - 0.630 1.138 -0.000 - -0.399 0.211 -0.001 - -1.872 0.401 -0.001 - -2.647 1.562 -0.000 -a1aaa2A=a3[aH]aa[a+]3a2a1 - -2.759 -1.085 0.020 - -3.109 0.258 0.004 - -2.147 1.228 -0.003 - -0.795 0.870 0.011 - 0.358 1.583 0.008 - 1.387 0.761 0.028 - 2.761 0.720 0.038 - 3.145 -0.610 0.061 - 2.051 -1.363 0.064 - 0.986 -0.412 -0.302 - -0.441 -0.490 0.034 - -1.432 -1.461 0.041 -A1A[A@@H]2[A+]=AA[A@H]2A1 - 2.052 0.039 0.128 - 1.246 1.141 0.103 - -0.009 0.691 -0.503 - -1.280 1.103 0.071 - -2.029 0.035 0.216 - -1.323 -1.132 -0.124 - 0.005 -0.754 0.149 - 1.341 -1.123 -0.041 -A1=AAa2a(A1)[a+]a1aaaaa21 - -3.500 0.417 -0.273 - -2.820 1.517 -0.190 - -1.401 1.696 0.225 - -0.620 0.470 0.122 - -1.126 -0.802 0.065 - -2.851 -1.173 0.100 - -0.147 -1.667 -0.006 - 1.043 -1.011 -0.016 - 2.372 -1.436 -0.084 - 3.388 -0.507 -0.077 - 3.103 0.848 -0.001 - 1.796 1.284 0.067 - 0.759 0.363 0.062 -A1A[A@@H]2A[AH2+][A@H]1A2 - 1.065 -0.981 0.512 - 1.349 0.539 0.542 - 0.194 1.160 -0.303 - -1.083 0.903 0.556 - -1.308 -0.545 0.454 - -0.217 -1.121 -0.365 - 0.003 0.044 -1.393 -a1aaa2Aa3aa4aaaaa4a3Aa2a1 - -4.298 -1.115 0.002 - -4.579 0.247 -0.001 - -3.548 1.168 -0.003 - -2.221 0.719 -0.003 - -1.097 1.669 -0.004 - 0.219 1.131 -0.002 - 1.431 1.731 0.008 - 2.423 0.818 0.004 - 3.807 0.928 -0.002 - 4.590 -0.214 -0.005 - 4.001 -1.476 -0.003 - 2.641 -1.602 0.003 - 1.838 -0.461 0.001 - 0.386 -0.237 0.000 - -0.659 -1.084 0.001 - -1.939 -0.658 0.000 - -2.987 -1.566 0.002 -A1AAA2(AA1)[A+]=AAA=[A+]2 - -2.837 0.141 0.154 - -2.132 -0.130 -1.177 - -0.931 -1.046 -0.941 - 0.050 -0.362 0.019 - -0.660 -0.105 1.353 - -1.861 0.813 1.121 - 1.182 -1.329 0.251 - 2.413 -0.803 0.269 - 2.673 0.537 0.062 - 1.698 1.322 -0.518 - 0.410 0.967 -0.593 -A1AAa2aa3aaa4aaaa4a3a2AA1 - 3.834 1.647 0.255 - 3.864 0.251 0.869 - 3.411 -0.756 -0.198 - 1.924 -0.915 -0.127 - 1.013 -2.436 -0.081 - -0.628 -1.763 -0.024 - -1.848 -2.284 0.030 - -2.918 -1.539 0.060 - -2.843 -0.181 0.051 - -3.809 0.835 0.082 - -3.161 1.984 0.053 - -1.846 1.749 0.004 - -1.632 0.450 0.002 - -0.409 -0.377 -0.039 - 0.987 0.057 -0.091 - 1.352 1.539 -0.088 - 2.701 1.746 -0.765 -A1[AH2+]Aa2aaa3aaaaa3a2A1 - 2.895 1.447 0.393 - 3.456 0.332 -0.393 - 2.862 -0.936 0.049 - 1.355 -0.855 0.030 - 0.637 -2.058 0.043 - -0.721 -2.075 0.031 - -1.427 -0.861 0.005 - -2.833 -0.833 -0.007 - -3.480 0.364 -0.032 - -2.770 1.563 -0.046 - -1.409 1.573 -0.035 - -0.707 0.356 -0.010 - 0.704 0.334 -0.001 - 1.440 1.649 -0.032 -A1AAA2AAa3aaaaa3[A@@H]2A1 - -2.269 -1.624 -0.723 - -3.238 -0.505 -0.694 - -2.665 0.787 -0.251 - -1.472 0.797 0.366 - -0.819 2.105 0.598 - 0.442 2.148 -0.264 - 1.237 0.875 -0.135 - 2.571 0.904 -0.522 - 3.350 -0.236 -0.450 - 2.797 -1.421 0.026 - 1.472 -1.444 0.422 - 0.694 -0.299 0.344 - -0.739 -0.375 0.799 - -1.358 -1.716 0.480 -A1=AA=A2A(A1)AAA1=A2AAAA1 - 3.460 0.334 0.030 - 2.836 1.476 0.299 - 1.430 1.521 0.306 - 0.739 0.363 0.031 - 1.440 -0.790 -0.236 - 2.782 -0.781 -0.234 - 0.686 -2.019 -0.512 - -0.513 -2.055 0.448 - -1.357 -0.817 0.203 - -0.736 0.343 0.016 - -1.468 1.636 -0.218 - -2.909 1.372 -0.649 - -3.535 0.388 0.348 - -2.852 -0.967 0.174 -a1aaa2aaa3a4aaaaa4aa3a2a1 - 3.681 1.553 -0.001 - 4.356 0.339 -0.001 - 3.668 -0.841 0.000 - 2.269 -0.826 0.001 - 1.512 -2.024 0.001 - 0.204 -1.961 0.000 - -0.457 -0.797 0.000 - -1.836 -0.509 -0.001 - -3.003 -1.287 0.000 - -4.218 -0.675 -0.001 - -4.337 0.714 -0.001 - -3.245 1.523 -0.001 - -1.956 0.952 -0.001 - -0.727 1.446 0.005 - 0.202 0.397 0.000 - 1.584 0.405 0.000 - 2.304 1.593 -0.001 -a1aaa2[AH+]a3aaaaa3AAa2a1 - 3.472 0.026 0.918 - 3.151 1.302 0.490 - 2.001 1.522 -0.244 - 1.159 0.469 -0.557 - 0.008 0.720 -1.293 - -1.143 0.475 -0.554 - -1.957 1.549 -0.227 - -3.108 1.356 0.511 - -3.456 0.084 0.928 - -2.652 -0.989 0.605 - -1.491 -0.799 -0.142 - -0.718 -1.910 -0.458 - 0.607 -1.957 -0.455 - 1.478 -0.816 -0.132 - 2.643 -1.032 0.611 -a1aaa2A[A@H]3A[A@H]3Aa2a1 - 2.608 0.705 0.332 - 2.622 -0.691 0.331 - 1.448 -1.411 0.037 - 0.278 -0.713 -0.257 - -0.981 -1.411 -0.572 - -2.270 -0.769 -0.088 - -2.191 0.004 1.112 - -2.268 0.773 -0.091 - -0.977 1.409 -0.577 - 0.283 0.704 -0.258 - 1.450 1.398 0.035 -A1AAa2a(A1)[a+]a1AA=AAa21 - -3.318 -0.215 0.058 - -2.962 1.077 0.027 - -1.667 1.477 -0.018 - -0.694 0.458 -0.031 - -1.078 -0.892 0.002 - -2.424 -1.231 0.048 - 0.022 -1.629 -0.018 - 1.074 -0.846 -0.060 - 2.414 -1.179 -0.088 - 3.337 -0.146 0.140 - 3.010 1.081 0.133 - 1.617 1.582 -0.125 - 0.673 0.467 -0.073 -A1Aa2aa3aaaaa3a2a2aaaa2A1 - -2.129 -2.408 0.355 - -1.223 -2.080 -0.843 - 0.007 -1.308 -0.484 - 1.274 -1.745 -0.373 - 2.114 -0.729 -0.136 - 3.496 -0.688 0.022 - 4.070 0.547 0.269 - 3.316 1.704 0.366 - 1.940 1.691 0.221 - 1.342 0.457 -0.031 - -0.023 0.029 -0.235 - -1.326 0.722 -0.158 - -1.741 1.892 -0.635 - -3.062 2.022 -0.387 - -3.482 0.939 0.304 - -2.363 0.118 0.492 - -2.212 -1.158 1.254 -a1aaa2A3AA(a2a1)a1aaaaa31 - 3.173 -0.695 1.049 - 3.173 0.689 1.052 - 2.186 1.386 0.376 - 1.208 0.697 -0.299 - 0.001 1.143 -1.128 - 0.001 0.008 -2.224 - -0.001 -1.133 -1.136 - 1.207 -0.693 -0.303 - 2.184 -1.388 0.367 - -1.208 -0.713 -0.293 - -2.186 -1.385 0.367 - -3.173 -0.691 1.047 - -3.173 0.691 1.051 - -2.185 1.388 0.374 - -1.207 0.698 -0.300 -A1AA[A@@H]2Aa3aaaa3A=A2A1 - -2.991 0.921 0.561 - -3.149 -0.564 0.883 - -1.798 -1.261 0.810 - -1.031 -1.045 -0.469 - 0.524 -1.926 -0.536 - 1.638 -0.646 -0.070 - 2.826 -0.720 0.452 - 3.312 0.468 0.586 - 2.452 1.360 0.167 - 1.340 0.687 -0.232 - 0.104 1.151 -0.672 - -0.937 0.434 -0.695 - -2.292 1.136 -0.787 -A1AA[A@H]2Aa3aaaaa3A=A2A1 - 3.385 0.996 -0.589 - 3.664 -0.498 -0.615 - 2.469 -1.339 -0.318 - 1.312 -0.855 0.148 - -0.067 -1.915 0.437 - -1.376 -0.782 0.104 - -2.576 -1.236 -0.244 - -3.583 -0.407 -0.433 - -3.450 0.897 -0.289 - -2.283 1.440 0.036 - -1.171 0.598 0.235 - 0.029 1.149 0.532 - 1.181 0.579 0.426 - 2.460 1.373 0.569 -A1AAA2=A(A1)A=Aa1aaaaa1A2 - 3.586 -0.085 1.053 - 3.567 1.053 0.027 - 2.149 1.624 -0.047 - 1.181 0.531 -0.422 - 1.439 -0.789 -0.102 - 2.595 -1.138 0.634 - 0.535 -1.854 -0.547 - -0.740 -1.808 -0.580 - -1.543 -0.772 -0.195 - -2.728 -1.040 0.491 - -3.570 -0.005 0.850 - -3.245 1.299 0.531 - -2.062 1.578 -0.135 - -1.202 0.552 -0.484 - 0.035 0.858 -1.077 -a1aaa2a(a1)a[a+]a1aaaaa21 - -3.506 -0.252 -0.000 - -2.864 -1.485 -0.000 - -1.499 -1.564 -0.000 - -0.745 -0.394 -0.000 - -1.393 0.865 0.001 - -2.792 0.912 0.001 - -0.606 2.038 -0.000 - 0.696 1.991 -0.001 - 1.395 0.845 -0.001 - 2.800 0.865 -0.001 - 3.502 -0.298 0.004 - 2.841 -1.539 -0.001 - 1.448 -1.588 -0.001 - 0.722 -0.401 -0.000 -A1AA[A@]2(A1)AAa1aaaaa1A2 - -3.125 -0.304 -1.111 - -3.628 0.586 -0.090 - -2.662 0.497 0.980 - -1.366 0.032 0.298 - -1.692 -0.112 -1.093 - -0.915 -1.307 0.879 - 0.296 -1.700 0.222 - 1.251 -0.742 0.071 - 2.557 -1.128 -0.208 - 3.541 -0.179 -0.380 - 3.230 1.178 -0.260 - 1.918 1.567 0.024 - 0.935 0.608 0.189 - -0.338 1.003 0.473 -a1aaa2aa3[a+]aaa3[aH]a2a1 - -3.303 -0.630 0.001 - -3.262 0.760 -0.000 - -2.071 1.422 -0.001 - -0.864 0.698 0.000 - 0.306 1.353 -0.000 - 1.448 0.703 0.000 - 2.751 1.097 -0.000 - 3.552 0.039 0.000 - 2.788 -1.154 0.001 - 1.446 -0.773 0.001 - 0.260 -1.442 -0.004 - -0.908 -0.713 0.001 - -2.140 -1.365 0.001 -a1aaa2Aa3aa4aaaaa4aa3a2a1 - -4.023 1.472 -0.000 - -4.640 0.234 -0.001 - -3.878 -0.921 0.005 - -2.501 -0.841 -0.001 - -1.428 -1.901 -0.001 - -0.110 -1.163 -0.001 - 1.172 -1.611 -0.001 - 2.238 -0.693 -0.000 - 3.573 -1.130 0.000 - 4.582 -0.217 0.001 - 4.311 1.151 0.001 - 3.031 1.611 0.000 - 1.962 0.697 -0.000 - 0.630 1.138 -0.000 - -0.399 0.211 -0.001 - -1.872 0.401 -0.001 - -2.647 1.562 -0.000 -A1A[A@@H]2AAa3aaaa(A1)a23 - 2.595 -0.851 -0.138 - 2.277 0.549 0.392 - 1.093 1.097 -0.408 - 0.490 2.384 0.176 - -0.972 2.173 0.017 - -1.221 0.813 -0.069 - -2.414 0.089 0.017 - -2.310 -1.293 0.072 - -1.087 -1.965 0.073 - 0.108 -1.247 -0.013 - 1.469 -1.858 0.031 - -0.024 0.112 -0.151 -a1aaa2a(a1)[A-]Aa1aaaaa21 - 3.534 -0.265 0.041 - 2.880 -1.392 -0.425 - 1.493 -1.409 -0.543 - 0.732 -0.325 -0.120 - 1.418 0.843 0.269 - 2.799 0.860 0.360 - 0.734 2.063 0.565 - -0.661 2.281 -0.379 - -1.526 0.752 -0.165 - -2.896 0.711 -0.160 - -3.545 -0.497 0.036 - -2.798 -1.637 0.268 - -1.418 -1.589 0.264 - -0.745 -0.400 -0.008 -A1[AH2+]Aa2aa3AAA=Aa3a2A1 - -3.002 1.191 -0.404 - -3.463 0.074 0.446 - -2.780 -1.179 0.044 - -1.310 -0.905 -0.006 - 0.031 -2.063 -0.052 - 1.336 -0.957 -0.100 - 2.699 -1.121 -0.154 - 3.513 -0.006 0.363 - 2.908 1.287 0.066 - 1.630 1.490 -0.094 - 0.732 0.307 -0.074 - -0.718 0.313 -0.028 - -1.573 1.575 -0.008 -A1=AA=a2[aH]a3aaaaa3aa2A1 - -3.610 0.690 -0.007 - -3.575 -0.686 -0.006 - -2.388 -1.400 -0.002 - -1.171 -0.748 0.001 - 0.016 -1.437 0.005 - 1.189 -0.721 0.002 - 2.414 -1.386 0.001 - 3.585 -0.664 -0.003 - 3.561 0.728 -0.004 - 2.381 1.405 -0.003 - 1.162 0.695 0.001 - 0.005 1.361 0.002 - -1.143 0.721 0.005 - -2.430 1.441 0.006 -A1AAa2[a+]a3[aH+]aaa3a2A1 - -2.738 1.056 -0.052 - -3.069 -0.246 -0.031 - -2.133 -1.213 0.010 - -0.788 -0.875 0.032 - 0.336 -1.589 0.071 - 1.384 -0.775 0.075 - 2.725 -0.707 -0.245 - 3.151 0.578 0.082 - 2.062 1.339 0.043 - 0.952 0.514 0.044 - -0.434 0.473 0.009 - -1.446 1.446 -0.034 -a1aaa2[AH+]AAa3aaaaa3a2a1 - -2.824 1.560 -0.576 - -3.502 0.464 -0.072 - -2.805 -0.616 0.439 - -1.423 -0.601 0.449 - -0.686 -1.694 1.008 - 0.091 -2.489 0.009 - 0.802 -1.681 -0.922 - 1.468 -0.608 -0.435 - 2.788 -0.586 -0.368 - 3.397 0.497 0.107 - 2.701 1.551 0.513 - 1.414 1.571 0.467 - 0.746 0.524 0.007 - -0.730 0.518 -0.052 - -1.443 1.593 -0.569 -A1AA[A@H]2A=AA=A[A@@H]2A1 - -2.379 -0.658 0.068 - -2.367 0.751 0.151 - -1.224 1.448 -0.064 - 0.021 0.679 -0.412 - 1.271 1.387 0.026 - 2.384 0.664 0.185 - 2.360 -0.785 -0.083 - 1.204 -1.451 -0.028 - -0.045 -0.682 0.296 - -1.229 -1.349 -0.135 -A1AAa2aa3aaaaa3[aH+]a2=A1 - -3.495 -0.675 0.046 - -3.567 0.663 0.000 - -2.451 1.427 -0.026 - -1.150 0.722 -0.001 - -0.009 1.362 -0.023 - 1.152 0.692 0.001 - 2.369 1.400 -0.024 - 3.550 0.722 0.000 - 3.571 -0.668 0.047 - 2.397 -1.387 0.072 - 1.175 -0.720 0.056 - -0.004 -1.434 -0.275 - -1.181 -0.749 0.050 - -2.354 -1.359 0.071 -A1AA[A+]2A(=Aa3aaaaa23)A1 - 3.399 0.146 0.019 - 2.934 -1.180 -0.369 - 1.610 -1.555 0.296 - 0.672 -0.402 -0.195 - 1.112 0.885 0.086 - 0.049 1.705 -0.001 - -1.117 0.896 -0.007 - -2.484 1.190 -0.086 - -3.399 0.179 -0.076 - -2.986 -1.147 0.012 - -1.647 -1.462 0.095 - -0.693 -0.447 0.088 - 2.553 1.195 0.141 -A1A=A[A@]2(A1)AAa1aaaaa21 - 2.849 -0.775 -0.722 - 2.858 -0.789 0.755 - 1.766 -0.130 1.213 - 1.006 0.330 -0.001 - 1.762 -0.115 -1.169 - 0.833 1.827 -0.001 - -0.491 2.067 -0.004 - -1.240 0.889 -0.009 - -2.618 0.686 -0.013 - -3.131 -0.595 -0.018 - -2.282 -1.687 -0.017 - -0.912 -1.494 -0.012 - -0.397 -0.217 -0.008 -A1=AA[A@@H]2AA=A[A@@H]2A1 - 2.054 0.337 -0.330 - 1.646 -0.939 -0.504 - 0.458 -1.389 -0.096 - -0.352 -0.653 0.822 - -1.750 -0.830 0.320 - -1.939 0.153 -0.663 - -1.126 1.138 -0.559 - -0.205 0.860 0.593 - 1.211 1.327 0.419 -A1=A[A@H]2A=AA=A[A@H]2AA1 - -1.783 0.920 0.815 - -0.611 1.397 0.401 - 0.104 0.737 -0.748 - 1.579 1.027 -0.656 - 2.366 0.255 0.085 - 1.788 -0.880 0.824 - 0.612 -1.376 0.453 - -0.130 -0.771 -0.709 - -1.558 -1.062 -0.586 - -2.363 -0.246 0.125 -A1AAa2aaa3aa4aaaaa4a3a2A1 - 2.933 2.044 0.408 - 3.807 1.201 -0.350 - 3.728 -0.174 0.024 - 2.295 -0.634 0.014 - 2.014 -1.993 0.018 - 0.777 -2.440 0.015 - -0.265 -1.619 0.007 - -1.596 -1.844 0.004 - -2.292 -0.689 -0.009 - -3.659 -0.390 -0.018 - -4.036 0.884 -0.036 - -3.148 1.861 -0.033 - -1.852 1.628 -0.025 - -1.389 0.381 -0.013 - -0.052 -0.232 -0.001 - 1.250 0.266 0.002 - 1.490 1.751 -0.011 -A1AAa2a(A1)aa1[AH+]AAAa21 - -3.321 -0.200 0.033 - -2.954 1.090 0.012 - -1.655 1.478 -0.018 - -0.692 0.451 -0.028 - -1.088 -0.896 -0.007 - -2.436 -1.223 0.024 - 0.007 -1.639 -0.024 - 1.068 -0.864 -0.056 - 2.421 -1.143 0.256 - 3.371 -0.177 -0.416 - 2.995 1.092 0.362 - 1.612 1.577 -0.086 - 0.678 0.449 -0.057 -a1a[a+]a2a(a1)AAa1aaaaa21 - -3.502 -0.254 0.035 - -2.809 -1.448 0.189 - -1.447 -1.543 0.181 - -0.771 -0.371 0.004 - -1.396 0.865 -0.162 - -2.787 0.933 -0.145 - -0.556 2.097 -0.360 - 0.690 1.963 0.326 - 1.394 0.817 0.155 - 2.778 0.826 0.146 - 3.475 -0.357 -0.019 - 2.799 -1.555 -0.174 - 1.418 -1.580 -0.168 - 0.711 -0.397 -0.005 -A1A[A@H]2A[AH2+]A[A@H]2A1 - 1.673 0.313 -0.693 - 0.665 1.276 -0.362 - -0.088 0.760 0.747 - -1.592 0.785 0.392 - -1.767 -0.291 -0.599 - -0.699 -1.284 -0.419 - 0.222 -0.773 0.707 - 1.583 -0.786 0.227 -a1aaa2[a+]aa3aa[aH]a3a2a1 - 2.652 1.459 0.000 - 3.247 0.201 0.000 - 2.492 -0.933 -0.000 - 1.092 -0.840 0.000 - 0.367 -2.021 0.000 - -0.984 -1.899 0.000 - -1.688 -0.673 0.000 - -3.000 -0.338 0.000 - -3.119 0.958 0.001 - -1.885 1.534 0.001 - -0.964 0.524 -0.004 - 0.490 0.442 0.001 - 1.294 1.587 0.001 -A1AA=A2Aa3aaaa3A[A@@H]2A1 - -3.101 0.766 0.638 - -3.271 -0.741 0.408 - -1.921 -1.374 0.236 - -0.882 -0.756 -0.257 - 0.344 -1.446 -0.361 - 1.469 -0.669 -0.100 - 2.715 -1.037 0.033 - 3.474 0.037 0.272 - 2.715 1.104 0.295 - 1.406 0.674 0.061 - 0.188 1.461 -0.002 - -0.900 0.671 -0.743 - -2.240 1.304 -0.483 -A1A[A@@H]2AA=A[A@H](A1)A2 - 1.377 0.236 0.901 - 0.998 1.423 0.211 - -0.277 1.208 -0.593 - -1.483 1.003 0.317 - -1.530 -0.395 0.853 - -0.791 -1.371 0.433 - 0.249 -1.212 -0.646 - 1.587 -0.892 0.044 - -0.129 -0.003 -1.520 -A1AA[A+]2A=Aa3aaaa(A1)a23 - 2.581 -1.078 -0.055 - 2.576 0.120 0.751 - 2.020 1.319 0.029 - 0.538 1.321 -0.387 - -0.231 2.437 -0.054 - -1.519 2.069 -0.007 - -1.540 0.605 0.037 - -2.558 -0.339 0.184 - -2.248 -1.683 0.192 - -0.945 -2.104 0.011 - 0.090 -1.180 -0.167 - 1.440 -1.675 -0.447 - -0.202 0.189 -0.081 -A1A=Aa2a(A=A1)aaa1aaaaa21 - -3.058 0.861 0.785 - -2.313 1.774 0.053 - -1.163 1.453 -0.470 - -0.515 0.276 -0.272 - -1.148 -0.963 -0.228 - -2.613 -1.124 -0.374 - -3.475 -0.307 0.131 - -0.390 -2.131 -0.030 - 0.960 -2.091 0.122 - 1.635 -0.860 0.085 - 3.031 -0.791 0.237 - 3.652 0.420 0.199 - 2.924 1.594 0.012 - 1.571 1.563 -0.140 - 0.898 0.332 -0.108 -A1AA[A@@]2(A1)AAa1aaaaa21 - -2.977 0.772 0.652 - -2.891 0.727 -0.685 - -1.797 0.105 -1.150 - -0.976 -0.367 0.018 - -1.768 0.081 1.251 - -0.777 -1.857 -0.006 - 0.554 -2.069 -0.022 - 1.277 -0.871 -0.018 - 2.654 -0.636 -0.036 - 3.137 0.661 -0.027 - 2.261 1.731 -0.002 - 0.896 1.504 0.016 - 0.409 0.215 0.007 -A1Aa2aaa3aaa4aaaaa4a3a2A1 - -2.994 -2.286 -0.312 - -3.695 -0.973 0.103 - -2.612 0.083 0.061 - -2.700 1.483 0.027 - -1.620 2.242 -0.006 - -0.397 1.710 -0.010 - 0.751 2.537 -0.046 - 1.995 2.016 -0.052 - 2.210 0.619 -0.022 - 3.508 0.088 -0.030 - 3.686 -1.264 0.002 - 2.596 -2.127 0.041 - 1.320 -1.641 0.044 - 1.105 -0.261 0.018 - -0.245 0.306 0.023 - -1.382 -0.512 0.059 - -1.531 -2.015 0.099 -[AH2+]1A[A@@H]2A[A@@H]2A1 - 1.548 -0.000 -0.033 - 0.704 1.172 0.198 - -0.656 0.771 -0.414 - -1.643 -0.000 0.464 - -0.656 -0.771 -0.414 - 0.704 -1.172 0.198 -A1[AH2+][A@@H]2AA[A@H]1A2 - -0.933 -1.044 -0.546 - -1.358 0.359 -0.494 - -0.360 1.102 0.309 - 0.947 1.036 -0.541 - 1.383 -0.379 -0.468 - 0.347 -1.090 0.345 - -0.023 0.018 1.395 -A1AA[A@]2(AAAa3aaaaa23)A1 - 2.832 -1.095 0.659 - 2.759 -1.041 -0.678 - 1.762 -0.276 -1.148 - 1.005 0.308 0.014 - 1.187 1.802 -0.006 - 0.098 2.597 -0.018 - -1.153 2.117 -0.023 - -1.450 0.673 -0.015 - -2.764 0.207 -0.025 - -3.007 -1.152 -0.018 - -1.957 -2.053 -0.002 - -0.646 -1.597 0.008 - -0.393 -0.246 0.002 - 1.727 -0.245 1.252 -A1AAA2AAAa3aaaaa3[A@H]2A1 - -2.717 -1.714 0.607 - -3.537 -0.626 -0.079 - -2.739 0.078 -1.193 - -1.514 0.581 -0.529 - -1.308 1.831 -0.262 - -0.277 2.489 0.541 - 1.148 2.136 0.363 - 1.553 0.720 0.109 - 2.948 0.579 0.010 - 3.556 -0.631 -0.201 - 2.774 -1.765 -0.325 - 1.411 -1.641 -0.235 - 0.780 -0.407 -0.022 - -0.686 -0.480 0.033 - -1.399 -1.156 1.180 -A1AA2Aa3aaaaa3AA[A@@H]2A1 - 3.594 -0.571 0.497 - 2.797 -0.770 -0.822 - 1.414 -0.606 -0.402 - 0.288 -1.269 -0.787 - -1.001 -0.723 -0.247 - -1.979 -1.529 0.309 - -3.194 -0.947 0.635 - -3.397 0.404 0.403 - -2.401 1.203 -0.124 - -1.165 0.632 -0.434 - -0.124 1.391 -0.896 - 0.995 1.792 0.004 - 1.353 0.397 0.701 - 2.820 0.594 1.162 -A1A[A@H]2[AH2+]AA[A@H]2A1 - -2.106 0.287 0.209 - -0.936 1.277 0.429 - 0.110 0.767 -0.595 - 1.454 1.010 -0.043 - 2.109 -0.288 0.202 - 0.937 -1.273 0.431 - -0.111 -0.768 -0.585 - -1.457 -1.011 -0.050 -A1AA[A@@H]2A[AH2+]AA=A2A1 - 2.423 -0.673 0.326 - 2.424 0.810 -0.049 - 1.101 1.453 0.372 - -0.049 0.799 -0.398 - -1.377 1.389 0.044 - -2.478 0.473 -0.307 - -2.357 -0.770 0.478 - -1.020 -1.393 0.188 - 0.006 -0.690 -0.196 - 1.324 -1.397 -0.457 -a1aaa2a(a1)a1aaaaa1A12AA1 - 3.015 1.612 -0.000 - 3.466 0.304 -0.000 - 2.560 -0.742 -0.000 - 1.206 -0.484 -0.000 - 0.742 0.830 -0.000 - 1.661 1.880 -0.000 - -0.742 0.830 -0.000 - -1.661 1.880 -0.000 - -3.014 1.612 -0.000 - -3.466 0.304 -0.000 - -2.560 -0.742 -0.000 - -1.206 -0.484 -0.000 - -0.000 -1.386 -0.000 - -0.000 -2.707 0.766 - -0.000 -2.708 -0.765 -A1A[A@H]2AA=A[A@@H](A1)A2 - -1.382 0.231 0.899 - -1.005 1.422 0.211 - 0.269 1.209 -0.596 - 1.478 1.014 0.312 - 1.533 -0.381 0.855 - 0.807 -1.373 0.431 - -0.241 -1.215 -0.641 - -1.583 -0.901 0.046 - 0.124 -0.007 -1.516 -A1[AH2+][A@H]2AA[A@@H]1A2 - -0.919 1.058 -0.548 - -1.366 -0.343 -0.488 - -0.381 -1.095 0.311 - 0.924 -1.054 -0.543 - 1.401 0.361 -0.462 - 0.364 1.084 0.339 - -0.022 -0.014 1.393 -a1aaa2[A+]=a3aaa[a+]3a2a1 - -2.790 1.018 0.034 - -3.142 -0.329 0.015 - -2.168 -1.308 0.005 - -0.819 -0.939 0.014 - 0.340 -1.645 0.009 - 1.347 -0.824 0.023 - 3.116 -0.647 0.030 - 3.191 1.062 0.053 - 1.934 1.421 0.054 - 0.929 0.382 -0.309 - -0.472 0.421 0.033 - -1.464 1.392 0.043 -A1A[A@@H]2A=Aa3aaaaa3A2A1 - -3.116 1.164 0.035 - -3.030 -0.353 -0.275 - -1.533 -0.612 -0.459 - -1.069 -1.961 0.000 - 0.239 -2.073 0.293 - 1.084 -0.866 0.132 - 2.453 -0.958 -0.078 - 3.204 0.194 -0.218 - 2.598 1.437 -0.150 - 1.235 1.544 0.057 - 0.468 0.404 0.198 - -0.891 0.426 0.390 - -1.640 1.648 0.075 -A1=A[A@@H]2AAA[A@@H]2A=A1 - 1.629 -1.010 -0.555 - 0.452 -1.431 -0.127 - -0.426 -0.609 0.775 - -1.820 -0.763 0.304 - -2.147 0.234 -0.543 - -0.969 1.184 -0.689 - -0.149 0.896 0.591 - 1.297 1.190 0.384 - 2.134 0.309 -0.144 -A1AAa2aa3aa4AAAa4aa3aa2A1 - 4.473 0.665 -0.000 - 4.424 -0.675 -0.000 - 3.272 -1.365 -0.000 - 2.050 -0.709 -0.000 - 0.923 -1.392 -0.000 - -0.244 -0.738 0.001 - -1.468 -1.422 -0.000 - -2.645 -0.707 -0.000 - -3.980 -1.104 -0.000 - -4.752 -0.002 -0.000 - -3.981 1.100 -0.000 - -2.644 0.702 -0.000 - -1.478 1.410 -0.000 - -0.248 0.729 -0.000 - 0.911 1.386 -0.000 - 2.042 0.707 -0.000 - 3.347 1.408 -0.000 -A1=AA[A@H]2A=AA=A[A@H]2A1 - -1.949 0.887 -0.605 - -2.389 -0.313 -0.141 - -1.499 -1.194 0.521 - -0.052 -0.800 0.691 - 0.760 -1.358 -0.447 - 1.895 -0.772 -0.809 - 2.362 0.425 -0.083 - 1.492 1.143 0.629 - 0.046 0.727 0.698 - -0.663 1.252 -0.457 -A1AA[A@@H]2A=AA=A[A@H]2A1 - 2.478 -0.708 0.284 - 2.479 0.710 -0.289 - 1.224 1.454 0.183 - -0.008 0.700 -0.313 - -1.277 1.418 0.049 - -2.418 0.725 0.124 - -2.415 -0.728 -0.122 - -1.278 -1.414 -0.051 - -0.008 -0.696 0.307 - 1.224 -1.459 -0.173 -a1aaa2A[A@H]3AAA[A+]3a2a1 - 2.795 0.948 -0.041 - 3.019 -0.372 0.306 - 1.963 -1.264 0.359 - 0.677 -0.839 0.059 - -0.544 -1.534 0.049 - -1.473 -0.685 -0.731 - -2.857 -0.706 -0.059 - -3.043 0.710 0.532 - -1.588 1.223 0.668 - -0.920 0.643 -0.515 - 0.451 0.493 -0.287 - 1.516 1.382 -0.337 -A1AA[A@@]2(AAAa3aaaa23)A1 - 2.799 -0.683 -0.657 - 2.716 -0.643 0.680 - 1.590 -0.086 1.149 - 0.732 0.337 -0.015 - 0.625 1.839 -0.000 - -0.599 2.406 0.019 - -1.720 1.670 0.034 - -1.699 0.209 0.019 - -2.697 -0.741 0.026 - -2.072 -1.992 0.010 - -0.733 -1.787 -0.006 - -0.492 -0.463 -0.002 - 1.550 -0.066 -1.251 -a1aaa2a(a1)[aH+]a1aaaaa21 - -3.432 0.173 -0.001 - -3.035 -1.152 0.004 - -1.691 -1.471 -0.002 - -0.741 -0.456 -0.001 - -1.143 0.879 -0.000 - -2.489 1.185 -0.001 - 0.000 1.681 0.000 - 1.143 0.879 0.000 - 2.489 1.185 0.001 - 3.431 0.173 0.000 - 3.035 -1.152 0.000 - 1.691 -1.471 -0.000 - 0.741 -0.456 -0.000 -a1aaa2Aa3[aH]a[a+]a3Aa2a1 - 3.386 -0.691 -0.001 - 3.386 0.691 -0.001 - 2.191 1.392 0.000 - 0.984 0.703 0.000 - -0.300 1.439 0.001 - -1.567 0.701 0.001 - -2.880 1.102 0.001 - -3.644 -0.029 -0.005 - -2.852 -1.086 0.001 - -1.576 -0.689 0.001 - -0.299 -1.438 0.001 - 0.984 -0.703 0.000 - 2.192 -1.393 0.000 -A1AAA23AAA(AA2)A[A@@H]3A1 - 2.674 -0.630 -0.203 - 2.479 0.753 0.423 - 1.320 1.469 -0.274 - 0.044 0.647 -0.118 - -0.281 0.502 1.267 - -1.477 -0.246 1.515 - -2.084 -0.666 0.164 - -2.215 0.608 -0.664 - -1.045 1.307 -0.786 - -1.049 -1.556 -0.546 - 0.236 -0.740 -0.737 - 1.395 -1.452 -0.036 -A1AA2=A(A1)Aa1[aH]aaa1=A2 - 3.449 -0.023 0.308 - 2.570 1.177 -0.105 - 1.147 0.659 -0.068 - 1.149 -0.706 -0.069 - 2.570 -1.225 -0.108 - -0.078 -1.394 -0.036 - -1.222 -0.683 -0.003 - -2.570 -1.062 0.035 - -3.334 0.083 0.056 - -2.502 1.160 0.033 - -1.171 0.688 -0.004 - -0.008 1.321 -0.036 -a1aaa2AA[A@H]3A[A@H]3a2a1 - 2.573 0.826 -0.117 - 2.701 -0.536 0.079 - 1.574 -1.326 0.183 - 0.307 -0.764 0.090 - -0.882 -1.675 0.213 - -2.071 -1.128 -0.444 - -2.371 0.310 -0.391 - -2.164 1.058 0.924 - -1.169 1.248 -0.221 - 0.184 0.595 -0.109 - 1.315 1.389 -0.210 -A1A[A@H]2A=A[A@@H]1A12AA1 - -1.087 -1.241 0.774 - -1.082 -1.238 -0.776 - -0.247 0.036 -1.145 - -1.142 1.191 -0.660 - -1.143 1.190 0.661 - -0.248 0.034 1.145 - 0.793 0.022 -0.000 - 2.089 0.772 0.001 - 2.067 -0.765 -0.000 -a1aaa2aa3a4aaaaa4aaa3a2a1 - 4.245 0.742 -0.001 - 4.417 -0.636 -0.001 - 3.336 -1.470 -0.000 - 2.045 -0.932 0.001 - 0.705 -1.522 0.001 - -0.182 -0.491 -0.000 - -1.652 -0.438 0.001 - -2.430 -1.591 0.001 - -3.806 -1.484 0.001 - -4.415 -0.238 -0.005 - -3.659 0.916 0.001 - -2.268 0.833 0.001 - -1.489 1.948 0.001 - -0.196 1.894 -0.000 - 0.508 0.717 0.001 - 1.866 0.464 -0.000 - 2.983 1.294 -0.001 -A1AAA2=Aa3aaaaa3A[A@H]2A1 - 3.722 -0.504 -0.548 - 3.422 0.984 -0.579 - 2.468 1.389 0.544 - 1.198 0.579 0.403 - 0.039 1.133 0.495 - -1.173 0.595 0.217 - -2.264 1.458 0.035 - -3.507 0.953 -0.280 - -3.699 -0.411 -0.424 - -2.639 -1.280 -0.237 - -1.390 -0.786 0.095 - -0.051 -1.898 0.404 - 1.353 -0.858 0.147 - 2.522 -1.348 -0.271 -A1AAA2=A(A1)AA1=AAAA=A1A2 - -3.628 0.729 0.280 - -3.702 -0.640 -0.405 - -2.420 -1.383 -0.149 - -1.209 -0.701 0.070 - -1.157 0.647 0.037 - -2.394 1.466 -0.245 - 0.018 1.314 0.254 - 1.229 0.669 0.111 - 2.349 1.362 -0.060 - 3.520 0.748 -0.202 - 3.613 -0.594 -0.179 - 2.492 -1.359 -0.004 - 1.274 -0.727 0.146 - 0.021 -1.527 0.345 -a1aa[a+]2a(=Aa3aaaaa23)a1 - -3.346 0.138 -0.040 - -2.922 -1.201 -0.053 - -1.599 -1.482 -0.050 - -0.693 -0.386 0.311 - -1.148 0.854 -0.022 - -0.069 1.696 -0.008 - 1.100 0.902 -0.017 - 2.469 1.204 -0.003 - 3.386 0.195 -0.010 - 2.977 -1.133 -0.026 - 1.638 -1.455 -0.035 - 0.683 -0.444 -0.028 - -2.470 1.111 -0.025 -A1AA2=Aa3aa4AAAAa4a3AA2A1 - -4.516 0.456 -0.357 - -3.897 -0.811 0.092 - -2.530 -0.630 0.059 - -1.580 -1.553 0.051 - -0.296 -1.223 0.031 - 1.224 -2.141 0.012 - 2.356 -0.779 -0.009 - 3.853 -0.806 -0.032 - 4.313 0.513 -0.363 - 3.690 1.545 0.407 - 2.226 1.705 -0.013 - 1.576 0.324 -0.001 - 0.130 0.117 0.020 - -0.912 1.095 0.029 - -2.198 0.693 0.040 - -3.439 1.494 0.030 -A1AA[A@H]2AA=[A+][A@H]2A1 - -1.848 -0.710 0.371 - -1.906 0.623 0.372 - -0.942 1.420 -0.121 - 0.298 0.789 -0.719 - 1.421 1.161 0.157 - 2.004 -0.006 0.604 - 1.468 -1.087 0.162 - 0.334 -0.762 -0.718 - -0.826 -1.432 -0.108 -A1AA2=AA3(AA[A@@H]2A1)AA3 - -3.013 -0.560 0.354 - -1.914 -1.467 -0.160 - -0.687 -0.665 -0.188 - 0.558 -1.084 0.017 - 1.687 -0.083 -0.000 - 1.257 1.351 -0.201 - -0.154 1.730 0.200 - -1.123 0.758 -0.479 - -2.517 0.885 0.162 - 3.018 -0.517 -0.610 - 2.889 -0.347 0.905 -A1AAa2aa3aaa4AAA=a4a3a2A1 - 2.922 -1.939 -0.430 - 3.798 -1.099 0.325 - 3.679 0.295 -0.004 - 2.225 0.643 -0.004 - 1.462 2.241 -0.018 - -0.232 1.704 -0.007 - -1.404 2.327 -0.010 - -2.545 1.682 -0.001 - -2.589 0.303 0.013 - -3.619 -0.567 0.019 - -3.106 -1.814 0.038 - -1.708 -1.697 0.034 - -1.416 -0.426 0.018 - -0.123 0.304 0.007 - 1.186 -0.229 0.007 - 1.472 -1.730 0.017 -A1AAa2[aH]a3AAAAa3[a+]2A1 - -2.967 -1.169 0.402 - -3.410 0.108 -0.323 - -2.455 1.181 0.012 - -1.106 0.837 0.009 - -0.037 1.681 0.048 - 1.091 0.913 0.026 - 2.439 1.191 0.045 - 3.347 0.199 0.019 - 2.992 -1.096 -0.037 - 1.691 -1.458 -0.059 - 0.672 -0.409 -0.026 - -0.685 -0.408 -0.035 - -1.573 -1.576 -0.087 -a1aaa2AAAA3=AA=A[A+]3a2a1 - 2.662 1.557 0.362 - 3.311 0.350 0.148 - 2.588 -0.777 -0.172 - 1.188 -0.720 -0.282 - 0.482 -1.948 -0.656 - -0.664 -2.402 -0.149 - -1.368 -1.689 0.921 - -1.728 -0.321 0.401 - -2.975 0.212 0.283 - -2.836 1.450 -0.266 - -1.571 1.682 -0.473 - -0.922 0.482 -0.354 - 0.542 0.492 -0.037 - 1.288 1.627 0.270 -A1=AA2=A(AA1)A=a1aaaaa1A2 - -3.589 -0.744 0.003 - -2.388 -1.440 0.003 - -1.180 -0.728 0.002 - -1.174 0.686 -0.000 - -2.353 1.388 -0.001 - -3.563 0.727 0.001 - -0.014 1.330 -0.001 - 1.149 0.677 -0.001 - 2.346 1.416 -0.002 - 3.542 0.761 0.004 - 3.562 -0.640 0.006 - 2.402 -1.335 0.002 - 1.202 -0.689 -0.005 - 0.062 -1.414 -0.010 -A1A[A@H]2[AH+]A=A[A@H]2A1 - 2.379 0.007 0.109 - 1.172 -1.380 0.274 - -0.044 -0.818 -0.491 - -1.414 -1.070 -0.067 - -1.902 0.058 0.554 - -1.287 1.108 0.113 - -0.058 0.711 -0.587 - 1.151 1.386 0.095 -A1A[A@H]2A[AH2+][A@@H]1A2 - 1.083 0.979 0.508 - 1.338 -0.565 0.544 - 0.169 -1.169 -0.296 - -1.101 -0.877 0.562 - -1.297 0.568 0.451 - -0.192 1.120 -0.377 - 0.001 -0.058 -1.395 -A1=AA2AAa3aaaaa3[A@@H]2A1 - 2.841 1.073 -0.657 - 2.811 -0.200 -0.433 - 1.684 -0.612 0.256 - 1.145 -1.962 0.464 - -0.158 -1.968 -0.130 - -0.948 -0.867 -0.050 - -2.291 -1.016 -0.395 - -3.143 0.067 -0.380 - -2.672 1.316 -0.020 - -1.345 1.472 0.332 - -0.489 0.387 0.325 - 0.949 0.581 0.731 - 1.619 1.724 -0.041 -a1aaa2a(a1)[aH]a1AAA=Aa21 - 3.417 -0.162 -0.004 - 3.012 1.167 -0.004 - 1.673 1.485 -0.001 - 0.719 0.466 0.002 - 1.128 -0.879 0.002 - 2.489 -1.178 -0.002 - 0.000 -1.672 0.004 - -1.135 -0.884 0.001 - -2.517 -1.183 -0.003 - -3.397 -0.158 -0.006 - -2.957 1.126 -0.005 - -1.688 1.419 0.007 - -0.750 0.454 0.005 -A1A[A@@H]2AAa3aaaaa3A2=A1 - -3.098 0.854 0.381 - -3.106 -0.284 -0.502 - -1.624 -0.616 -0.677 - -1.169 -1.858 0.071 - 0.221 -1.843 0.352 - 1.059 -0.807 0.162 - 2.431 -0.989 0.114 - 3.275 0.100 -0.038 - 2.766 1.392 -0.157 - 1.395 1.594 -0.129 - 0.556 0.508 0.017 - -0.915 0.567 -0.000 - -1.785 1.386 0.411 -a1aa2a(a1)a1aaaa3aaaa2a13 - 3.872 0.778 0.000 - 2.739 1.444 -0.001 - 1.465 0.713 -0.001 - 1.566 -0.618 0.000 - 3.314 -0.915 0.001 - 0.233 -1.213 0.000 - -0.333 -2.395 -0.001 - -1.797 -2.550 -0.001 - -2.650 -1.541 0.000 - -2.109 -0.171 0.001 - -2.809 0.938 0.001 - -2.086 2.229 0.000 - -0.766 2.299 0.000 - 0.017 1.049 0.000 - -0.656 -0.052 0.000 -A1AA=A2Aa3aaaaa3A[A@H]2A1 - 3.633 0.753 -0.397 - 3.735 -0.693 0.064 - 2.402 -1.354 0.180 - 1.229 -0.745 -0.002 - 0.016 -1.487 0.106 - -1.252 -0.727 0.049 - -2.476 -1.378 -0.076 - -3.639 -0.638 -0.140 - -3.589 0.745 -0.084 - -2.380 1.401 0.045 - -1.203 0.673 0.119 - -0.012 1.301 0.271 - 1.143 0.724 -0.336 - 2.397 1.424 0.197 -A1AA[A@@]2(AA1)A[AH2+]AA2 - 2.632 -0.245 -0.033 - 1.978 1.092 -0.392 - 0.747 1.306 0.495 - -0.251 0.179 0.268 - 0.367 -1.174 0.598 - 1.629 -1.313 -0.145 - -1.524 0.406 1.110 - -2.540 -0.336 0.352 - -2.272 -0.116 -1.075 - -0.767 0.197 -1.182 -a1aaa2AAa3aaaaa3[AH+]a2a1 - 3.220 1.262 -0.413 - 3.531 0.001 -0.888 - 2.667 -1.053 -0.642 - 1.497 -0.798 0.081 - 0.601 -1.902 0.440 - -0.722 -1.848 0.462 - -1.520 -0.754 0.126 - -2.704 -0.972 -0.569 - -3.544 0.085 -0.862 - -3.209 1.367 -0.467 - -2.025 1.595 0.208 - -1.169 0.539 0.494 - 0.040 0.475 1.275 - 1.232 0.517 0.498 - 2.103 1.484 0.252 -A1AAa2aa3a4aaaaa4aaa3a2A1 - -4.322 0.597 0.397 - -4.389 -0.703 -0.410 - -3.263 -1.642 0.037 - -1.962 -0.873 0.024 - -0.722 -1.385 0.036 - 0.204 -0.404 0.012 - 1.615 -0.408 0.010 - 2.336 -1.611 0.036 - 3.699 -1.582 0.032 - 4.387 -0.373 0.002 - 3.718 0.814 -0.023 - 2.315 0.822 -0.019 - 1.596 2.041 -0.044 - 0.235 2.032 -0.042 - -0.475 0.818 -0.014 - -1.893 0.470 -0.006 - -3.081 1.394 -0.025 -A1[AH2+]Aa2aa3aaaaa3aa2A1 - 3.594 -0.669 -0.402 - 3.591 0.577 0.391 - 2.497 1.450 -0.065 - 1.191 0.699 -0.030 - 0.013 1.431 -0.052 - -1.212 0.730 -0.016 - -2.442 1.401 -0.038 - -3.600 0.684 -0.010 - -3.578 -0.708 0.035 - -2.399 -1.390 0.053 - -1.184 -0.685 0.025 - -0.014 -1.325 0.042 - 1.140 -0.686 0.019 - 2.403 -1.514 0.050 -[AH2+]1AAa2aa3AAAAa3aa2A1 - 3.594 0.609 0.396 - 3.619 -0.622 -0.417 - 2.445 -1.506 0.005 - 1.169 -0.703 0.001 - -0.039 -1.385 0.006 - -1.237 -0.690 0.006 - -2.412 -1.376 0.004 - -3.584 -0.646 0.381 - -3.574 0.696 -0.363 - -2.388 1.407 0.009 - -1.225 0.700 0.003 - -0.016 1.376 -0.003 - 1.181 0.675 -0.006 - 2.469 1.458 -0.017 -a1aaa2A[AH2+]Aa3aaaa3a2a1 - -2.706 1.444 -0.449 - -3.259 0.215 -0.131 - -2.454 -0.819 0.316 - -1.095 -0.628 0.439 - -0.196 -1.699 0.980 - 0.517 -2.465 -0.069 - 1.071 -1.536 -1.078 - 1.635 -0.303 -0.436 - 2.872 0.048 -0.258 - 2.918 1.196 0.328 - 1.702 1.631 0.557 - 0.863 0.690 0.085 - -0.533 0.591 0.066 - -1.340 1.634 -0.350 -[AH2+]1AA2A[AH2+]AA(A1)A2 - -1.204 -0.060 -1.054 - -1.187 -1.276 -0.207 - 0.063 -1.246 0.678 - 1.306 -1.152 -0.211 - 1.201 0.059 -1.054 - 1.186 1.271 -0.206 - -0.060 1.238 0.683 - -1.308 1.171 -0.204 - 0.003 -0.006 1.579 -A1AA2=Aa3aaaaa3A[A@@H]2A1 - -3.630 0.076 -0.245 - -2.696 1.175 0.035 - -1.425 0.697 0.157 - -0.313 1.342 -0.053 - 0.888 0.699 -0.042 - 2.081 1.424 -0.022 - 3.288 0.759 -0.009 - 3.337 -0.628 -0.016 - 2.173 -1.367 -0.036 - 0.942 -0.713 -0.050 - -0.322 -1.469 -0.074 - -1.521 -0.773 0.541 - -2.807 -1.228 -0.184 -a1aaa2aa3aa4aaaaa4a3aa2a1 - -4.191 1.224 0.004 - -4.518 -0.132 0.005 - -3.546 -1.084 0.003 - -2.194 -0.697 -0.000 - -1.166 -1.652 -0.001 - 0.144 -1.194 -0.003 - 1.449 -1.870 -0.004 - 2.412 -0.861 -0.000 - 3.822 -0.902 0.005 - 4.512 0.272 0.008 - 3.863 1.438 0.006 - 2.551 1.505 -0.007 - 1.784 0.367 -0.006 - 0.410 0.197 -0.004 - -0.580 1.068 -0.003 - -1.858 0.682 -0.002 - -2.895 1.635 -0.001 -A1AAa2a(A1)[aH+]a1aaaaa21 - -3.429 0.156 0.374 - -3.061 -1.133 -0.366 - -1.672 -1.599 0.087 - -0.726 -0.429 0.003 - -1.107 0.859 -0.096 - -2.550 1.305 -0.133 - 0.005 1.634 0.198 - 1.141 0.890 -0.094 - 2.499 1.194 -0.117 - 3.433 0.185 -0.036 - 3.037 -1.140 0.074 - 1.695 -1.467 0.091 - 0.733 -0.452 0.009 -A1AA[A@@H]2AA=AA[A@@H]2A1 - 2.015 1.072 -0.525 - 2.302 -0.418 -0.428 - 1.600 -1.083 0.750 - 0.114 -0.721 0.797 - -0.530 -1.410 -0.420 - -1.868 -0.847 -0.780 - -2.364 0.237 -0.283 - -1.643 1.050 0.741 - -0.133 0.786 0.708 - 0.507 1.335 -0.560 -a1aa2aaaa3[aH+]aaa(a1)a23 - 1.488 2.336 -0.000 - 2.143 1.138 -0.000 - 1.411 -0.063 -0.000 - 2.037 -1.321 0.001 - 1.281 -2.456 0.002 - -0.110 -2.403 -0.004 - -0.758 -1.188 0.001 - -2.183 -1.132 0.001 - -2.723 0.166 0.001 - -2.020 1.273 -0.000 - -0.661 1.248 -0.000 - 0.100 2.408 -0.001 - 0.001 -0.003 -0.000 -a1aaa2a(a1)aaa1aaa[a+]a21 - 3.482 0.335 0.000 - 2.798 1.545 -0.000 - 1.433 1.577 -0.000 - 0.714 0.379 -0.000 - 1.405 -0.854 0.000 - 2.808 -0.851 0.000 - 0.682 -2.068 0.001 - -0.668 -2.078 0.001 - -1.412 -0.879 -0.005 - -2.825 -0.902 0.001 - -3.502 0.329 0.001 - -2.760 1.518 0.001 - -1.408 1.576 0.000 - -0.752 0.367 -0.000 -a1aaa2a(a1)AAa1aaa[a+]a21 - 3.500 -0.303 -0.001 - 2.833 -1.519 0.000 - 1.454 -1.563 0.000 - 0.729 -0.376 0.000 - 1.404 0.861 0.000 - 2.798 0.884 0.000 - 0.616 2.102 0.000 - -0.728 2.053 0.000 - -1.423 0.854 0.000 - -2.819 0.856 0.000 - -3.481 -0.355 -0.001 - -2.744 -1.540 0.000 - -1.385 -1.586 0.000 - -0.748 -0.373 0.000 -A1=Aa2aa3aaaaa3[aH]a2=AA1 - 3.567 0.767 0.000 - 2.386 1.434 0.000 - 1.166 0.713 0.000 - 0.012 1.354 0.000 - -1.155 0.689 0.000 - -2.365 1.405 -0.001 - -3.553 0.736 -0.001 - -3.585 -0.653 0.000 - -2.414 -1.380 0.001 - -1.189 -0.721 0.001 - -0.012 -1.446 0.001 - 1.186 -0.760 0.001 - 2.371 -1.429 -0.005 - 3.585 -0.707 0.001 -a1aa2AA[AH+]a3aaaa(a1)a23 - 2.155 -1.801 -0.021 - 0.853 -2.261 0.041 - -0.218 -1.388 0.071 - -1.527 -1.854 0.135 - -2.598 -0.988 -0.388 - -2.426 0.408 0.150 - -1.091 0.899 0.067 - -0.857 2.256 0.033 - 0.444 2.744 -0.023 - 1.517 1.897 -0.049 - 1.317 0.515 -0.018 - 2.433 -0.433 -0.045 - 0.001 0.007 0.041 -A1=AAa2a(A1)[aH]a1aaaaa21 - -3.407 -0.157 0.001 - -3.077 1.026 0.001 - -1.795 1.444 -0.000 - -0.718 0.442 -0.000 - -1.088 -0.898 -0.005 - -2.536 -1.184 0.001 - 0.038 -1.667 0.001 - 1.160 -0.873 -0.000 - 2.523 -1.162 0.001 - 3.443 -0.136 0.001 - 3.025 1.190 -0.000 - 1.694 1.498 -0.000 - 0.742 0.475 -0.000 -a1aaa2a(a1)aaa1[a+]aaaa21 - -3.548 0.182 0.002 - -2.940 1.427 -0.000 - -1.574 1.552 -0.001 - -0.737 0.438 -0.001 - -1.376 -0.832 0.001 - -2.776 -0.937 0.002 - -0.623 -2.028 -0.005 - 0.717 -1.994 0.001 - 1.419 -0.766 0.001 - 2.789 -0.905 0.002 - 3.499 0.248 0.001 - 2.899 1.502 -0.000 - 1.525 1.628 -0.001 - 0.731 0.479 -0.000 -a1aaa2[aH]a3=[A+]AAa3a2a1 - 2.776 1.085 -0.000 - 3.135 -0.252 -0.001 - 2.163 -1.234 -0.001 - 0.822 -0.879 0.005 - -0.353 -1.625 -0.001 - -1.426 -0.751 -0.001 - -2.736 -0.806 -0.000 - -3.296 0.554 0.000 - -2.059 1.473 0.000 - -0.932 0.524 -0.000 - 0.462 0.468 -0.001 - 1.444 1.447 -0.000 -A1Aa2aaa3AAa4aaa(A1)a2a34 - 3.289 -0.000 -0.001 - 2.650 1.188 0.004 - 1.182 1.233 0.001 - 0.432 2.399 -0.001 - -0.964 2.363 -0.001 - -1.644 1.178 -0.001 - -3.097 0.773 -0.000 - -3.097 -0.773 0.001 - -1.644 -1.178 0.001 - -0.964 -2.363 -0.000 - 0.432 -2.399 -0.000 - 1.182 -1.233 -0.000 - 2.650 -1.188 -0.001 - 0.492 -0.000 -0.000 - -0.901 -0.000 -0.000 -A1AAA2[A@H](A1)Aa1aaaaa21 - -3.290 0.079 -0.373 - -2.960 -1.265 0.204 - -1.457 -1.528 0.294 - -0.718 -0.385 -0.203 - -1.200 0.858 0.466 - -2.477 1.154 -0.196 - -0.084 1.840 0.062 - 1.128 0.921 0.007 - 2.478 1.181 0.050 - 3.389 0.141 0.007 - 2.940 -1.165 -0.080 - 1.588 -1.433 -0.136 - 0.662 -0.393 -0.104 -A1Aa2aaa3a4aaaaa4aaa3a2A1 - 4.489 0.681 0.002 - 4.093 -0.775 0.001 - 2.621 -0.850 0.000 - 1.781 -1.984 -0.001 - 0.414 -1.846 -0.002 - -0.159 -0.566 -0.001 - -1.611 -0.380 -0.002 - -2.480 -1.475 -0.000 - -3.830 -1.270 0.005 - -4.351 0.018 0.000 - -3.530 1.107 -0.000 - -2.138 0.931 -0.001 - -1.272 2.050 -0.001 - 0.069 1.904 -0.000 - 0.674 0.576 -0.001 - 2.066 0.422 0.000 - 3.165 1.458 0.001 -A1=AA[A@]2(A1)AAa1aaaaa21 - -2.733 0.986 -0.671 - -2.675 0.925 0.624 - -1.824 -0.110 1.086 - -0.999 -0.503 -0.011 - -1.826 -0.094 -1.238 - -0.703 -1.975 -0.005 - 0.639 -2.097 0.022 - 1.281 -0.856 0.030 - 2.635 -0.531 0.055 - 3.032 0.790 0.055 - 2.090 1.802 0.031 - 0.743 1.489 0.010 - 0.341 0.172 0.009 -A1AAa2a(=A1)[aH]a1aaaaa21 - -3.456 -0.163 -0.001 - -2.940 1.216 -0.000 - -1.610 1.408 0.000 - -0.724 0.396 0.001 - -1.103 -0.924 0.000 - -2.428 -1.275 -0.000 - 0.022 -1.711 0.000 - 1.137 -0.879 0.000 - 2.503 -1.133 0.000 - 3.397 -0.081 -0.001 - 2.939 1.225 -0.000 - 1.583 1.487 0.000 - 0.678 0.436 0.001 -A1AAA2=A(A1)AA1=A(AAA1)A2 - 3.337 -0.743 0.351 - 3.443 0.625 -0.331 - 2.153 1.370 -0.130 - 0.931 0.690 0.041 - 0.876 -0.657 0.002 - 2.126 -1.475 -0.230 - -0.302 -1.350 0.162 - -1.489 -0.667 0.057 - -1.532 0.704 0.100 - -2.863 1.099 -0.037 - -3.617 -0.016 -0.156 - -2.760 -1.128 -0.096 - -0.298 1.544 0.268 -A1AAA2=A(A1)Aa1[aH]aaa1A2 - 3.153 0.782 0.710 - 3.459 -0.586 0.090 - 2.174 -1.356 -0.039 - 0.934 -0.701 -0.183 - 0.856 0.640 -0.236 - 2.112 1.482 -0.163 - -0.312 1.311 -0.362 - -1.457 0.648 -0.117 - -2.709 1.131 0.113 - -3.566 0.037 0.313 - -2.832 -1.092 0.205 - -1.514 -0.718 -0.063 - -0.298 -1.579 -0.273 -A1AA[A@@H]2AAA=A[A@@H]2A1 - -2.229 -0.912 -0.368 - -2.284 0.617 -0.401 - -1.466 1.169 0.768 - -0.021 0.702 0.667 - 0.651 1.269 -0.580 - 2.155 0.997 -0.485 - 2.400 -0.430 -0.093 - 1.503 -1.225 0.395 - 0.070 -0.822 0.625 - -0.778 -1.364 -0.529 -A1A=Aa2a(A1)aa1[a+]aaaa21 - -3.493 0.030 0.000 - -2.906 -1.197 -0.000 - -1.621 -1.363 -0.001 - -0.754 -0.309 -0.000 - -1.324 0.963 0.000 - -2.712 1.136 0.001 - 0.057 2.074 0.000 - 1.375 0.884 -0.000 - 2.721 1.063 -0.001 - 3.469 -0.074 -0.002 - 2.924 -1.343 0.004 - 1.548 -1.512 -0.001 - 0.716 -0.358 -0.000 -A1AA[A@@H]2Aa3aaaaa3AA2A1 - -3.515 0.678 0.706 - -3.580 -0.663 0.150 - -2.564 -1.257 -0.474 - -1.225 -0.627 -0.686 - -0.152 -1.416 0.066 - 1.160 -0.681 0.050 - 2.315 -1.409 0.304 - 3.545 -0.786 0.336 - 3.632 0.576 0.111 - 2.487 1.301 -0.146 - 1.248 0.674 -0.181 - 0.038 1.523 -0.478 - -1.185 0.753 -0.201 - -2.199 1.334 0.439 -A1AAA2=A(A1)Aa1a[aH]aa1A2 - 3.184 0.759 -0.690 - 3.450 -0.619 -0.075 - 2.151 -1.365 0.029 - 0.922 -0.694 0.173 - 0.874 0.654 0.228 - 2.143 1.474 0.173 - -0.301 1.354 0.341 - -1.504 0.682 0.102 - -2.706 1.129 -0.104 - -3.553 0.026 -0.296 - -2.808 -1.100 -0.194 - -1.542 -0.730 0.053 - -0.312 -1.568 0.258 -A1AAA2Aa3aaaaa3AA[A@H]2A1 - 3.692 0.089 -0.957 - 3.737 -0.663 0.383 - 2.448 -1.469 0.491 - 1.268 -0.645 0.224 - 0.081 -1.193 0.555 - -1.237 -0.654 0.234 - -2.223 -1.563 -0.195 - -3.473 -1.121 -0.553 - -3.785 0.227 -0.482 - -2.839 1.129 -0.046 - -1.563 0.698 0.318 - -0.666 1.649 0.775 - 0.629 1.671 0.489 - 1.290 0.658 -0.411 - 2.648 1.191 -0.820 -A1=[A+]Aa2a(A1)aa1aaaaa21 - 3.326 0.203 -0.132 - 3.069 -1.112 -0.139 - 1.643 -1.543 0.132 - 0.688 -0.437 0.074 - 1.074 0.883 0.057 - 2.420 1.225 0.083 - 0.026 1.649 0.012 - -1.099 0.881 -0.007 - -2.461 1.183 -0.055 - -3.389 0.165 -0.062 - -2.979 -1.160 -0.023 - -1.637 -1.475 0.023 - -0.687 -0.464 0.032 -a1aaa2[aH+]a3[a+]aaa3a2a1 - -2.758 1.081 -0.034 - -3.120 -0.255 0.034 - -2.151 -1.235 0.092 - -0.808 -0.883 0.072 - 0.365 -1.582 -0.242 - 1.428 -0.753 0.071 - 2.753 -0.718 0.073 - 3.172 0.550 0.010 - 2.042 1.371 -0.035 - 0.947 0.515 0.005 - -0.444 0.463 0.004 - -1.427 1.442 -0.049 -A1AA[a+]2a(=A1)aa1aaaaa21 - 3.475 0.009 0.000 - 2.872 -1.335 -0.179 - 1.460 -1.491 0.270 - 0.713 -0.335 -0.224 - 1.352 0.884 0.050 - 2.648 1.074 0.034 - 0.043 2.084 0.020 - -1.315 0.954 0.007 - -2.674 1.153 -0.038 - -3.466 0.009 -0.042 - -2.891 -1.246 -0.002 - -1.525 -1.448 0.047 - -0.693 -0.312 0.056 -a1aaa2Aa3aaa4aaaa4a3Aa2a1 - -4.130 1.153 -0.304 - -4.358 -0.215 -0.355 - -3.313 -1.099 -0.144 - -2.036 -0.618 0.119 - -1.027 -1.496 0.325 - 0.261 -1.107 0.176 - 1.202 -2.043 -0.022 - 2.476 -1.774 -0.177 - 2.870 -0.476 -0.136 - 4.109 0.136 -0.259 - 3.910 1.439 -0.137 - 2.606 1.675 0.058 - 1.952 0.539 0.065 - 0.593 0.221 0.227 - -0.436 1.287 0.446 - -1.814 0.750 0.167 - -2.860 1.630 -0.044 -a1aaa2AAa3aa4aaaa4aa3a2a1 - 3.363 1.901 -0.000 - 4.247 0.832 0.001 - 3.781 -0.466 0.001 - 2.408 -0.704 -0.000 - 1.858 -2.068 -0.000 - 0.531 -2.264 -0.001 - -0.364 -1.247 -0.001 - -1.724 -1.536 0.004 - -2.658 -0.506 -0.001 - -4.008 -0.486 -0.000 - -4.469 0.777 -0.000 - -3.447 1.643 -0.000 - -2.223 0.831 -0.000 - -0.864 1.127 -0.000 - 0.064 0.092 -0.001 - 1.511 0.384 -0.000 - 1.999 1.684 -0.001 -A1AAA2(AA1)AAA1(AAAAA1)A2 - 3.986 0.499 -0.074 - 3.501 -0.904 -0.444 - 2.323 -1.288 0.456 - 1.192 -0.279 0.271 - 1.671 1.127 0.623 - 2.851 1.504 -0.276 - 0.691 -0.320 -1.105 - -0.655 -0.314 -1.132 - -1.199 -0.278 0.275 - -2.323 -1.294 0.441 - -3.497 -0.909 -0.464 - -3.991 0.489 -0.089 - -2.859 1.501 -0.277 - -1.682 1.124 0.627 - -0.002 -0.665 1.168 -a1aaa2Aa3aa4AAAa4aa3Aa2a1 - 4.604 0.691 0.043 - 4.604 -0.691 0.043 - 3.411 -1.392 0.022 - 2.202 -0.703 0.000 - 0.922 -1.443 -0.022 - -0.355 -0.704 -0.041 - -1.564 -1.396 -0.058 - -2.761 -0.699 -0.074 - -4.060 -1.124 -0.092 - -4.803 0.000 0.436 - -4.060 1.124 -0.090 - -2.761 0.699 -0.074 - -1.564 1.396 -0.058 - -0.355 0.704 -0.041 - 0.922 1.443 -0.023 - 2.202 0.703 0.000 - 3.411 1.392 0.021 -A1=AA2A=Aa3aaaaa3[A@H]2A1 - -3.144 -0.482 0.770 - -2.656 0.703 0.539 - -1.503 0.915 -0.182 - -0.742 2.074 -0.224 - 0.561 1.940 -0.189 - 1.149 0.708 -0.063 - 2.464 0.600 0.392 - 3.058 -0.644 0.497 - 2.349 -1.792 0.151 - 1.040 -1.690 -0.298 - 0.445 -0.455 -0.401 - -0.977 -0.300 -0.876 - -2.048 -1.579 -0.116 -A1=AAa2aa3aaa4AAAa4a3a2A1 - -2.876 1.923 -0.031 - -3.850 1.056 0.007 - -3.584 -0.267 0.036 - -2.244 -0.689 0.024 - -1.447 -2.272 0.049 - 0.245 -1.733 0.007 - 1.398 -2.365 0.003 - 2.542 -1.711 -0.030 - 2.561 -0.321 -0.058 - 3.726 0.646 -0.093 - 3.133 2.008 0.326 - 1.652 1.865 -0.100 - 1.378 0.380 -0.061 - 0.153 -0.327 -0.025 - -1.206 0.228 -0.016 - -1.582 1.571 -0.043 -A1AAa2aa3aa4aaaaa4a3aa2A1 - 4.339 -1.085 -0.395 - 4.588 0.191 0.416 - 3.591 1.254 -0.040 - 2.189 0.705 -0.021 - 1.128 1.620 -0.040 - -0.247 1.117 -0.027 - -1.411 1.740 -0.039 - -2.415 0.831 -0.017 - -3.810 0.943 -0.017 - -4.583 -0.183 0.011 - -3.999 -1.442 0.038 - -2.626 -1.576 0.038 - -1.824 -0.445 0.011 - -0.454 -0.241 0.004 - 0.606 -1.097 0.022 - 1.916 -0.650 0.013 - 3.009 -1.688 0.050 -A1Aa2a(aaa3aaaaa23)[AH+]1 - 3.225 1.015 0.089 - 1.854 1.656 0.061 - 0.899 0.485 0.042 - 1.666 -0.660 0.067 - 1.034 -1.918 0.063 - -0.318 -2.026 0.034 - -1.119 -0.872 0.009 - -2.521 -0.956 -0.020 - -3.264 0.184 -0.044 - -2.655 1.438 -0.040 - -1.300 1.558 -0.013 - -0.499 0.403 0.013 - 2.999 -0.310 -0.258 -a1aaa2Aa3aaaaa3[AH+]Aa2a1 - -3.690 0.155 0.691 - -3.479 -1.125 0.211 - -2.261 -1.447 -0.342 - -1.233 -0.500 -0.410 - -0.028 -0.938 -0.952 - 1.204 -0.625 -0.377 - 2.043 -1.612 0.112 - 3.272 -1.255 0.643 - 3.650 0.074 0.682 - 2.807 1.058 0.199 - 1.570 0.704 -0.329 - 0.732 1.729 -0.819 - -0.456 1.918 0.022 - -1.442 0.779 0.059 - -2.684 1.092 0.614 -A1=AA[A@H]2AAA[A@@H]2AA1 - 2.468 0.002 0.357 - 1.934 1.191 0.330 - 0.683 1.449 -0.486 - -0.450 0.702 0.198 - -1.843 1.269 -0.129 - -2.795 0.088 0.193 - -1.943 -1.200 0.105 - -0.540 -0.735 -0.295 - 0.585 -1.620 0.180 - 1.901 -1.145 -0.453 -A1[AH2+]Aa2aa3aaaa3aa2A1 - -3.326 0.903 -0.395 - -3.391 -0.339 0.401 - -2.350 -1.274 -0.056 - -1.003 -0.600 -0.025 - 0.137 -1.400 -0.051 - 1.422 -0.781 -0.020 - 2.733 -1.405 -0.034 - 3.847 -0.587 -0.004 - 3.152 1.053 0.045 - 1.427 0.632 0.025 - 0.321 1.338 0.043 - -0.877 0.777 0.021 - -2.086 1.679 0.050 -A1AA2=Aa3aaaaa3A[A@H]2A1 - 3.630 0.076 -0.245 - 2.696 1.175 0.037 - 1.425 0.697 0.159 - 0.314 1.342 -0.052 - -0.888 0.699 -0.043 - -2.080 1.424 -0.025 - -3.288 0.760 -0.011 - -3.337 -0.627 -0.014 - -2.174 -1.367 -0.033 - -0.942 -0.713 -0.049 - 0.321 -1.470 -0.078 - 1.521 -0.774 0.540 - 2.806 -1.228 -0.186 -a1aa2aaaa3[aH]aaa(a1)a23 - 0.918 2.605 -0.000 - 1.828 1.587 0.000 - 1.387 0.253 0.000 - 2.281 -0.833 0.001 - 1.800 -2.109 0.001 - 0.432 -2.372 -0.004 - -0.473 -1.334 0.001 - -1.848 -1.533 0.001 - -2.687 -0.456 0.001 - -2.259 0.772 -0.000 - -0.928 1.060 -0.000 - -0.450 2.361 -0.001 - 0.001 -0.007 -0.000 -A1AAa2[aH]a3[a+]aaa3a2A1 - -2.748 -1.053 -0.000 - -3.077 0.251 0.001 - -2.134 1.212 0.001 - -0.799 0.874 -0.000 - 0.350 1.616 -0.000 - 1.429 0.753 -0.001 - 2.744 0.707 -0.001 - 3.144 -0.581 0.004 - 2.034 -1.365 -0.001 - 0.953 -0.522 -0.001 - -0.443 -0.458 -0.001 - -1.455 -1.439 -0.000 -A1=AA2=a3aaaaa3=AAA2=AA1 - -2.814 -1.564 0.004 - -1.451 -1.587 -0.001 - -0.732 -0.389 -0.001 - 0.738 -0.383 -0.001 - 1.485 -1.556 -0.001 - 2.861 -1.484 -0.000 - 3.507 -0.254 0.001 - 2.797 0.912 -0.000 - 1.396 0.873 -0.000 - 0.622 2.050 0.001 - -0.710 2.006 -0.000 - -1.406 0.848 -0.000 - -2.790 0.864 -0.000 - -3.498 -0.339 -0.001 -A1AAA2AAa3aaaaa3[A@H]2A1 - -2.685 -1.606 0.183 - -3.448 -0.318 0.504 - -2.920 0.810 -0.394 - -1.458 0.827 -0.291 - -0.788 1.951 0.002 - 0.540 1.976 0.186 - 1.341 0.837 0.090 - 2.707 0.911 0.327 - 3.485 -0.226 0.227 - 2.910 -1.439 -0.109 - 1.549 -1.517 -0.349 - 0.772 -0.386 -0.250 - -0.715 -0.427 -0.507 - -1.284 -1.395 0.376 -A1=AA[A@@H]2AA=A[A@H]2A1 - 2.113 -0.688 -0.115 - 2.089 0.655 0.071 - 0.936 1.374 0.163 - -0.190 0.696 -0.366 - -1.526 1.185 -0.019 - -2.338 0.024 -0.097 - -1.672 -1.062 0.130 - -0.255 -0.663 0.417 - 0.846 -1.521 -0.181 -A1A=Aa2a(A1)aaa1A=AAAa21 - 3.438 0.384 0.000 - 2.767 1.624 -0.001 - 1.408 1.655 -0.002 - 0.688 0.381 -0.001 - 1.420 -0.819 0.001 - 2.769 -0.779 0.001 - 0.750 -2.042 0.001 - -0.613 -2.086 0.000 - -1.364 -0.901 -0.001 - -2.828 -0.937 -0.001 - -3.500 0.244 -0.001 - -2.781 1.457 -0.001 - -1.439 1.480 0.004 - -0.715 0.343 -0.001 -A1AA=a2[aH]a3aaaaa3aa2A1 - -3.567 0.663 -0.001 - -3.495 -0.675 -0.001 - -2.354 -1.360 0.000 - -1.181 -0.750 0.000 - -0.004 -1.436 0.000 - 1.175 -0.720 0.006 - 2.397 -1.387 -0.002 - 3.571 -0.668 -0.002 - 3.550 0.723 -0.001 - 2.369 1.401 0.000 - 1.152 0.693 0.000 - -0.009 1.363 0.000 - -1.150 0.722 0.000 - -2.451 1.428 0.000 -A1AA=a2[aH]a3=AAAa3aa2A1 - 3.284 0.608 -0.520 - 3.356 -0.757 0.167 - 2.019 -1.442 0.085 - 0.882 -0.743 0.061 - -0.351 -1.400 -0.007 - -1.509 -0.657 -0.022 - -2.766 -1.061 -0.078 - -3.602 -0.016 -0.069 - -2.758 1.190 0.002 - -1.444 0.705 0.027 - -0.221 1.380 0.090 - 0.899 0.727 0.105 - 2.214 1.461 0.165 -A1AA[A@@H]2AAA=A[A@H]2A1 - -2.498 -0.717 -0.169 - -2.462 0.714 0.369 - -1.250 1.459 -0.200 - 0.020 0.714 0.205 - 1.269 1.420 -0.324 - 2.497 0.724 0.270 - 2.375 -0.766 0.154 - 1.276 -1.397 -0.125 - -0.021 -0.697 -0.387 - -1.207 -1.453 0.206 -A1AAA2(AA1)AAAa1aaaaa1A2 - 3.970 0.721 0.387 - 2.786 1.279 1.180 - 1.576 1.424 0.254 - 1.207 0.058 -0.324 - 2.392 -0.502 -1.114 - 3.600 -0.648 -0.187 - 0.854 -0.904 0.814 - 0.111 -2.096 0.277 - -1.197 -2.017 -0.042 - -1.877 -0.805 0.005 - -3.096 -0.690 0.654 - -3.768 0.517 0.642 - -3.236 1.615 -0.016 - -2.017 1.525 -0.652 - -1.316 0.317 -0.631 - 0.017 0.202 -1.241 -a1aaa2a(a1)aa1a[aH]aaa21 - 3.405 -0.225 0.000 - 3.038 1.119 -0.001 - 1.723 1.480 0.000 - 0.731 0.496 0.000 - 1.096 -0.878 0.000 - 2.466 -1.209 0.000 - -0.005 -1.634 0.000 - -1.123 -0.898 0.000 - -2.482 -1.188 0.000 - -3.378 -0.194 0.000 - -3.022 1.112 0.000 - -1.723 1.499 0.000 - -0.723 0.517 0.000 -A1AAA2=AAA3=AAA=AA3=A2A1 - 2.897 -1.454 -0.395 - 3.497 -0.297 0.412 - 2.844 1.004 -0.049 - 1.343 0.880 -0.026 - 0.588 2.050 -0.043 - -0.747 2.026 -0.033 - -1.421 0.858 -0.014 - -2.802 0.841 -0.002 - -3.479 -0.383 0.021 - -2.760 -1.593 0.037 - -1.402 -1.585 0.030 - -0.708 -0.361 0.008 - 0.706 -0.338 0.005 - 1.446 -1.646 0.043 -A1=A[AH+]a2aaaaa2[AH+]A1 - 2.581 -0.065 0.568 - 2.080 -1.204 0.177 - 0.917 -1.436 -0.614 - -0.263 -0.703 -0.223 - -1.423 -1.391 0.092 - -2.592 -0.685 0.318 - -2.597 0.695 0.232 - -1.434 1.384 -0.064 - -0.255 0.682 -0.279 - 0.938 1.409 -0.608 - 2.044 1.318 0.400 -A1A[A@@H]2A=A[A@H](A1)A2 - -1.562 -0.320 -0.597 - -1.330 1.019 0.107 - 0.170 1.229 0.355 - 0.931 0.837 -0.897 - 1.241 -0.450 -0.870 - 0.695 -1.066 0.413 - -0.765 -1.401 0.105 - 0.620 0.152 1.383 -A1A[A@H]2A=A[A@@H](A1)A2 - 1.634 0.158 0.388 - 1.163 -1.193 0.106 - -0.301 -1.191 -0.347 - -1.186 -0.726 0.791 - -1.310 0.593 0.744 - -0.486 1.147 -0.415 - 0.927 1.268 0.136 - -0.442 -0.056 -1.403 -A1AA[A@@H]2AAAA[A@@H]2A1 - 2.180 0.391 -0.577 - 1.924 -1.117 -0.528 - 0.419 -1.371 -0.451 - -0.150 -0.729 0.816 - -1.675 -0.926 0.820 - -2.228 -0.421 -0.512 - -1.667 0.933 -0.837 - -0.582 1.441 -0.246 - 0.148 0.769 0.818 - 1.631 1.034 0.697 -a1aaa2a(a1)aaa1[aH]aaa21 - 3.206 0.126 0.004 - 2.694 1.300 -0.002 - 1.391 1.522 -0.001 - 0.518 0.422 -0.001 - 1.080 -0.880 -0.001 - 2.487 -0.982 -0.001 - 0.223 -1.990 -0.001 - -1.078 -1.843 0.000 - -1.685 -0.656 0.000 - -3.000 -0.279 0.000 - -3.057 1.120 0.001 - -1.847 1.605 0.000 - -0.934 0.533 0.000 -A1A[A@H]2A=Aa3aaaaa3A2A1 - 3.115 -1.164 -0.033 - 3.030 0.353 0.276 - 1.532 0.612 0.459 - 1.069 1.961 -0.001 - -0.239 2.073 -0.294 - -1.084 0.866 -0.133 - -2.453 0.958 0.080 - -3.203 -0.194 0.220 - -2.598 -1.437 0.150 - -1.235 -1.544 -0.060 - -0.468 -0.404 -0.200 - 0.891 -0.426 -0.390 - 1.640 -1.648 -0.075 -A1=A[A@@H]2AAA[A@H]2A=A1 - 2.061 -0.785 -0.190 - 0.894 -1.457 -0.123 - -0.266 -0.657 0.352 - -1.617 -1.103 0.089 - -2.403 0.004 -0.053 - -1.563 1.233 0.007 - -0.210 0.707 -0.403 - 0.997 1.423 0.111 - 2.110 0.635 0.213 -A1A=AA2(A=A1)AAa1aaaaa21 - -3.076 -0.940 0.004 - -2.630 -0.429 1.160 - -1.521 0.321 1.230 - -0.714 0.618 -0.001 - -1.514 0.319 -1.236 - -2.640 -0.434 -1.162 - -0.272 2.062 0.001 - 1.073 2.061 0.000 - 1.599 0.768 0.000 - 2.919 0.322 -0.001 - 3.194 -1.030 0.000 - 2.164 -1.952 0.001 - 0.850 -1.518 0.001 - 0.572 -0.169 0.000 -A1=AA2=Aa3aaaaa3[A+]2AA1 - -3.313 0.209 -0.025 - -2.423 1.177 0.111 - -1.109 0.851 0.093 - -0.063 1.633 0.015 - 1.070 0.880 -0.001 - 2.427 1.202 -0.078 - 3.371 0.199 -0.077 - 2.983 -1.130 0.001 - 1.648 -1.466 0.078 - 0.680 -0.472 0.079 - -0.694 -0.417 -0.207 - -1.641 -1.577 0.264 - -2.932 -1.087 -0.253 -A1=A[A@@H]2AA[A@H](A1)A2 - -1.651 -0.194 0.406 - -0.940 -1.262 0.126 - 0.446 -1.103 -0.466 - 1.391 -0.712 0.701 - 1.222 0.822 0.799 - 0.283 1.172 -0.372 - -1.168 1.200 0.111 - 0.419 0.076 -1.304 -A1AA[A@]2(AAAa3aaaa23)A1 - -2.801 -0.686 -0.652 - -2.714 -0.640 0.684 - -1.586 -0.082 1.148 - -0.732 0.337 -0.021 - -0.625 1.838 -0.005 - 0.598 2.406 0.016 - 1.720 1.670 0.032 - 1.699 0.209 0.021 - 2.697 -0.741 0.032 - 2.073 -1.992 0.010 - 0.733 -1.787 -0.013 - 0.492 -0.463 -0.006 - -1.553 -0.071 -1.252 -A1AA2Aa3aaaaa3AA[A@H]2A1 - 3.628 0.007 -0.102 - 2.774 -1.033 0.598 - 1.383 -0.765 0.250 - 0.244 -1.380 0.682 - -1.048 -0.752 0.249 - -2.079 -1.471 -0.331 - -3.252 -0.792 -0.640 - -3.358 0.566 -0.358 - -2.311 1.269 0.204 - -1.118 0.601 0.492 - -0.023 1.265 0.964 - 1.064 1.697 0.028 - 1.324 0.325 -0.762 - 2.776 0.466 -1.275 -a1aaa2[aH]a3[a+]aaa3a2a1 - 2.758 1.086 0.000 - 3.119 -0.251 0.000 - 2.151 -1.234 -0.000 - 0.808 -0.881 -0.000 - -0.367 -1.622 -0.001 - -1.426 -0.747 -0.001 - -2.753 -0.707 0.004 - -3.165 0.556 -0.002 - -2.045 1.371 -0.001 - -0.947 0.516 -0.000 - 0.443 0.467 0.000 - 1.426 1.447 0.001 -a1aaa2A[A@H]3A[A@H]3a2a1 - 2.348 -0.868 -0.042 - 2.500 0.499 -0.174 - 1.392 1.322 -0.132 - 0.126 0.783 0.042 - -1.215 1.473 0.118 - -2.273 0.379 0.312 - -2.458 -0.665 -0.792 - -1.483 -0.935 0.355 - -0.026 -0.581 0.175 - 1.089 -1.406 0.137 -A1AA=A2Aa3aaaa3A[A@H]2A1 - -3.105 0.764 -0.632 - -3.268 -0.745 -0.413 - -1.910 -1.375 -0.250 - -0.879 -0.759 0.259 - 0.348 -1.447 0.369 - 1.472 -0.669 0.103 - 2.719 -1.035 -0.028 - 3.475 0.040 -0.273 - 2.713 1.105 -0.301 - 1.406 0.674 -0.063 - 0.180 1.470 -0.000 - -0.900 0.671 0.743 - -2.245 1.300 0.490 -A1AAa2aa3aaa4aaaa4a3a2A1 - 2.879 -2.042 -0.438 - 3.859 -1.207 0.391 - 3.700 0.270 0.003 - 2.239 0.602 0.002 - 1.491 2.209 -0.030 - -0.213 1.709 -0.017 - -1.374 2.362 -0.022 - -2.528 1.738 -0.010 - -2.597 0.371 0.006 - -3.626 -0.530 0.020 - -3.092 -1.730 0.026 - -1.806 -1.646 0.022 - -1.446 -0.386 0.014 - -0.141 0.309 0.007 - 1.202 -0.264 0.010 - 1.446 -1.771 0.022 -A1AAa2a(A1)aa1aa[a+]aa21 - 3.518 0.067 -0.386 - 2.965 1.243 0.423 - 1.549 1.576 -0.047 - 0.704 0.305 -0.014 - 1.295 -0.911 0.015 - 2.763 -1.207 0.021 - -0.041 -2.080 0.044 - -1.388 -0.941 0.017 - -2.697 -1.091 0.021 - -3.427 0.017 -0.004 - -2.903 1.227 -0.033 - -1.594 1.471 -0.040 - -0.749 0.324 -0.014 -A1AA[A@H]2AA[A@@H](A1)A2 - -1.958 0.326 0.010 - -0.897 1.123 0.739 - 0.158 1.668 -0.201 - 1.208 0.667 -0.605 - 1.731 0.000 0.693 - 0.680 -0.933 1.014 - 0.039 -1.246 -0.205 - -1.483 -1.179 -0.151 - 0.519 -0.428 -1.290 -A1AA2A[AH+]a3aaaaa3A2=A1 - 3.139 1.099 0.000 - 3.023 -0.410 -0.000 - 1.694 -0.670 -0.000 - 1.055 -1.857 -0.000 - -0.313 -2.042 -0.000 - -1.098 -0.847 0.000 - -2.480 -0.960 -0.000 - -3.261 0.180 -0.000 - -2.676 1.436 0.000 - -1.302 1.566 0.000 - -0.507 0.425 0.001 - 0.974 0.515 0.000 - 1.746 1.566 -0.001 -A1[AH2+]Aa2[aH]a[a+]a2A1 - 2.101 0.676 0.377 - 2.112 -0.606 -0.357 - 1.001 -1.474 0.096 - -0.279 -0.681 0.042 - -1.564 -1.122 0.062 - -2.359 -0.029 -0.018 - -1.604 1.038 -0.076 - -0.324 0.668 -0.043 - 0.913 1.531 -0.087 -a1aaa2Aa3aaaaa3[AH+]a2a1 - 3.482 -0.925 -0.332 - 3.642 0.438 -0.526 - 2.590 1.303 -0.290 - 1.371 0.801 0.130 - 0.000 1.874 0.431 - -1.371 0.801 0.130 - -2.588 1.303 -0.296 - -3.642 0.438 -0.525 - -3.483 -0.925 -0.330 - -2.276 -1.438 0.094 - -1.199 -0.580 0.331 - 0.000 -1.076 0.754 - 1.198 -0.580 0.331 - 2.275 -1.438 0.092 -a1aaa2AAA[A@@H]3AAA3a2a1 - -2.715 1.289 -0.181 - -3.188 0.003 0.010 - -2.303 -1.040 0.176 - -0.923 -0.813 0.154 - -0.117 -1.954 0.308 - 1.127 -2.153 -0.377 - 2.265 -1.269 0.085 - 2.136 0.123 -0.487 - 2.988 1.204 0.160 - 1.638 1.821 0.421 - 0.906 0.789 -0.048 - -0.457 0.471 -0.027 - -1.356 1.524 -0.199 -a1aaa2AAA3=AA=A[A+]3a2a1 - 2.653 1.421 0.024 - 3.249 0.169 0.007 - 2.475 -0.971 0.001 - 1.086 -0.860 0.011 - 0.221 -2.054 0.009 - -1.118 -1.888 0.013 - -1.679 -0.625 0.030 - -2.930 -0.222 0.042 - -2.976 1.062 0.056 - -1.768 1.554 0.054 - -0.972 0.465 -0.306 - 0.483 0.408 0.028 - 1.278 1.544 0.034 -A1=AAA2=A(A1)a1aaaaa1AA2 - 2.780 -1.460 -0.178 - 3.500 -0.309 -0.209 - 2.865 1.011 0.130 - 1.365 0.895 0.079 - 0.763 -0.328 0.095 - 1.478 -1.466 0.155 - -0.707 -0.380 0.043 - -1.386 -1.600 0.053 - -2.762 -1.613 -0.003 - -3.472 -0.423 -0.058 - -2.814 0.789 -0.069 - -1.426 0.824 -0.019 - -0.764 2.001 -0.030 - 0.576 2.057 0.015 -A1AA[A@H]2Aa3aaaa3A=A2A1 - -3.183 -0.886 -0.478 - -3.373 0.619 -0.551 - -2.121 1.398 -0.319 - -0.979 0.864 0.115 - 0.440 1.879 0.406 - 1.679 0.673 0.061 - 2.925 0.832 -0.272 - 3.487 -0.323 -0.397 - 2.623 -1.275 -0.156 - 1.435 -0.679 0.129 - 0.198 -1.248 0.421 - -0.905 -0.577 0.396 - -2.225 -1.281 0.647 -A1AA[A@@H]2AA=AA[A@H]2A1 - -2.490 -0.659 -0.356 - -2.484 0.667 0.397 - -1.247 1.488 0.033 - 0.030 0.693 0.222 - 1.251 1.459 -0.294 - 2.488 0.634 -0.063 - 2.463 -0.638 0.168 - 1.218 -1.470 0.237 - 0.022 -0.711 -0.372 - -1.250 -1.462 0.029 -A1AA[A+]2=A(AA1)[AH+]AA2 - -2.644 0.037 -0.138 - -1.772 0.937 0.740 - -0.652 1.533 -0.112 - 0.529 0.659 -0.089 - 0.535 -0.620 0.074 - -0.705 -1.464 0.297 - -1.786 -1.088 -0.714 - 1.815 -1.047 0.378 - 2.778 -0.104 -0.173 - 1.904 1.160 -0.260 -A1=AA2AAa3aaaaa3[A@H]2A1 - -2.864 1.062 -0.640 - -2.821 -0.211 -0.418 - -1.679 -0.617 0.248 - -1.129 -1.962 0.457 - 0.173 -1.962 -0.141 - 0.955 -0.867 -0.038 - 2.300 -1.014 -0.378 - 3.147 0.073 -0.373 - 2.669 1.324 -0.027 - 1.341 1.478 0.320 - 0.489 0.389 0.322 - -0.951 0.582 0.722 - -1.634 1.720 -0.048 -A1AA[A@H]2A[AH2+]AA=A2A1 - -2.431 -0.643 0.107 - -2.414 0.855 0.062 - -1.022 1.417 0.382 - 0.002 0.714 -0.511 - 1.365 1.363 -0.425 - 2.250 0.633 0.497 - 2.452 -0.745 0.004 - 1.111 -1.434 0.055 - 0.005 -0.747 -0.163 - -1.316 -1.408 -0.008 -A1AA=A[A@@H]2A[A@@H]2AA1 - 2.210 -0.750 0.031 - 2.188 0.828 -0.072 - 0.764 1.065 0.394 - -0.169 1.065 -0.446 - -1.646 0.796 -0.399 - -2.215 0.113 0.833 - -1.676 -0.810 -0.221 - -0.242 -1.194 -0.606 - 0.785 -1.114 0.486 -A1AAA2(AA1)A=Aa1aaaaa1A2 - -3.489 1.104 -0.487 - -3.303 0.458 0.887 - -2.582 -0.881 0.729 - -1.210 -0.648 0.088 - -1.400 -0.007 -1.289 - -2.121 1.333 -1.132 - -0.506 -1.970 -0.072 - 0.848 -2.028 -0.160 - 1.637 -0.786 -0.044 - 2.971 -0.744 -0.444 - 3.682 0.435 -0.332 - 3.073 1.567 0.180 - 1.753 1.526 0.594 - 1.034 0.354 0.496 - -0.388 0.286 0.986 -a1aa2AAA[A+]3A=Aa(a1)a23 - 2.159 -1.461 0.011 - 0.888 -2.029 -0.057 - -0.232 -1.230 -0.072 - -1.536 -1.586 -0.136 - -2.484 -0.688 0.456 - -2.364 0.747 -0.081 - -0.856 1.093 -0.363 - -0.276 2.299 0.052 - 1.032 2.067 0.086 - 1.267 0.743 0.054 - 2.392 -0.093 0.066 - 0.009 0.141 -0.015 -A1A[A@H]2AAA[A@@H](A1)A2 - 1.489 -0.001 -1.038 - 1.282 1.266 -0.222 - 0.017 1.237 0.622 - -1.238 1.290 -0.235 - -1.603 0.001 -0.812 - -1.240 -1.289 -0.235 - 0.015 -1.237 0.622 - 1.280 -1.268 -0.222 - -0.001 0.000 1.517 -A1AA[A@]2(A1)AAa1aaaaa21 - -2.978 -0.769 0.652 - -2.891 -0.730 -0.685 - -1.796 -0.110 -1.151 - -0.976 0.367 0.015 - -1.769 -0.075 1.250 - -0.776 1.857 -0.010 - 0.554 2.068 -0.019 - 1.277 0.871 -0.017 - 2.654 0.635 -0.040 - 3.137 -0.662 -0.031 - 2.261 -1.731 0.001 - 0.896 -1.504 0.023 - 0.409 -0.215 0.008 -A1AA2AAa3aaaaa3[A@@H]2A1 - -2.997 -1.229 -0.394 - -2.854 0.276 -0.441 - -1.698 0.652 0.136 - -1.198 2.030 0.229 - 0.244 2.037 0.008 - 1.022 0.877 -0.002 - 2.380 0.987 -0.315 - 3.185 -0.138 -0.332 - 2.650 -1.378 -0.036 - 1.305 -1.492 0.280 - 0.493 -0.367 0.298 - -0.964 -0.514 0.645 - -1.567 -1.735 -0.075 -A1AA[A@H]2A=AA=A[A@H]2A1 - -2.239 -0.500 0.453 - -2.063 1.021 0.488 - -0.572 1.353 0.547 - 0.133 0.803 -0.696 - 1.612 1.086 -0.571 - 2.376 0.268 0.148 - 1.773 -0.894 0.823 - 0.610 -1.374 0.387 - -0.072 -0.709 -0.779 - -1.557 -1.054 -0.799 -A1AA[A@H]2AA=AA[A@@H]2A1 - -2.490 0.659 -0.359 - -2.485 -0.667 0.396 - -1.246 -1.488 0.037 - 0.030 -0.693 0.222 - 1.250 -1.458 -0.295 - 2.488 -0.633 -0.066 - 2.463 0.639 0.168 - 1.218 1.469 0.242 - 0.022 0.711 -0.372 - -1.250 1.462 0.027 -A1=A[A@@H]2AA=A[A@@H]2A1 - 1.827 1.069 0.531 - 0.770 1.570 -0.024 - -0.193 0.754 -0.726 - -1.761 0.684 0.222 - -1.828 -1.070 0.528 - -0.768 -1.569 -0.023 - 0.193 -0.753 -0.727 - 1.761 -0.684 0.221 -A1Aa2aa3aaa4aaaa4a3aa2A1 - -4.199 -0.694 0.319 - -3.739 0.613 -0.074 - -2.376 0.540 -0.055 - -1.414 1.527 -0.031 - -0.059 1.176 -0.015 - 0.985 2.202 0.012 - 2.283 1.818 0.028 - 2.621 0.445 0.014 - 3.784 -0.190 0.032 - 3.600 -1.461 0.014 - 2.341 -1.739 -0.010 - 1.653 -0.516 -0.007 - 0.316 -0.181 -0.024 - -0.667 -1.164 -0.049 - -2.002 -0.809 -0.065 - -3.134 -1.571 -0.090 -a1aaa2a(a1)Aa1aaa[a+]a21 - -3.457 -0.090 0.000 - -2.990 1.222 -0.000 - -1.631 1.474 -0.000 - -0.724 0.411 0.000 - -1.202 -0.897 0.001 - -2.558 -1.146 0.000 - -0.004 -1.816 0.001 - 1.207 -0.918 -0.005 - 2.575 -1.186 0.001 - 3.461 -0.106 0.001 - 2.945 1.184 0.000 - 1.613 1.475 0.000 - 0.760 0.397 0.001 -A1A=AA2=A(A1)a1aaaaa1AA2 - -2.799 -1.511 0.000 - -3.532 -0.240 0.000 - -2.806 0.949 0.000 - -1.402 0.880 0.000 - -0.757 -0.363 0.001 - -1.454 -1.509 0.000 - 0.709 -0.383 0.001 - 1.404 -1.598 -0.004 - 2.770 -1.599 0.001 - 3.475 -0.404 0.001 - 2.811 0.804 0.000 - 1.419 0.831 0.000 - 0.750 2.039 -0.001 - -0.593 2.106 -0.001 -a1aaa2aaa3=AA=A[a+]3a2a1 - -2.629 1.452 -0.023 - -3.241 0.206 -0.008 - -2.490 -0.936 0.003 - -1.094 -0.849 -0.012 - -0.264 -2.056 -0.006 - 1.082 -1.927 -0.016 - 1.677 -0.643 -0.031 - 2.940 -0.247 -0.042 - 2.988 1.038 -0.054 - 1.779 1.536 -0.051 - 0.977 0.452 0.306 - -0.471 0.412 -0.027 - -1.255 1.560 -0.033 -a1aaa2a(a1)aa1[aH]aaaa21 - -3.399 -0.196 0.005 - -3.027 1.142 -0.001 - -1.694 1.493 -0.001 - -0.717 0.503 -0.001 - -1.088 -0.862 -0.001 - -2.450 -1.191 -0.001 - 0.029 -1.629 -0.001 - 1.128 -0.913 -0.000 - 2.477 -1.206 0.000 - 3.355 -0.166 0.001 - 2.940 1.092 0.001 - 1.697 1.424 -0.000 - 0.751 0.508 -0.001 -A1[AH2+]Aa2aa3AAAa3aa2A1 - 3.350 0.634 0.357 - 3.308 -0.625 -0.409 - 2.192 -1.458 0.059 - 0.904 -0.676 0.046 - -0.292 -1.377 0.091 - -1.500 -0.703 0.084 - -2.789 -1.150 0.120 - -3.594 -0.040 -0.321 - -2.810 1.113 0.037 - -1.513 0.689 0.032 - -0.317 1.383 -0.014 - 0.891 0.701 -0.009 - 2.166 1.503 -0.070 -a1aaa2[aH]a3AAA[a+]3a2a1 - -2.749 1.101 0.008 - -3.126 -0.232 0.045 - -2.172 -1.230 0.045 - -0.826 -0.895 0.007 - 0.345 -1.631 -0.004 - 1.392 -0.739 -0.055 - 2.779 -0.775 -0.103 - 3.256 0.573 0.283 - 2.041 1.444 -0.109 - 0.922 0.482 -0.064 - -0.440 0.453 -0.027 - -1.418 1.450 -0.023 -A1A[A@@H]2AAa3aaaaa3A2A1 - 2.994 1.104 -0.254 - 3.117 -0.313 0.075 - 1.700 -0.715 0.508 - 1.163 -1.864 -0.349 - -0.302 -2.108 0.011 - -1.108 -0.838 -0.001 - -2.488 -0.914 -0.092 - -3.252 0.237 -0.093 - -2.648 1.477 -0.001 - -1.271 1.566 0.089 - -0.506 0.412 0.084 - 0.891 0.474 0.157 - 1.713 1.482 -0.129 -A1[AH2+]Aa2aa3aaaaa3a2A1 - 3.005 -1.164 -0.426 - 3.485 -0.022 0.379 - 2.775 1.214 -0.031 - 1.306 0.924 -0.021 - -0.040 2.074 -0.042 - -1.386 0.912 -0.012 - -2.697 1.039 -0.011 - -3.497 -0.005 0.015 - -2.968 -1.300 0.043 - -1.577 -1.488 0.042 - -0.734 -0.339 0.019 - 0.727 -0.295 0.008 - 1.596 -1.550 0.031 -A1AA[A@@H]2AA=A[A@@H]2A1 - 2.050 0.302 -0.655 - 2.024 -1.134 -0.118 - 0.590 -1.638 -0.145 - -0.350 -0.779 0.680 - -2.031 -0.910 -0.052 - -2.296 0.791 -0.509 - -1.173 1.472 -0.105 - -0.105 0.710 0.581 - 1.290 1.190 0.325 -a1aaa2a(a1)AAa1[aH]aaa21 - 3.286 -0.114 0.001 - 2.717 -1.381 0.002 - 1.349 -1.537 -0.005 - 0.528 -0.411 0.001 - 1.105 0.877 0.000 - 2.494 1.012 0.000 - 0.217 2.045 -0.001 - -1.118 1.880 -0.000 - -1.708 0.637 -0.000 - -3.020 0.256 0.000 - -3.089 -1.120 0.001 - -1.827 -1.619 0.001 - -0.939 -0.519 0.000 -A1A[A@H]2AAa3aaaa(A1)a23 - -2.429 1.205 0.153 - -2.339 -0.226 -0.378 - -1.241 -0.948 0.399 - -0.872 -2.324 -0.161 - 0.646 -2.364 -0.006 - 1.107 -0.965 0.029 - 2.376 -0.368 -0.014 - 2.475 1.008 -0.050 - 1.350 1.820 -0.061 - 0.093 1.246 0.006 - -1.177 2.039 -0.043 - 0.011 -0.123 0.124 -A1A[A@H]2AAa3aaaaa3A2=A1 - -3.046 -1.046 0.195 - -3.185 0.247 -0.171 - -1.788 0.720 -0.495 - -1.374 1.893 0.400 - 0.339 2.341 -0.004 - 1.220 0.816 -0.001 - 2.610 0.835 0.072 - 3.326 -0.344 0.063 - 2.669 -1.566 -0.023 - 1.288 -1.606 -0.092 - 0.555 -0.417 -0.073 - -0.914 -0.459 -0.109 - -1.703 -1.419 0.233 -A1AAa2a(A1)aa1[a+]aaaa21 - 3.529 0.009 0.384 - 3.003 -1.182 -0.424 - 1.596 -1.547 0.049 - 0.722 -0.296 0.015 - 1.283 0.933 -0.017 - 2.744 1.264 -0.024 - -0.082 2.068 -0.041 - -1.403 0.895 -0.018 - -2.737 1.099 -0.026 - -3.470 -0.038 0.003 - -2.924 -1.324 0.037 - -1.530 -1.532 0.044 - -0.732 -0.352 0.015 -a1aaa2Aa3aa4aaaa4aa3a2a1 - -3.754 1.425 0.004 - -4.334 0.170 0.009 - -3.543 -0.965 -0.006 - -2.156 -0.847 -0.004 - -1.083 -1.871 -0.001 - 0.203 -1.162 0.000 - 1.531 -1.568 0.002 - 2.506 -0.602 0.002 - 3.907 -0.668 0.004 - 4.348 0.565 0.001 - 3.322 1.406 -0.001 - 2.181 0.724 -0.001 - 0.905 1.135 -0.004 - -0.091 0.275 -0.004 - -1.566 0.429 0.000 - -2.376 1.559 -0.001 -A1=AA[A@H]2AAA=A[A@H]2A1 - -1.842 0.858 -0.775 - -2.341 -0.213 -0.247 - -1.604 -1.079 0.729 - -0.118 -0.770 0.730 - 0.577 -1.334 -0.480 - 1.756 -0.781 -0.852 - 2.331 0.224 -0.064 - 1.602 0.979 0.702 - 0.103 0.748 0.757 - -0.462 1.368 -0.504 -A1=AA2=A(AA1)Aa1aaaaa1A2 - 3.588 0.674 -0.001 - 2.495 1.385 -0.000 - 1.189 0.720 0.000 - 1.142 -0.696 0.001 - 2.427 -1.425 0.000 - 3.576 -0.721 -0.001 - -0.009 -1.341 0.001 - -1.175 -0.692 0.001 - -2.389 -1.406 0.001 - -3.571 -0.731 -0.004 - -3.604 0.664 0.000 - -2.452 1.389 0.000 - -1.213 0.727 0.001 - -0.004 1.451 0.001 -a1aaa2AA[A@@]3(AA3)Aa2a1 - 2.881 1.023 0.040 - 3.087 -0.342 0.161 - 2.025 -1.221 0.146 - 0.724 -0.746 0.010 - -0.302 -1.627 0.025 - -1.546 -1.282 -0.586 - -1.953 0.117 -0.113 - -2.876 0.248 1.089 - -3.304 0.528 -0.247 - -0.855 1.146 -0.298 - 0.521 0.636 -0.126 - 1.602 1.518 -0.104 -A1AAA2=A(A1)Aa1aaaaa1=A2 - -3.586 0.648 0.005 - -3.523 -0.693 0.003 - -2.362 -1.369 -0.002 - -1.158 -0.697 -0.001 - -1.173 0.715 -0.005 - -2.463 1.401 0.001 - 0.049 1.413 -0.008 - 1.197 0.697 0.002 - 2.391 1.354 0.002 - 3.557 0.670 0.002 - 3.550 -0.731 0.001 - 2.361 -1.398 0.000 - 1.157 -0.670 0.000 - 0.000 -1.335 -0.001 -a1aaa2a(a1)aa1aa[aH]aa21 - 3.447 0.080 0.000 - 2.992 -1.229 0.000 - 1.640 -1.499 -0.001 - 0.718 -0.452 0.000 - 1.180 0.875 0.000 - 2.551 1.129 0.001 - 0.013 1.787 0.000 - -1.196 0.953 0.000 - -2.565 1.215 -0.001 - -3.425 0.120 -0.002 - -2.925 -1.139 0.003 - -1.668 -1.398 -0.001 - -0.760 -0.446 -0.001 -a1aaa2a(a1)[a+]a1aaaaa21 - 3.329 -0.178 0.001 - 2.938 1.168 0.001 - 1.616 1.474 0.001 - 0.700 0.464 -0.000 - 1.116 -0.845 -0.001 - 2.428 -1.132 -0.001 - 0.054 -1.637 -0.001 - -1.070 -0.894 -0.001 - -2.433 -1.217 0.004 - -3.368 -0.222 -0.001 - -2.983 1.112 -0.001 - -1.648 1.454 -0.000 - -0.681 0.458 -0.001 -A1AA[A@@H]2AAAA[A@H]2AA1 - 2.706 -0.025 0.270 - 2.171 -1.203 -0.458 - 0.818 -1.575 -0.120 - -0.079 -0.575 0.400 - -1.405 -1.327 0.662 - -2.437 -0.942 -0.400 - -2.833 0.516 -0.196 - -1.629 1.412 -0.012 - -0.283 0.747 -0.206 - 0.834 1.697 0.300 - 2.138 1.277 -0.235 -A1AAAa2a(AA1)aa1A=AAAa21 - 2.659 0.139 -1.324 - 3.350 1.041 -0.321 - 2.517 1.339 0.913 - 1.048 1.552 0.576 - 0.298 0.238 0.360 - 0.807 -1.007 0.426 - 2.245 -1.421 0.569 - 2.901 -1.286 -0.816 - -0.572 -2.108 0.233 - -1.849 -0.896 0.022 - -3.160 -0.951 -0.179 - -3.866 0.152 -0.313 - -3.272 1.382 -0.236 - -1.948 1.505 -0.024 - -1.156 0.318 0.117 -a1aaa2a(a1)A1a3aaaaa3A21 - -3.328 -0.729 -0.810 - -3.350 0.652 -0.834 - -2.339 1.370 -0.226 - -1.300 0.705 0.410 - -1.277 -0.672 0.433 - -2.297 -1.392 -0.173 - 0.011 -0.710 1.212 - 1.301 -0.696 0.431 - 2.331 -1.387 -0.177 - 3.349 -0.698 -0.810 - 3.333 0.683 -0.832 - 2.304 1.374 -0.224 - 1.278 0.688 0.412 - -0.016 0.812 1.189 -A1AAA2=A(A1)Aa1aaaaa1AA2 - -3.268 -1.297 0.639 - -3.884 0.102 0.515 - -2.775 1.111 0.492 - -1.484 0.804 0.002 - -1.220 -0.421 -0.486 - -2.303 -1.485 -0.529 - -0.017 -0.811 -0.979 - 1.210 -0.577 -0.372 - 2.025 -1.605 0.069 - 3.280 -1.307 0.572 - 3.710 0.006 0.645 - 2.883 1.037 0.234 - 1.623 0.743 -0.261 - 0.730 1.748 -0.630 - -0.506 1.950 0.095 -A1AA[A@@H]2AA[A@H](A1)A2 - -1.719 -0.497 -0.656 - -1.734 0.856 0.023 - -0.472 1.682 -0.214 - 0.833 1.151 0.345 - 1.706 0.523 -0.732 - 1.366 -0.974 -0.735 - 0.485 -1.233 0.484 - -0.948 -1.559 0.121 - 0.483 0.051 1.364 -A1=A[A@H]2AAA[A@@H]2A=A1 - 2.099 0.716 -0.212 - 0.961 1.433 -0.115 - -0.221 0.676 0.387 - -1.614 1.205 0.088 - -2.473 0.001 -0.080 - -1.605 -1.209 0.019 - -0.226 -0.684 -0.376 - 0.972 -1.432 0.108 - 2.105 -0.706 0.185 -A1=AA2=A(AA1)AAa1aaaaa21 - 2.770 -1.477 -0.211 - 1.452 -1.494 -0.194 - 0.754 -0.371 -0.003 - 1.416 0.834 0.186 - 2.816 0.844 0.170 - 3.469 -0.321 -0.035 - 0.638 2.099 0.411 - -0.648 2.093 -0.412 - -1.414 0.817 -0.189 - -2.793 0.824 -0.177 - -3.490 -0.354 0.023 - -2.813 -1.546 0.213 - -1.432 -1.565 0.206 - -0.727 -0.382 0.006 -A1Aa2aaa(aa2)AAa2aaa1aa2 - 2.783 -0.874 0.002 - 2.868 0.682 -0.002 - 1.449 1.196 0.001 - 0.762 1.335 -1.195 - -0.624 1.325 -1.192 - -1.313 1.173 0.004 - -0.621 1.317 1.200 - 0.765 1.328 1.198 - -2.790 0.872 0.005 - -2.879 -0.682 -0.004 - -1.445 -1.168 -0.004 - -0.762 -1.305 1.193 - 0.624 -1.340 1.194 - 1.317 -1.240 -0.001 - 0.626 -1.327 -1.199 - -0.760 -1.292 -1.200 -A1A[A@@H]2AAA[A@H](A1)A2 - -1.573 0.083 -0.957 - -1.272 1.347 -0.116 - 0.082 1.164 0.567 - 1.238 1.235 -0.409 - 1.971 -0.115 -0.487 - 0.927 -1.205 -0.531 - -0.081 -1.302 0.541 - -1.462 -1.130 -0.090 - 0.171 -0.078 1.479 -A1=AAA2=A(A1)Aa1aaaaa1A2 - -3.503 -0.755 0.218 - -3.656 0.591 0.236 - -2.519 1.497 -0.147 - -1.217 0.742 -0.101 - -1.191 -0.615 -0.099 - -2.341 -1.324 -0.142 - -0.032 -1.299 -0.057 - 1.173 -0.698 -0.016 - 2.343 -1.443 0.023 - 3.567 -0.798 0.063 - 3.635 0.593 0.071 - 2.492 1.340 0.028 - 1.252 0.704 -0.014 - -0.007 1.471 -0.057 -A1AAa2a(A1)[a+]a1aaaaa21 - 3.500 -0.427 -0.428 - 2.815 -1.496 0.429 - 1.387 -1.719 -0.058 - 0.612 -0.480 -0.018 - 1.114 0.797 0.019 - 2.836 1.195 0.043 - 0.129 1.668 0.039 - -1.047 1.015 0.017 - -2.371 1.470 0.027 - -3.365 0.508 0.004 - -3.076 -0.845 -0.025 - -1.773 -1.318 -0.035 - -0.758 -0.370 -0.014 -A1AAA23AAA(AA2)A[A@H]3A1 - 2.672 0.628 -0.213 - 2.480 -0.766 0.387 - 1.314 -1.468 -0.313 - 0.041 -0.647 -0.129 - -1.061 -1.286 -0.776 - -2.302 -0.583 -0.651 - -2.072 0.674 0.208 - -1.395 0.203 1.492 - -0.247 -0.511 1.274 - -1.053 1.561 -0.530 - 0.232 0.749 -0.729 - 1.395 1.448 -0.022 -a1aa2aa3aa[aH]a3aa2[aH]1 - -3.334 0.026 -0.007 - -2.607 1.105 0.006 - -1.202 0.698 0.004 - 0.000 1.400 0.001 - 1.202 0.698 -0.000 - 2.607 1.105 -0.003 - 3.334 0.026 -0.003 - 2.517 -1.108 -0.000 - 1.200 -0.715 0.002 - 0.000 -1.409 0.005 - -1.200 -0.715 0.001 - -2.517 -1.108 -0.003 -A1A=AA2(A=A1)Aa1aaaaa1A2 - -3.800 0.320 -0.013 - -3.108 0.025 1.256 - -1.800 -0.188 1.251 - -0.967 -0.132 0.006 - -1.787 -0.212 -1.246 - -3.098 -0.004 -1.268 - -0.160 1.151 -0.003 - 1.238 0.713 -0.001 - 2.445 1.434 -0.006 - 3.650 0.756 -0.010 - 3.663 -0.634 -0.004 - 2.476 -1.352 0.005 - 1.254 -0.692 0.008 - -0.005 -1.191 0.019 -A1AA[A@H]2Aa3aaaaa3AA2A1 - 3.502 -0.678 -0.727 - 3.576 0.659 -0.163 - 2.571 1.249 0.480 - 1.229 0.626 0.694 - 0.155 1.422 -0.049 - -1.156 0.681 -0.047 - -2.310 1.410 -0.309 - -3.540 0.787 -0.348 - -3.628 -0.574 -0.123 - -2.486 -1.299 0.145 - -1.247 -0.673 0.188 - -0.040 -1.522 0.496 - 1.185 -0.756 0.216 - 2.187 -1.332 -0.449 -A1=AAa2a(A1)aaa1AAA=Aa21 - -3.516 -0.312 0.086 - -2.783 -1.453 0.008 - -1.448 -1.445 -0.056 - -0.713 -0.318 -0.050 - -1.340 0.938 0.026 - -2.812 0.982 0.093 - -0.581 2.110 0.032 - 0.793 2.045 -0.039 - 1.430 0.813 -0.114 - 2.783 0.729 -0.184 - 3.400 -0.389 0.455 - 2.704 -1.668 0.069 - 1.399 -1.659 -0.201 - 0.681 -0.370 -0.120 -a1aa2AAA[A+]3AAAa(a1)a23 - -0.494 -2.701 -0.173 - -1.527 -1.825 0.109 - -1.261 -0.486 0.264 - -2.354 0.506 0.580 - -2.232 1.679 -0.389 - -0.792 2.105 -0.592 - 0.176 1.394 0.244 - 1.518 1.856 -0.123 - 2.581 0.961 0.519 - 2.497 -0.410 -0.166 - 1.059 -0.868 -0.118 - 0.796 -2.219 -0.282 - 0.032 0.014 0.124 -A1AAa2[a+]a3aaaaa3aa2AA1 - -3.824 0.114 0.559 - -2.929 1.333 0.644 - -2.061 1.470 -0.608 - -0.807 0.635 -0.419 - 0.252 1.209 -0.266 - 1.324 0.662 -0.087 - 2.494 1.418 0.083 - 3.698 0.778 0.286 - 3.773 -0.620 0.324 - 2.654 -1.377 0.162 - 1.417 -0.752 -0.046 - 0.229 -1.496 -0.222 - -0.902 -0.741 -0.416 - -2.235 -1.424 -0.625 - -3.090 -1.211 0.628 -A1=AA[A@@H]2AAA[A@@H]2A1 - -1.775 0.895 0.484 - -2.122 -0.328 0.256 - -1.225 -1.326 -0.405 - 0.190 -0.867 -0.537 - 1.096 -1.104 0.636 - 2.064 -0.164 0.565 - 1.833 0.787 -0.361 - 0.372 0.634 -0.816 - -0.437 1.472 0.176 -A1AA2=AA3(AA[A@H]2A1)AA3 - 2.974 -0.539 0.431 - 1.912 -1.474 -0.125 - 0.682 -0.679 -0.171 - -0.570 -1.089 0.020 - -1.686 -0.073 0.007 - -1.241 1.367 -0.099 - 0.190 1.705 0.282 - 1.100 0.743 -0.482 - 2.560 0.871 -0.035 - -2.995 -0.463 -0.677 - -2.926 -0.370 0.849 -A1AAa2a(A1)[aH]a1aaaaa21 - -3.373 0.176 -0.513 - -3.118 -1.156 0.192 - -1.653 -1.522 0.095 - -0.710 -0.466 0.072 - -1.089 0.872 0.094 - -2.539 1.291 0.130 - 0.007 1.649 0.072 - 1.140 0.879 0.024 - 2.489 1.225 -0.019 - 3.405 0.188 -0.066 - 3.016 -1.140 -0.071 - 1.682 -1.511 -0.029 - 0.743 -0.481 0.019 -A1A=A[A@@H]2AAA[A@@H]2A1 - -1.921 0.405 0.461 - -1.637 -0.903 0.527 - -0.597 -1.424 -0.011 - 0.402 -0.687 -0.768 - 1.757 -0.878 -0.110 - 2.073 0.215 0.608 - 1.020 1.236 0.515 - 0.176 0.828 -0.710 - -1.275 1.205 -0.514 -a1aaa2[a+]a3[aH]aaa3a2a1 - 2.753 -1.082 -0.001 - 3.106 0.259 -0.000 - 2.147 1.232 0.000 - 0.795 0.877 0.001 - -0.357 1.594 0.001 - -1.388 0.775 0.001 - -2.762 0.737 -0.004 - -3.149 -0.592 0.001 - -2.058 -1.348 0.001 - -0.948 -0.517 0.001 - 0.437 -0.482 0.000 - 1.425 -1.456 -0.001 -a1aaa2Aa3[a+]aaaa3AAa2a1 - -3.923 -0.238 -0.060 - -3.669 1.123 -0.099 - -2.366 1.551 -0.038 - -1.293 0.640 0.064 - 0.022 1.315 -0.006 - 1.323 0.615 -0.078 - 2.361 1.475 0.018 - 3.609 1.097 0.114 - 3.915 -0.252 0.103 - 2.884 -1.149 -0.052 - 1.549 -0.691 -0.176 - 0.625 -1.865 -0.417 - -0.629 -1.851 0.401 - -1.532 -0.663 0.153 - -2.873 -1.108 0.069 -A1AAa2a(A1)[aH]a1AAAAa21 - 3.415 0.110 -0.401 - 3.026 -1.113 0.435 - 1.634 -1.599 0.013 - 0.699 -0.417 0.004 - 1.104 0.875 0.005 - 2.550 1.307 0.011 - -0.000 1.670 -0.000 - -1.103 0.880 -0.004 - -2.550 1.306 -0.011 - -3.415 0.109 0.402 - -3.026 -1.113 -0.434 - -1.634 -1.599 -0.013 - -0.699 -0.417 -0.005 -A1[AH2+]Aa2[a+]a[aH]a2A1 - -2.113 -0.657 0.384 - -2.092 0.615 -0.373 - -0.982 1.477 0.103 - 0.291 0.670 0.042 - 1.550 1.104 0.064 - 2.367 0.070 -0.015 - 1.612 -1.071 -0.082 - 0.308 -0.682 -0.044 - -0.938 -1.529 -0.081 -A1=AA=A2A(A1)AAa1aaaaa21 - 3.504 0.314 0.052 - 2.856 1.521 0.247 - 1.447 1.551 0.216 - 0.739 0.372 -0.006 - 1.399 -0.807 -0.216 - 2.742 -0.859 -0.176 - 0.627 -2.026 -0.493 - -0.584 -2.070 0.465 - -1.409 -0.831 0.216 - -2.783 -0.867 0.214 - -3.501 0.296 -0.016 - -2.844 1.493 -0.244 - -1.463 1.542 -0.245 - -0.736 0.377 -0.015 -A1=A[A@H]2AA[A@@H](A1)A2 - -1.638 0.139 -0.460 - -1.143 -1.052 -0.258 - 0.227 -1.202 0.373 - 1.249 -0.811 -0.728 - 1.335 0.623 -0.642 - 0.501 1.033 0.450 - -0.900 1.387 -0.057 - 0.373 -0.114 1.321 -A1AA=A2AA=[A+]A[A@@H]2A1 - -2.296 -0.706 -0.528 - -2.418 0.786 -0.189 - -1.046 1.394 -0.138 - 0.020 0.740 0.226 - 1.274 1.375 0.224 - 2.361 0.606 -0.144 - 2.365 -0.716 -0.355 - 1.049 -1.447 -0.215 - 0.025 -0.708 0.651 - -1.337 -1.321 0.468 -A1A[A@@H]2Aa3aaaaa3AA2A1 - -3.445 -0.026 0.454 - -2.897 -1.095 -0.188 - -1.540 -0.619 -0.664 - -0.435 -1.419 0.025 - 0.866 -0.660 0.022 - 2.033 -1.407 0.159 - 3.264 -0.789 0.198 - 3.347 0.588 0.100 - 2.194 1.332 -0.043 - 0.954 0.709 -0.090 - -0.260 1.588 -0.287 - -1.458 0.764 -0.140 - -2.621 1.031 0.456 -a1aaa2a(a1)[aH]a1aaaaa21 - -3.420 -0.171 0.001 - -3.018 1.166 0.000 - -1.676 1.485 0.000 - -0.720 0.468 0.000 - -1.123 -0.877 0.000 - -2.480 -1.184 0.000 - 0.010 -1.671 0.000 - 1.144 -0.881 -0.001 - 2.516 -1.164 -0.001 - 3.377 -0.152 0.003 - 2.961 1.101 -0.001 - 1.684 1.416 -0.001 - 0.751 0.464 -0.001 -A1A=AA2=A(A1)Aa1aaaaa1A2 - 3.682 -0.433 -0.286 - 3.489 0.873 -0.194 - 2.294 1.393 0.039 - 1.224 0.611 0.193 - 1.391 -0.767 0.084 - 2.661 -1.278 -0.160 - 0.016 -1.850 0.261 - -1.379 -0.789 0.081 - -2.631 -1.332 -0.171 - -3.710 -0.469 -0.315 - -3.499 0.890 -0.203 - -2.298 1.377 0.039 - -1.234 0.594 0.186 - -0.005 1.184 0.445 -A1AAA2=A(A1)a1aaaaa1=AA2 - 2.719 1.535 0.073 - 3.438 0.284 0.503 - 2.842 -0.925 -0.222 - 1.341 -0.873 -0.132 - 0.694 0.321 -0.135 - 1.405 1.502 -0.217 - -0.678 0.342 -0.056 - -1.336 1.535 -0.064 - -2.684 1.583 0.015 - -3.427 0.397 0.106 - -2.781 -0.802 0.107 - -1.375 -0.832 0.029 - -0.744 -2.002 0.034 - 0.588 -2.066 -0.045 -a1aaa2[AH+]Aa3aaaa3Aa2a1 - -3.088 1.178 0.579 - -3.422 -0.172 0.605 - -2.518 -1.118 0.153 - -1.278 -0.718 -0.339 - -0.347 -1.734 -0.727 - 0.847 -1.889 0.159 - 1.744 -0.677 0.149 - 2.992 -0.682 0.682 - 3.515 0.615 0.544 - 2.581 1.359 -0.073 - 1.491 0.561 -0.338 - 0.316 1.065 -1.046 - -0.975 0.630 -0.411 - -1.863 1.575 0.067 -A1AA2=A(A1)AA1=A(AAA1)A2 - 3.707 0.000 0.000 - 2.934 1.103 0.000 - 1.523 0.679 0.001 - 1.523 -0.679 -0.005 - 2.934 -1.103 0.001 - 0.000 -1.562 0.001 - -1.523 -0.679 0.000 - -1.523 0.679 0.000 - -2.934 1.103 0.000 - -3.707 -0.000 0.000 - -2.934 -1.103 0.000 - 0.000 1.562 0.000 -A1AA[A@H]2AAA=A[A@@H]2A1 - -2.500 0.672 -0.271 - -2.469 -0.692 0.405 - -1.236 -1.500 -0.006 - 0.038 -0.699 0.161 - 1.269 -1.423 -0.378 - 2.536 -0.713 0.102 - 2.355 0.763 0.252 - 1.256 1.415 0.039 - -0.007 0.715 -0.399 - -1.240 1.461 0.094 -A1AAA2=A(AA1)a1aaaaa1AA2 - 3.500 0.945 0.438 - 3.254 -0.554 0.557 - 2.461 -1.033 -0.561 - 1.118 -0.967 -0.416 - 0.526 0.256 -0.347 - 1.363 1.457 -0.458 - 2.286 1.681 0.510 - -0.938 0.354 -0.162 - -1.624 1.540 -0.389 - -2.995 1.587 -0.191 - -3.682 0.453 0.221 - -3.005 -0.733 0.441 - -1.637 -0.791 0.250 - -0.917 -1.975 0.455 - 0.290 -2.220 -0.344 -[AH2+]1Aa2aa3aaaaa3aa2A1 - 3.665 -0.002 -0.298 - 2.887 1.168 0.105 - 1.448 0.699 0.069 - 0.280 1.397 0.040 - -0.945 0.709 0.009 - -2.169 1.397 -0.022 - -3.335 0.697 -0.054 - -3.335 -0.697 -0.056 - -2.169 -1.398 -0.020 - -0.944 -0.709 0.008 - 0.280 -1.396 0.040 - 1.448 -0.698 0.069 - 2.887 -1.166 0.105 -a1aaa2a(a1)AA=Aa1aaaaa21 - -3.512 0.598 -0.064 - -2.763 1.677 -0.501 - -1.387 1.614 -0.483 - -0.742 0.458 -0.023 - -1.498 -0.620 0.402 - -2.881 -0.543 0.391 - -0.849 -1.889 0.884 - -0.101 -2.501 -0.207 - 0.933 -1.955 -0.729 - 1.510 -0.666 -0.320 - 2.908 -0.575 -0.258 - 3.517 0.603 0.111 - 2.751 1.713 0.426 - 1.377 1.641 0.373 - 0.739 0.451 0.001 -A1=AAa2aaa3aaa[a+]a3a2A1 - 2.702 1.523 -0.184 - 3.454 0.395 -0.213 - 2.862 -0.940 0.139 - 1.357 -0.877 0.082 - 0.635 -2.069 0.015 - -0.724 -2.070 -0.038 - -1.421 -0.850 -0.024 - -2.827 -0.808 -0.075 - -3.435 0.416 -0.060 - -2.663 1.574 0.006 - -1.354 1.529 0.053 - -0.698 0.365 0.042 - 0.714 0.327 0.095 - 1.403 1.491 0.159 -a1aaa2Aa3aaaaa3A=AAa2a1 - 3.698 0.574 -0.770 - 3.073 1.734 -0.336 - 1.853 1.676 0.302 - 1.226 0.450 0.522 - -0.001 0.420 1.128 - -1.226 0.449 0.521 - -1.857 1.675 0.306 - -3.077 1.732 -0.331 - -3.699 0.572 -0.770 - -3.103 -0.651 -0.561 - -1.867 -0.727 0.092 - -1.246 -2.023 0.336 - 0.002 -2.491 -0.310 - 1.248 -2.022 0.339 - 1.869 -0.726 0.096 - 3.105 -0.649 -0.557 -a1aa2AAAa3a[a+]a(a1)a23 - -2.424 -1.046 0.042 - -1.282 -1.844 -0.039 - -0.054 -1.246 -0.094 - 1.276 -1.941 -0.195 - 2.360 -1.074 0.455 - 2.447 0.328 -0.162 - 1.125 0.954 -0.082 - 0.675 2.216 -0.024 - -0.641 2.232 0.044 - -1.119 0.959 0.032 - -2.363 0.321 0.080 - 0.001 0.142 -0.052 -a1aaa2a(a1)aa1aa[aH]a21 - 3.249 -0.092 0.000 - 2.733 1.196 0.000 - 1.392 1.424 0.000 - 0.477 0.344 0.000 - 1.025 -0.952 0.000 - 2.387 -1.171 0.000 - -0.389 -2.024 -0.001 - -1.670 -0.796 -0.001 - -3.037 -0.559 0.004 - -3.212 0.814 -0.002 - -1.967 1.405 -0.001 - -0.993 0.416 -0.001 -[AH2+]1A[AH2+]A[AH2+]A1 - -1.374 -0.154 0.252 - -0.830 1.124 -0.252 - 0.553 1.267 0.252 - 1.388 0.156 -0.252 - 0.821 -1.112 0.252 - -0.559 -1.281 -0.252 -A1A=Aa2aa3[a+]aaaa3a2A1 - 2.948 -1.224 -0.000 - 3.529 0.049 -0.000 - 2.700 1.158 -0.000 - 1.313 0.965 -0.000 - -0.068 2.079 -0.000 - -1.385 0.888 -0.000 - -2.731 1.062 0.001 - -3.475 -0.078 -0.000 - -2.926 -1.346 -0.000 - -1.549 -1.510 -0.000 - -0.722 -0.352 -0.000 - 0.746 -0.300 -0.000 - 1.618 -1.386 -0.000 -A1AA2Aa3aaaaa3[A@@H]2A1 - 3.024 0.725 -0.541 - 2.943 -0.696 0.070 - 1.487 -0.904 0.183 - 0.424 -1.691 0.036 - -0.805 -0.870 -0.014 - -2.137 -1.187 -0.283 - -3.093 -0.193 -0.285 - -2.737 1.118 -0.023 - -1.420 1.440 0.254 - -0.458 0.456 0.270 - 1.013 0.446 0.568 - 1.764 1.356 -0.237 -A1AAAAA=Aa2aaaaa2AAAAA1 - -3.942 0.646 -0.246 - -3.638 -0.703 0.370 - -2.804 -1.688 -0.407 - -1.984 -2.558 0.544 - -0.933 -3.345 -0.249 - 0.421 -2.708 -0.055 - 0.529 -1.398 -0.176 - 1.799 -0.666 -0.021 - 3.025 -1.332 -0.021 - 4.208 -0.604 0.005 - 4.170 0.785 0.026 - 2.966 1.463 0.060 - 1.764 0.742 0.073 - 0.480 1.414 0.248 - 0.245 2.675 -0.118 - -1.083 3.210 0.121 - -2.127 2.337 -0.583 - -3.089 1.722 0.429 -A1A[A@@H]2AAAA[A@@H]2A1 - 2.119 -0.071 -0.719 - 1.698 -1.218 0.222 - 0.308 -0.769 0.763 - -0.662 -1.341 -0.132 - -2.128 -0.671 -0.303 - -1.868 0.934 -0.312 - -0.927 1.475 0.630 - 0.396 0.754 0.558 - 1.060 0.908 -0.703 -a1aa2aaaa3[aH]aa(a1)a23 - 0.435 2.654 -0.001 - 1.456 1.750 -0.001 - 1.170 0.375 -0.001 - 2.165 -0.618 -0.000 - 1.787 -1.928 -0.000 - 0.453 -2.319 -0.000 - -0.568 -1.370 -0.001 - -1.954 -1.598 -0.001 - -2.658 -0.076 -0.000 - -1.199 0.927 -0.000 - -0.903 2.240 0.000 - -0.180 -0.032 0.005 -A1AAa2[aH]a3aaaaa3a2AA1 - 2.984 -0.492 1.019 - 3.249 0.884 0.444 - 2.283 1.354 -0.615 - 0.876 0.887 -0.343 - -0.195 1.659 -0.080 - -1.339 0.892 0.022 - -2.677 1.207 0.240 - -3.620 0.202 0.293 - -3.249 -1.123 0.131 - -1.929 -1.454 -0.085 - -0.967 -0.451 -0.140 - 0.495 -0.441 -0.346 - 1.332 -1.553 -0.507 - 2.761 -1.575 -0.033 -A1AA[A@H]2AAA[A@@H]2AA1 - 2.408 -0.077 0.584 - 1.868 -1.153 -0.330 - 0.493 -1.655 0.100 - -0.621 -0.788 -0.365 - -2.022 -1.113 0.171 - -2.761 0.236 -0.067 - -1.703 1.329 0.277 - -0.350 0.626 0.257 - 0.677 1.253 -0.690 - 2.011 1.343 0.063 -A1Aa2aa3aaa4aaaa4a3a2A1 - -3.263 1.965 -0.306 - -3.735 0.551 0.098 - -2.487 -0.288 0.060 - -1.901 -1.967 0.008 - -0.160 -1.622 -0.010 - 0.940 -2.364 -0.046 - 2.132 -1.835 -0.051 - 2.314 -0.486 -0.021 - 3.453 0.332 -0.024 - 3.032 1.582 0.020 - 1.694 1.597 0.042 - 1.241 0.362 0.018 - -0.116 -0.221 0.025 - -1.368 0.462 0.064 - -1.782 1.936 0.118 -A1AA[A@@H]2AA=A[A@H]2A1 - -2.179 -0.776 -0.258 - -2.264 0.704 0.104 - -0.947 1.416 -0.187 - 0.260 0.750 0.409 - 1.634 1.215 -0.077 - 2.459 -0.067 -0.010 - 1.667 -1.130 -0.069 - 0.269 -0.670 -0.227 - -0.898 -1.441 0.315 -a1aaa2A=AA3(AAAA3)Aa2a1 - 3.038 1.391 -0.057 - 3.502 0.148 -0.455 - 2.669 -0.953 -0.412 - 1.360 -0.805 0.034 - 0.437 -1.961 0.121 - -0.901 -1.694 0.206 - -1.365 -0.262 0.224 - -1.629 0.220 -1.211 - -3.125 0.593 -1.280 - -3.509 0.898 0.190 - -2.703 -0.163 0.981 - -0.397 0.578 0.849 - 0.889 0.456 0.429 - 1.737 1.548 0.384 -A1AA[A@@H]2AAA[A@H]2AA1 - -2.650 -0.086 0.383 - -1.835 -1.095 -0.377 - -0.500 -1.579 0.143 - 0.692 -0.806 -0.335 - 2.085 -1.097 0.206 - 2.819 0.271 0.155 - 1.748 1.362 -0.136 - 0.443 0.616 0.233 - -0.768 1.040 -0.516 - -2.035 1.375 0.245 -a1aaa2a(a1)Aa1aa[a+]a21 - 3.159 0.105 -0.000 - 2.705 -1.203 -0.000 - 1.351 -1.477 -0.001 - 0.430 -0.436 -0.000 - 0.893 0.885 0.001 - 2.259 1.151 0.001 - -0.305 1.756 0.001 - -1.454 0.830 -0.000 - -2.829 0.755 -0.001 - -3.175 -0.606 -0.002 - -2.068 -1.318 0.003 - -0.967 -0.444 -0.001 -a1aaa2AAAa3aa[aH]a3a2a1 - -2.725 1.511 -0.417 - -3.301 0.293 -0.100 - -2.516 -0.772 0.312 - -1.151 -0.619 0.410 - -0.283 -1.683 1.010 - 0.485 -2.516 -0.022 - 1.081 -1.587 -1.089 - 1.664 -0.362 -0.454 - 2.998 0.012 -0.247 - 2.982 1.200 0.338 - 1.768 1.596 0.525 - 0.913 0.662 0.056 - -0.563 0.594 0.032 - -1.353 1.666 -0.355 -a1aaa2aa3aaa[a+]a3aa2a1 - 3.529 0.738 -0.001 - 3.550 -0.663 -0.001 - 2.403 -1.392 -0.001 - 1.157 -0.731 -0.000 - 0.017 -1.414 -0.000 - -1.135 -0.761 0.001 - -2.415 -1.478 -0.000 - -3.583 -0.704 -0.000 - -3.489 0.705 0.001 - -2.344 1.428 -0.004 - -1.164 0.706 0.002 - -0.023 1.391 0.002 - 1.135 0.738 0.001 - 2.361 1.434 0.001 -A1AAAa2a(AA1)aa1aaaaa21 - -2.662 0.142 1.322 - -3.348 1.042 0.315 - -2.513 1.336 -0.919 - -1.044 1.551 -0.585 - -0.294 0.236 -0.358 - -0.805 -1.005 -0.413 - -2.241 -1.421 -0.567 - -2.903 -1.284 0.815 - 0.575 -2.109 -0.234 - 1.854 -0.900 -0.023 - 3.158 -0.944 0.178 - 3.849 0.181 0.307 - 3.255 1.366 0.238 - 1.954 1.490 0.035 - 1.162 0.317 -0.114 -A1=AA[A@@H]2AAA[A@H]2A1 - 2.154 -0.642 -0.100 - 2.154 0.642 0.099 - 0.904 1.488 0.217 - -0.231 0.682 -0.377 - -1.636 1.130 -0.116 - -2.381 0.000 0.001 - -1.636 -1.130 0.112 - -0.231 -0.682 0.379 - 0.904 -1.488 -0.217 -a1aaa2aaa3[aH+]aaa3a2a1 - 2.666 1.366 -0.038 - 3.192 0.145 -0.042 - 2.455 -0.949 -0.021 - 1.116 -0.866 0.007 - 0.303 -2.011 0.032 - -1.051 -1.908 0.060 - -1.692 -0.666 0.067 - -2.982 -0.256 -0.258 - -3.094 1.074 0.088 - -1.852 1.591 0.058 - -0.935 0.514 0.044 - 0.517 0.415 0.013 - 1.352 1.550 -0.011 -A1[AH2+]AA2=A(A=AAA2)A1 - -2.453 -0.699 0.404 - -2.436 0.592 -0.325 - -1.300 1.413 0.137 - 0.002 0.683 -0.040 - 0.059 -0.662 -0.079 - 1.252 -1.315 -0.198 - 2.395 -0.692 -0.033 - 2.393 0.645 0.305 - 1.283 1.479 -0.176 - -1.196 -1.443 0.004 -A1=AAA[A@H]2A[A@@H]2AA1 - -1.824 0.010 0.537 - -1.302 -1.132 0.382 - -0.383 -1.561 -0.729 - 1.047 -1.667 -0.120 - 1.194 -0.282 0.559 - 2.243 0.731 0.175 - 0.858 0.867 -0.379 - -0.231 1.830 -0.065 - -1.602 1.205 -0.359 -A1AAa2[a+]a3aaaa3aa2AA1 - 3.636 -0.287 0.585 - 2.725 -1.497 0.635 - 1.859 -1.584 -0.624 - 0.623 -0.733 -0.417 - -0.552 -1.399 -0.260 - -1.645 -0.621 -0.073 - -3.348 -1.056 0.179 - -4.042 0.578 0.324 - -2.948 1.403 0.181 - -1.645 0.792 -0.033 - -0.388 1.424 -0.206 - 0.727 0.639 -0.394 - 2.077 1.301 -0.576 - 2.916 1.044 0.677 -a1aaa2AAA[A@H]3AAA3a2a1 - -2.716 -1.288 -0.179 - -3.188 -0.002 0.011 - -2.303 1.041 0.174 - -0.922 0.813 0.151 - -0.116 1.954 0.308 - 1.128 2.154 -0.375 - 2.266 1.268 0.087 - 2.135 -0.123 -0.487 - 2.988 -1.205 0.159 - 1.638 -1.822 0.420 - 0.906 -0.789 -0.048 - -0.457 -0.471 -0.028 - -1.357 -1.524 -0.198 -A1A=Aa2aa3[aH]aaa3aa2A1 - 2.966 -0.693 0.934 - 3.290 0.473 0.040 - 2.312 1.181 -0.540 - 0.911 0.728 -0.260 - -0.141 1.526 -0.221 - -1.400 0.870 0.144 - -2.667 0.909 0.875 - -3.167 -0.403 0.866 - -2.738 -0.600 -1.062 - -1.446 -0.489 -0.538 - -0.419 -1.308 -0.565 - 0.750 -0.748 -0.114 - 1.747 -1.443 0.447 -A1Aa2aaa3aaaaa3a2[AH+]1 - 3.073 -1.058 0.099 - 2.990 0.286 0.058 - 1.684 0.652 0.025 - 1.064 1.905 -0.024 - -0.291 2.016 -0.044 - -1.096 0.864 -0.015 - -2.499 0.955 -0.036 - -3.248 -0.181 -0.008 - -2.646 -1.436 0.042 - -1.291 -1.562 0.064 - -0.485 -0.414 0.034 - 0.921 -0.504 0.055 - 1.825 -1.525 -0.253 -A1A=A[A@@H]2AAA[A@H]2A1 - 2.234 -0.716 0.144 - 2.067 0.771 0.199 - 0.960 1.430 -0.032 - -0.264 0.685 -0.422 - -1.619 1.238 -0.009 - -2.521 -0.009 0.185 - -1.606 -1.263 -0.012 - -0.213 -0.700 0.282 - 0.963 -1.436 -0.334 -a1aaa2[AH+]Aa3aaaa3a2a1 - -2.724 -1.381 -0.122 - -3.272 -0.113 -0.029 - -2.461 1.001 0.086 - -1.086 0.853 0.108 - -0.262 2.016 0.279 - 1.117 1.935 -0.337 - 1.709 0.611 -0.133 - 3.042 0.227 -0.059 - 3.091 -1.073 0.120 - 1.783 -1.569 0.171 - 0.942 -0.522 0.019 - -0.530 -0.438 0.004 - -1.351 -1.548 -0.107 -A1AAAA[A@H]2AAAA2AAAAA1 - 3.234 -0.760 -0.138 - 2.522 -1.597 0.677 - 1.346 -2.346 0.091 - 0.308 -1.310 -0.175 - -0.954 -1.780 -0.450 - -2.003 -0.733 -0.772 - -3.298 -1.044 -0.017 - -3.483 0.092 1.002 - -2.210 0.942 0.911 - -1.519 0.572 -0.326 - -0.598 1.327 -0.956 - 0.013 2.526 -0.286 - 1.251 2.086 0.417 - 2.140 1.373 -0.351 - 3.255 0.649 0.377 -A1A=Aa2a(=A1)aa1aaaaa21 - -3.574 0.064 -0.000 - -2.855 1.398 -0.000 - -1.502 1.412 -0.000 - -0.716 0.260 -0.000 - -1.327 -0.972 -0.000 - -2.682 -1.163 -0.000 - 0.026 -2.130 -0.000 - 1.352 -0.949 -0.000 - 2.724 -1.056 0.001 - 3.496 0.093 -0.000 - 2.870 1.328 -0.000 - 1.498 1.431 -0.000 - 0.692 0.280 -0.000 -a1aaa2aa3=AA=A[a+]3a2a1 - -2.690 -1.203 0.025 - -3.223 0.075 0.008 - -2.367 1.162 0.001 - -1.007 0.954 0.012 - 0.405 2.032 0.009 - 1.666 0.781 0.030 - 2.942 0.534 0.041 - 3.102 -0.859 0.063 - 1.913 -1.403 0.057 - 1.031 -0.338 -0.308 - -0.439 -0.323 0.030 - -1.330 -1.409 0.037 -A1AA[A@@H]2AAA[A@@H]2A1 - 2.174 -0.762 0.024 - 2.095 0.693 0.455 - 0.992 1.359 -0.217 - -0.263 0.747 -0.533 - -1.422 1.240 0.340 - -2.485 0.121 0.157 - -1.619 -1.164 0.190 - -0.313 -0.771 -0.552 - 0.841 -1.460 0.137 -A1AAa2aa3aaa[a+]a3aa2A1 - -3.540 -0.722 0.351 - -3.560 0.640 -0.355 - -2.395 1.370 0.045 - -1.212 0.695 0.022 - -0.046 1.407 0.042 - 1.184 0.735 0.022 - 2.409 1.441 0.039 - 3.584 0.705 0.017 - 3.525 -0.681 -0.021 - 2.383 -1.406 -0.038 - 1.210 -0.680 -0.017 - -0.004 -1.385 -0.036 - -1.190 -0.706 -0.019 - -2.353 -1.416 -0.046 -[AH2+]1A[AH+]2A[AH+]2A1 - -1.506 0.001 0.030 - -0.639 1.160 -0.139 - 0.663 0.493 0.355 - 1.458 -0.003 -0.470 - 0.664 -0.491 0.366 - -0.642 -1.161 -0.142 -a1aaa2aa3aaaa[a+]3aa2a1 - -3.580 -0.724 0.000 - -3.597 0.673 0.000 - -2.449 1.402 0.000 - -1.209 0.744 0.000 - 0.013 1.429 0.000 - 1.206 0.682 0.000 - 2.435 1.379 0.000 - 3.601 0.677 0.000 - 3.549 -0.723 0.000 - 2.351 -1.355 0.000 - 1.194 -0.666 -0.001 - 0.058 -1.366 -0.001 - -1.175 -0.724 0.001 - -2.397 -1.431 0.000 -a1aaa2AAAa3a[aH]aa3a2a1 - -2.728 -1.509 0.436 - -3.300 -0.279 0.133 - -2.515 0.774 -0.303 - -1.153 0.609 -0.433 - -0.286 1.678 -1.023 - 0.468 2.503 0.025 - 1.055 1.570 1.089 - 1.655 0.348 0.456 - 2.994 0.016 0.293 - 3.064 -1.148 -0.310 - 1.758 -1.606 -0.552 - 0.911 -0.669 -0.080 - -0.569 -0.612 -0.071 - -1.353 -1.676 0.339 -a1[aH]a2A=a3aaaaa3Aa2a1 - -3.576 0.020 -0.000 - -2.752 -1.097 -0.000 - -1.450 -0.684 -0.000 - -0.288 -1.331 -0.000 - 0.872 -0.679 -0.000 - 2.072 -1.417 -0.000 - 3.264 -0.760 -0.000 - 3.283 0.643 0.001 - 2.124 1.337 -0.000 - 0.923 0.689 -0.000 - -0.218 1.414 -0.000 - -1.455 0.728 -0.000 - -2.800 1.141 -0.000 -A1AAa2a(A1)aaa1A=AAAa21 - 3.436 -0.388 0.376 - 2.825 -1.568 -0.389 - 1.366 -1.720 0.049 - 0.682 -0.377 0.013 - 1.404 0.802 -0.016 - 2.762 0.806 -0.023 - 0.740 2.032 -0.041 - -0.621 2.091 -0.041 - -1.366 0.907 -0.015 - -2.830 0.936 -0.014 - -3.494 -0.249 0.007 - -2.770 -1.458 0.040 - -1.428 -1.477 0.039 - -0.707 -0.335 0.012 -A1AAa2a(AA1)aaa1aaaaa21 - 2.878 0.321 -1.290 - 2.505 1.744 -0.839 - 1.565 1.592 0.717 - 0.515 0.207 0.421 - 1.059 -1.063 0.396 - 2.441 -1.223 0.597 - 3.316 -0.500 -0.111 - 0.247 -2.177 0.173 - -1.092 -2.036 -0.030 - -1.678 -0.758 -0.020 - -3.056 -0.588 -0.233 - -3.592 0.663 -0.217 - -2.793 1.783 0.008 - -1.454 1.656 0.218 - -0.866 0.382 0.209 -A1AA[A+]2=A(A1)[AH+]AA2 - 2.418 0.029 0.398 - 1.940 -1.142 -0.470 - 0.593 -1.633 0.044 - -0.409 -0.561 0.055 - -0.198 0.724 0.046 - 1.408 1.477 -0.009 - -1.379 1.386 -0.270 - -2.511 0.557 0.113 - -1.859 -0.835 0.091 -A1AAA2=A(A1)a1aaaa1=AA2 - 2.552 -1.446 -0.092 - 3.219 -0.166 -0.523 - 2.580 1.017 0.207 - 1.079 0.906 0.123 - 0.483 -0.310 0.125 - 1.238 -1.465 0.203 - -0.900 -0.414 0.054 - -1.640 -1.574 0.055 - -2.970 -1.543 -0.018 - -3.291 0.212 -0.107 - -1.600 0.762 -0.028 - -1.042 1.945 -0.033 - 0.291 2.074 0.040 -A1A[AH+]a2aaaaa2[AH+]A1 - 2.074 -0.001 1.052 - 2.084 1.132 0.061 - 0.933 1.540 -0.581 - -0.221 0.742 -0.283 - -1.404 1.373 0.065 - -2.531 0.620 0.339 - -2.480 -0.760 0.269 - -1.305 -1.397 -0.084 - -0.172 -0.649 -0.370 - 1.027 -1.263 -0.790 - 2.000 -1.339 0.322 -a1aaa2AAA3=AAA[A+]3a2a1 - -2.444 -1.743 0.027 - -3.208 -0.587 0.019 - -2.600 0.652 0.015 - -1.208 0.730 0.018 - -0.511 2.029 0.014 - 0.830 2.029 0.019 - 1.579 0.853 0.027 - 2.969 0.863 0.032 - 3.363 -0.872 0.042 - 1.750 -1.490 0.039 - 0.980 -0.359 -0.314 - -0.439 -0.436 0.027 - -1.064 -1.675 0.031 -A1AA[A@H]2AAA=A[A@H]2A1 - -2.215 0.564 -0.479 - -2.096 -0.962 -0.512 - -0.618 -1.349 -0.562 - 0.099 -0.830 0.687 - 1.576 -1.135 0.544 - 2.356 -0.269 -0.135 - 1.799 0.859 -0.749 - 0.682 1.339 -0.355 - -0.057 0.689 0.782 - -1.525 1.090 0.780 -a1aaa2a(a1)AAAa1aaaaa21 - 3.534 0.471 0.065 - 2.839 1.556 0.579 - 1.459 1.575 0.574 - 0.751 0.499 0.048 - 1.461 -0.616 -0.457 - 2.855 -0.613 -0.451 - 0.707 -1.769 -0.979 - -0.094 -2.589 -0.002 - -0.808 -1.721 0.932 - -1.465 -0.589 0.449 - -2.850 -0.555 0.403 - -3.500 0.557 -0.095 - -2.774 1.645 -0.552 - -1.395 1.630 -0.510 - -0.724 0.516 -0.007 -A1A[A@H]2AAa3aaaaa3A2A1 - 2.986 -1.107 -0.253 - 3.111 0.311 0.067 - 1.696 0.715 0.505 - 1.160 1.868 -0.349 - -0.304 2.114 0.015 - -1.111 0.845 -0.000 - -2.476 0.925 -0.088 - -3.251 -0.240 -0.089 - -2.632 -1.493 -0.003 - -1.270 -1.570 0.079 - -0.506 -0.409 0.079 - 0.883 -0.472 0.150 - 1.708 -1.486 -0.108 -a1aaa2aa3AAA=a3[aH]a2a1 - 3.310 -0.598 -0.004 - 3.254 0.790 -0.006 - 2.054 1.439 -0.002 - 0.858 0.703 0.006 - -0.325 1.348 0.009 - -1.455 0.693 -0.002 - -2.751 1.078 -0.004 - -3.548 -0.009 -0.003 - -2.769 -1.172 -0.001 - -1.447 -0.779 0.000 - -0.251 -1.445 0.002 - 0.916 -0.703 0.001 - 2.152 -1.344 0.003 -A1AA[A@@H]2AAAA[AH+]2A1 - 2.455 -0.653 0.287 - 2.438 0.720 -0.237 - 1.226 1.429 0.196 - -0.010 0.680 -0.309 - -1.270 1.394 0.188 - -2.424 0.651 -0.209 - -2.441 -0.691 0.286 - -1.197 -1.428 -0.216 - 0.006 -0.696 0.232 - 1.221 -1.403 -0.222 -A1AAa2a(A1)aaa1AAA=Aa21 - 3.500 0.256 -0.228 - 2.888 1.397 0.205 - 1.505 1.569 -0.049 - 0.712 0.296 -0.031 - 1.319 -0.955 0.057 - 2.807 -1.016 0.144 - 0.564 -2.124 0.066 - -0.814 -2.060 -0.012 - -1.437 -0.827 -0.096 - -2.828 -0.717 -0.170 - -3.464 0.474 0.406 - -2.687 1.707 0.026 - -1.382 1.649 -0.207 - -0.679 0.354 -0.108 -A1A[A@@H]2Aa3aaaaa3A2A1 - -3.261 0.579 0.203 - -2.768 -0.889 0.150 - -1.407 -0.714 -0.545 - -0.391 -1.624 -0.000 - 0.790 -0.859 0.048 - 2.119 -1.234 0.171 - 3.116 -0.278 0.135 - 2.794 1.057 -0.024 - 1.471 1.444 -0.128 - 0.463 0.495 -0.074 - -0.937 0.615 -0.096 - -1.991 1.403 0.164 -A1AA2AAa3aaaaa3A2=[A+]1 - -3.152 1.141 0.000 - -3.112 -0.398 -0.001 - -1.670 -0.703 -0.001 - -1.027 -1.884 -0.002 - 0.311 -1.988 0.004 - 1.116 -0.855 -0.001 - 2.499 -0.953 -0.001 - 3.268 0.195 -0.001 - 2.670 1.445 0.000 - 1.295 1.560 0.001 - 0.512 0.410 0.000 - -0.971 0.489 0.000 - -1.738 1.544 0.001 -a1aaa2AAA3(AAAA3)AAa2a1 - 3.861 0.773 -0.127 - 3.907 -0.610 -0.108 - 2.730 -1.292 0.022 - 1.467 -0.637 0.137 - 0.447 -1.766 0.250 - -0.936 -1.574 -0.859 - -1.829 -0.104 -0.387 - -3.255 -0.156 -0.999 - -4.167 0.443 0.097 - -3.554 -0.132 1.398 - -2.035 -0.095 1.146 - -1.033 1.410 -0.889 - 0.335 1.711 0.214 - 1.424 0.647 0.122 - 2.642 1.380 -0.014 -a1aaa2aa3AA[AH+]a3aa2a1 - 3.289 0.759 -0.002 - 3.333 -0.632 -0.048 - 2.184 -1.366 -0.054 - 0.945 -0.714 -0.006 - -0.272 -1.437 -0.016 - -1.446 -0.732 0.027 - -2.882 -1.202 0.035 - -3.709 0.093 0.091 - -2.727 1.114 -0.246 - -1.435 0.664 0.072 - -0.283 1.326 0.075 - 0.896 0.700 0.035 - 2.101 1.423 0.039 -A1AAAAAAa2aaaaa2AAAAAA1 - -4.165 0.025 0.127 - -3.734 1.176 -0.602 - -2.969 2.115 0.334 - -1.889 2.722 -0.379 - -0.717 2.932 0.411 - 0.470 2.221 -0.241 - 1.127 1.401 0.729 - 2.211 0.697 0.306 - 3.354 1.363 -0.106 - 4.454 0.646 -0.537 - 4.418 -0.736 -0.558 - 3.281 -1.407 -0.148 - 2.174 -0.694 0.285 - 1.055 -1.352 0.688 - 0.439 -2.224 -0.262 - -0.743 -2.940 0.394 - -1.934 -2.674 -0.350 - -2.971 -2.056 0.415 - -3.855 -1.216 -0.509 -A1=AAA2=A(A1)Aa1aaaaa21 - 3.443 0.078 0.162 - 2.919 -1.167 0.136 - 1.623 -1.431 -0.118 - 0.746 -0.401 -0.075 - 1.154 0.904 -0.063 - 2.607 1.306 -0.100 - -0.017 1.772 -0.013 - -1.202 0.886 0.006 - -2.554 1.166 0.051 - -3.427 0.072 0.056 - -2.965 -1.222 0.018 - -1.600 -1.520 -0.027 - -0.721 -0.447 -0.033 -A1AAa2aa3aa[aH+]a3aa2A1 - -3.287 -0.660 0.340 - -3.265 0.686 -0.397 - -2.090 1.398 0.005 - -0.923 0.696 0.015 - 0.274 1.384 0.036 - 1.482 0.682 0.052 - 2.786 1.065 0.073 - 3.551 0.013 0.088 - 2.778 -1.054 -0.280 - 1.468 -0.722 0.048 - 0.259 -1.404 0.027 - -0.932 -0.700 0.009 - -2.107 -1.387 -0.019 -a1aaa2aa3aa[aH+]a3aa2a1 - 3.319 0.729 -0.005 - 3.335 -0.664 -0.049 - 2.177 -1.378 -0.053 - 0.943 -0.705 -0.011 - -0.270 -1.417 -0.014 - -1.468 -0.721 0.027 - -2.886 -1.139 0.043 - -3.630 0.024 0.086 - -2.802 1.053 -0.244 - -1.484 0.690 0.073 - -0.299 1.397 0.077 - 0.925 0.713 0.035 - 2.145 1.416 0.037 -a1aaa2a(a1)[aH]a1aaaa21 - 3.130 -0.156 0.000 - 2.721 1.166 0.000 - 1.376 1.479 -0.001 - 0.429 0.465 0.000 - 0.842 -0.869 0.001 - 2.197 -1.173 0.001 - -0.302 -1.659 0.001 - -1.403 -0.814 -0.005 - -2.770 -0.787 0.001 - -3.171 0.562 0.001 - -2.088 1.314 0.000 - -0.965 0.475 0.000 -A1=AA2=Aa3aaaaa3AA2=AA1 - -3.584 -0.736 0.000 - -2.425 -1.440 0.000 - -1.154 -0.718 0.000 - -0.006 -1.369 0.000 - 1.153 -0.698 0.000 - 2.372 -1.405 0.001 - 3.552 -0.724 0.000 - 3.568 0.667 -0.001 - 2.391 1.383 -0.001 - 1.172 0.715 -0.001 - 0.017 1.417 0.004 - -1.159 0.754 -0.001 - -2.343 1.428 -0.001 - -3.559 0.730 -0.001 -a1aaa2a(AAAa3aaaaa23)a1 - 3.472 -0.536 -0.079 - 2.779 -1.634 -0.557 - 1.399 -1.653 -0.516 - 0.711 -0.564 0.007 - 1.414 0.532 0.507 - 0.656 1.686 1.104 - 0.057 2.575 0.018 - -0.591 1.730 -1.076 - -1.408 0.619 -0.485 - -2.784 0.672 -0.446 - -3.459 -0.437 0.075 - -2.774 -1.486 0.506 - -1.490 -1.530 0.479 - -0.770 -0.522 0.013 - 2.792 0.544 0.454 -A1=Aa2a(AA1)aaa1aaaaa21 - 2.742 -1.534 0.007 - 1.423 -1.550 -0.003 - 0.748 -0.401 -0.007 - 1.441 0.829 -0.011 - 2.779 0.830 -0.001 - 3.437 -0.311 0.014 - 0.719 2.044 -0.004 - -0.630 2.063 0.003 - -1.382 0.866 0.001 - -2.784 0.894 0.008 - -3.484 -0.277 0.007 - -2.827 -1.502 -0.000 - -1.463 -1.563 -0.006 - -0.718 -0.382 -0.006 -A1AAa2a(AA1)aa1AAA=Aa21 - -3.649 0.597 0.190 - -2.473 1.394 0.751 - -1.350 1.456 -0.286 - -0.450 0.311 -0.109 - -0.837 -0.990 0.036 - -2.265 -1.478 0.071 - -3.148 -0.516 -0.727 - 0.267 -1.774 0.152 - 1.396 -0.931 0.086 - 2.847 -1.171 0.149 - 3.744 0.005 0.041 - 3.169 1.279 -0.113 - 1.824 1.448 -0.166 - 0.927 0.376 -0.072 -A1=Aa2[a+]a3aaaaa3a2AA1 - -3.313 0.216 -0.060 - -2.423 1.181 0.092 - -1.109 0.854 0.071 - -0.062 1.637 0.006 - 1.070 0.883 -0.014 - 2.428 1.205 -0.081 - 3.372 0.202 -0.086 - 2.983 -1.128 -0.027 - 1.647 -1.464 0.045 - 0.680 -0.469 0.048 - -0.693 -0.462 0.108 - -1.644 -1.575 0.207 - -2.932 -1.076 -0.306 -A1AAA2=A(A1)a1aaaaa1AA2 - -2.822 1.469 -0.355 - -3.502 0.323 0.406 - -2.874 -0.995 -0.054 - -1.371 -0.877 -0.033 - -0.755 0.336 -0.006 - -1.444 1.497 0.018 - 0.716 0.376 0.005 - 1.403 1.592 0.026 - 2.770 1.597 0.038 - 3.480 0.404 0.028 - 2.821 -0.806 0.006 - 1.430 -0.833 -0.007 - 0.742 -2.029 -0.030 - -0.600 -2.055 -0.043 -a1aaa2AA[A@]3(AA3)Aa2a1 - 2.881 1.023 -0.036 - 3.088 -0.343 -0.152 - 2.025 -1.221 -0.143 - 0.723 -0.745 -0.015 - -0.302 -1.627 -0.029 - -1.545 -1.282 0.585 - -1.954 0.118 0.116 - -2.879 0.248 -1.086 - -3.306 0.526 0.251 - -0.856 1.147 0.295 - 0.519 0.637 0.118 - 1.602 1.518 0.099 -A1A=A[A@H]2AAA[A@@H]2A1 - 2.239 0.725 0.123 - 2.083 -0.764 0.179 - 0.957 -1.437 -0.043 - -0.276 -0.693 -0.414 - -1.613 -1.230 0.098 - -2.536 0.019 0.021 - -1.603 1.256 0.081 - -0.205 0.690 0.292 - 0.955 1.434 -0.337 -a1aaa2AAAa3a[a+]aa3a2a1 - 2.654 -1.554 -0.346 - 3.304 -0.348 -0.141 - 2.585 0.780 0.177 - 1.186 0.727 0.292 - 0.484 1.957 0.663 - -0.663 2.411 0.158 - -1.374 1.690 -0.904 - -1.732 0.328 -0.381 - -2.984 -0.196 -0.239 - -2.842 -1.426 0.323 - -1.578 -1.665 0.516 - -0.855 -0.600 0.069 - 0.536 -0.486 0.057 - 1.280 -1.623 -0.247 -A1A[A@@H]2AA[A@H](A1)A2 - -1.665 0.023 -0.378 - -1.036 1.191 -0.150 - 0.375 1.185 0.411 - 1.318 0.777 -0.748 - 1.294 -0.785 -0.755 - 0.342 -1.208 0.391 - -1.070 -1.165 -0.164 - 0.441 -0.021 1.390 -A1AA[A@@H]2AAAA[A@H]2A1 - -2.493 0.722 0.277 - -2.490 -0.695 -0.301 - -1.249 -1.442 0.191 - 0.010 -0.703 -0.269 - 1.246 -1.454 0.233 - 2.509 -0.735 -0.251 - 2.444 0.669 0.177 - 1.255 1.458 -0.172 - 0.008 0.718 0.301 - -1.238 1.462 -0.186 -A1A[A@H]2AA[A@@H](A1)A2 - -1.418 0.490 0.626 - -0.575 1.544 -0.102 - 0.794 0.925 -0.435 - 1.356 0.307 0.868 - 0.766 -1.122 0.883 - -0.068 -1.193 -0.417 - -1.399 -0.739 -0.129 - 0.543 -0.215 -1.291 -A1=AAa2a(=A1)aa1AAAAa21 - -3.498 0.022 0.002 - -3.038 -1.279 0.035 - -1.541 -1.500 0.044 - -0.679 -0.289 0.015 - -1.336 0.906 -0.016 - -2.644 1.034 -0.022 - -0.053 2.069 -0.044 - 1.302 0.927 -0.014 - 2.767 1.222 -0.020 - 3.519 -0.056 0.382 - 2.955 -1.230 -0.423 - 1.535 -1.550 0.047 - 0.706 -0.270 0.016 -A1A=a2[aH]a3=AAAa3aa2A1 - 3.419 0.117 -0.000 - 2.402 1.228 0.001 - 1.161 0.736 -0.000 - -0.079 1.392 -0.000 - -1.236 0.654 -0.000 - -2.495 1.064 -0.000 - -3.334 0.021 -0.001 - -2.491 -1.190 0.004 - -1.176 -0.709 -0.001 - 0.048 -1.386 -0.001 - 1.169 -0.735 -0.001 - 2.609 -1.190 -0.000 -A1AAAA2Aa3aaaaa3A=A2AA1 - -3.432 -0.807 -0.707 - -3.063 0.391 -1.455 - -1.891 1.305 -1.403 - -1.505 1.818 -0.006 - -0.700 0.777 0.667 - 0.534 1.255 1.031 - 1.686 0.513 0.472 - 2.894 1.048 0.424 - 3.892 0.432 -0.191 - 3.714 -0.813 -0.810 - 2.491 -1.429 -0.748 - 1.461 -0.775 -0.070 - 0.131 -1.380 0.121 - -0.840 -0.568 0.649 - -2.078 -1.062 1.288 - -3.295 -0.708 0.745 -A1=AA2=A3AAAA3=AAA2=AA1 - 2.624 1.496 0.001 - 1.269 1.574 0.039 - 0.498 0.397 0.030 - -0.910 0.458 0.068 - -1.857 1.634 0.120 - -3.230 1.065 -0.296 - -3.107 -0.421 0.104 - -1.625 -0.723 0.058 - -0.949 -1.935 0.012 - 0.386 -1.990 -0.024 - 1.131 -0.866 -0.017 - 2.511 -0.935 -0.056 - 3.264 0.242 -0.043 -A1AAA2=A(A1)A=A1AAAA1A2 - 3.426 1.009 0.289 - 3.486 -0.334 -0.453 - 2.401 -1.256 0.098 - 1.049 -0.602 0.052 - 0.892 0.733 0.010 - 2.073 1.623 -0.005 - -0.357 1.281 -0.023 - -1.461 0.601 -0.013 - -3.164 1.130 -0.044 - -3.939 -0.533 -0.011 - -2.702 -1.406 0.023 - -1.514 -0.782 0.021 - -0.191 -1.468 0.053 -A1AA=A[A@@H]2A[A@H]2AA1 - 0.780 1.446 0.582 - 1.464 0.750 -0.624 - 1.996 -0.617 -0.171 - 1.071 -1.478 0.328 - -0.310 -1.051 0.418 - -1.572 -1.688 -0.095 - -1.178 -0.299 -0.567 - -1.703 0.984 0.144 - -0.547 1.952 -0.014 -a1aaa2aaa3aa[aH+]a3a2a1 - -2.623 -1.477 -0.038 - -3.250 -0.235 0.009 - -2.521 0.916 0.036 - -1.118 0.853 0.015 - -0.342 2.028 0.042 - 1.017 1.952 0.021 - 1.665 0.703 -0.026 - 3.084 0.298 -0.058 - 3.085 -1.084 -0.101 - 1.820 -1.489 0.250 - 0.930 -0.480 -0.059 - -0.482 -0.411 -0.033 - -1.264 -1.575 -0.059 -A1AA[A@H]2AAAA[A@@H]2A1 - 2.453 -0.789 -0.271 - 2.504 0.639 0.274 - 1.277 1.419 -0.207 - 0.010 0.722 0.289 - -1.227 1.491 -0.183 - -2.481 0.735 0.267 - -2.436 -0.694 -0.280 - -1.240 -1.340 0.164 - -0.041 -0.701 -0.273 - 1.179 -1.482 0.218 -a1aaa2[aH]aa3AAA=a3a2a1 - 2.688 -1.473 -0.006 - 3.282 -0.206 -0.005 - 2.492 0.941 -0.002 - 1.106 0.829 0.000 - 0.313 1.966 0.003 - -1.028 1.923 0.000 - -1.714 0.731 -0.001 - -3.079 0.359 -0.004 - -3.120 -0.990 -0.003 - -1.822 -1.509 0.001 - -0.953 -0.538 0.002 - 0.519 -0.448 0.005 - 1.315 -1.591 0.009 -A1AA2AAa3aaaaa3[A@H]2A1 - -2.896 -1.184 0.543 - -3.121 0.222 -0.063 - -1.748 0.737 -0.193 - -1.120 1.899 -0.031 - 0.218 1.976 0.082 - 1.045 0.851 0.043 - 2.406 0.966 0.296 - 3.211 -0.155 0.252 - 2.672 -1.393 -0.048 - 1.317 -1.513 -0.306 - 0.515 -0.392 -0.280 - -0.968 -0.476 -0.539 - -1.533 -1.535 0.238 -A1[AH2+]AA2=A(AA=AA2)A1 - 2.485 -0.748 -0.219 - 2.381 0.550 0.484 - 1.343 1.380 -0.147 - 0.012 0.671 -0.151 - -0.068 -0.659 -0.088 - -1.259 -1.304 -0.093 - -2.383 -0.648 0.245 - -2.437 0.707 0.198 - -1.242 1.508 -0.236 - 1.169 -1.461 0.010 -A1=AAA[A@@H]2A[A@H]2AA1 - -1.769 -0.456 0.590 - -1.546 0.780 0.431 - -0.801 1.435 -0.701 - 0.579 1.887 -0.128 - 1.063 0.568 0.530 - 2.632 -0.200 0.104 - 0.970 -0.614 -0.415 - 0.180 -1.830 -0.091 - -1.305 -1.567 -0.323 -A1AA=A2A(A1)AAa1aaaaa21 - 3.479 -0.285 -0.038 - 2.843 -1.498 -0.241 - 1.429 -1.543 -0.228 - 0.737 -0.395 -0.004 - 1.416 0.795 0.212 - 2.759 0.830 0.184 - 0.648 2.017 0.483 - -0.563 2.063 -0.461 - -1.399 0.830 -0.214 - -2.771 0.883 -0.206 - -3.506 -0.274 0.022 - -2.856 -1.487 0.243 - -1.474 -1.546 0.238 - -0.738 -0.387 0.010 -a1aaa2a(a1)AA1=A2A=AAA1 - -3.454 0.124 0.054 - -3.022 -1.184 0.017 - -1.663 -1.474 -0.030 - -0.736 -0.445 -0.037 - -1.181 0.890 0.009 - -2.533 1.167 0.056 - 0.038 1.748 -0.010 - 1.159 0.896 -0.061 - 0.740 -0.407 -0.073 - 1.626 -1.461 -0.115 - 2.957 -1.197 0.131 - 3.458 0.063 0.152 - 2.616 1.284 -0.099 -A1AAA2=A(A1)Aa1aaaaa1A2 - 3.633 0.712 0.446 - 3.762 -0.626 -0.294 - 2.511 -1.426 0.005 - 1.227 -0.720 -0.009 - 1.179 0.661 -0.056 - 2.441 1.483 -0.113 - -0.001 1.309 -0.057 - -1.219 0.671 -0.024 - -2.403 1.406 -0.032 - -3.617 0.757 -0.001 - -3.680 -0.630 0.035 - -2.522 -1.377 0.050 - -1.287 -0.732 0.018 - -0.024 -1.493 0.029 -a1aaa2AA[a+]3aaaaa3a2a1 - 2.803 1.535 0.171 - 3.483 0.340 0.009 - 2.788 -0.846 -0.151 - 1.407 -0.834 -0.147 - 0.650 -1.998 -0.298 - -0.664 -2.066 0.325 - -1.403 -0.814 0.142 - -2.692 -0.840 0.119 - -3.411 0.266 -0.018 - -2.828 1.449 -0.182 - -1.503 1.526 -0.164 - -0.765 0.342 -0.001 - 0.714 0.377 0.014 - 1.421 1.561 0.175 -A1=A[A@H]2AA=A[A@@H]2A1 - -2.121 1.014 0.200 - -0.910 1.549 0.011 - 0.108 0.675 -0.501 - 1.835 0.771 0.089 - 2.147 -1.002 -0.045 - 0.926 -1.567 -0.009 - -0.112 -0.700 0.292 - -1.876 -0.740 -0.039 -A1=A[A@H]2AAA[A@H]2A=A1 - 1.640 1.010 -0.546 - 0.447 1.432 -0.138 - -0.423 0.609 0.771 - -1.821 0.763 0.312 - -2.155 -0.232 -0.534 - -0.979 -1.182 -0.690 - -0.148 -0.896 0.583 - 1.298 -1.192 0.383 - 2.141 -0.311 -0.137 -A1A[A@@H]2AA[AH+](A1)A2 - -1.454 -0.322 -0.663 - -1.350 0.979 0.139 - 0.134 1.244 0.451 - 0.924 1.007 -0.861 - 1.246 -0.499 -0.859 - 0.637 -1.022 0.366 - -0.751 -1.457 0.086 - 0.613 0.067 1.343 -A1AA2=A(A1)AAa1aaaaa1A2 - -3.646 -0.531 0.487 - -2.652 -1.430 -0.115 - -1.428 -0.561 -0.334 - -1.741 0.669 0.109 - -3.072 0.676 0.597 - -0.860 1.899 0.116 - 0.354 1.685 -0.657 - 1.293 0.724 -0.292 - 2.551 1.113 0.151 - 3.463 0.158 0.559 - 3.132 -1.184 0.531 - 1.886 -1.582 0.078 - 0.976 -0.628 -0.345 - -0.261 -1.004 -0.884 -A1AAA2(AA1)AAa1aaaaa1A2 - -3.377 1.078 -0.681 - -2.018 1.061 -1.384 - -1.385 -0.324 -1.235 - -1.197 -0.642 0.250 - -2.554 -0.623 0.954 - -3.188 0.762 0.804 - -0.569 -2.035 0.393 - 0.781 -1.991 -0.300 - 1.574 -0.770 -0.116 - 2.922 -0.726 -0.506 - 3.643 0.442 -0.334 - 3.037 1.557 0.231 - 1.704 1.518 0.623 - 0.964 0.362 0.455 - -0.334 0.329 0.842 -A1=AA[A@H]2AAA[A@@H]2A1 - 2.160 0.636 -0.102 - 2.154 -0.647 0.100 - 0.900 -1.488 0.222 - -0.232 -0.678 -0.374 - -1.639 -1.130 -0.120 - -2.385 -0.001 -0.004 - -1.643 1.129 0.122 - -0.226 0.691 0.379 - 0.914 1.488 -0.221 -A1AA[A@H]2AA=AA[A@H]2A1 - 2.322 0.547 0.415 - 2.189 -0.973 0.410 - 0.720 -1.378 0.541 - -0.067 -0.780 -0.614 - -1.517 -1.244 -0.606 - -2.399 -0.356 0.213 - -2.067 0.818 0.638 - -0.733 1.453 0.396 - 0.046 0.731 -0.690 - 1.505 1.182 -0.703 -A1=Aa2[aH]a3aaaaa3a2AA1 - -3.407 -0.213 0.001 - -2.495 -1.205 0.001 - -1.118 -0.893 -0.005 - 0.013 -1.666 0.001 - 1.143 -0.868 0.000 - 2.502 -1.163 0.000 - 3.430 -0.144 0.001 - 3.022 1.182 0.000 - 1.680 1.495 0.000 - 0.731 0.474 0.000 - -0.739 0.454 0.000 - -1.733 1.451 0.000 - -3.034 1.097 0.000 -a1aaa2Aa3aaa[a+]a3Aa2a1 - 3.553 0.790 0.248 - 3.609 -0.607 0.266 - 2.444 -1.353 0.074 - 1.238 -0.715 -0.138 - 0.003 -1.540 -0.357 - -1.246 -0.735 -0.139 - -2.450 -1.388 0.077 - -3.593 -0.627 0.274 - -3.500 0.751 0.247 - -2.341 1.345 0.041 - -1.225 0.652 -0.149 - -0.025 1.331 -0.338 - 1.186 0.674 -0.144 - 2.348 1.422 0.044 -A1A[A@H]2Aa3aaaaa3AA2A1 - -3.449 0.026 0.446 - -2.901 1.084 -0.186 - -1.540 0.620 -0.664 - -0.433 1.422 0.019 - 0.867 0.660 0.027 - 2.034 1.405 0.166 - 3.265 0.787 0.198 - 3.348 -0.590 0.094 - 2.194 -1.332 -0.050 - 0.954 -0.708 -0.091 - -0.257 -1.582 -0.276 - -1.458 -0.761 -0.137 - -2.622 -1.029 0.455 -A1=AAA2=Aa3aaaaa3AA2=A1 - -3.583 -0.742 0.000 - -3.664 0.639 -0.005 - -2.497 1.408 0.001 - -1.204 0.720 0.001 - -0.003 1.445 0.001 - 1.218 0.719 0.001 - 2.452 1.393 0.000 - 3.628 0.666 -0.001 - 3.593 -0.719 -0.002 - 2.387 -1.396 -0.001 - 1.187 -0.687 0.000 - 0.010 -1.349 0.001 - -1.170 -0.693 0.001 - -2.358 -1.399 0.000 -A1AAAA=Aa2aaa(AAAA1)aa2 - 0.623 2.238 0.577 - 1.854 2.588 -0.150 - 2.778 1.380 -0.149 - 2.176 0.185 0.045 - 2.872 -1.027 0.057 - 2.083 -2.113 0.065 - 0.637 -1.846 0.004 - -0.282 -2.151 0.985 - -1.582 -1.676 0.896 - -1.937 -0.838 -0.148 - -3.103 -0.135 -0.146 - -2.909 1.289 -0.269 - -1.797 1.743 0.675 - -0.559 2.149 -0.084 - -1.060 -0.632 -1.207 - 0.205 -1.161 -1.156 -A1=AAa2a(=A1)aa1aaaaa21 - 3.517 0.083 -0.000 - 2.891 1.296 -0.000 - 1.501 1.385 0.001 - 0.706 0.275 -0.000 - 1.331 -0.937 -0.000 - 2.713 -1.077 -0.000 - -0.002 -2.113 -0.001 - -1.344 -0.949 -0.001 - -2.715 -1.070 0.005 - -3.499 0.070 -0.001 - -2.885 1.312 -0.001 - -1.516 1.431 -0.000 - -0.695 0.290 -0.000 -A1A[A@@H]2A=AA[A@@H]2A1 - -2.109 -0.300 0.268 - -0.892 -1.242 0.436 - 0.092 -0.735 -0.645 - 1.508 -0.957 -0.174 - 1.994 0.114 0.390 - 0.982 1.235 0.394 - -0.092 0.809 -0.632 - -1.483 1.076 -0.036 -A1AAAAAa2aaa[a+]a2AAAA1 - -2.944 0.643 -0.464 - -2.996 -0.570 0.466 - -3.080 -1.850 -0.368 - -1.740 -2.587 -0.308 - -0.606 -1.609 -0.623 - 0.127 -1.245 0.670 - 1.466 -0.642 0.330 - 2.646 -1.308 0.672 - 3.873 -0.698 0.339 - 3.852 0.547 -0.311 - 2.701 1.203 -0.644 - 1.538 0.579 -0.306 - 0.265 1.297 -0.674 - -0.499 1.667 0.598 - -1.626 2.641 0.250 - -2.973 1.926 0.368 -A1A=A[A@H]2AA=A[A@H]2A1 - -1.781 0.479 -0.527 - -1.643 -0.862 -0.576 - -0.625 -1.471 0.037 - 0.438 -0.756 0.810 - 1.781 -0.885 0.038 - 1.844 0.352 -0.828 - 0.997 1.258 -0.415 - 0.235 0.769 0.792 - -1.244 1.116 0.666 -A1Aa2aaaa3[aH]aa(A1)a23 - -2.353 -1.100 0.465 - -1.262 -1.939 -0.203 - 0.073 -1.257 -0.103 - 1.316 -1.854 -0.045 - 2.457 -1.032 0.051 - 2.385 0.333 0.088 - 1.142 0.964 0.033 - 0.645 2.243 0.040 - -0.736 2.227 -0.033 - -1.176 0.986 -0.085 - -2.516 0.298 -0.150 - 0.030 0.135 -0.058 -a1aaa2aa3aaaaa3[a+]a2a1 - -3.565 0.726 0.006 - -3.589 -0.676 0.007 - -2.444 -1.403 -0.006 - -1.197 -0.745 -0.005 - -0.000 -1.465 -0.002 - 1.197 -0.745 -0.001 - 2.444 -1.403 0.003 - 3.589 -0.676 0.004 - 3.565 0.725 0.002 - 2.381 1.424 -0.001 - 1.160 0.721 -0.002 - -0.000 1.372 -0.005 - -1.160 0.721 -0.001 - -2.380 1.424 0.002 -A1A[AH+]a2aa3AAAa3aa2A1 - -3.420 -0.699 -0.283 - -3.339 0.672 0.405 - -2.124 1.426 -0.069 - -0.907 0.682 -0.043 - 0.286 1.385 -0.085 - 1.494 0.705 -0.084 - 2.779 1.159 -0.121 - 3.592 0.054 0.314 - 2.820 -1.106 -0.050 - 1.518 -0.693 -0.041 - 0.339 -1.406 0.002 - -0.884 -0.725 0.002 - -2.153 -1.460 0.052 -A1AAa2aa3aaaaa3[a+]a2A1 - 3.596 0.693 0.445 - 3.713 -0.644 -0.298 - 2.462 -1.442 0.008 - 1.178 -0.732 -0.009 - -0.020 -1.463 0.026 - -1.235 -0.737 0.017 - -2.474 -1.389 0.048 - -3.623 -0.655 0.035 - -3.578 0.735 0.001 - -2.388 1.399 -0.030 - -1.184 0.677 -0.023 - -0.004 1.398 -0.059 - 1.143 0.673 -0.055 - 2.414 1.481 -0.112 -A1=AAa2aa3[a+]aaaa3a2A1 - -2.905 -1.196 0.000 - -3.493 0.028 0.000 - -2.714 1.136 0.001 - -1.324 0.965 0.000 - 0.056 2.077 0.000 - 1.375 0.888 -0.001 - 2.718 1.070 -0.001 - 3.474 -0.071 -0.002 - 2.924 -1.351 0.005 - 1.547 -1.515 -0.001 - 0.716 -0.356 -0.001 - -0.753 -0.307 0.000 - -1.620 -1.362 -0.001 -A1A[A@@H]2AA=A[A@@H]2A1 - -1.570 -0.147 -0.842 - -1.389 0.969 0.056 - -0.136 0.771 0.728 - 0.961 1.267 -0.123 - 1.731 0.166 -0.498 - 1.344 -0.912 -0.060 - 0.131 -0.757 0.754 - -1.069 -1.359 -0.016 -A1AAA2=[A+](A1)AA[AH+]2 - 2.171 0.661 0.324 - 2.148 -0.714 -0.355 - 0.954 -1.507 0.182 - -0.286 -0.631 0.118 - -0.253 0.652 -0.027 - 0.964 1.468 -0.157 - -1.617 1.202 -0.046 - -2.521 -0.035 0.113 - -1.558 -1.096 -0.150 -a1aaa2AAa3aa[aH]a3Aa2a1 - -3.114 1.192 0.539 - -3.441 -0.152 0.559 - -2.528 -1.102 0.143 - -1.268 -0.706 -0.306 - -0.339 -1.678 -0.668 - 0.866 -1.907 0.116 - 1.750 -0.684 0.123 - 3.066 -0.671 0.610 - 3.547 0.536 0.475 - 2.559 1.341 -0.103 - 1.458 0.564 -0.314 - 0.277 1.028 -0.884 - -0.966 0.645 -0.361 - -1.873 1.594 0.077 -A1[AH2+]Aa2aaaaa2[AH+]1 - -2.368 0.683 0.092 - -2.449 -0.665 -0.217 - -1.272 -1.421 0.112 - 0.023 -0.712 0.049 - 1.232 -1.399 0.028 - 2.416 -0.694 -0.025 - 2.405 0.692 -0.057 - 1.211 1.385 -0.036 - 0.011 0.693 0.017 - -1.210 1.436 0.037 -A1AA[A@H]2AA=A[A@@H]2A1 - 2.286 0.421 0.181 - 2.144 -1.057 -0.162 - 0.776 -1.621 0.287 - -0.255 -0.741 -0.330 - -2.012 -1.031 -0.020 - -2.510 0.694 -0.037 - -1.393 1.380 0.098 - -0.145 0.678 0.310 - 1.112 1.273 -0.331 -A1=AAa2a(A1)aaa1AAAAa21 - -3.494 -0.305 0.011 - -2.766 -1.433 0.037 - -1.433 -1.461 0.039 - -0.714 -0.324 0.013 - -1.357 0.924 -0.016 - -2.831 0.952 -0.017 - -0.609 2.101 -0.042 - 0.754 2.035 -0.041 - 1.407 0.799 -0.014 - 2.765 0.794 -0.023 - 3.432 -0.404 0.375 - 2.812 -1.580 -0.390 - 1.352 -1.721 0.049 - 0.678 -0.373 0.014 -a1aaa2AAa3aaaaa3AAa2a1 - 2.925 -0.761 -1.411 - 2.989 0.623 -1.388 - 2.269 1.338 -0.453 - 1.473 0.673 0.474 - 0.755 1.410 1.407 - -0.576 1.467 1.409 - -1.407 0.727 0.449 - -2.144 1.431 -0.511 - -2.925 0.749 -1.417 - -2.987 -0.634 -1.384 - -2.267 -1.342 -0.444 - -1.472 -0.669 0.479 - -0.755 -1.398 1.418 - 0.573 -1.456 1.418 - 1.407 -0.723 0.455 - 2.143 -1.436 -0.499 -A1AAa2a(A1)aa1A=AAAa21 - -3.531 -0.096 -0.387 - -2.965 -1.266 0.423 - -1.544 -1.583 -0.045 - -0.718 -0.300 -0.014 - -1.320 0.908 0.015 - -2.792 1.188 0.020 - 0.007 2.083 0.044 - 1.369 0.946 0.017 - 2.693 1.075 0.025 - 3.470 0.026 -0.005 - 2.955 -1.230 -0.035 - 1.626 -1.442 -0.040 - 0.744 -0.311 -0.014 -A1AAa2aa3aa[aH]a3aa2A1 - 3.252 -0.605 -0.396 - 3.275 0.705 -0.088 - 2.131 1.376 0.158 - 0.905 0.696 0.109 - -0.283 1.392 0.031 - -1.493 0.691 -0.018 - -2.788 1.079 -0.096 - -3.564 0.024 -0.116 - -2.804 -1.112 -0.052 - -1.482 -0.716 0.012 - -0.276 -1.401 0.092 - 0.906 -0.700 0.140 - 2.227 -1.424 0.230 -A1AA2A=AAa3aaaa(A1)a23 - -1.890 2.064 0.438 - -2.330 0.791 -0.286 - -1.339 -0.280 -0.114 - -1.808 -1.542 -0.019 - -0.985 -2.640 0.076 - 0.473 -2.436 0.082 - 0.950 -1.044 0.022 - 2.321 -0.761 0.035 - 2.767 0.528 -0.006 - 1.854 1.585 -0.053 - 0.479 1.321 -0.056 - -0.498 2.417 -0.055 - 0.005 -0.008 -0.058 -A1AAa2aa3aaaa3[a+]a2A1 - -3.340 -0.918 0.394 - -3.439 0.386 -0.407 - -2.322 1.320 0.053 - -0.992 0.612 0.021 - 0.157 1.397 0.046 - 1.430 0.772 0.022 - 2.752 1.378 0.040 - 3.835 0.589 0.017 - 3.150 -1.056 -0.032 - 1.424 -0.638 -0.021 - 0.317 -1.418 -0.045 - -0.885 -0.762 -0.024 - -2.089 -1.667 -0.060 -A1AAa2aa3A=AAAa3aa2AA1 - -3.897 0.005 -0.499 - -3.057 1.265 -0.637 - -2.152 1.392 0.462 - -0.974 0.713 0.347 - 0.215 1.400 0.201 - 1.412 0.689 0.094 - 2.691 1.418 -0.065 - 3.851 0.656 -0.007 - 3.788 -0.671 -0.644 - 2.690 -1.493 0.029 - 1.411 -0.706 0.130 - 0.213 -1.383 0.273 - -0.975 -0.677 0.380 - -2.156 -1.344 0.523 - -3.060 -1.261 -0.581 -A1AAa2a(AA1)aa1aaaaa21 - 3.439 0.663 0.386 - 2.283 1.624 0.511 - 1.316 1.491 -0.671 - 0.439 0.330 -0.398 - 0.871 -0.953 -0.322 - 2.316 -1.389 -0.523 - 3.128 -0.794 0.635 - -0.177 -1.782 -0.060 - -1.370 -0.922 0.042 - -2.719 -1.165 0.292 - -3.608 -0.114 0.322 - -3.166 1.184 0.104 - -1.835 1.439 -0.144 - -0.921 0.391 -0.179 -A1A=A[A@H]2AAA[A@H]2A1 - -2.015 0.960 -0.246 - -2.149 -0.530 -0.106 - -1.166 -1.295 0.246 - 0.216 -0.831 0.557 - 1.196 -1.185 -0.582 - 2.358 -0.185 -0.408 - 1.791 1.018 0.366 - 0.304 0.705 0.642 - -0.535 1.342 -0.470 -a1aaa2aa3[a+]aaaa3a2a1 - 2.915 -1.171 0.001 - 3.473 0.025 -0.003 - 2.710 1.118 0.002 - 1.331 0.958 0.001 - -0.048 2.070 -0.000 - -1.369 0.883 -0.000 - -2.714 1.068 -0.000 - -3.469 -0.065 -0.000 - -2.929 -1.336 -0.000 - -1.553 -1.510 -0.000 - -0.718 -0.361 -0.000 - 0.755 -0.319 0.001 - 1.619 -1.360 0.001 -A1[AH2+]AA2=A(AAAA2)A1 - 2.419 0.648 0.387 - 2.394 -0.617 -0.374 - 1.273 -1.450 0.092 - -0.011 -0.666 0.037 - -0.032 0.676 -0.031 - -1.238 1.332 -0.068 - -2.396 0.650 -0.045 - -2.403 -0.695 0.017 - -1.241 -1.375 0.059 - 1.232 1.494 -0.076 -a1aaa2aaa3[a+]aaa3a2a1 - 2.670 1.477 0.000 - 3.267 0.224 0.000 - 2.500 -0.917 0.000 - 1.102 -0.822 0.000 - 0.283 -2.034 -0.002 - -1.062 -1.984 0.003 - -1.754 -0.704 -0.001 - -2.989 -0.264 -0.001 - -2.977 0.950 0.000 - -1.881 1.475 0.000 - -0.962 0.548 0.000 - 0.499 0.455 0.000 - 1.298 1.597 0.000 -A1AAa2a[a+]a3aaaa3a2A1 - 2.741 1.353 0.398 - 3.288 0.167 -0.404 - 2.567 -1.099 0.054 - 1.073 -0.898 0.024 - 0.262 -2.046 0.040 - -1.098 -2.006 0.036 - -1.644 -0.769 0.010 - -3.337 -0.231 -0.001 - -3.049 1.529 -0.037 - -1.692 1.615 -0.039 - -0.917 0.443 -0.015 - 0.505 0.330 -0.013 - 1.300 1.606 -0.055 -a1aaa2aa3aaaa3[aH]a2a1 - -3.318 0.803 -0.129 - -3.422 -0.574 -0.203 - -2.285 -1.355 -0.102 - -1.050 -0.763 0.061 - 0.396 -1.775 0.176 - 1.661 -0.718 0.032 - 2.988 -0.947 -0.170 - 3.570 0.239 -0.213 - 2.691 1.167 -0.050 - 1.501 0.642 0.106 - 0.290 1.266 0.311 - -0.935 0.619 0.138 - -2.087 1.399 0.041 -A1=AAA[A@H]2A[A@H]2AA1 - -1.563 0.671 0.715 - -1.573 -0.668 0.721 - -1.202 -1.515 -0.511 - 0.285 -1.311 -0.695 - 1.098 -0.753 0.442 - 2.715 -0.015 0.066 - 1.113 0.749 0.455 - 0.312 1.344 -0.670 - -1.183 1.501 -0.526 -a1aaa2a(a1)AAAA12AAAA1 - 2.886 1.315 0.053 - 1.770 2.123 -0.052 - 0.517 1.552 -0.123 - 0.365 0.171 -0.091 - 1.477 -0.635 0.005 - 2.739 -0.056 0.082 - 1.393 -2.133 0.019 - -0.009 -2.643 0.266 - -1.057 -1.860 -0.494 - -1.030 -0.382 -0.163 - -1.833 0.404 -1.217 - -2.992 1.092 -0.468 - -2.492 1.194 0.994 - -1.735 -0.143 1.190 -A1AAa2aa3[a+]aaaa3a2A1 - 3.089 1.014 0.379 - 3.339 -0.196 -0.341 - 2.515 -1.302 0.052 - 1.074 -0.846 0.029 - -0.031 -1.604 0.046 - -1.143 -0.842 0.016 - -2.462 -1.219 0.022 - -3.371 -0.214 -0.014 - -3.046 1.147 -0.056 - -1.688 1.521 -0.061 - -0.727 0.500 -0.024 - 0.728 0.455 -0.013 - 1.725 1.584 -0.039 -a1aaa2Aa3aaaaa3A=Aa2a1 - -3.495 -0.048 0.922 - -3.162 -1.338 0.510 - -1.997 -1.553 -0.222 - -1.159 -0.481 -0.547 - 0.001 -0.734 -1.271 - 1.161 -0.481 -0.548 - 2.005 -1.550 -0.229 - 3.169 -1.333 0.503 - 3.495 -0.043 0.923 - 2.657 1.023 0.603 - 1.491 0.806 -0.137 - 0.643 1.953 -0.478 - -0.649 1.954 -0.482 - -1.496 0.805 -0.144 - -2.663 1.021 0.596 -a1aaa2Aa3aaaaa3AAAa2a1 - 3.685 -0.023 0.748 - 3.530 -1.109 -0.094 - 2.321 -1.321 -0.737 - 1.282 -0.447 -0.530 - 0.089 -0.463 -1.270 - -1.116 -0.542 -0.558 - -1.562 -1.753 -0.049 - -2.731 -1.793 0.692 - -3.454 -0.636 0.925 - -3.016 0.573 0.409 - -1.856 0.610 -0.335 - -1.387 1.770 -0.886 - -0.145 2.278 -0.358 - 0.320 1.392 0.674 - 1.411 0.625 0.377 - 2.632 0.842 0.985 -A1Aa2aaa3a[a+]aaa3a2A1 - 3.221 1.034 -0.000 - 3.022 -0.294 -0.000 - 1.671 -0.630 -0.000 - 1.086 -1.834 -0.000 - -0.224 -1.997 -0.000 - -1.077 -0.879 -0.000 - -2.480 -0.988 -0.000 - -3.336 0.078 -0.001 - -2.766 1.327 -0.000 - -1.383 1.572 0.001 - -0.490 0.414 0.001 - 0.896 0.517 -0.000 - 1.854 1.684 -0.000 -A1=[A+]Aa2aaaaa2[AH+]1 - -2.351 -0.698 -0.143 - -2.500 0.624 -0.151 - -1.281 1.451 0.165 - 0.021 0.704 0.072 - 1.216 1.394 0.001 - 2.412 0.703 -0.073 - 2.418 -0.680 -0.075 - 1.227 -1.377 -0.007 - 0.027 -0.685 0.065 - -1.192 -1.435 0.147 -a1a[aH]a2aaa3aaaa3a2a1 - -2.777 1.353 -0.000 - -3.288 0.090 0.001 - -2.458 -0.962 0.001 - -1.099 -0.805 -0.005 - -0.308 -1.956 0.001 - 1.042 -1.875 0.001 - 1.688 -0.632 0.000 - 3.004 -0.372 -0.001 - 3.191 0.921 -0.000 - 1.954 1.569 0.001 - 0.958 0.595 0.001 - -0.509 0.496 0.001 - -1.395 1.572 -0.001 -A1AAAAAAa2aaaaa2AAAAA1 - -3.955 0.747 -0.163 - -3.862 -0.644 0.469 - -2.932 -1.524 -0.369 - -2.299 -2.592 0.525 - -1.026 -3.124 -0.135 - 0.183 -2.328 0.360 - 0.840 -1.619 -0.825 - 1.980 -0.760 -0.347 - 3.236 -1.318 -0.238 - 4.318 -0.545 0.171 - 4.142 0.799 0.464 - 2.883 1.368 0.371 - 1.783 0.582 -0.009 - 0.439 1.187 -0.078 - 0.305 2.513 -0.182 - -0.958 3.174 0.034 - -2.123 2.392 -0.557 - -2.947 1.684 0.515 -A1=AA[A@H]2AAA[A@H]2A1 - -1.753 -0.905 0.519 - -2.139 0.293 0.228 - -1.272 1.288 -0.477 - 0.168 0.874 -0.547 - 0.964 1.082 0.749 - 2.179 0.253 0.548 - 1.873 -0.796 -0.446 - 0.371 -0.633 -0.808 - -0.395 -1.452 0.235 -A1=A[A+]2AAA[A@H]2A=A1 - 2.134 -0.568 0.183 - 1.097 -1.384 -0.121 - -0.240 -0.802 -0.536 - -1.451 -1.266 0.213 - -2.178 0.003 0.737 - -1.710 1.080 -0.277 - -0.294 0.627 -0.669 - 0.754 1.449 0.038 - 1.884 0.857 0.429 -A1AAAAAA2(AAAAA1)AAAA2 - -3.203 0.213 -0.501 - -3.380 -1.052 0.341 - -2.778 -2.249 -0.396 - -1.357 -2.506 0.109 - -0.468 -1.303 -0.215 - 0.930 -1.536 0.359 - 1.749 -0.246 0.300 - 0.963 0.934 0.873 - 0.349 1.752 -0.266 - -0.714 2.697 0.298 - -2.055 2.431 -0.387 - -2.840 1.387 0.409 - 2.186 0.035 -1.078 - 3.531 0.059 -1.060 - 4.030 -0.199 0.154 - 3.054 -0.422 1.055 -A1A[A@H]2A=AA[A@@H]2A1 - -2.221 0.034 -0.074 - -1.307 -1.202 -0.067 - 0.010 -0.685 0.329 - 1.356 -1.163 -0.014 - 2.095 -0.087 -0.099 - 1.310 1.103 0.129 - 0.039 0.736 -0.364 - -1.283 1.261 0.158 -a1aaa2AAA3(AAAA3)Aa2a1 - 3.112 1.320 -0.053 - 3.506 0.087 -0.535 - 2.627 -0.987 -0.501 - 1.344 -0.808 0.023 - 0.378 -1.922 0.087 - -0.937 -1.639 0.195 - -1.407 -0.258 0.251 - -1.567 0.298 -1.173 - -3.057 0.667 -1.336 - -3.554 0.888 0.114 - -2.801 -0.211 0.906 - -0.439 0.620 1.048 - 0.956 0.447 0.504 - 1.839 1.500 0.467 -A1AAa2aaaaa2a2aaaaa2A1 - 0.626 2.680 0.420 - -0.643 2.680 -0.430 - -0.714 1.428 -1.302 - -1.468 0.338 -0.566 - -2.839 0.370 -0.474 - -3.514 -0.664 0.164 - -2.800 -1.730 0.702 - -1.416 -1.754 0.627 - -0.734 -0.706 -0.005 - 0.740 -0.694 -0.025 - 1.437 -1.732 -0.657 - 2.823 -1.705 -0.704 - 3.522 -0.651 -0.127 - 2.832 0.372 0.512 - 1.458 0.340 0.570 - 0.691 1.428 1.293 -A1AA[A@H]2AAA[A@@H]2A1 - -2.188 0.737 -0.203 - -2.190 -0.738 0.183 - -0.917 -1.453 -0.260 - 0.253 -0.704 0.333 - 1.648 -1.139 0.018 - 2.398 -0.003 -0.008 - 1.654 1.136 -0.019 - 0.252 0.709 -0.325 - -0.914 1.456 0.284 -a1aaa2[aH]a3=AAAa3a2a1 - -2.783 -1.074 0.004 - -3.132 0.265 -0.001 - -2.154 1.240 -0.001 - -0.815 0.876 0.000 - 0.367 1.607 0.000 - 1.419 0.733 0.000 - 2.748 0.734 0.001 - 3.263 -0.487 0.000 - 2.083 -1.439 -0.001 - 0.924 -0.533 0.000 - -0.463 -0.475 -0.001 - -1.454 -1.447 -0.002 -a1aaa2[aH+]a3AAAa3a2a1 - -2.806 -1.120 -0.016 - -3.176 0.218 0.089 - -2.222 1.209 0.136 - -0.872 0.878 0.077 - 0.276 1.593 -0.253 - 1.380 0.791 0.015 - 2.895 0.856 -0.018 - 3.365 -0.579 0.303 - 2.156 -1.419 -0.163 - 0.971 -0.483 -0.066 - -0.495 -0.472 -0.029 - -1.471 -1.470 -0.070 -A1AAa2a(A1)aa1AA=AAa21 - 3.531 -0.099 0.387 - 2.963 -1.268 -0.424 - 1.543 -1.584 0.045 - 0.715 -0.303 0.014 - 1.322 0.908 -0.014 - 2.794 1.185 -0.018 - -0.003 2.089 -0.044 - -1.357 0.960 -0.018 - -2.708 1.120 -0.023 - -3.465 -0.016 0.005 - -2.962 -1.214 0.034 - -1.635 -1.483 0.041 - -0.736 -0.301 0.013 -A1AA[A@@H]2AAA[AH+]2A1 - -2.173 0.745 0.277 - -2.215 -0.715 -0.175 - -0.932 -1.437 0.213 - 0.245 -0.668 -0.372 - 1.620 -1.235 -0.003 - 2.521 0.017 0.142 - 1.572 1.222 -0.093 - 0.267 0.630 0.249 - -0.904 1.437 -0.242 -a1aaa2a(a1)aaa1aaaaa21 - 3.501 -0.310 0.000 - 2.830 -1.527 -0.000 - 1.465 -1.572 -0.001 - 0.734 -0.382 -0.000 - 1.413 0.858 0.000 - 2.815 0.869 0.001 - 0.675 2.064 0.000 - -0.674 2.064 0.001 - -1.411 0.857 -0.000 - -2.814 0.870 -0.001 - -3.505 -0.307 -0.001 - -2.837 -1.527 0.004 - -1.461 -1.573 -0.002 - -0.732 -0.382 -0.001 -A1AA2=A(A1)a1aaaaa1AA2 - -3.222 1.163 0.000 - -3.050 -0.336 0.000 - -1.660 -0.640 -0.000 - -0.897 0.484 0.001 - -1.786 1.709 -0.000 - 0.518 0.391 -0.001 - 1.325 1.536 -0.000 - 2.707 1.398 0.000 - 3.292 0.132 0.000 - 2.506 -1.009 0.000 - 1.121 -0.890 -0.000 - 0.238 -2.065 -0.000 - -1.090 -1.878 -0.000 -A1A[A@@H]2A=AA[A@H]2A1 - 2.220 0.038 -0.069 - 1.310 -1.200 -0.062 - -0.009 -0.687 0.332 - -1.353 -1.163 -0.021 - -2.093 -0.087 -0.099 - -1.309 1.102 0.140 - -0.044 0.730 -0.368 - 1.278 1.265 0.149 -A1AAa2aa3aa[a+]aa3a2A1 - 2.910 -1.288 -0.004 - 3.507 -0.084 0.001 - 2.756 1.039 0.000 - 1.355 0.924 0.000 - 0.027 2.101 -0.000 - -1.340 0.974 0.000 - -2.715 1.108 -0.000 - -3.485 -0.026 -0.001 - -2.971 -1.295 -0.000 - -1.620 -1.404 0.001 - -0.735 -0.302 0.001 - 0.732 -0.311 0.001 - 1.577 -1.430 0.001 -A1=AAa2a(A1)aa1aaaaa21 - 3.402 0.078 0.001 - 2.954 -1.196 -0.000 - 1.566 -1.449 -0.001 - 0.691 -0.417 -0.001 - 1.159 0.866 -0.000 - 2.511 1.112 0.001 - 0.081 1.746 -0.000 - -1.136 0.912 -0.000 - -2.499 1.199 -0.000 - -3.414 0.168 -0.001 - -2.981 -1.149 0.004 - -1.635 -1.446 -0.001 - -0.698 -0.419 -0.001 -A1AAa2aaa3aa[a+]a3a2A1 - -2.681 1.417 -0.392 - -3.266 0.251 0.413 - -2.594 -1.039 -0.051 - -1.092 -0.895 -0.026 - -0.345 -2.074 -0.044 - 1.033 -2.020 -0.036 - 1.659 -0.800 -0.011 - 3.347 -0.249 0.005 - 3.009 1.506 0.038 - 1.696 1.538 0.035 - 0.943 0.415 0.016 - -0.474 0.324 0.007 - -1.233 1.625 0.048 -A1AA[A@H]2AAAA[A@H]2A1 - -2.086 1.023 -0.466 - -2.256 -0.498 -0.473 - -1.581 -1.063 0.747 - -0.090 -0.735 0.742 - 0.578 -1.347 -0.489 - 2.080 -1.055 -0.451 - 2.306 0.459 -0.467 - 1.542 1.067 0.631 - 0.101 0.779 0.726 - -0.596 1.366 -0.504 -A1AA[A@@H]2A=AA=AA2=A1 - -2.404 -0.844 -0.152 - -2.206 0.625 -0.471 - -1.346 1.305 0.313 - -0.059 0.720 0.572 - 1.050 1.467 -0.115 - 2.196 0.853 -0.403 - 2.412 -0.559 -0.094 - 1.366 -1.356 0.227 - 0.026 -0.736 0.220 - -1.031 -1.473 -0.099 -a1aaa2a(a1)AAa1aaaaa21 - 3.526 -0.243 -0.000 - 2.880 -1.487 0.001 - 1.484 -1.555 -0.004 - 0.748 -0.381 0.001 - 1.409 0.867 0.001 - 2.804 0.916 -0.000 - 0.595 2.091 -0.000 - -0.745 2.013 -0.001 - -1.414 0.838 -0.000 - -2.804 0.836 -0.000 - -3.496 -0.357 -0.000 - -2.816 -1.565 0.001 - -1.438 -1.584 0.001 - -0.729 -0.384 0.001 -a1aaa2a(a1)AA1=AAAAA21 - -3.406 0.078 -0.054 - -2.923 -1.212 0.030 - -1.566 -1.487 0.084 - -0.691 -0.397 0.050 - -1.196 0.909 -0.038 - -2.546 1.171 -0.089 - -0.012 1.831 -0.052 - 1.174 0.905 0.041 - 2.485 1.217 0.075 - 3.485 0.088 0.187 - 2.923 -1.166 -0.484 - 1.588 -1.552 0.162 - 0.689 -0.387 0.087 -A1=Aa2aaa3A=AAAa3a2AA1 - -3.465 0.326 0.178 - -2.864 -0.839 -0.063 - -1.385 -0.864 -0.065 - -0.689 -2.064 0.075 - 0.689 -2.064 0.074 - 1.385 -0.863 -0.067 - 2.864 -0.838 -0.067 - 3.465 0.327 0.178 - 2.633 1.552 0.449 - 1.409 1.538 -0.355 - 0.695 0.349 -0.210 - -0.695 0.349 -0.210 - -1.409 1.538 -0.358 - -2.634 1.552 0.446 -A1A=Aa2aaaa3AAA(A1)a23 - -2.541 0.080 0.819 - -2.551 -1.021 -0.134 - -1.471 -1.592 -0.558 - -0.102 -1.169 -0.234 - 0.891 -2.127 -0.017 - 2.187 -1.736 0.238 - 2.517 -0.391 0.264 - 1.544 0.567 0.063 - 1.621 2.080 0.021 - 0.204 2.500 -0.429 - -0.610 1.316 -0.113 - -1.907 1.304 0.222 - 0.224 0.194 -0.141 -A1AAa2aa3[AH+]AAa3a2A1 - -2.763 1.050 -0.054 - -3.088 -0.254 -0.024 - -2.147 -1.216 0.012 - -0.804 -0.873 0.033 - 0.325 -1.577 0.073 - 1.374 -0.761 0.076 - 2.725 -0.766 -0.248 - 3.308 0.524 0.088 - 2.073 1.440 0.040 - 0.930 0.517 0.037 - -0.458 0.472 0.008 - -1.473 1.444 -0.036 -A1AAa2aa3[aH+]aaa3a2A1 - -2.739 1.055 -0.050 - -3.069 -0.248 -0.035 - -2.133 -1.214 0.012 - -0.788 -0.875 0.033 - 0.337 -1.585 0.072 - 1.384 -0.774 0.076 - 2.727 -0.712 -0.245 - 3.158 0.579 0.083 - 2.054 1.344 0.043 - 0.951 0.515 0.038 - -0.435 0.473 0.010 - -1.448 1.445 -0.032 -A1AAa2a(A1)aaa1AAAAa21 - -3.454 0.364 0.388 - -2.752 1.479 -0.398 - -1.376 1.501 -0.016 - -0.697 0.323 -0.014 - -1.352 -0.895 -0.021 - -2.857 -0.978 -0.043 - -0.621 -2.072 -0.008 - 0.759 -2.038 0.009 - 1.424 -0.820 0.013 - 2.785 -0.801 0.033 - 3.417 0.428 -0.340 - 2.705 1.575 0.391 - 1.327 1.569 0.000 - 0.697 0.361 0.000 -A1AAa2aa3aaa[a+]a3a2A1 - -2.868 -1.332 0.438 - -3.465 -0.014 0.030 - -2.684 1.083 -0.119 - -1.320 0.905 -0.082 - -0.018 2.102 0.022 - 1.344 0.978 0.028 - 2.699 1.176 0.094 - 3.472 -0.005 0.079 - 2.827 -1.253 0.003 - 1.492 -1.460 -0.064 - 0.723 -0.300 -0.054 - -0.678 -0.306 -0.121 - -1.520 -1.573 -0.248 -A1AAA2=A(A1)Aa1aaaa1A2 - -3.266 -0.760 0.505 - -3.347 0.642 0.100 - -2.231 1.343 -0.185 - -0.915 0.660 -0.128 - -0.874 -0.700 -0.161 - -2.157 -1.480 -0.258 - 0.372 -1.365 -0.097 - 1.510 -0.646 -0.018 - 2.856 -1.029 0.052 - 3.595 0.060 0.121 - 2.742 1.176 0.098 - 1.462 0.720 0.012 - 0.248 1.378 -0.043 -a1aaa2AAa3aa[aH]a3a2a1 - 2.653 -1.486 0.001 - 3.263 -0.241 0.001 - 2.506 0.911 0.000 - 1.117 0.833 0.000 - 0.356 1.987 -0.000 - -0.988 1.954 -0.001 - -1.705 0.675 -0.000 - -3.006 0.346 -0.000 - -3.139 -0.934 0.000 - -1.866 -1.526 0.001 - -0.966 -0.509 0.001 - 0.499 -0.429 0.001 - 1.280 -1.587 -0.004 -A1AAA2=Aa3aaaaa3AA2=A1 - 3.422 -0.749 0.641 - 3.613 0.577 0.068 - 2.561 1.358 -0.272 - 1.223 0.751 -0.187 - 0.063 1.484 -0.180 - -1.192 0.730 -0.063 - -2.397 1.390 0.202 - -3.551 0.669 0.329 - -3.536 -0.712 0.199 - -2.358 -1.381 -0.067 - -1.174 -0.670 -0.208 - -0.020 -1.319 -0.495 - 1.143 -0.724 -0.153 - 2.198 -1.400 0.191 -A1AA[A@H]2AA=A[A@H]2A1 - 2.272 0.246 0.110 - 1.745 -1.062 0.723 - 0.768 -1.660 -0.285 - -0.292 -0.708 -0.723 - -1.882 -0.999 0.128 - -2.332 0.688 0.485 - -1.304 1.459 0.012 - -0.105 0.783 -0.593 - 1.134 1.256 0.142 -A1AA[A@H]2AAA[A@H]2AA1 - -2.402 0.001 -0.462 - -1.274 -1.421 -0.323 - -0.527 -1.315 1.001 - 0.876 -0.767 0.771 - 1.335 -1.124 -0.580 - 1.571 -0.002 -1.272 - 1.336 1.122 -0.581 - 0.881 0.767 0.772 - -0.521 1.315 1.005 - -1.271 1.421 -0.327 -A1AAA2=A(A1)[AH+]A=AA2 - 2.382 0.707 0.479 - 2.523 -0.670 -0.176 - 1.210 -1.396 -0.081 - -0.003 -0.703 -0.045 - -0.034 0.668 -0.102 - 1.248 1.462 -0.217 - -1.186 1.346 -0.058 - -2.384 0.733 0.039 - -2.483 -0.635 0.099 - -1.270 -1.513 0.060 -A1=A[A@H]2AA=A[A@H]2A1 - 1.828 1.068 -0.530 - 0.771 1.569 0.025 - -0.192 0.754 0.726 - -1.760 0.685 -0.222 - -1.828 -1.068 -0.530 - -0.771 -1.569 0.025 - 0.192 -0.754 0.726 - 1.760 -0.685 -0.222 -A1A[A@@H]2AAA[A@@H]2A1 - 1.894 -0.101 0.628 - 1.504 1.006 -0.370 - 0.020 0.742 -0.697 - -0.806 1.138 0.409 - -1.892 0.319 0.459 - -1.529 -1.013 -0.168 - -0.082 -0.816 -0.681 - 0.892 -1.278 0.417 -A1AAa2a(A1)aa1AAA=Aa21 - -3.540 -0.074 0.311 - -2.953 -1.265 -0.452 - -1.552 -1.582 0.077 - -0.718 -0.306 0.056 - -1.310 0.908 -0.026 - -2.778 1.196 -0.095 - 0.030 2.070 -0.026 - 1.336 0.970 0.073 - 2.699 1.135 0.111 - 3.507 -0.004 -0.363 - 2.908 -1.279 0.010 - 1.632 -1.473 0.208 - 0.733 -0.294 0.111 -A1=A[A@@H]2A=AA=A2A=A1 - 1.906 0.749 0.303 - 0.791 1.427 0.091 - -0.344 0.704 -0.579 - -1.668 1.029 -0.059 - -2.190 -0.099 0.337 - -1.360 -1.141 0.207 - -0.185 -0.764 -0.208 - 1.011 -1.349 -0.179 - 2.039 -0.552 0.089 -A1AAA2(AA1)[AH2+]AA=A2 - -2.593 -0.035 -0.134 - -1.934 1.202 0.117 - -0.563 1.175 -0.554 - 0.267 -0.009 -0.094 - -0.503 -1.305 0.046 - -1.972 -1.192 0.408 - 1.103 0.599 0.929 - 2.313 0.025 0.847 - 2.500 -0.221 -0.449 - 1.378 -0.236 -1.118 -[AH2+]1AAa2aa[a+]aa2A1 - 2.383 -0.671 -0.376 - 2.447 0.589 0.392 - 1.292 1.479 -0.071 - 0.003 0.704 -0.035 - -1.217 1.398 -0.076 - -2.417 0.667 -0.045 - -2.460 -0.694 0.021 - -1.252 -1.327 0.060 - -0.020 -0.667 0.036 - 1.245 -1.480 0.092 -A1AAA2=A(A1)a1aaaa1AA2 - 2.501 1.653 0.416 - 3.340 0.630 -0.313 - 2.725 -0.749 -0.081 - 1.222 -0.681 -0.172 - 0.559 0.471 -0.002 - 1.178 1.659 0.196 - -0.897 0.391 -0.011 - -2.160 1.605 -0.230 - -3.549 0.488 -0.049 - -2.931 -0.671 0.151 - -1.622 -0.774 0.174 - -0.825 -2.061 0.370 - 0.462 -1.957 -0.444 -[A+]1=A[A@H]2A[A@H]2A1 - -1.480 0.006 -0.218 - -0.807 -1.074 0.004 - 0.617 -0.798 0.415 - 1.567 -0.083 -0.598 - 0.753 0.737 0.405 - -0.652 1.210 -0.009 -A1=AA2Aa3aaaaa3A=A2AA1 - 3.557 0.654 0.001 - 2.448 1.336 -0.000 - 1.200 0.702 -0.000 - 0.068 1.443 -0.001 - -1.213 0.725 -0.000 - -2.434 1.396 -0.000 - -3.598 0.677 -0.000 - -3.575 -0.712 -0.000 - -2.393 -1.396 -0.000 - -1.184 -0.690 -0.000 - 0.002 -1.322 0.001 - 1.136 -0.667 0.001 - 2.416 -1.421 -0.003 - 3.572 -0.724 0.002 -A1AAA2(AA1)AAa1aaaaa21 - -3.754 0.521 -0.013 - -3.157 -0.072 1.258 - -1.451 0.506 1.470 - -0.597 -0.126 0.003 - -1.451 0.433 -1.494 - -3.158 -0.134 -1.253 - -0.526 -1.632 0.040 - 0.778 -1.961 0.047 - 1.607 -0.839 0.020 - 2.999 -0.737 0.017 - 3.606 0.497 -0.014 - 2.832 1.661 -0.041 - 1.437 1.561 -0.033 - 0.841 0.324 -0.008 -A1Aa2aa3[a+]aaaa3aa2A1 - 3.563 -0.045 -0.312 - 2.752 -1.164 0.089 - 1.465 -0.713 0.063 - 0.269 -1.394 0.038 - -0.941 -0.684 0.013 - -2.113 -1.413 -0.008 - -3.258 -0.689 -0.038 - -3.306 0.725 -0.037 - -2.120 1.448 -0.011 - -0.910 0.734 0.014 - 0.325 1.405 0.038 - 1.488 0.693 0.062 - 2.791 1.103 0.087 -A1AAA2=AAa3aaaaa3A2AA1 - -3.623 -1.012 -0.190 - -3.283 0.139 0.761 - -2.569 1.223 -0.042 - -1.068 1.042 -0.022 - -0.327 2.216 -0.125 - 1.139 2.160 -0.134 - 1.752 0.823 -0.048 - 3.137 0.658 -0.064 - 3.668 -0.599 0.016 - 2.838 -1.708 0.111 - 1.466 -1.563 0.129 - 0.906 -0.289 0.053 - -0.478 -0.148 0.085 - -1.229 -1.397 0.265 - -2.324 -1.551 -0.791 -A1=AA[A@@H]2A=AA=AA2A1 - -2.287 -0.796 -0.364 - -2.492 0.522 -0.187 - -1.357 1.388 0.316 - -0.012 0.697 0.585 - 1.048 1.437 -0.186 - 2.196 0.808 -0.503 - 2.422 -0.581 -0.058 - 1.358 -1.326 0.299 - 0.104 -0.728 0.242 - -0.976 -1.423 -0.143 -a1aaa2AA3(AAA=A3)Aa2a1 - 3.393 -0.772 0.075 - 3.450 0.610 0.027 - 2.290 1.350 -0.015 - 1.044 0.704 -0.010 - -0.317 1.269 -0.050 - -1.288 0.124 -0.032 - -2.173 0.131 -1.294 - -3.513 -0.348 -0.680 - -3.386 -0.030 0.750 - -2.223 0.214 1.085 - -0.445 -1.147 0.032 - 0.997 -0.690 0.032 - 2.170 -1.418 0.081 -A1AA[A@H]2AAAA[AH+]2A1 - 2.468 -0.688 -0.289 - 2.485 0.748 0.243 - 1.208 1.456 -0.203 - -0.017 0.687 0.304 - -1.282 1.396 -0.189 - -2.470 0.645 0.237 - -2.438 -0.720 -0.309 - -1.187 -1.434 0.202 - 0.012 -0.694 -0.234 - 1.220 -1.400 0.237 -A1A=Aa2a(AA1)aa1AAAa21 - 2.879 0.528 -0.907 - 2.321 1.537 -0.015 - 1.141 1.435 0.507 - 0.286 0.239 0.312 - 0.799 -1.045 0.228 - 2.102 -1.471 0.336 - 3.119 -0.759 -0.174 - -0.635 -2.053 -0.057 - -1.867 -0.773 -0.034 - -3.345 -0.522 -0.165 - -3.458 0.995 -0.433 - -2.168 1.526 0.221 - -1.177 0.360 0.179 -A1A=Aa2aa3A=AAAa3aa2A1 - 3.517 0.746 0.399 - 3.606 -0.703 -0.001 - 2.494 -1.398 -0.238 - 1.198 -0.699 -0.109 - 0.002 -1.409 0.001 - -1.196 -0.702 0.119 - -2.490 -1.402 0.250 - -3.617 -0.697 -0.022 - -3.503 0.747 -0.442 - -2.381 1.358 0.206 - -1.194 0.703 0.117 - -0.002 1.396 0.015 - 1.192 0.704 -0.097 - 2.376 1.362 -0.200 -A1AA[AH+]2AAA[A@@H]2A1 - -2.184 -0.648 0.198 - -2.158 0.749 -0.244 - -0.877 1.453 0.233 - 0.271 0.625 -0.278 - 1.598 1.199 0.007 - 2.527 -0.041 0.049 - 1.576 -1.261 -0.101 - 0.229 -0.674 0.356 - -0.982 -1.398 -0.216 -a1aaa2Aa3aa[aH]a3Aa2a1 - 3.386 -0.690 -0.000 - 3.386 0.692 0.000 - 2.192 1.393 0.001 - 0.984 0.703 0.000 - -0.300 1.438 0.000 - -1.576 0.688 -0.000 - -2.854 1.085 -0.001 - -3.643 0.029 -0.002 - -2.880 -1.101 0.004 - -1.567 -0.700 -0.001 - -0.300 -1.439 -0.001 - 0.984 -0.703 -0.000 - 2.192 -1.392 -0.000 -A1A[A@H]2AAAA[A@@H]2A1 - 2.467 0.253 -0.005 - 1.468 1.440 -0.067 - 0.166 0.767 0.406 - -1.021 1.338 -0.157 - -2.399 0.465 0.027 - -1.996 -1.096 -0.166 - -0.706 -1.576 0.285 - 0.333 -0.622 -0.266 - 1.691 -0.965 -0.055 -A1=Aa2aaaa3aaaa(A1)a23 - -2.728 -0.699 -0.003 - -2.357 0.605 0.000 - -0.997 0.985 0.001 - -0.627 2.337 0.001 - 0.703 2.699 0.000 - 1.711 1.743 -0.001 - 1.374 0.368 -0.001 - 2.357 -0.629 -0.001 - 1.994 -1.960 -0.000 - 0.662 -2.339 0.001 - -0.339 -1.372 0.001 - -1.765 -1.732 0.002 - 0.012 -0.006 0.000 -A1AA2=A(A1)Aa1aaaaa1A2 - 3.823 0.507 -0.001 - 2.765 1.335 -0.000 - 1.474 0.772 -0.000 - 1.461 -0.632 0.004 - 3.134 -1.055 -0.001 - 0.322 -1.362 -0.001 - -0.930 -0.776 -0.000 - -2.075 -1.561 -0.000 - -3.324 -0.959 -0.000 - -3.437 0.433 -0.000 - -2.319 1.217 -0.000 - -1.052 0.625 -0.000 - 0.163 1.454 -0.000 -a1aaa2aaa3aa[a+]a3a2a1 - -2.642 1.437 -0.001 - -3.269 0.195 -0.001 - -2.544 -0.958 0.000 - -1.139 -0.896 -0.001 - -0.369 -2.077 0.000 - 0.990 -2.003 0.001 - 1.644 -0.786 0.000 - 3.349 -0.285 0.000 - 3.061 1.480 -0.001 - 1.737 1.543 -0.001 - 0.967 0.449 -0.001 - -0.508 0.366 -0.001 - -1.281 1.532 0.004 -a1aaa2AAa3[aH]aaa3a2a1 - -2.665 1.450 -0.006 - -3.261 0.198 -0.005 - -2.491 -0.945 -0.002 - -1.104 -0.849 0.001 - -0.319 -1.988 0.003 - 1.024 -1.921 0.000 - 1.699 -0.682 -0.001 - 3.027 -0.311 -0.004 - 3.065 1.037 -0.003 - 1.848 1.515 0.001 - 0.969 0.505 0.002 - -0.501 0.420 0.005 - -1.292 1.567 0.008 -a1aaa2aa3a[aH]aa3aa2a1 - 3.265 0.751 -0.001 - 3.303 -0.643 -0.001 - 2.165 -1.386 0.000 - 0.913 -0.738 0.000 - -0.280 -1.466 0.001 - -1.480 -0.756 0.001 - -2.833 -1.127 0.001 - -3.558 -0.000 -0.004 - -2.717 1.116 0.001 - -1.455 0.718 0.001 - -0.289 1.375 0.000 - 0.871 0.727 0.000 - 2.092 1.435 0.000 -A1AA=A2Aa3aaaaa3AA2=A1 - 3.605 0.725 0.000 - 3.641 -0.619 -0.001 - 2.499 -1.355 -0.001 - 1.263 -0.717 0.000 - 0.012 -1.485 0.000 - -1.253 -0.727 0.001 - -2.481 -1.396 0.000 - -3.646 -0.682 0.000 - -3.616 0.714 0.001 - -2.406 1.391 -0.004 - -1.212 0.677 0.001 - -0.003 1.353 0.001 - 1.203 0.701 0.001 - 2.392 1.414 0.001 -A1AAa2aa3AAAa3[a+]a2A1 - 3.342 0.694 0.445 - 3.400 -0.619 -0.345 - 2.220 -1.490 0.083 - 0.935 -0.710 0.015 - -0.269 -1.423 0.013 - -1.468 -0.717 -0.044 - -2.902 -1.197 -0.061 - -3.745 0.041 0.314 - -2.846 1.209 -0.143 - -1.431 0.661 -0.093 - -0.271 1.381 -0.092 - 0.895 0.661 -0.040 - 2.145 1.504 -0.051 -A1A[A@H]2AA=A[A@@H]2A1 - -2.158 -0.098 -0.154 - -1.348 1.081 0.149 - -0.071 0.729 -0.281 - 1.224 1.221 0.110 - 2.049 0.080 -0.145 - 1.416 -1.005 -0.013 - 0.084 -0.687 0.413 - -1.194 -1.323 -0.077 -A1AA[A@@H]2AAA[A@H]2A1 - -2.192 0.736 0.190 - -2.188 -0.739 -0.197 - -0.910 -1.456 0.283 - 0.251 -0.706 -0.332 - 1.650 -1.137 -0.024 - 2.397 -0.000 -0.002 - 1.650 1.137 0.026 - 0.252 0.706 0.327 - -0.913 1.459 -0.271 -A1AAA2Aa3aaaaa3A=A2AA1 - -3.880 -0.048 -0.627 - -3.054 1.227 -0.646 - -2.227 1.366 0.630 - -0.927 0.712 0.433 - 0.189 1.447 0.254 - 1.455 0.721 0.057 - 2.661 1.389 -0.146 - 3.812 0.674 -0.320 - 3.790 -0.726 -0.306 - 2.598 -1.411 -0.105 - 1.416 -0.691 0.079 - 0.228 -1.315 0.277 - -0.878 -0.654 0.438 - -2.179 -1.404 0.630 - -3.011 -1.294 -0.644 -A1A=Aa2a(A1)aa1aaaaa21 - -3.495 -0.077 -0.001 - -2.893 1.186 -0.000 - -1.624 1.345 -0.000 - -0.756 0.296 -0.001 - -1.312 -0.982 -0.001 - -2.701 -1.176 0.005 - 0.079 -2.081 -0.001 - 1.387 -0.880 -0.000 - 2.700 -0.974 -0.000 - 3.466 0.100 0.001 - 2.900 1.365 0.001 - 1.532 1.514 -0.000 - 0.717 0.358 -0.000 -a1aaa2Aa3a[aH]aa3Aa2a1 - -3.293 0.757 0.001 - -3.355 -0.629 0.001 - -2.196 -1.374 -0.000 - -0.961 -0.726 -0.001 - 0.302 -1.495 -0.001 - 1.543 -0.720 -0.000 - 2.874 -1.034 -0.000 - 3.537 0.072 0.002 - 2.748 1.087 -0.000 - 1.476 0.667 -0.001 - 0.295 1.311 -0.001 - -0.894 0.676 -0.000 - -2.078 1.408 0.001 -a1aaa2a(a1)aa1AAA=Aa21 - -3.408 -0.179 0.000 - -3.019 1.153 -0.001 - -1.682 1.485 0.000 - -0.720 0.477 0.000 - -1.111 -0.872 0.001 - -2.466 -1.185 0.000 - 0.001 -1.636 0.001 - 1.117 -0.877 0.001 - 2.495 -1.191 -0.004 - 3.386 -0.176 0.001 - 2.963 1.112 0.000 - 1.696 1.419 0.000 - 0.750 0.465 0.000 -a1aaa2A=AAa3aaaaa3a2a1 - -2.738 1.730 -0.420 - -3.505 0.623 -0.100 - -2.896 -0.556 0.269 - -1.498 -0.651 0.325 - -0.921 -1.942 0.731 - 0.112 -2.494 0.208 - 0.856 -1.886 -0.890 - 1.503 -0.619 -0.409 - 2.886 -0.528 -0.374 - 3.445 0.585 0.075 - 2.705 1.597 0.483 - 1.390 1.553 0.460 - 0.752 0.464 0.016 - -0.727 0.466 -0.002 - -1.363 1.656 -0.373 -A1A[A@@H]2AA[A@H]1A=A2 - -0.020 1.609 0.166 - -1.126 0.805 0.858 - -0.904 -0.690 0.579 - 0.504 -1.056 1.076 - 1.472 -0.269 0.378 - 0.914 0.643 -0.578 - 0.066 -0.171 -1.546 - -0.904 -0.874 -0.935 -a1aaa2[aH+]a3aaaa3a2a1 - -2.750 1.088 0.029 - -3.117 -0.245 -0.041 - -2.152 -1.231 -0.091 - -0.808 -0.884 -0.072 - 0.356 -1.591 0.244 - 1.434 -0.763 -0.071 - 2.749 -0.714 -0.076 - 3.148 0.573 -0.012 - 2.039 1.355 0.034 - 0.955 0.510 -0.004 - -0.438 0.460 0.002 - -1.416 1.442 0.056 -a1aaa2aa3aaaa3[a+]a2a1 - 3.282 -0.557 -0.002 - 3.296 0.836 -0.000 - 2.128 1.540 0.001 - 0.910 0.851 0.001 - -0.333 1.526 0.003 - -1.432 0.709 0.003 - -3.186 0.966 -0.003 - -3.694 -0.745 0.003 - -2.510 -1.416 0.001 - -1.298 -0.709 0.001 - -0.160 -1.183 -0.000 - 0.884 -0.568 -0.001 - 2.114 -1.254 -0.002 -A1A[AH+]2AA=A[A@@H]2A1 - 2.087 0.219 0.305 - 0.892 1.193 0.457 - -0.047 0.728 -0.592 - -1.428 1.044 -0.232 - -1.883 -0.186 0.519 - -1.057 -1.173 0.281 - 0.033 -0.712 -0.658 - 1.403 -1.112 -0.080 -a1aaa2[AH+]AA[AH+]a2a1 - 2.394 -0.692 -0.009 - 2.395 0.691 0.015 - 1.201 1.387 0.026 - -0.004 0.697 0.014 - -1.208 1.466 0.058 - -2.383 0.712 -0.220 - -2.382 -0.711 0.228 - -1.211 -1.466 -0.062 - -0.004 -0.697 -0.020 - 1.200 -1.387 -0.027 -a1aaa2[aH]a[a+]a2[a+]1 - 2.068 0.681 -0.003 - 2.119 -0.710 -0.001 - 0.926 -1.435 0.004 - -0.281 -0.719 0.000 - -1.613 -1.078 -0.002 - -2.339 0.070 -0.006 - -1.543 1.102 0.006 - -0.252 0.682 0.003 - 0.917 1.408 -0.002 -a1[a+]aa2[a+]a[aH]a2a1 - 2.082 0.710 -0.000 - 2.163 -0.657 -0.001 - 0.980 -1.327 -0.001 - -0.263 -0.693 0.001 - -1.546 -1.132 0.001 - -2.363 -0.103 0.002 - -1.639 1.064 -0.004 - -0.306 0.716 0.002 - 0.890 1.420 0.001 -A1AAA2(AA1)AAA[AH2+]A2 - -2.757 0.312 0.222 - -1.812 1.204 0.793 - -0.458 0.560 1.046 - 0.001 -0.413 -0.025 - -1.143 -1.312 -0.494 - -2.330 -0.440 -0.908 - 1.101 -1.314 0.570 - 2.284 -0.441 0.994 - 2.802 0.339 -0.217 - 1.710 1.179 -0.752 - 0.601 0.324 -1.224 -A1AAA2(AA1)A=AA[AH2+]2 - -2.623 0.004 0.023 - -1.778 1.279 0.078 - -0.524 1.096 -0.780 - 0.280 -0.091 -0.261 - -0.556 -1.365 -0.290 - -1.811 -1.173 0.567 - 1.544 -0.266 -1.070 - 2.535 -0.117 -0.225 - 2.113 0.134 1.018 - 0.820 0.499 0.944 -A1[AH2+]Aa2aaa[a+]a2A1 - 2.382 0.700 0.395 - 2.399 -0.559 -0.379 - 1.312 -1.437 0.086 - -0.001 -0.702 0.037 - -1.174 -1.444 0.061 - -2.397 -0.769 0.020 - -2.387 0.635 -0.044 - -1.243 1.376 -0.071 - -0.069 0.674 -0.031 - 1.182 1.525 -0.071 -A1=Aa2a(=AA1)aa1AAAa21 - 2.621 1.275 0.001 - 1.331 1.428 -0.000 - 0.470 0.300 -0.000 - 1.064 -0.931 -0.001 - 2.359 -1.119 -0.000 - 3.195 -0.073 0.001 - -0.318 -2.054 -0.001 - -1.605 -0.835 -0.001 - -3.038 -0.538 0.005 - -3.184 0.801 -0.001 - -1.980 1.395 -0.001 - -0.919 0.349 -0.001 -a1aaa2Aa3aaaaa3=AAa2a1 - 3.590 -0.080 -0.834 - 3.306 1.226 -0.473 - 2.133 1.520 0.198 - 1.239 0.515 0.510 - -0.020 0.836 1.261 - -1.206 0.510 0.476 - -2.018 1.537 0.096 - -3.194 1.309 -0.534 - -3.585 -0.005 -0.820 - -2.756 -1.033 -0.481 - -1.522 -0.769 0.143 - -0.735 -1.797 0.428 - 0.558 -1.881 0.428 - 1.509 -0.798 0.140 - 2.702 -1.090 -0.536 -a1aaa2aa3=AAA[a+]3a2a1 - 2.740 1.165 0.026 - 3.250 -0.128 0.006 - 2.372 -1.198 -0.002 - 1.017 -0.965 0.010 - -0.411 -2.020 0.007 - -1.659 -0.744 0.032 - -2.946 -0.586 0.043 - -3.274 0.844 0.064 - -1.904 1.541 0.063 - -1.033 0.381 -0.313 - 0.472 0.321 0.031 - 1.378 1.393 0.038 -a1aaa2[a+]aa3aaaa3a2a1 - 2.614 1.453 -0.000 - 3.222 0.203 -0.000 - 2.473 -0.938 -0.000 - 1.076 -0.852 -0.000 - 0.306 -1.960 -0.001 - -0.978 -1.877 -0.001 - -1.620 -0.701 0.005 - -2.981 -0.359 -0.001 - -3.053 1.047 -0.001 - -1.837 1.527 -0.000 - -0.922 0.473 -0.000 - 0.458 0.415 -0.000 - 1.238 1.563 -0.000 -a1aaa2[a+]a[aH]a2[a+]1 - -2.073 0.658 -0.000 - -2.102 -0.724 -0.001 - -0.907 -1.434 -0.000 - 0.294 -0.703 0.001 - 1.606 -1.051 0.002 - 2.339 0.024 -0.004 - 1.545 1.130 0.001 - 0.236 0.699 0.001 - -0.936 1.402 -0.000 -A1=A[A@@H]2AA[A@@H]2A1 - -1.708 -0.223 -0.292 - -1.268 0.929 0.134 - 0.191 0.848 0.520 - 1.142 0.803 -0.686 - 1.784 -0.417 -0.063 - 0.475 -0.673 0.648 - -0.616 -1.267 -0.261 -A1A=A[A@@H]2A[A@@H]2A1 - -1.406 -0.724 -0.150 - -1.430 0.664 -0.145 - -0.419 1.418 0.100 - 0.930 0.804 0.408 - 1.637 0.035 -0.736 - 0.994 -0.738 0.417 - -0.304 -1.456 0.104 -A1AAA2=A(A1)Aa1aaaaa21 - -3.460 -0.151 0.000 - -2.967 1.253 0.000 - -1.636 1.470 0.000 - -0.749 0.396 0.000 - -1.208 -0.869 0.000 - -2.555 -1.150 -0.001 - -0.015 -1.802 0.000 - 1.200 -0.910 0.000 - 2.553 -1.168 0.000 - 3.456 -0.118 0.001 - 3.003 1.189 -0.001 - 1.650 1.457 0.000 - 0.732 0.403 0.000 -A1AA2AA=Aa3aaaa(A1)a23 - -2.736 -0.271 0.496 - -2.030 -1.440 -0.195 - -0.581 -1.269 -0.098 - 0.215 -2.360 -0.050 - 1.668 -2.185 0.037 - 2.179 -0.988 0.070 - 1.395 0.106 0.027 - 1.978 1.382 0.064 - 1.190 2.495 0.024 - -0.191 2.377 -0.052 - -0.788 1.135 -0.091 - -2.290 1.035 -0.170 - -0.007 -0.016 -0.056 -A1=Aa2a(AA1)aaa1aaaa21 - 2.568 -1.574 0.055 - 1.265 -1.650 -0.210 - 0.464 -0.411 -0.120 - 1.132 0.818 -0.112 - 2.489 0.824 -0.187 - 3.180 -0.254 0.445 - 0.415 2.003 -0.036 - -0.961 1.977 0.044 - -1.641 0.758 0.038 - -3.058 0.376 0.102 - -3.086 -0.963 0.057 - -1.835 -1.449 -0.029 - -0.931 -0.450 -0.044 -A1AA[A@@H]2AA[A@@H]2A1 - -1.742 0.867 0.001 - -1.680 -0.562 0.546 - -0.826 -1.409 -0.394 - 0.560 -0.826 -0.564 - 1.395 -0.781 0.724 - 1.964 0.520 0.189 - 0.689 0.688 -0.621 - -0.360 1.502 0.119 -A1=AA2AAAa3aaaa(A1)a23 - 2.739 0.688 -0.035 - 1.740 1.636 0.042 - 0.438 1.315 0.093 - -0.550 2.399 0.197 - -1.860 1.957 -0.461 - -2.272 0.716 0.128 - -1.361 -0.294 0.080 - -1.786 -1.608 0.051 - -0.867 -2.647 -0.013 - 0.485 -2.376 -0.052 - 0.928 -1.052 -0.021 - 2.367 -0.735 -0.065 - 0.005 0.003 0.053 -a1aaa2AAa3a[aH]aa3a2a1 - -2.689 1.453 -0.143 - -3.266 0.199 -0.054 - -2.480 -0.929 0.088 - -1.103 -0.818 0.143 - -0.262 -2.043 0.368 - 1.069 -1.995 -0.380 - 1.725 -0.658 -0.153 - 3.025 -0.316 -0.097 - 3.089 1.031 0.103 - 1.775 1.525 0.166 - 0.958 0.525 0.035 - -0.524 0.449 0.028 - -1.313 1.580 -0.108 -A1A[A@H]2AA[A@@H]1A=A2 - -0.717 1.081 0.979 - 0.810 0.992 0.986 - 1.279 -0.065 -0.023 - 0.692 -1.423 0.409 - -0.777 -1.274 0.398 - -1.291 0.055 -0.010 - -0.664 0.348 -1.369 - 0.665 0.284 -1.371 -A1A[A@H]2AA[AH+](A1)A2 - -1.456 0.310 -0.663 - -1.340 -0.990 0.138 - 0.144 -1.244 0.450 - 0.933 -1.000 -0.862 - 1.242 0.509 -0.859 - 0.628 1.027 0.366 - -0.763 1.450 0.085 - 0.613 -0.062 1.342 -a1aaa2aaa3a[a+]aa3a2a1 - -2.644 1.431 0.001 - -3.246 0.179 -0.003 - -2.475 -0.966 0.001 - -1.084 -0.858 0.001 - -0.218 -2.046 0.001 - 1.089 -1.884 -0.001 - 1.655 -0.668 -0.000 - 2.988 -0.260 -0.000 - 2.998 1.087 -0.000 - 1.774 1.534 -0.000 - 0.906 0.485 -0.000 - -0.479 0.412 -0.000 - -1.270 1.551 0.001 -A1AAA2(AA1)Aa1aaaaa1A2 - -3.688 0.506 0.350 - -3.179 0.164 -1.052 - -2.136 -0.953 -0.956 - -0.983 -0.500 -0.070 - -1.476 -0.129 1.323 - -2.521 0.985 1.216 - 0.086 -1.608 0.021 - 1.369 -0.799 0.041 - 2.664 -1.129 0.374 - 3.668 -0.176 0.310 - 3.372 1.111 -0.090 - 2.063 1.455 -0.432 - 1.045 0.487 -0.369 - -0.278 0.592 -0.669 -A1A2AA3AA1A[AH+](A2)A3 - 1.025 0.228 -1.423 - 0.504 1.346 -0.513 - 1.025 1.118 0.910 - 0.503 -0.229 1.422 - 1.024 -1.347 0.514 - 0.504 -1.118 -0.909 - -1.027 -1.085 -0.883 - -1.507 0.000 -0.000 - -1.027 1.307 -0.499 - -1.028 -0.221 1.381 -A1AA2Aa3aaaaa3[A@H]2A1 - -3.345 0.224 -0.639 - -2.850 -1.016 0.158 - -1.381 -0.986 0.252 - -0.266 -1.686 -0.020 - 0.898 -0.779 -0.079 - 2.223 -0.975 -0.468 - 3.111 0.080 -0.442 - 2.694 1.332 -0.024 - 1.386 1.530 0.382 - 0.493 0.483 0.369 - -0.948 0.345 0.764 - -2.015 1.444 -0.255 -a1aaa2AAa3a[a+]aa3a2a1 - 2.458 1.732 -0.001 - 3.248 0.591 0.000 - 2.668 -0.661 0.001 - 1.267 -0.783 0.001 - 0.733 -2.019 0.002 - -0.722 -2.170 -0.005 - -1.596 -0.940 0.001 - -3.333 -0.853 0.001 - -3.471 1.232 0.000 - -1.766 1.543 0.000 - -1.038 0.331 0.000 - 0.475 0.370 0.000 - 1.076 1.627 -0.001 -A1=AAa2aa3AAA=Aa3aa2A1 - 3.635 0.578 0.222 - 3.522 -0.726 0.206 - 2.377 -1.353 -0.133 - 1.202 -0.677 -0.095 - 0.007 -1.388 -0.051 - -1.203 -0.706 -0.017 - -2.375 -1.378 0.020 - -3.551 -0.733 0.059 - -3.623 0.676 0.064 - -2.482 1.411 0.027 - -1.202 0.701 -0.016 - 0.010 1.399 -0.056 - 1.192 0.715 -0.096 - 2.490 1.480 -0.140 -A1A[A@@H]2AAAA[A@H]2A1 - -2.467 -0.248 0.006 - -1.470 -1.437 0.070 - -0.167 -0.766 -0.404 - 1.026 -1.332 0.150 - 2.398 -0.466 -0.025 - 1.997 1.095 0.166 - 0.708 1.576 -0.286 - -0.333 0.624 0.266 - -1.694 0.954 0.054 -[AH2+]1AAA2(AA1)AAA=A2 - 2.582 0.000 0.012 - 1.808 -1.212 -0.333 - 0.543 -1.254 0.528 - -0.287 0.000 0.266 - 0.542 1.253 0.529 - 1.808 1.213 -0.332 - -0.795 0.000 -1.098 - -2.139 0.000 -0.984 - -2.532 0.000 0.296 - -1.532 0.000 1.120 -a1aaa2aa3AAAa3[a+]a2a1 - 3.305 0.718 -0.000 - 3.335 -0.673 0.001 - 2.179 -1.395 0.000 - 0.946 -0.729 -0.000 - -0.275 -1.447 -0.001 - -1.466 -0.708 0.000 - -2.878 -1.111 0.000 - -3.674 -0.028 -0.000 - -2.838 1.177 0.000 - -1.404 0.697 0.000 - -0.263 1.415 0.000 - 0.912 0.685 -0.000 - 2.123 1.395 -0.000 -A1AAa2[a+]a3AAAAa3a2A1 - 2.985 1.127 0.402 - 3.379 -0.161 -0.333 - 2.408 -1.216 0.012 - 1.074 -0.850 0.011 - 0.017 -1.631 0.049 - -1.082 -0.893 0.028 - -2.428 -1.227 0.048 - -3.319 -0.209 0.014 - -2.958 1.082 -0.038 - -1.661 1.477 -0.059 - -0.692 0.455 -0.025 - 0.677 0.460 -0.034 - 1.606 1.592 -0.080 -A1AAa2aaaa3aaaa(A1)a23 - 2.910 0.724 -0.060 - 2.745 -0.646 0.762 - 1.728 -1.732 -0.299 - 0.275 -1.364 -0.171 - -0.600 -2.416 -0.102 - -1.968 -2.229 0.023 - -2.466 -0.964 0.138 - -1.585 0.135 0.148 - -2.086 1.400 0.493 - -1.274 2.489 0.462 - 0.042 2.348 0.040 - 0.557 1.134 -0.317 - 1.912 1.165 -0.984 - -0.193 -0.045 -0.130 -A1A[A@H]2Aa3aaaaa3A2A1 - -2.913 0.525 -0.704 - -2.876 -0.508 0.161 - -1.551 -0.587 0.782 - -0.661 -1.556 -0.027 - 0.675 -0.842 -0.059 - 1.945 -1.290 -0.355 - 3.018 -0.418 -0.303 - 2.814 0.905 0.047 - 1.545 1.358 0.340 - 0.460 0.483 0.280 - -0.896 0.725 0.534 - -1.562 1.205 -0.699 -a1aaa2A=A3AAA[A+]3a2a1 - 2.761 1.144 -0.023 - 3.161 -0.192 -0.003 - 2.223 -1.200 0.004 - 0.858 -0.879 -0.017 - -0.321 -1.656 -0.010 - -1.389 -0.798 -0.029 - -2.854 -0.823 -0.040 - -3.327 0.612 -0.062 - -2.041 1.450 -0.064 - -0.956 0.395 0.311 - 0.461 0.470 -0.032 - 1.425 1.474 -0.038 -A1=AA[A@@H]2A[A@@H]2A1 - -1.372 0.684 0.363 - -1.358 -0.653 0.375 - -0.345 -1.426 -0.426 - 1.037 -0.775 -0.324 - 1.334 0.022 0.818 - 1.048 0.766 -0.373 - -0.346 1.382 -0.435 -a1aaa2AAa3[a+]aaa3a2a1 - 2.660 -1.400 -0.164 - 3.234 -0.146 -0.058 - 2.442 0.974 0.100 - 1.065 0.852 0.151 - 0.214 2.078 0.349 - -1.118 1.965 -0.395 - -1.699 0.594 -0.151 - -2.946 0.224 -0.099 - -3.000 -1.121 0.121 - -1.719 -1.580 0.201 - -0.906 -0.505 0.040 - 0.489 -0.408 0.023 - 1.285 -1.532 -0.123 -A1AAA2(AA1)AA[AH2+]AA2 - -2.785 0.409 -0.264 - -2.330 -0.491 0.887 - -1.164 -1.365 0.420 - -0.003 -0.472 -0.020 - -0.457 0.428 -1.170 - -1.623 1.302 -0.704 - 1.166 -1.344 -0.484 - 2.346 -0.446 -0.866 - 2.750 0.343 0.317 - 1.650 1.242 0.728 - 0.451 0.394 1.158 -A1Aa2a[a+]a3aaaaa3a2A1 - -3.203 1.083 0.001 - -3.111 -0.453 -0.004 - -1.626 -0.738 0.001 - -0.917 -1.943 0.001 - 0.438 -2.037 0.001 - 1.122 -0.840 0.000 - 2.526 -0.881 -0.001 - 3.237 0.281 -0.001 - 2.593 1.515 -0.001 - 1.232 1.592 0.000 - 0.472 0.416 0.000 - -0.950 0.462 0.001 - -1.812 1.545 0.001 -A1AAa2aaa3[aH]aaa3a2A1 - 2.731 -1.390 -0.393 - 3.277 -0.208 0.414 - 2.565 1.061 -0.049 - 1.071 0.868 -0.030 - 0.272 2.010 -0.051 - -1.100 1.921 -0.040 - -1.709 0.671 -0.009 - -3.028 0.263 0.007 - -3.108 -1.081 0.038 - -1.840 -1.621 0.044 - -0.907 -0.477 0.014 - 0.488 -0.374 0.006 - 1.291 -1.647 0.047 -A1AAA2=A(A1)A[AH2+]AA2 - -2.457 -0.718 -0.366 - -2.484 0.640 0.350 - -1.294 1.449 -0.151 - -0.010 0.652 -0.066 - 0.014 -0.641 0.063 - -1.241 -1.483 0.142 - 1.312 -1.417 0.159 - 2.443 -0.630 -0.327 - 2.458 0.677 0.352 - 1.260 1.474 -0.153 -a1aaa2aaa3a[aH]aa3a2a1 - -2.668 -1.479 -0.001 - -3.264 -0.223 0.000 - -2.497 0.918 0.001 - -1.097 0.825 0.000 - -0.349 1.951 0.001 - 0.953 1.966 0.000 - 1.714 0.724 -0.001 - 3.050 0.387 -0.001 - 3.136 -0.955 -0.001 - 1.851 -1.512 0.003 - 0.966 -0.546 -0.001 - -0.501 -0.454 -0.001 - -1.297 -1.598 0.000 -a1aaa2A=a3aaa[a+]3a2a1 - -2.790 1.018 0.034 - -3.142 -0.329 0.015 - -2.168 -1.308 0.005 - -0.819 -0.940 0.014 - 0.340 -1.647 0.009 - 1.347 -0.825 0.023 - 3.116 -0.647 0.030 - 3.191 1.061 0.053 - 1.934 1.421 0.054 - 0.929 0.382 -0.309 - -0.472 0.422 0.033 - -1.464 1.391 0.043 -A1AAa2a(=A1)aa1aaaaa21 - -3.519 -0.048 -0.219 - -2.908 -1.289 0.437 - -1.494 -1.479 -0.078 - -0.686 -0.313 -0.053 - -1.339 0.914 -0.036 - -2.614 1.101 -0.080 - -0.017 2.093 0.052 - 1.328 0.946 0.032 - 2.689 1.132 0.065 - 3.472 -0.019 0.026 - 2.884 -1.267 -0.043 - 1.516 -1.455 -0.074 - 0.694 -0.312 -0.035 -a1aaa2aa3[aH]aaa3aa2a1 - 3.278 0.653 0.000 - 3.235 -0.670 0.000 - 2.113 -1.348 -0.001 - 0.931 -0.711 -0.001 - -0.278 -1.411 0.003 - -1.469 -0.716 -0.001 - -2.796 -1.104 -0.001 - -3.551 0.030 0.000 - -2.786 1.081 0.000 - -1.480 0.697 0.000 - -0.286 1.404 0.000 - 0.923 0.709 0.000 - 2.171 1.383 0.000 -a1aaa2A=Aa3aaaaa3Aa2a1 - 3.363 -0.997 0.914 - 3.549 0.372 0.943 - 2.657 1.212 0.308 - 1.552 0.684 -0.373 - 0.698 1.538 -0.990 - -0.570 1.589 -1.002 - -1.542 0.702 -0.361 - -2.646 1.251 0.301 - -3.567 0.427 0.914 - -3.411 -0.947 0.883 - -2.327 -1.507 0.231 - -1.395 -0.691 -0.390 - -0.015 -1.401 -1.226 - 1.372 -0.702 -0.392 - 2.275 -1.533 0.246 -a1aaa2a(a1)AAA12AAAA1 - -3.198 0.549 0.029 - -2.366 1.671 0.065 - -0.978 1.501 0.055 - -0.444 0.236 0.009 - -1.269 -0.886 -0.027 - -2.653 -0.714 -0.016 - -0.497 -2.050 -0.062 - 0.823 -1.785 -0.063 - 0.966 -0.286 -0.016 - 1.730 0.235 -1.237 - 2.959 0.992 -0.688 - 3.187 0.381 0.717 - 1.742 0.154 1.233 -A1=A[A@@H]2AA[A@H]2A1 - 1.858 -0.035 -0.099 - 1.081 -1.097 -0.005 - -0.279 -0.685 0.377 - -1.622 -0.780 -0.254 - -1.677 0.684 0.235 - -0.347 0.707 -0.395 - 0.986 1.205 0.141 -A1A[A@H]2A=AA[A@H]2A1 - -1.900 0.158 0.620 - -0.904 1.289 0.329 - 0.109 0.756 -0.702 - 1.508 0.943 -0.142 - 1.861 -0.155 0.440 - 0.862 -1.155 0.377 - -0.044 -0.790 -0.681 - -1.493 -1.045 -0.243 -A1AAA2(AAA[AH2+]2)AA1 - -2.564 0.174 -0.002 - -1.669 1.334 -0.093 - -0.422 1.084 0.760 - 0.278 -0.183 0.273 - 0.817 0.017 -1.123 - 2.147 0.226 -1.036 - 2.561 0.197 0.372 - 1.462 -0.447 1.073 - -0.685 -1.366 0.307 - -1.923 -1.037 -0.530 -A1AAa2aa3[a+]aaa3a2A1 - -2.731 1.117 -0.421 - -3.230 -0.092 0.377 - -2.405 -1.323 -0.025 - -0.958 -0.946 -0.017 - 0.454 -2.019 -0.051 - 1.701 -0.751 -0.017 - 2.968 -0.480 -0.012 - 3.130 0.867 0.027 - 1.876 1.430 0.047 - 0.958 0.400 0.018 - -0.429 0.282 0.018 - -1.333 1.512 0.053 -a1aaa2A=Aa3aaaa3Aa2a1 - 2.997 -1.253 -0.479 - 3.280 0.064 -0.798 - 2.394 1.061 -0.466 - 1.191 0.759 0.201 - 0.369 1.798 0.488 - -0.907 1.856 0.358 - -1.725 0.707 -0.005 - -2.848 0.647 -0.795 - -3.233 -0.633 -0.785 - -2.423 -1.321 -0.058 - -1.492 -0.577 0.416 - -0.345 -0.969 1.237 - 0.921 -0.571 0.517 - 1.820 -1.564 0.175 -a1aaa2a(a1)AAa1aaaa21 - 3.282 0.107 0.049 - 2.729 1.382 0.159 - 1.355 1.541 0.126 - 0.539 0.425 -0.019 - 1.094 -0.856 -0.150 - 2.465 -1.004 -0.105 - 0.204 -2.052 -0.345 - -1.121 -1.916 0.401 - -1.710 -0.596 0.150 - -3.022 -0.256 0.083 - -3.133 1.084 -0.115 - -1.757 1.612 -0.196 - -0.930 0.523 -0.035 -A1AA[AH+]2AAA[A@H]2A1 - -2.185 0.654 0.170 - -2.155 -0.743 -0.271 - -0.886 -1.453 0.228 - 0.282 -0.632 -0.251 - 1.594 -1.191 0.105 - 2.515 0.036 -0.132 - 1.582 1.267 0.001 - 0.223 0.666 0.372 - -0.972 1.400 -0.218 -a1aaa2[a+]a3AAAa3a2a1 - -2.826 -0.952 -0.000 - -3.150 0.397 0.001 - -2.161 1.355 0.001 - -0.819 0.963 -0.000 - 0.354 1.644 -0.000 - 1.350 0.794 -0.000 - 3.127 0.718 -0.000 - 3.346 -1.100 -0.001 - 1.885 -1.575 0.004 - 0.901 -0.494 -0.001 - -0.500 -0.401 -0.001 - -1.506 -1.354 -0.002 -a1aaa2a(a1)aaa1aaaa21 - -3.286 0.128 -0.001 - -2.714 1.393 -0.001 - -1.344 1.545 -0.001 - -0.526 0.417 -0.001 - -1.109 -0.871 -0.001 - -2.496 -1.002 0.004 - -0.221 -2.038 -0.001 - 1.105 -1.869 -0.001 - 1.699 -0.624 0.000 - 3.024 -0.287 0.000 - 3.149 1.070 0.001 - 1.788 1.616 0.001 - 0.937 0.520 0.000 -A1AAa2aa3AAAAa3aa2AA1 - -3.907 0.021 -0.464 - -3.069 1.286 -0.554 - -2.147 1.361 0.535 - -0.971 0.689 0.368 - 0.219 1.379 0.237 - 1.413 0.688 0.066 - 2.678 1.499 -0.061 - 3.780 0.632 -0.491 - 3.908 -0.676 0.173 - 2.667 -1.500 -0.170 - 1.413 -0.689 0.025 - 0.215 -1.383 0.162 - -0.972 -0.698 0.332 - -2.150 -1.375 0.464 - -3.072 -1.240 -0.619 -A1AA2=A(A1)[AH+]A=AA2 - 2.629 -0.719 -0.226 - 2.028 0.985 0.136 - 0.286 0.685 -0.023 - 0.117 -0.632 -0.051 - 1.332 -1.502 0.102 - -1.193 -1.234 0.135 - -2.260 -0.319 -0.004 - -2.139 1.030 0.052 - -0.804 1.709 -0.122 -A1AAA2=Aa3aaaa3AA2AA1 - -3.638 -0.275 0.640 - -2.722 -1.486 0.633 - -1.883 -1.534 -0.644 - -0.620 -0.733 -0.431 - 0.527 -1.328 -0.272 - 1.642 -0.628 -0.080 - 3.345 -1.055 0.177 - 4.025 0.585 0.339 - 2.943 1.389 0.192 - 1.640 0.775 -0.036 - 0.365 1.401 -0.220 - -0.718 0.630 -0.406 - -2.045 1.234 -0.585 - -2.864 1.031 0.688 -A1AAAa2aa3aaaa3aa2AA1 - -3.415 0.656 0.761 - -2.606 -0.494 1.390 - -2.534 -1.645 0.349 - -1.916 -1.106 -0.939 - -0.555 -0.542 -0.628 - 0.524 -1.362 -0.413 - 1.779 -0.774 -0.112 - 3.049 -1.434 0.150 - 4.148 -0.650 0.427 - 3.507 1.009 0.331 - 1.815 0.638 -0.061 - 0.751 1.384 -0.279 - -0.411 0.840 -0.556 - -1.639 1.673 -0.817 - -2.502 1.808 0.396 -[AH2+]1AAA2(AA1)AAAA2 - -2.564 0.165 0.052 - -1.663 1.332 -0.062 - -0.405 1.070 0.771 - 0.291 -0.187 0.251 - -0.673 -1.372 0.287 - -1.922 -1.033 -0.530 - 0.777 0.030 -1.114 - 2.106 0.265 -1.086 - 2.573 0.207 0.352 - 1.479 -0.481 1.078 -A1[AH2+]Aa2aa[aH]a2A1 - 2.115 -0.657 -0.383 - 2.094 0.615 0.373 - 0.983 1.476 -0.103 - -0.289 0.667 -0.043 - -1.554 1.101 -0.064 - -2.367 0.070 0.016 - -1.617 -1.068 0.082 - -0.307 -0.680 0.043 - 0.939 -1.528 0.081 -A1AA2=A(A1)Aa1aaaa1A2 - 3.415 -0.008 -0.000 - 2.611 1.071 -0.000 - 1.192 0.646 -0.000 - 1.143 -0.714 -0.000 - 2.568 -1.207 -0.000 - -0.104 -1.377 -0.000 - -1.245 -0.660 -0.000 - -2.593 -1.039 -0.000 - -3.332 0.050 -0.000 - -2.477 1.165 -0.000 - -1.194 0.707 -0.000 - 0.021 1.364 0.001 -A1[A+]=AAa2[aH]aaa2A1 - -1.850 -1.044 -0.544 - -2.409 0.003 0.376 - -1.771 1.159 0.417 - -0.651 1.427 -0.334 - 0.492 0.649 -0.160 - 1.779 1.124 -0.118 - 2.585 0.060 0.139 - 1.847 -1.011 0.223 - 0.556 -0.685 0.015 - -0.576 -1.682 -0.016 -A1AAA2=A(A1)AA=[A+]A2 - -2.494 -0.641 -0.287 - -2.417 0.684 0.482 - -1.248 1.490 -0.079 - 0.008 0.655 -0.127 - -0.007 -0.655 -0.058 - -1.266 -1.470 0.081 - 1.204 -1.357 -0.108 - 2.378 -0.716 0.203 - 2.524 0.614 0.162 - 1.318 1.396 -0.268 -a1aaa2Aa3aaaa3A=Aa2a1 - 3.335 0.238 0.836 - 2.967 1.522 0.485 - 1.772 1.738 -0.183 - 0.947 0.675 -0.494 - -0.290 0.928 -1.133 - -1.421 0.478 -0.476 - -2.787 1.361 0.075 - -3.685 0.038 0.862 - -2.898 -1.033 0.657 - -1.664 -0.836 -0.078 - -0.700 -1.908 -0.421 - 0.577 -1.728 -0.487 - 1.317 -0.634 -0.161 - 2.526 -0.834 0.515 -A1A[A@@H]2A=A[A@H]1A2 - -1.237 0.762 0.518 - -1.214 -0.775 0.510 - 0.018 -1.140 -0.334 - 1.209 -0.680 0.515 - 1.213 0.676 0.521 - 0.022 1.148 -0.323 - -0.012 0.009 -1.406 -A1A=A2AAa3aaaa(A1)a23 - 2.447 0.986 -0.002 - 2.341 -0.380 -0.001 - 1.148 -0.991 -0.000 - 0.658 -2.418 0.001 - -0.884 -2.329 0.001 - -1.225 -0.861 -0.000 - -2.384 -0.134 -0.001 - -2.337 1.259 -0.000 - -1.156 1.958 -0.000 - 0.040 1.242 -0.000 - 1.385 1.825 0.003 - -0.038 -0.157 -0.000 -a1aa2aaa3aa[aH]a3a2a1 - 2.826 -1.087 0.000 - 2.760 0.309 0.000 - 1.420 0.651 0.000 - 0.747 1.951 0.000 - -0.648 1.989 0.000 - -1.384 0.718 0.000 - -2.763 0.410 0.000 - -2.892 -0.888 0.000 - -1.624 -1.479 0.000 - -0.691 -0.487 -0.001 - 0.688 -0.516 0.000 - 1.559 -1.566 0.000 -A1AAa2aa3aaaaa3aa2AA1 - 3.898 0.000 0.463 - 3.060 1.264 0.585 - 2.140 1.370 -0.502 - 0.959 0.698 -0.355 - -0.216 1.404 -0.209 - -1.433 0.708 -0.061 - -2.648 1.397 0.087 - -3.808 0.698 0.225 - -3.809 -0.697 0.222 - -2.649 -1.397 0.083 - -1.433 -0.709 -0.062 - -0.216 -1.405 -0.208 - 0.959 -0.699 -0.353 - 2.140 -1.371 -0.500 - 3.060 -1.263 0.587 -A1A[A@H]2AA=A[A@H]2A1 - -1.569 -0.145 0.844 - -1.389 0.969 -0.055 - -0.136 0.770 -0.728 - 0.962 1.266 0.121 - 1.732 0.166 0.497 - 1.342 -0.913 0.064 - 0.132 -0.758 -0.754 - -1.071 -1.356 0.013 -A1=AA[A@H]2A=AA=AA2A1 - -2.432 -0.714 0.042 - -2.479 0.627 0.042 - -1.229 1.446 0.161 - -0.011 0.736 -0.372 - 1.280 1.424 -0.066 - 2.391 0.715 0.194 - 2.374 -0.752 0.084 - 1.212 -1.399 -0.069 - 0.015 -0.689 -0.105 - -1.124 -1.391 0.085 -A1A[A@@H]2AAA[A@H]2A1 - -2.119 0.003 0.010 - -1.360 1.139 -0.002 - -0.024 0.714 0.349 - 1.222 1.393 -0.213 - 2.433 0.009 0.038 - 1.245 -1.412 0.084 - -0.034 -0.706 -0.296 - -1.362 -1.137 0.032 -A1AA[A@@H]2A=AAA=A2A1 - 2.403 0.636 -0.434 - 2.397 -0.837 -0.023 - 1.034 -1.460 -0.335 - -0.043 -0.759 0.498 - -1.389 -1.336 0.214 - -2.449 -0.606 -0.152 - -2.335 0.799 -0.307 - -1.023 1.437 -0.111 - 0.030 0.721 0.248 - 1.374 1.406 0.402 -A1AAa2a(A1)aaa1AAAa21 - -3.251 0.286 0.447 - -2.617 1.423 -0.366 - -1.234 1.506 -0.022 - -0.507 0.358 -0.032 - -1.110 -0.887 -0.015 - -2.611 -1.033 0.007 - -0.329 -2.030 -0.025 - 1.048 -1.931 -0.044 - 1.657 -0.687 -0.063 - 3.123 -0.313 -0.092 - 3.170 1.169 0.337 - 1.774 1.678 -0.081 - 0.883 0.455 -0.057 -a1[aH]a2aaa3aaaa3a2a1 - -2.846 -0.953 -0.000 - -2.722 0.402 0.003 - -1.380 0.693 0.001 - -0.669 1.828 0.002 - 0.632 1.836 0.001 - 1.372 0.692 -0.003 - 2.719 0.441 -0.006 - 2.875 -0.899 0.005 - 1.664 -1.470 0.003 - 0.742 -0.530 -0.000 - -0.721 -0.540 -0.003 - -1.665 -1.504 -0.003 -A1AA2AA=a3aaaaa3=A2A1 - -3.087 -1.120 0.000 - -3.055 0.394 0.000 - -1.620 0.721 0.000 - -0.972 1.897 -0.000 - 0.349 1.978 0.000 - 1.101 0.865 0.001 - 2.499 0.930 0.001 - 3.234 -0.236 0.000 - 2.598 -1.486 0.000 - 1.236 -1.575 0.001 - 0.463 -0.403 -0.004 - -0.947 -0.453 0.000 - -1.801 -1.518 0.001 -A1=AAa2aa3aaaaa3aa2A1 - 3.552 0.745 0.001 - 3.681 -0.628 0.001 - 2.464 -1.456 0.000 - 1.167 -0.751 -0.001 - -0.023 -1.466 -0.001 - -1.222 -0.740 -0.002 - -2.476 -1.377 -0.001 - -3.610 -0.628 0.005 - -3.559 0.773 -0.000 - -2.359 1.449 -0.000 - -1.157 0.723 -0.001 - 0.027 1.339 -0.001 - 1.162 0.664 -0.000 - 2.358 1.352 0.000 -[AH2+]1AAA2(AAAA2)AA1 - 2.596 -0.000 0.015 - 1.816 1.213 0.346 - 0.565 1.253 -0.536 - -0.269 -0.000 -0.286 - -1.512 -0.000 -1.189 - -2.633 -0.000 -0.235 - -2.140 -0.000 1.012 - -0.801 -0.000 1.065 - 0.565 -1.253 -0.536 - 1.817 -1.212 0.347 -A1=AAA2=AA=A[A@@H]2A1 - -1.947 -0.812 -0.280 - -2.135 0.482 -0.078 - -1.065 1.346 0.225 - 0.163 0.768 0.166 - 1.317 1.139 -0.282 - 2.162 0.175 -0.287 - 1.755 -0.906 0.161 - 0.369 -0.684 0.604 - -0.616 -1.511 -0.228 -A1AAa2[a+]a3AAAa3a2A1 - -2.773 -1.040 0.000 - -3.090 0.267 -0.001 - -2.142 1.223 -0.001 - -0.801 0.872 0.000 - 0.333 1.574 0.000 - 1.377 0.747 0.001 - 2.755 0.811 0.002 - 3.302 -0.550 -0.004 - 2.061 -1.460 0.001 - 0.924 -0.529 0.001 - -0.464 -0.476 0.000 - -1.486 -1.442 0.000 -A1=[A+]A2(A1)AA=[A+]2 - -2.592 -0.002 -0.000 - -1.581 -1.430 -0.016 - -0.063 0.001 0.000 - -1.584 1.429 0.016 - 1.562 0.017 -1.268 - 2.696 0.004 0.000 - 1.562 -0.019 1.268 -a1aaa2a(a1)aa1AAAAa21 - 3.408 -0.126 0.002 - 2.927 1.190 0.047 - 1.598 1.432 0.053 - 0.698 0.403 0.017 - 1.148 -0.895 -0.027 - 2.521 -1.165 -0.035 - 0.014 -1.735 -0.057 - -1.110 -0.884 -0.032 - -2.564 -1.285 -0.049 - -3.403 -0.083 0.402 - -2.983 1.156 -0.394 - -1.582 1.597 0.054 - -0.669 0.393 0.016 -A1AAa2aa3AAAAa3a2A=A1 - 3.111 -0.632 0.893 - 3.406 0.642 0.157 - 2.420 1.397 -0.351 - 1.098 1.041 -0.227 - -0.279 2.127 0.062 - -1.571 0.917 0.053 - -3.042 1.134 0.241 - -3.714 -0.142 -0.074 - -3.091 -1.377 0.425 - -1.725 -1.566 -0.238 - -0.942 -0.258 -0.157 - 0.520 -0.215 -0.301 - 1.312 -1.455 -0.495 - 2.491 -1.613 0.010 -a1aaa2[AH+]A[AH+]a2a1 - 2.126 -0.692 0.041 - 2.126 0.692 0.041 - 0.934 1.388 -0.025 - -0.267 0.698 -0.093 - -1.597 1.057 0.185 - -2.393 -0.000 -0.213 - -1.597 -1.057 0.185 - -0.267 -0.698 -0.093 - 0.934 -1.388 -0.025 -A1A=A[A@@H]2AAAA2=AA1 - 1.985 -0.001 0.899 - 1.938 -1.075 -0.087 - 0.774 -1.498 -0.538 - -0.430 -0.733 -0.203 - -1.786 -1.189 0.240 - -2.604 0.031 0.338 - -1.828 1.081 -0.002 - -0.467 0.620 -0.305 - 0.653 1.362 -0.647 - 1.769 1.401 0.306 -a1aaa2Aa3aaaaa3=Aa2a1 - 3.585 -0.677 0.001 - 3.585 0.720 0.001 - 2.414 1.418 0.000 - 1.197 0.731 0.000 - -0.086 1.433 0.000 - -1.215 0.687 0.000 - -2.460 1.329 0.000 - -3.570 0.637 0.000 - -3.540 -0.772 0.000 - -2.351 -1.425 0.000 - -1.146 -0.680 0.001 - 0.007 -1.330 0.002 - 1.183 -0.687 -0.006 - 2.398 -1.382 0.000 -A1=A[AH+]a2aaaaa2A=A1 - -2.511 -0.007 0.668 - -1.972 -1.243 0.401 - -0.981 -1.404 -0.562 - 0.228 -0.669 -0.296 - 1.400 -1.380 -0.111 - 2.577 -0.715 0.195 - 2.585 0.661 0.317 - 1.424 1.384 0.115 - 0.236 0.726 -0.210 - -0.889 1.463 -0.445 - -2.093 1.185 -0.074 -A1AAA2(A1)A=AA[AH2+]2 - -2.216 0.739 0.294 - -2.238 -0.473 -0.656 - -0.893 -1.209 -0.466 - 0.042 -0.136 0.109 - -0.858 0.700 1.030 - 1.198 -0.741 0.854 - 2.276 -0.287 0.258 - 1.989 0.518 -0.772 - 0.700 0.893 -0.651 -A1=AAa2a(A1)aa1AAAa21 - -3.199 0.107 0.053 - -2.734 -1.136 0.012 - -1.440 -1.400 -0.037 - -0.514 -0.324 -0.034 - -1.074 0.965 0.011 - -2.380 1.150 0.048 - 0.344 2.028 0.003 - 1.614 0.785 -0.058 - 3.108 0.601 -0.096 - 3.325 -0.877 0.299 - 1.990 -1.515 -0.130 - 0.958 -0.385 -0.072 -a1aa2aaaa3aaaa(a1)a23 - -0.526 2.702 0.001 - -1.565 1.786 0.000 - -1.287 0.417 0.000 - -2.299 -0.464 -0.000 - -2.092 -1.763 -0.000 - -0.780 -2.270 -0.000 - 0.293 -1.346 0.000 - 1.559 -1.754 0.000 - 2.548 -0.869 -0.000 - 2.307 0.427 -0.000 - 1.044 0.885 -0.000 - 0.786 2.254 -0.001 - 0.009 -0.008 0.000 -A1=AA=A2AA=A[A@@H]2A1 - 2.189 -0.308 0.187 - 1.971 0.995 0.038 - 0.758 1.578 -0.005 - -0.303 0.851 -0.100 - -2.011 0.952 0.033 - -2.418 -0.775 0.200 - -1.288 -1.441 0.003 - -0.115 -0.633 -0.371 - 1.214 -1.215 0.018 -A1=A[A@H]2AA[A@@H]2A1 - 1.858 -0.044 0.096 - 1.070 -1.116 0.007 - -0.280 -0.670 -0.361 - -1.636 -0.783 0.236 - -1.670 0.685 -0.229 - -0.338 0.724 0.401 - 0.996 1.203 -0.149 -A1=AAa2aaa3aaaaa3a2A1 - 2.862 1.520 -0.198 - 3.440 0.294 -0.198 - 2.749 -0.810 0.131 - 1.392 -0.804 0.081 - 0.714 -2.030 0.013 - -0.642 -2.084 -0.038 - -1.386 -0.891 -0.029 - -2.791 -0.908 -0.074 - -3.478 0.267 -0.058 - -2.810 1.489 0.006 - -1.451 1.543 0.056 - -0.707 0.350 0.043 - 0.698 0.370 0.096 - 1.415 1.692 0.171 -A1=A[A@H]2A=AA=A2A=A1 - 1.979 -0.751 0.306 - 0.877 -1.458 -0.015 - -0.271 -0.639 -0.546 - -1.580 -1.122 0.016 - -2.256 -0.028 0.282 - -1.491 1.122 0.075 - -0.247 0.836 -0.133 - 0.966 1.394 -0.109 - 2.019 0.650 0.122 -A1[AH2+]Aa2[aH]aaa2A1 - 2.131 0.627 -0.383 - 2.096 -0.647 0.370 - 0.976 -1.495 -0.107 - -0.287 -0.672 -0.045 - -1.575 -1.097 -0.062 - -2.396 -0.008 0.020 - -1.624 1.101 0.081 - -0.290 0.680 0.045 - 0.967 1.512 0.085 -A1=A[A@@H]2A[A@@H]2A1 - 1.433 0.027 -0.211 - 0.825 -1.013 0.012 - -0.568 -0.804 0.412 - -1.541 -0.167 -0.581 - -0.773 0.725 0.396 - 0.622 1.232 -0.026 -A1=Aa2aa3AAAAa3aa2AA1 - 3.604 -0.714 -0.029 - 2.452 -1.432 -0.033 - 1.180 -0.712 -0.014 - -0.040 -1.398 -0.036 - -1.224 -0.692 -0.019 - -2.403 -1.375 -0.046 - -3.574 -0.652 0.348 - -3.557 0.711 -0.356 - -2.374 1.409 0.046 - -1.210 0.705 0.024 - -0.009 1.392 0.047 - 1.193 0.696 0.023 - 2.400 1.366 0.038 - 3.564 0.694 0.013 -a1aaa2Aa3a[aH]aa3a2a1 - 2.781 -1.164 0.001 - 3.187 0.155 -0.004 - 2.243 1.178 0.001 - 0.878 0.866 0.001 - -0.323 1.724 0.001 - -1.500 0.845 -0.000 - -2.887 0.772 -0.000 - -3.221 -0.549 -0.001 - -2.056 -1.322 -0.000 - -1.009 -0.535 -0.000 - 0.474 -0.481 0.001 - 1.434 -1.485 0.001 -a1aa2AAa3a[aH]aa3a2a1 - -2.888 1.005 -0.090 - -2.710 -0.329 0.038 - -1.411 -0.606 0.116 - -0.730 -1.929 0.347 - 0.641 -1.989 -0.326 - 1.407 -0.710 -0.121 - 2.726 -0.492 -0.039 - 2.921 0.841 0.102 - 1.665 1.471 0.115 - 0.758 0.555 -0.004 - -0.722 0.581 -0.016 - -1.658 1.605 -0.120 -a1aa2aaa3aaaa3a2[aH]1 - 2.853 -0.921 0.000 - 2.710 0.374 0.000 - 1.390 0.676 0.000 - 0.629 1.925 0.001 - -0.689 1.872 -0.001 - -1.347 0.700 -0.001 - -2.704 0.411 -0.001 - -2.841 -0.980 0.004 - -1.638 -1.522 -0.001 - -0.682 -0.498 -0.001 - 0.690 -0.524 -0.000 - 1.627 -1.516 -0.000 -A1A[A@@H]2AA[A@@H]2A1 - -1.856 -0.250 -0.145 - -1.167 1.120 0.018 - 0.264 0.839 0.510 - 1.294 0.783 -0.631 - 1.755 -0.549 -0.028 - 0.395 -0.700 0.621 - -0.685 -1.243 -0.345 -A1A[A@H]2AAAA[A@H]2A1 - -2.130 0.596 0.835 - -1.593 1.345 -0.411 - -0.189 0.795 -0.772 - 0.670 1.204 0.308 - 2.087 0.470 0.581 - 1.796 -1.114 0.356 - 0.991 -1.495 -0.772 - -0.311 -0.743 -0.812 - -1.325 -1.054 0.687 -a1aaa2[aH]a3aaaa3a2a1 - 2.756 1.088 -0.001 - 3.119 -0.249 0.000 - 2.152 -1.233 0.000 - 0.808 -0.882 0.001 - -0.366 -1.624 0.001 - -1.427 -0.749 -0.005 - -2.750 -0.705 0.001 - -3.163 0.558 0.000 - -2.045 1.369 0.000 - -0.949 0.515 0.001 - 0.442 0.466 0.001 - 1.424 1.448 0.000 -A1AAa2aa3AAA=Aa3aa2A1 - -3.635 0.628 0.429 - -3.631 -0.712 -0.318 - -2.381 -1.408 0.013 - -1.183 -0.692 -0.003 - 0.013 -1.393 0.029 - 1.220 -0.706 0.018 - 2.420 -1.384 0.054 - 3.585 -0.708 0.037 - 3.606 0.701 -0.006 - 2.446 1.403 -0.037 - 1.212 0.702 -0.025 - -0.007 1.391 -0.055 - -1.188 0.702 -0.046 - -2.476 1.482 -0.086 -A1AA2AAAa3aaaa(A1)a23 - 2.168 1.779 -0.398 - 0.732 2.239 -0.548 - -0.261 1.454 0.301 - -1.684 1.811 -0.137 - -2.665 0.814 0.487 - -2.465 -0.545 -0.188 - -1.013 -0.941 -0.106 - -0.683 -2.280 -0.269 - 0.631 -2.694 -0.174 - 1.629 -1.771 0.090 - 1.300 -0.446 0.248 - 2.333 0.605 0.557 - -0.022 -0.024 0.137 -A1A=Aa2aa3aaaaa3aa2A1 - 3.518 -0.704 0.001 - 3.590 0.626 0.001 - 2.503 1.382 0.001 - 1.189 0.720 -0.000 - 0.008 1.445 -0.000 - -1.199 0.725 -0.001 - -2.439 1.389 -0.001 - -3.591 0.663 -0.001 - -3.557 -0.730 0.005 - -2.376 -1.405 -0.002 - -1.163 -0.693 -0.001 - 0.006 -1.343 -0.001 - 1.152 -0.697 -0.001 - 2.356 -1.378 -0.000 -A1A[A@@H]2AAA[AH+]2A1 - -1.975 -0.059 -0.543 - -1.433 1.098 0.315 - 0.015 0.701 0.641 - 0.908 1.136 -0.409 - 2.034 0.233 -0.287 - 1.382 -1.126 0.048 - 0.064 -0.753 0.576 - -0.994 -1.228 -0.339 -A1AA2=A(AA=AA2)[AH+]1 - 2.529 -0.678 0.111 - 1.999 1.025 0.012 - 0.249 0.733 0.003 - 0.146 -0.654 0.076 - -1.117 -1.158 0.085 - -2.167 -0.398 0.029 - -2.096 0.954 -0.043 - -0.879 1.547 -0.057 - 1.335 -1.368 -0.219 -a1aaa2AAa3aaaaa3Aa2a1 - -3.267 -1.222 0.706 - -3.619 0.114 0.758 - -2.778 1.077 0.236 - -1.570 0.695 -0.349 - -0.715 1.665 -0.841 - 0.442 1.900 -0.013 - 1.438 0.771 0.024 - 2.659 1.105 0.622 - 3.671 0.185 0.755 - 3.483 -1.103 0.288 - 2.288 -1.436 -0.305 - 1.258 -0.502 -0.446 - 0.025 -1.018 -1.123 - -1.244 -0.634 -0.422 - -2.074 -1.600 0.114 -A1AA2AAAA(A1)A12AAAA1 - -2.088 -1.448 0.009 - -1.329 -1.211 1.306 - -0.469 0.047 1.268 - -1.330 1.304 1.214 - -2.074 1.460 -0.100 - -1.216 1.210 -1.329 - -0.360 -0.046 -1.212 - -1.219 -1.305 -1.231 - 0.456 0.004 0.066 - 1.595 -1.424 0.170 - 3.181 -0.717 -0.428 - 3.262 0.695 0.206 - 1.594 1.432 0.063 -A1A=Aa2a(A1)aa1aaaa21 - 3.120 -0.253 0.001 - 2.689 1.078 0.001 - 1.441 1.397 0.001 - 0.444 0.441 -0.001 - 0.792 -0.903 -0.001 - 2.214 -1.256 0.000 - -0.360 -1.651 -0.002 - -1.443 -0.764 -0.001 - -2.790 -0.659 0.004 - -3.142 0.638 -0.001 - -2.037 1.403 -0.001 - -0.924 0.528 -0.001 -A1=Aa2aaaa3AAA(A1)a23 - -2.456 -1.147 -0.000 - -1.340 -1.870 -0.001 - -0.029 -1.193 -0.000 - 1.179 -1.893 0.000 - 2.374 -1.192 0.000 - 2.407 0.193 -0.000 - 1.211 0.905 -0.000 - 0.804 2.325 -0.000 - -0.685 2.302 0.000 - -1.083 1.016 0.000 - -2.403 0.363 0.001 - 0.020 0.192 -0.000 -A1=Aa2aa3aaaaa3aa2AA1 - -3.524 0.707 -0.004 - -2.408 1.366 0.001 - -1.206 0.727 0.000 - -0.014 1.430 0.000 - 1.199 0.731 0.000 - 2.432 1.413 0.000 - 3.591 0.702 0.000 - 3.596 -0.691 0.000 - 2.441 -1.408 0.000 - 1.204 -0.733 0.000 - -0.006 -1.438 0.000 - -1.197 -0.738 0.000 - -2.501 -1.424 0.001 - -3.610 -0.649 0.001 -A1=AA2Aa3aaaa3A=A2AA1 - -3.335 -0.454 -0.136 - -2.278 -1.149 0.158 - -1.002 -0.569 0.122 - 0.086 -1.361 0.052 - 1.385 -0.763 -0.001 - 2.687 -1.397 -0.085 - 3.789 -0.631 -0.125 - 3.141 1.028 -0.049 - 1.411 0.644 0.033 - 0.296 1.363 0.110 - -0.873 0.788 0.156 - -2.128 1.624 0.248 - -3.181 0.882 -0.478 -a1aa2aaaa3A=Aa(a1)a23 - 2.474 -0.972 -0.000 - 1.278 -1.843 0.000 - 0.094 -1.279 0.000 - -1.202 -1.979 0.000 - -2.305 -1.253 -0.001 - -2.327 0.219 -0.002 - -1.221 0.920 0.005 - -0.801 2.330 -0.001 - 0.528 2.351 -0.001 - 1.055 0.981 -0.000 - 2.387 0.347 -0.000 - 0.040 0.178 -0.000 -A1AAa2aaa3aaaa(A1)a23 - -2.085 1.299 0.819 - -2.866 0.105 0.268 - -2.113 -0.699 -0.771 - -0.798 -1.100 -0.259 - -0.345 -2.332 0.053 - 1.002 -2.284 0.293 - 1.405 -0.875 0.138 - 2.603 -0.164 0.135 - 2.574 1.202 -0.055 - 1.374 1.888 -0.198 - 0.178 1.198 -0.161 - -1.142 1.934 -0.209 - 0.213 -0.174 -0.052 -A1Aa2[a+]a3aaaa3aa2A1 - 3.495 -0.309 -0.318 - 2.520 -1.426 0.108 - 1.146 -0.790 0.069 - -0.058 -1.436 0.044 - -1.159 -0.645 0.010 - -2.884 -1.068 -0.030 - -3.580 0.572 -0.043 - -2.465 1.391 -0.027 - -1.155 0.767 0.005 - 0.131 1.391 0.027 - 1.270 0.587 0.062 - 2.735 0.969 0.095 -a1aaa2AA3(AAAA3)Aa2a1 - -3.415 0.692 0.035 - -3.415 -0.692 0.030 - -2.223 -1.392 0.027 - -1.007 -0.704 0.017 - 0.380 -1.204 0.006 - 1.286 0.000 -0.008 - 2.155 -0.002 -1.239 - 3.481 -0.001 -0.773 - 3.441 0.001 0.715 - 2.167 0.001 1.141 - 0.380 1.204 0.003 - -1.007 0.704 0.016 - -2.223 1.392 0.024 -A1AA[A@@H]2A[A@@H]2A1 - -1.354 -0.762 -0.461 - -1.578 0.616 0.122 - -0.370 1.518 -0.021 - 0.921 0.821 0.383 - 1.641 0.030 -0.720 - 0.994 -0.695 0.453 - -0.254 -1.527 0.244 -A1AAa2aa3A=AAAa3a2AA1 - -3.688 -0.721 0.254 - -3.232 0.611 0.841 - -2.447 1.369 -0.237 - -0.998 1.001 -0.146 - 0.387 2.109 -0.117 - 1.688 0.907 -0.022 - 3.012 0.974 0.034 - 3.741 -0.121 0.099 - 3.154 -1.356 0.111 - 1.816 -1.493 0.058 - 1.000 -0.317 -0.012 - -0.462 -0.236 -0.073 - -1.323 -1.495 -0.049 - -2.653 -1.234 -0.746 -a1aaa2A=AAa3aaaa3a2a1 - -2.661 1.557 0.328 - -3.310 0.332 0.145 - -2.569 -0.806 -0.156 - -1.174 -0.731 -0.277 - -0.452 -1.957 -0.640 - 0.664 -2.392 -0.164 - 1.389 -1.675 0.890 - 1.741 -0.309 0.358 - 2.930 0.206 0.225 - 2.837 1.378 -0.300 - 1.582 1.671 -0.518 - 0.848 0.612 -0.082 - -0.538 0.489 -0.047 - -1.292 1.628 0.233 -A1=AAa2aa3AAAAa3aa2A1 - -3.580 -0.713 0.019 - -3.677 0.663 -0.020 - -2.441 1.463 -0.042 - -1.164 0.730 -0.022 - 0.056 1.408 -0.041 - 1.238 0.693 -0.021 - 2.421 1.368 -0.043 - 3.586 0.636 0.353 - 3.560 -0.726 -0.353 - 2.370 -1.416 0.044 - 1.212 -0.702 0.020 - 0.005 -1.380 0.038 - -1.193 -0.675 0.024 - -2.399 -1.345 0.038 -A1AAAA2(AA1)[A+]=AAA2 - 2.817 -0.489 -0.288 - 2.558 0.779 0.413 - 1.313 1.524 -0.046 - 0.122 1.029 0.740 - -0.571 -0.101 -0.040 - 0.428 -1.031 -0.699 - 1.668 -1.493 -0.013 - -1.469 0.464 -1.048 - -2.698 0.415 -0.637 - -2.741 -0.215 0.738 - -1.422 -0.881 0.884 -A1AA[A@H]2AAA[A@H]2A1 - 1.967 -0.524 -0.534 - 1.892 0.984 -0.275 - 0.429 1.418 -0.327 - -0.381 0.718 0.766 - -1.878 0.871 0.357 - -2.044 -0.211 -0.732 - -0.994 -1.202 -0.513 - -0.218 -0.810 0.667 - 1.228 -1.245 0.593 -A1Aa2aa3[aH]aaa3aa2A1 - -3.395 0.065 0.001 - -2.526 1.090 -0.001 - -1.198 0.658 -0.001 - -0.013 1.385 -0.001 - 1.205 0.723 -0.002 - 2.522 1.143 0.004 - 3.305 0.020 -0.001 - 2.547 -1.050 0.000 - 1.242 -0.683 -0.001 - 0.042 -1.401 0.000 - -1.147 -0.736 0.000 - -2.582 -1.212 0.001 -A1A[AH+]2AA=A[A@H]2A1 - 1.913 -0.267 -0.574 - 1.531 0.955 0.277 - 0.098 0.741 0.607 - -0.769 1.212 -0.466 - -1.908 0.218 -0.469 - -1.555 -0.851 0.201 - -0.141 -0.680 0.712 - 0.831 -1.330 -0.287 -A1A[A@H]2AAA[A@@H]2A1 - -2.120 0.005 -0.016 - -1.358 1.139 0.006 - -0.023 0.711 -0.345 - 1.225 1.393 0.208 - 2.435 0.006 -0.037 - 1.245 -1.405 -0.085 - -0.038 -0.711 0.296 - -1.367 -1.138 -0.030 -A1AAA2(AA1)AAA[AH2+]2 - -2.630 -0.083 -0.015 - -1.732 -1.313 -0.161 - -0.490 -0.943 -0.976 - 0.271 0.174 -0.264 - -0.623 1.402 -0.104 - -1.864 1.026 0.708 - 0.727 -0.317 1.125 - 2.195 -0.752 0.876 - 2.661 0.298 -0.164 - 1.483 0.506 -1.028 -[AH2+]1AAA2=AAAA=A2A1 - -2.386 -0.687 0.326 - -2.440 0.626 -0.349 - -1.282 1.475 0.177 - 0.008 0.706 0.073 - 1.214 1.420 0.042 - 2.455 0.653 -0.171 - 2.412 -0.694 0.165 - 1.233 -1.360 -0.038 - 0.028 -0.672 -0.036 - -1.245 -1.465 -0.188 -A1AAa2a(A1)aa1AAAAa21 - 3.537 -0.092 0.389 - 2.978 -1.267 -0.420 - 1.556 -1.587 0.043 - 0.730 -0.307 0.014 - 1.325 0.903 -0.016 - 2.795 1.188 -0.022 - -0.012 2.064 -0.044 - -1.334 0.959 -0.017 - -2.695 1.099 -0.021 - -3.495 0.015 0.001 - -2.987 -1.227 0.036 - -1.661 -1.452 0.041 - -0.733 -0.300 0.013 -A1=AA2AAa3aaaa(A1)a23 - -2.401 -1.222 -0.000 - -2.361 0.157 -0.001 - -1.198 0.840 -0.001 - -0.921 2.288 -0.000 - 0.616 2.412 0.001 - 1.108 0.984 0.001 - 2.360 0.395 0.002 - 2.478 -1.001 -0.004 - 1.371 -1.805 0.001 - 0.103 -1.220 0.001 - -1.146 -1.997 0.001 - -0.005 0.174 -0.000 -A1AA2=A(A=AAA2)[AH+]1 - 2.518 0.680 0.109 - 1.996 -1.026 0.013 - 0.245 -0.737 0.003 - 0.151 0.654 0.074 - -1.103 1.167 0.083 - -2.168 0.409 0.028 - -2.101 -0.953 -0.042 - -0.884 -1.549 -0.055 - 1.347 1.357 -0.216 -A1Aa2aaaa3aaaa(A1)a23 - 2.810 0.000 0.001 - 2.161 1.181 0.001 - 0.691 1.221 0.001 - -0.017 2.413 -0.000 - -1.407 2.400 -0.001 - -2.111 1.230 -0.000 - -1.431 0.000 -0.000 - -2.111 -1.231 -0.000 - -1.406 -2.401 -0.000 - -0.016 -2.414 0.001 - 0.692 -1.221 0.001 - 2.161 -1.180 -0.004 - -0.021 0.000 0.001 -a1aaa2Aa3aaaaa3AAa2a1 - 3.938 -0.258 0.091 - 3.686 1.103 0.106 - 2.387 1.534 0.034 - 1.308 0.628 -0.063 - -0.001 1.311 -0.016 - -1.312 0.629 0.033 - -2.393 1.533 -0.043 - -3.693 1.098 -0.074 - -3.939 -0.263 -0.040 - -2.882 -1.130 0.057 - -1.544 -0.675 0.130 - -0.629 -1.851 0.394 - 0.636 -1.856 -0.406 - 1.552 -0.676 -0.159 - 2.887 -1.126 -0.045 -a1aa2aaa3[aH]aaa3a2a1 - 2.734 1.246 -0.000 - 2.765 -0.077 -0.001 - 1.495 -0.530 -0.001 - 0.917 -1.807 -0.001 - -0.429 -1.962 -0.000 - -1.310 -0.865 0.002 - -2.687 -0.902 0.002 - -3.120 0.743 -0.003 - -1.707 1.425 0.003 - -0.799 0.445 0.002 - 0.670 0.608 0.001 - 1.476 1.673 0.001 -a1aaa2aa3[a+]aaa3a2a1 - 2.710 -1.151 0.000 - 3.218 0.138 0.001 - 2.342 1.208 0.001 - 0.986 0.974 0.000 - -0.447 2.023 -0.000 - -1.683 0.745 -0.001 - -2.965 0.482 -0.001 - -3.123 -0.875 0.004 - -1.884 -1.437 -0.002 - -0.955 -0.411 -0.001 - 0.443 -0.315 -0.001 - 1.355 -1.383 -0.000 -A1AAA2(AA1)AA=A[AH+]2 - 2.613 0.001 -0.033 - 1.781 -1.249 -0.326 - 0.538 -1.254 0.567 - -0.289 -0.001 0.295 - 0.537 1.253 0.568 - 1.780 1.250 -0.325 - -0.765 0.000 -1.054 - -2.122 0.001 -1.013 - -2.574 0.000 0.222 - -1.500 -0.001 1.099 -a1aa2AAa3aaaa3a2[aH]1 - 2.861 -1.277 -0.096 - 2.857 0.025 0.103 - 1.542 0.458 0.167 - 0.966 1.826 0.404 - -0.369 2.013 -0.314 - -1.276 0.804 -0.140 - -2.661 0.847 -0.088 - -3.378 -0.297 0.053 - -2.093 -1.539 0.127 - -0.711 -0.459 -0.025 - 0.726 -0.665 -0.027 - 1.534 -1.731 -0.164 -A1AA[A@@H]2AAA=AA2=A1 - -2.466 0.757 -0.003 - -2.295 -0.679 0.514 - -1.329 -1.412 -0.414 - 0.012 -0.723 -0.494 - 1.065 -1.405 0.381 - 2.435 -0.806 0.055 - 2.404 0.692 0.075 - 1.301 1.414 -0.023 - -0.010 0.736 -0.146 - -1.117 1.426 0.054 -a1aaa2a(a1)Aa1aaaaa21 - -3.465 0.112 -0.001 - -3.014 -1.195 0.005 - -1.662 -1.464 -0.003 - -0.742 -0.414 -0.001 - -1.206 0.899 -0.001 - -2.560 1.158 -0.001 - -0.000 1.807 0.000 - 1.205 0.899 0.000 - 2.560 1.158 0.001 - 3.465 0.112 0.001 - 3.015 -1.195 0.000 - 1.662 -1.464 -0.001 - 0.742 -0.414 0.000 -A1AAa2aa3A=AAAa3aa2A1 - 3.566 -0.561 -0.334 - 3.582 0.671 0.395 - 2.397 1.525 -0.058 - 1.132 0.693 -0.024 - -0.028 1.328 -0.047 - -1.187 0.678 -0.028 - -2.362 1.335 -0.051 - -3.508 0.699 -0.034 - -3.607 -0.661 0.007 - -2.491 -1.427 0.032 - -1.196 -0.735 0.015 - 0.015 -1.426 0.042 - 1.189 -0.690 0.023 - 2.501 -1.428 0.056 -a1aaa2a(a1)aa1aaaaa21 - -3.535 -0.022 -0.000 - -2.963 -1.285 -0.000 - -1.601 -1.449 0.001 - -0.741 -0.329 0.001 - -1.348 0.936 0.001 - -2.720 1.093 -0.004 - 0.007 2.082 0.001 - 1.355 0.930 0.001 - 2.732 1.060 -0.000 - 3.499 -0.009 -0.001 - 2.976 -1.234 -0.001 - 1.605 -1.443 0.001 - 0.736 -0.333 0.001 -a1aa2A=Aa3aaaa(a1)a23 - 2.425 -1.001 0.001 - 2.294 0.466 0.002 - 1.125 1.045 -0.005 - 0.500 2.376 0.001 - -0.779 2.192 0.001 - -1.130 0.890 0.000 - -2.395 0.124 0.000 - -2.353 -1.195 0.000 - -1.083 -1.954 -0.000 - 0.041 -1.278 -0.000 - 1.403 -1.839 -0.000 - -0.052 0.174 0.000 -A1AA[A@H]2AA[A@@H]2A1 - 1.892 0.723 0.219 - 1.888 -0.732 -0.232 - 0.620 -1.463 0.228 - -0.545 -0.694 -0.365 - -1.965 -0.770 0.122 - -1.964 0.768 -0.126 - -0.544 0.690 0.360 - 0.618 1.478 -0.206 -A1AA[A@H]2AAA[AH+]2A1 - 2.174 0.743 0.277 - 2.216 -0.715 -0.178 - 0.923 -1.443 0.221 - -0.244 -0.666 -0.373 - -1.620 -1.234 -0.006 - -2.520 0.019 0.142 - -1.571 1.224 -0.090 - -0.265 0.630 0.251 - 0.906 1.438 -0.240 -A1AAA2=Aa3aaaaa3AA2A1 - 3.576 0.669 -0.158 - 3.458 -0.766 -0.622 - 2.428 -1.462 0.285 - 1.135 -0.676 0.188 - 0.008 -1.322 0.138 - -1.184 -0.683 0.049 - -2.389 -1.381 -0.006 - -3.579 -0.682 -0.097 - -3.584 0.712 -0.139 - -2.414 1.414 -0.081 - -1.202 0.731 0.010 - 0.085 1.435 0.069 - 1.208 0.686 0.155 - 2.454 1.326 0.212 -a1aaa2AAAa3aaaaa3a2a1 - 2.809 1.606 0.539 - 3.492 0.516 0.026 - 2.803 -0.571 -0.475 - 1.417 -0.573 -0.467 - 0.697 -1.664 -0.946 - 0.022 -2.550 -0.004 - -0.700 -1.750 1.079 - -1.450 -0.598 0.468 - -2.833 -0.607 0.373 - -3.447 0.459 -0.134 - -2.761 1.507 -0.545 - -1.446 1.551 -0.485 - -0.754 0.522 -0.002 - 0.724 0.535 0.025 - 1.428 1.623 0.546 -A1=AA[A@@]2(A1)AA=AA2 - -2.158 -0.779 0.657 - -2.682 -0.023 -0.347 - -1.240 0.752 -1.073 - -0.004 0.004 0.042 - -0.829 -0.817 0.908 - 1.220 -0.962 -0.904 - 2.669 -0.045 -0.391 - 2.189 0.877 0.409 - 0.838 0.990 0.698 -A1Aa2aaa3[aH]aaa3a2A1 - -3.059 0.948 0.007 - -2.765 -0.488 -0.005 - -1.380 -0.694 -0.003 - -0.668 -1.902 0.000 - 0.710 -1.913 0.002 - 1.418 -0.711 0.001 - 2.762 -0.399 0.002 - 2.923 0.959 -0.001 - 1.722 1.561 -0.003 - 0.711 0.502 -0.002 - -0.688 0.499 0.002 - -1.685 1.637 0.000 -[aH]1aa2aaa3aaaa3a2a1 - -2.879 0.938 -0.001 - -2.702 -0.451 -0.001 - -1.416 -0.719 -0.001 - -0.671 -1.856 0.000 - 0.624 -1.828 0.001 - 1.362 -0.680 0.000 - 2.741 -0.426 0.001 - 2.894 0.882 -0.000 - 1.690 1.467 -0.001 - 0.752 0.546 -0.001 - -0.715 0.575 -0.001 - -1.681 1.548 0.004 -A1AAa2aa3AA=AAa3aa2A1 - -3.659 0.586 -0.396 - -3.559 -0.746 0.360 - -2.352 -1.399 -0.035 - -1.202 -0.676 -0.013 - 0.005 -1.367 -0.041 - 1.212 -0.681 -0.020 - 2.374 -1.359 -0.043 - 3.552 -0.742 -0.028 - 3.695 0.607 0.011 - 2.480 1.442 0.039 - 1.194 0.724 0.022 - -0.022 1.415 0.047 - -1.215 0.712 0.030 - -2.509 1.486 0.064 -a1aaa2[a+]a3aaaa3a2a1 - -2.795 -0.976 -0.002 - -3.131 0.371 -0.001 - -2.160 1.332 0.000 - -0.812 0.958 0.000 - 0.350 1.658 0.000 - 1.353 0.826 0.000 - 3.124 0.656 0.000 - 3.192 -1.128 -0.001 - 1.902 -1.453 -0.001 - 0.925 -0.479 -0.001 - -0.474 -0.403 -0.001 - -1.471 -1.366 0.004 -A1AAa2a(A1)aa1aaaaa21 - -3.451 -0.180 -0.004 - -3.112 1.122 0.001 - -1.652 1.513 0.001 - -0.651 0.437 0.001 - -1.093 -0.875 0.001 - -2.534 -1.157 0.001 - -0.011 -1.701 0.001 - 1.152 -0.894 0.000 - 2.523 -1.182 -0.000 - 3.431 -0.164 -0.001 - 3.009 1.160 -0.001 - 1.668 1.469 -0.000 - 0.721 0.448 0.000 -A1=Aa2a[aH][aH]a2=AA1 - -2.105 -0.717 0.001 - -0.941 -1.409 0.001 - 0.291 -0.714 -0.000 - 1.558 -1.088 -0.000 - 2.345 -0.073 -0.002 - 1.612 1.124 0.004 - 0.278 0.756 -0.002 - -0.917 1.424 -0.002 - -2.117 0.694 -0.000 -A1AA[A@@H]2AA=AA=A2A1 - -2.421 0.706 0.400 - -2.518 -0.673 -0.261 - -1.209 -1.393 -0.083 - -0.000 -0.686 0.038 - 1.270 -1.475 0.235 - 2.477 -0.638 -0.074 - 2.402 0.703 -0.128 - 1.212 1.338 0.102 - 0.027 0.662 -0.017 - -1.239 1.458 -0.210 -a1aaa2Aa3aa[aH]a3a2a1 - 2.774 -1.175 -0.000 - 3.188 0.142 -0.000 - 2.254 1.168 -0.001 - 0.900 0.870 -0.000 - -0.316 1.721 -0.000 - -1.479 0.811 0.001 - -2.893 0.747 0.002 - -3.240 -0.523 -0.003 - -2.083 -1.310 0.002 - -1.007 -0.495 0.001 - 0.476 -0.471 -0.000 - 1.422 -1.487 -0.000 -a1aaa2aa3[aH]aaa3a2a1 - 2.740 -1.110 -0.000 - 3.111 0.227 -0.001 - 2.155 1.218 -0.001 - 0.800 0.874 -0.000 - -0.344 1.602 -0.000 - -1.385 0.794 0.001 - -2.753 0.761 0.001 - -3.138 -0.587 -0.004 - -2.067 -1.323 0.002 - -0.956 -0.505 0.001 - 0.430 -0.482 0.001 - 1.407 -1.465 0.001 -A1A=A2AAA3(AA3)A=A2A1 - -3.075 0.407 -0.098 - -2.369 -0.925 -0.194 - -1.059 -0.745 -0.075 - 0.033 -1.753 -0.079 - 1.317 -1.294 0.595 - 1.650 0.125 0.121 - 2.623 0.261 -1.052 - 3.074 0.630 0.363 - 0.534 1.142 0.210 - -0.735 0.704 0.100 - -1.993 1.449 0.109 -A1Aa2[aH]a3aaaaa3a2A1 - -3.346 0.574 0.298 - -2.877 -0.842 -0.099 - -1.362 -0.781 -0.063 - -0.273 -1.614 -0.012 - 0.884 -0.874 0.005 - 2.239 -1.183 0.050 - 3.119 -0.197 0.054 - 2.734 1.075 0.016 - 1.457 1.422 -0.026 - 0.510 0.486 -0.032 - -0.951 0.499 -0.072 - -2.137 1.438 -0.121 -a1aa2AAa3aa[aH]a3a2a1 - -2.810 -1.007 -0.000 - -2.673 0.328 -0.000 - -1.393 0.636 0.001 - -0.759 1.865 0.000 - 0.588 1.945 0.000 - 1.372 0.708 0.001 - 2.700 0.438 -0.000 - 2.872 -0.852 0.000 - 1.659 -1.473 0.001 - 0.702 -0.506 -0.005 - -0.678 -0.524 0.001 - -1.584 -1.560 0.001 -A1AAa2aa3AAAa3aa2A=A1 - -2.868 0.020 1.074 - -2.858 -1.337 0.544 - -1.967 -1.425 -0.695 - -0.677 -0.679 -0.451 - 0.505 -1.366 -0.288 - 1.691 -0.677 -0.087 - 2.971 -1.116 0.097 - 3.687 0.005 0.647 - 2.970 1.149 0.148 - 1.690 0.717 -0.051 - 0.504 1.412 -0.204 - -0.692 0.720 -0.396 - -1.963 1.463 -0.532 - -2.988 1.110 0.200 -a1aaa2AA=Aa3aaaa3a2a1 - 2.699 -1.463 -0.429 - 3.308 -0.268 -0.091 - 2.543 0.812 0.302 - 1.162 0.707 0.360 - 0.361 1.893 0.814 - -0.493 2.402 -0.249 - -1.481 1.712 -0.731 - -1.764 0.344 -0.281 - -3.012 -0.196 -0.115 - -2.840 -1.514 0.325 - -1.511 -1.748 0.417 - -0.843 -0.619 0.047 - 0.553 -0.484 0.014 - 1.324 -1.574 -0.378 -A1A[A@H]2A=A[A@@H]1A2 - -1.227 -0.779 0.518 - -1.220 0.766 0.508 - 0.016 1.146 -0.323 - 1.199 0.676 0.533 - 1.210 -0.679 0.516 - 0.025 -1.142 -0.342 - -0.004 0.011 -1.410 -A1=AA2A(A1)Aa1aaaaa21 - 3.093 -0.583 0.277 - 2.090 -1.341 -0.089 - 0.947 -0.567 -0.210 - 1.407 0.707 -0.483 - 2.600 0.758 0.383 - 0.436 1.588 -0.138 - -0.764 0.868 -0.024 - -2.084 1.253 0.129 - -3.079 0.295 0.195 - -2.759 -1.048 0.107 - -1.444 -1.441 -0.045 - -0.438 -0.489 -0.097 -A1AAa2aaaa3AAA(A1)a23 - 2.796 0.105 0.181 - 2.431 -1.251 -0.326 - 1.281 -1.912 0.394 - -0.025 -1.187 0.149 - -1.149 -2.012 0.065 - -2.405 -1.481 -0.142 - -2.579 -0.113 -0.211 - -1.473 0.714 -0.085 - -1.350 2.091 0.103 - -0.050 2.372 0.325 - 0.668 1.292 0.017 - 2.040 1.219 -0.482 - -0.190 0.161 0.018 -A1AA[A@H]2AAA=AA2=A1 - -2.466 -0.757 -0.003 - -2.295 0.679 0.514 - -1.329 1.412 -0.413 - 0.012 0.723 -0.493 - 1.066 1.405 0.381 - 2.435 0.806 0.054 - 2.404 -0.692 0.075 - 1.301 -1.414 -0.023 - -0.010 -0.736 -0.145 - -1.117 -1.426 0.054 -A1=AAa2aaa3AAAa3a2A1 - -2.563 1.421 -0.174 - -3.239 0.248 -0.205 - -2.563 -1.052 0.139 - -1.067 -0.892 0.076 - -0.265 -2.019 0.007 - 1.109 -1.899 -0.045 - 1.696 -0.642 -0.030 - 2.984 -0.223 -0.070 - 3.014 1.118 -0.029 - 1.753 1.592 0.037 - 0.893 0.493 0.038 - -0.494 0.368 0.091 - -1.263 1.483 0.159 -A1AA[A@@]2(A1)AA=AA2 - -2.353 -0.490 0.081 - -2.098 0.779 -0.269 - -0.792 1.086 -0.329 - 0.004 -0.134 0.029 - -1.040 -1.215 0.311 - 0.918 -0.518 -0.998 - 2.187 0.013 -0.652 - 2.257 0.379 0.586 - 0.915 0.101 1.243 -A1=Aa2aa3aaaaa3a2AA1 - 3.359 0.100 0.000 - 2.572 1.145 0.000 - 1.113 0.911 0.000 - 0.038 1.729 0.001 - -1.151 0.877 0.001 - -2.524 1.139 -0.004 - -3.420 0.089 0.002 - -2.960 -1.226 0.001 - -1.610 -1.497 -0.000 - -0.689 -0.454 0.000 - 0.689 -0.414 -0.000 - 1.645 -1.368 -0.001 - 2.941 -1.032 -0.000 -A1A[A@H]2AA[A@@H]2A1 - -1.818 0.011 -0.014 - -1.055 -1.123 -0.074 - 0.293 -0.711 0.366 - 1.653 -0.750 -0.216 - 1.659 0.750 0.214 - 0.301 0.692 -0.372 - -1.032 1.130 0.099 -A1AA[A@@]2(AAAA2)AA1 - 2.643 0.190 0.005 - 1.676 1.368 -0.141 - 0.432 1.117 0.717 - -0.258 -0.163 0.241 - -0.879 0.033 -1.119 - -2.210 0.188 -0.996 - -2.627 0.134 0.410 - -1.441 -0.506 1.167 - 0.699 -1.269 0.217 - 1.969 -1.089 -0.502 -A1AA[A@@]2(AAA=A2)A1 - -2.110 0.401 0.682 - -2.326 -0.363 -0.398 - -0.994 -0.738 -1.017 - 0.021 -0.052 -0.098 - 0.886 0.951 -0.881 - 2.245 0.745 -0.162 - 2.128 -0.588 0.449 - 0.964 -1.000 0.483 - -0.814 0.643 0.939 -a1aaa2[a+]a[aH+]a2a1 - 2.127 0.676 -0.014 - 2.111 -0.710 0.056 - 0.912 -1.397 0.057 - -0.296 -0.686 -0.013 - -1.602 -1.060 -0.025 - -2.357 -0.003 -0.107 - -1.577 1.075 0.211 - -0.269 0.715 -0.084 - 0.948 1.386 -0.084 -A1AA2AAAA(A1)[AH2+]2 - 1.989 -0.002 -0.402 - 1.127 -1.259 -0.446 - 0.003 -1.213 0.585 - -1.346 -1.254 -0.150 - -1.497 0.003 -1.009 - -1.342 1.258 -0.149 - 0.006 1.212 0.586 - 1.131 1.257 -0.443 - -0.069 -0.003 1.428 -A1A=Aa2aa3aaaaa3a2A1 - 2.896 -1.237 0.002 - 3.511 0.010 0.003 - 2.704 1.143 -0.002 - 1.328 0.964 -0.001 - -0.048 2.082 0.000 - -1.374 0.900 0.000 - -2.685 1.017 0.001 - -3.470 -0.044 0.001 - -2.925 -1.317 0.000 - -1.558 -1.488 -0.000 - -0.726 -0.347 -0.001 - 0.752 -0.310 -0.001 - 1.589 -1.369 -0.002 -a1aaa2aa3aaaaa3aa2a1 - -3.549 -0.699 -0.001 - -3.549 0.696 0.004 - -2.394 1.410 -0.002 - -1.156 0.733 -0.001 - -0.008 1.401 -0.001 - 1.140 0.732 0.000 - 2.379 1.409 0.000 - 3.545 0.714 0.000 - 3.588 -0.676 0.000 - 2.427 -1.432 0.001 - 1.136 -0.735 0.000 - -0.007 -1.404 0.000 - -1.157 -0.735 -0.001 - -2.393 -1.413 -0.001 -A1=AAa2aaaaa2[AH+]A1 - 2.582 -0.084 0.557 - 2.078 -1.217 0.153 - 0.912 -1.385 -0.574 - -0.266 -0.705 -0.236 - -1.426 -1.393 0.073 - -2.593 -0.687 0.310 - -2.594 0.694 0.240 - -1.431 1.383 -0.051 - -0.254 0.680 -0.276 - 0.941 1.408 -0.599 - 2.048 1.303 0.406 -A1AAa2aa3AAAAa3aa2A1 - 3.666 -0.702 0.251 - 3.638 0.650 -0.456 - 2.469 1.478 0.059 - 1.193 0.678 0.063 - -0.006 1.376 0.153 - -1.208 0.704 0.177 - -2.505 1.464 0.274 - -3.590 0.726 -0.511 - -3.591 -0.732 -0.137 - -2.441 -1.370 0.146 - -1.223 -0.683 0.114 - -0.028 -1.378 0.021 - 1.181 -0.697 -0.011 - 2.440 -1.513 -0.139 -A1=AAA2=AA=A[A@H]2A1 - -1.947 0.812 -0.280 - -2.135 -0.482 -0.080 - -1.066 -1.346 0.228 - 0.163 -0.768 0.164 - 1.317 -1.139 -0.283 - 2.163 -0.175 -0.287 - 1.755 0.905 0.162 - 0.369 0.683 0.604 - -0.616 1.511 -0.228 -A1=AA=A2AAA[A@@H]2A1 - -2.333 0.239 0.016 - -1.984 -1.027 -0.024 - -0.745 -1.491 0.096 - 0.335 -0.694 -0.048 - 1.690 -0.891 0.225 - 2.339 0.285 0.258 - 1.575 1.319 -0.152 - 0.259 0.731 -0.598 - -1.140 1.525 0.226 -A1=A[AH+]a2aaaaa2AA1 - 2.768 0.019 0.000 - 2.187 -1.233 -0.001 - 0.815 -1.686 -0.001 - -0.260 -0.689 0.000 - -1.459 -1.382 0.001 - -2.656 -0.687 0.001 - -2.659 0.695 -0.004 - -1.464 1.393 0.002 - -0.262 0.705 0.001 - 0.836 1.580 0.000 - 2.150 1.280 0.000 -[AH2+]1AAa2aaaaa2AA1 - 2.875 -0.030 0.187 - 2.090 -0.918 -0.692 - 0.955 -1.541 0.120 - -0.299 -0.707 0.035 - -1.514 -1.366 0.172 - -2.703 -0.657 0.151 - -2.680 0.720 -0.015 - -1.472 1.370 -0.156 - -0.281 0.656 -0.145 - 0.999 1.420 -0.362 - 2.032 1.058 0.708 -A1AAa2aa3aaaaa3aa2A1 - -3.597 -0.723 0.395 - -3.643 0.586 -0.402 - -2.486 1.470 0.059 - -1.190 0.705 0.025 - -0.009 1.441 0.052 - 1.215 0.741 0.025 - 2.457 1.391 0.041 - 3.592 0.634 0.012 - 3.545 -0.689 -0.030 - 2.417 -1.361 -0.035 - 1.190 -0.675 -0.015 - 0.022 -1.315 -0.039 - -1.136 -0.678 -0.024 - -2.383 -1.526 -0.066 -A1AAA2(A1)AA=A[AH+]2 - 2.232 0.720 -0.375 - 2.307 -0.596 0.438 - 0.861 -0.817 0.936 - -0.049 -0.053 -0.031 - 0.855 0.611 -1.080 - -0.845 0.950 0.679 - -2.130 0.638 0.450 - -2.215 -0.504 -0.352 - -1.014 -0.950 -0.667 -[AH2+]1AAA2AAAAA2AA1 - 2.894 0.006 0.022 - 1.987 -0.587 -0.980 - 0.903 -1.268 -0.222 - -0.228 -0.720 0.093 - -1.428 -1.351 0.612 - -2.661 -0.766 -0.086 - -2.666 0.755 0.094 - -1.440 1.351 -0.605 - -0.232 0.726 -0.104 - 0.904 1.271 0.198 - 1.964 0.579 0.976 -A1AA[A@H]2AA=AA=A2A1 - 2.420 0.707 0.401 - 2.518 -0.673 -0.259 - 1.209 -1.393 -0.084 - -0.001 -0.687 0.032 - -1.270 -1.475 0.237 - -2.477 -0.639 -0.069 - -2.402 0.704 -0.129 - -1.212 1.338 0.101 - -0.028 0.662 -0.019 - 1.240 1.458 -0.207 -A1A=A[A@@H]2A[AH+]12 - -0.547 -1.225 0.079 - -1.439 -0.099 -0.194 - -0.835 1.026 -0.040 - 0.601 0.785 0.362 - 1.476 -0.045 -0.585 - 0.745 -0.441 0.379 -a1aaa2a(a1)aa1aaaa21 - -3.282 0.136 0.000 - -2.761 -1.149 0.001 - -1.405 -1.366 0.001 - -0.506 -0.279 0.000 - -1.060 1.005 0.000 - -2.423 1.219 0.000 - 0.343 2.091 -0.001 - 1.625 0.884 0.000 - 3.354 0.535 0.001 - 3.246 -1.247 0.001 - 1.876 -1.460 -0.005 - 0.989 -0.367 0.001 -A1AAa2aa3AA=Aa3aa2A1 - -3.277 0.735 -0.350 - -3.307 -0.632 0.348 - -2.143 -1.364 -0.051 - -0.958 -0.693 -0.023 - 0.225 -1.413 -0.046 - 1.442 -0.745 -0.023 - 2.856 -1.185 -0.043 - 3.627 0.074 0.003 - 2.783 1.070 0.035 - 1.485 0.662 0.022 - 0.281 1.373 0.046 - -0.927 0.699 0.024 - -2.085 1.417 0.052 -A1AAa2aaa3aaa(A1)a23 - 2.562 -0.571 -0.332 - 2.092 0.806 -0.817 - 1.405 1.698 0.226 - -0.014 1.289 0.237 - -1.192 1.996 0.199 - -2.199 1.120 -0.069 - -1.679 -0.156 -0.168 - -1.875 -1.514 -0.376 - -0.678 -2.195 -0.028 - 0.258 -1.237 0.284 - 1.695 -1.221 0.735 - -0.377 -0.018 0.110 -a1aaa2a(a1)aa1AAAa21 - 3.233 -0.099 0.050 - 2.762 1.207 0.008 - 1.390 1.454 -0.033 - 0.499 0.342 -0.031 - 1.090 -0.934 0.013 - 2.392 -1.116 0.051 - -0.306 -2.030 0.002 - -1.604 -0.816 -0.058 - -3.101 -0.662 -0.097 - -3.350 0.810 0.299 - -2.028 1.477 -0.129 - -0.972 0.370 -0.070 -A1A=AAa2aaa3aaaa3a12 - 1.265 1.688 0.168 - 2.699 1.407 -0.189 - 3.180 0.152 -0.185 - 2.420 -0.903 0.131 - 1.074 -0.800 0.077 - 0.333 -1.917 0.006 - -0.969 -1.881 -0.048 - -1.640 -0.704 -0.032 - -2.996 -0.356 -0.074 - -3.059 0.962 -0.029 - -1.823 1.463 0.038 - -0.942 0.475 0.038 - 0.461 0.420 0.093 -A1AAA2=AAAA[A@@H]2A1 - 2.457 0.760 -0.069 - 2.400 -0.730 -0.336 - 1.304 -1.403 0.487 - -0.005 -0.681 0.212 - -1.027 -1.389 -0.175 - -2.366 -0.787 -0.491 - -2.524 0.520 0.292 - -1.346 1.432 -0.047 - -0.037 0.802 0.399 - 1.144 1.477 -0.271 -A1AAa2[a+]a[aH]a2AA1 - -2.463 0.013 0.176 - -1.710 1.290 0.451 - -0.628 1.536 -0.611 - 0.563 0.666 -0.244 - 1.769 1.079 0.126 - 2.527 0.023 0.366 - 1.775 -1.107 0.140 - 0.549 -0.683 -0.243 - -0.652 -1.536 -0.613 - -1.731 -1.278 0.450 -a1aaa2Aa3aaaaa3Aa2a1 - 3.589 0.756 0.000 - 3.654 -0.634 0.002 - 2.490 -1.380 -0.003 - 1.255 -0.731 0.001 - -0.004 -1.503 0.001 - -1.260 -0.727 0.000 - -2.497 -1.374 0.000 - -3.649 -0.641 0.000 - -3.592 0.757 -0.000 - -2.365 1.412 -0.000 - -1.187 0.676 -0.001 - 0.002 1.311 -0.000 - 1.190 0.670 0.000 - 2.373 1.403 -0.000 -a1aa2AAa3aaaa(a1)a23 - 2.474 -0.912 -0.000 - 2.338 0.475 -0.000 - 1.075 1.041 -0.000 - 0.456 2.371 0.001 - -0.893 2.207 -0.000 - -1.215 0.856 -0.000 - -2.366 0.090 -0.000 - -2.277 -1.302 -0.000 - -1.087 -1.978 0.001 - 0.106 -1.236 -0.000 - 1.405 -1.769 -0.000 - -0.013 0.155 -0.000 -A1AAAAAa2aaaaa2AAAA1 - -2.502 -0.727 -0.134 - -3.411 0.142 0.401 - -3.577 1.415 -0.338 - -2.427 2.352 0.039 - -0.881 1.729 -0.678 - 0.296 1.783 0.701 - 1.529 0.996 0.339 - 2.769 1.612 0.332 - 3.904 0.888 -0.002 - 3.803 -0.456 -0.330 - 2.567 -1.081 -0.326 - 1.422 -0.356 0.009 - 0.101 -1.018 0.014 - 0.001 -2.325 -0.297 - -1.329 -2.907 -0.289 - -2.262 -2.043 0.561 -A1AA2=Aa3aaaaa3AA2A1 - 3.639 -0.101 0.466 - 2.786 -1.194 -0.155 - 1.424 -0.668 -0.181 - 0.295 -1.347 -0.230 - -0.891 -0.673 -0.112 - -2.065 -1.406 0.101 - -3.266 -0.751 0.268 - -3.315 0.632 0.223 - -2.163 1.363 0.001 - -0.953 0.720 -0.172 - 0.287 1.543 -0.438 - 1.456 0.716 -0.110 - 2.770 1.165 0.341 -A1AA2=AAa3aaaaa3A2A1 - -3.173 -1.523 0.001 - -3.344 0.300 -0.000 - -1.621 0.750 -0.001 - -1.038 2.019 -0.000 - 0.376 2.152 -0.000 - 1.163 0.907 -0.000 - 2.562 0.951 0.001 - 3.276 -0.213 -0.000 - 2.618 -1.445 -0.000 - 1.233 -1.501 -0.000 - 0.497 -0.322 -0.000 - -0.908 -0.406 -0.000 - -1.646 -1.672 -0.000 -A1=AA[A@]2(A1)AA=AA2 - -2.158 -0.779 -0.656 - -2.681 -0.026 0.350 - -1.240 0.757 1.069 - -0.004 0.005 -0.042 - -0.829 -0.818 -0.907 - 1.220 -0.960 0.906 - 2.669 -0.044 0.392 - 2.189 0.876 -0.411 - 0.838 0.989 -0.699 -a1aaa2[aH][aH]aaa2a1 - 2.334 -0.632 -0.085 - 2.301 0.685 -0.059 - 1.167 1.360 0.023 - 0.015 0.719 0.082 - -1.208 1.375 0.164 - -2.330 0.626 -0.265 - -2.318 -0.729 -0.025 - -1.188 -1.359 0.128 - 0.003 -0.690 0.061 - 1.221 -1.355 -0.028 -A1AAAA2=A(AA1)AA=AA2 - -2.645 -0.532 -0.391 - -1.943 0.629 -1.119 - -1.676 1.749 -0.079 - -0.851 1.166 1.069 - 0.424 0.597 0.507 - 0.537 -0.741 0.378 - -0.629 -1.577 0.834 - -1.693 -1.697 -0.211 - 1.642 -1.293 -0.132 - 2.683 -0.545 -0.531 - 2.652 0.811 -0.424 - 1.496 1.430 0.104 -A1A=A2AAa3aaaaa3A2A1 - -3.037 1.061 -0.000 - -2.957 -0.339 0.000 - -1.696 -0.671 0.000 - -1.012 -1.977 0.001 - 0.334 -2.022 0.000 - 1.088 -0.844 -0.000 - 2.475 -0.918 -0.001 - 3.231 0.237 -0.001 - 2.608 1.479 -0.001 - 1.223 1.560 0.004 - 0.461 0.401 -0.000 - -0.936 0.489 -0.001 - -1.777 1.542 -0.001 -A1AA[A@@H]2AAAA=A2A1 - -2.356 -0.750 -0.426 - -2.432 0.726 -0.030 - -1.108 1.419 -0.359 - 0.014 0.786 0.468 - 1.326 1.486 0.216 - 2.449 0.577 -0.156 - 2.303 -0.748 -0.280 - 1.061 -1.353 -0.088 - 0.025 -0.695 0.241 - -1.283 -1.450 0.414 -A1A=Aa2aaa3AAAa3a2A1 - 2.573 1.471 -0.008 - 3.287 0.185 0.036 - 2.546 -0.987 0.044 - 1.076 -0.876 0.010 - 0.281 -2.026 0.017 - -1.094 -1.912 -0.014 - -1.694 -0.652 -0.053 - -3.009 -0.284 -0.088 - -3.030 1.104 0.294 - -1.733 1.585 -0.102 - -0.912 0.494 -0.062 - 0.478 0.392 -0.030 - 1.234 1.512 -0.038 -a1aa2AAAa3aaa(a1)a23 - 2.331 1.222 0.030 - 1.130 1.923 -0.042 - -0.072 1.256 -0.082 - -1.322 1.768 -0.152 - -2.376 0.979 0.417 - -2.422 -0.446 -0.154 - -1.064 -1.008 -0.076 - -0.598 -2.266 -0.024 - 0.783 -2.260 0.040 - 1.200 -0.861 0.025 - 2.408 -0.163 0.065 - 0.006 -0.139 -0.047 -A1AAA2(A[AH2+]A2)AA1 - 2.268 -0.147 0.040 - 1.680 1.158 0.368 - 0.394 1.338 -0.448 - -0.504 0.123 -0.241 - -1.215 0.096 1.113 - -2.321 -0.302 0.385 - -1.918 0.288 -0.802 - 0.164 -1.196 -0.618 - 1.452 -1.358 0.199 -A1=AAa2aa3aaaaa3a2A1 - -2.952 1.171 -0.000 - -3.490 -0.018 -0.001 - -2.711 -1.119 -0.001 - -1.315 -0.961 -0.000 - 0.057 -2.082 -0.000 - 1.382 -0.899 -0.000 - 2.692 -1.013 0.001 - 3.485 0.055 0.001 - 2.935 1.340 -0.004 - 1.561 1.507 0.002 - 0.725 0.347 0.001 - -0.738 0.302 0.001 - -1.627 1.375 0.001 -A1AAA2Aa3aaaa3A=A2A1 - 3.324 0.971 -0.373 - 3.431 -0.398 0.314 - 2.285 -1.271 -0.191 - 0.995 -0.596 -0.022 - -0.101 -1.393 0.035 - -1.442 -0.773 0.021 - -2.700 -1.377 0.010 - -3.824 -0.604 -0.024 - -3.163 1.054 -0.033 - -1.437 0.641 0.014 - -0.307 1.327 0.048 - 0.874 0.750 0.049 - 2.071 1.665 0.157 -a1aaa2A3AAA(AA3)a2a1 - 2.718 -0.691 0.000 - 2.718 0.691 -0.001 - 1.520 1.395 0.000 - 0.347 0.697 0.001 - -1.038 1.302 0.001 - -1.776 0.764 1.238 - -1.776 -0.764 1.233 - -1.038 -1.302 0.001 - -1.772 -0.764 -1.239 - -1.772 0.764 -1.239 - 0.347 -0.697 0.002 - 1.520 -1.395 0.002 -A1=A[A@H]2AA[A@H]2A1 - -1.713 0.223 -0.289 - -1.270 -0.928 0.138 - 0.190 -0.844 0.518 - 1.137 -0.801 -0.691 - 1.790 0.412 -0.068 - 0.489 0.669 0.659 - -0.623 1.269 -0.266 -A1=AA=a2aa3AAAa3a2A1 - -2.661 -1.254 0.000 - -3.199 0.015 -0.001 - -2.378 1.062 -0.001 - -1.078 0.901 0.000 - 0.285 2.047 0.000 - 1.593 0.851 0.000 - 3.032 0.581 0.000 - 3.203 -0.755 0.001 - 2.010 -1.371 -0.004 - 0.930 -0.345 0.001 - -0.461 -0.318 0.001 - -1.274 -1.417 0.001 -A1A=Aa2aa3AAAa3aa2A1 - 3.315 -0.689 0.044 - 3.381 0.725 0.047 - 2.207 1.459 0.024 - 0.933 0.719 -0.012 - -0.289 1.391 -0.042 - -1.468 0.675 -0.070 - -2.902 1.158 -0.104 - -3.749 -0.061 0.319 - -2.858 -1.248 -0.102 - -1.441 -0.713 -0.069 - -0.235 -1.388 -0.041 - 0.961 -0.685 -0.012 - 2.142 -1.339 0.015 -A1A=A[A@H]2A[A@H]2A1 - 1.413 -0.710 -0.149 - 1.420 0.678 -0.141 - 0.398 1.419 0.101 - -0.941 0.787 0.415 - -1.622 0.036 -0.738 - -0.989 -0.755 0.409 - 0.320 -1.456 0.100 -A1A=AA2=A(AA1)A=AAA2 - 2.814 0.035 0.241 - 2.094 -1.252 0.039 - 0.864 -1.444 -0.025 - -0.246 -0.688 0.000 - -0.279 0.703 0.071 - 0.843 1.482 0.164 - 2.111 1.185 -0.462 - -1.465 1.337 0.063 - -2.604 0.688 0.007 - -2.638 -0.672 -0.047 - -1.492 -1.375 -0.053 -A1A[A@H]2AAA[AH+]2A1 - 2.061 0.099 0.412 - 1.410 -1.136 -0.245 - -0.017 -0.708 -0.609 - -0.946 -1.121 0.412 - -2.059 -0.209 0.253 - -1.381 1.140 -0.072 - -0.049 0.744 -0.552 - 0.981 1.193 0.402 -A1A=Aa2aa3aaaa3aa2A1 - 3.274 0.735 0.001 - 3.350 -0.674 0.000 - 2.211 -1.412 0.000 - 0.927 -0.704 0.000 - -0.277 -1.410 0.000 - -1.477 -0.712 0.000 - -2.891 -1.111 0.000 - -3.600 0.025 0.000 - -2.776 1.088 0.001 - -1.484 0.697 0.000 - -0.282 1.395 0.001 - 0.923 0.705 -0.005 - 2.096 1.378 0.001 -A1=AAa2aa3aaaa3aa2A1 - -3.386 0.635 0.000 - -3.280 -0.737 -0.001 - -2.093 -1.366 0.003 - -0.919 -0.695 -0.002 - 0.279 -1.385 -0.001 - 1.485 -0.694 -0.001 - 2.773 -1.094 -0.001 - 3.605 -0.037 0.000 - 2.903 1.103 0.001 - 1.487 0.712 0.000 - 0.285 1.420 0.000 - -0.920 0.714 -0.001 - -2.213 1.421 0.000 -A1AAa2aaa3aaaaa3a2A1 - 2.875 -1.496 0.397 - 3.495 -0.352 -0.416 - 2.861 0.959 0.042 - 1.357 0.859 0.026 - 0.636 2.061 0.045 - -0.721 2.081 0.038 - -1.429 0.868 0.012 - -2.834 0.839 0.007 - -3.480 -0.359 -0.021 - -2.770 -1.558 -0.042 - -1.409 -1.567 -0.037 - -0.707 -0.349 -0.010 - 0.705 -0.330 -0.005 - 1.420 -1.655 -0.038 -A1AAa2aa3AAA=Aa3a2A1 - 2.960 -1.276 -0.430 - 3.486 -0.055 0.199 - 2.777 1.211 -0.073 - 1.309 0.919 -0.007 - -0.036 2.073 -0.018 - -1.337 0.966 0.075 - -2.702 1.123 0.104 - -3.499 -0.021 -0.374 - -2.896 -1.293 0.004 - -1.620 -1.478 0.210 - -0.727 -0.294 0.118 - 0.725 -0.300 0.072 - 1.562 -1.572 0.115 -A1AAAA2=A(AA1)A=AAA2 - -2.669 -0.397 -0.381 - -1.913 0.728 -1.110 - -1.580 1.828 -0.067 - -0.778 1.199 1.070 - 0.466 0.569 0.501 - 0.501 -0.788 0.372 - -0.708 -1.557 0.832 - -1.780 -1.610 -0.210 - 1.616 -1.423 -0.160 - 2.703 -0.644 -0.557 - 2.625 0.765 -0.406 - 1.520 1.327 0.120 -a1aaa2AA=a3aaaa3a2a1 - 2.613 -1.427 0.279 - 3.265 -0.216 0.045 - 2.535 0.926 -0.115 - 1.138 0.874 -0.063 - 0.362 2.126 -0.134 - -1.038 2.008 0.061 - -1.620 0.743 0.054 - -3.261 0.236 0.266 - -3.040 -1.463 -0.223 - -1.712 -1.525 -0.392 - -0.929 -0.433 -0.106 - 0.466 -0.354 0.042 - 1.226 -1.490 0.288 -A1A=Aa2aaa3aaaa3a2A1 - -2.629 -1.386 0.000 - -3.275 -0.133 -0.001 - -2.535 1.007 -0.001 - -1.076 0.885 -0.001 - -0.257 2.026 0.004 - 1.103 1.901 -0.001 - 1.699 0.635 -0.001 - 2.983 0.223 -0.001 - 3.057 -1.119 -0.000 - 1.825 -1.648 0.001 - 0.895 -0.513 0.000 - -0.500 -0.395 0.000 - -1.292 -1.487 0.001 -A1=AAa2[aH]a[a+]a2A1 - 2.070 -0.672 -0.001 - 2.105 0.633 0.001 - 0.975 1.366 0.001 - -0.272 0.702 0.000 - -1.590 1.104 -0.001 - -2.345 -0.015 -0.002 - -1.571 -1.069 0.003 - -0.289 -0.689 -0.001 - 0.913 -1.360 -0.001 -A1A[A@H]2AAA[A@H]2A1 - -2.141 -0.012 -0.202 - -1.171 -1.218 -0.244 - 0.025 -0.775 0.622 - 1.277 -1.120 -0.066 - 1.909 0.004 -0.426 - 1.266 1.125 -0.075 - 0.020 0.773 0.621 - -1.183 1.222 -0.231 -A1AA2AAa3aaaa(A1)a23 - 2.327 -1.135 0.460 - 2.459 0.263 -0.159 - 1.155 0.929 -0.083 - 0.768 2.200 -0.027 - -0.587 2.269 0.044 - -1.103 0.977 0.032 - -2.354 0.380 0.082 - -2.455 -1.001 0.045 - -1.333 -1.818 -0.043 - -0.090 -1.240 -0.094 - 1.223 -1.969 -0.199 - -0.006 0.144 -0.053 -A1=AA[a+]2aa[aH]a2A1 - 2.119 -0.690 -0.001 - 2.037 0.699 -0.001 - 0.870 1.297 -0.000 - -0.246 0.653 0.001 - -1.518 1.106 0.002 - -2.344 0.103 -0.003 - -1.583 -1.076 0.002 - -0.269 -0.682 0.001 - 0.932 -1.408 -0.000 -A1AA[A+]2=A(AA1)AAA2 - -2.505 -0.036 -0.211 - -1.745 1.250 -0.453 - -0.678 1.472 0.622 - 0.507 0.660 0.258 - 0.545 -0.616 0.260 - -0.645 -1.501 0.626 - -1.717 -1.304 -0.449 - 1.763 -1.133 -0.105 - 2.678 -0.019 -0.399 - 1.800 1.224 -0.153 -a1aaa2Aa3aaaa3=Aa2a1 - 3.315 0.985 -0.000 - 3.443 -0.393 0.000 - 2.316 -1.199 0.002 - 1.066 -0.628 -0.004 - -0.183 -1.474 0.001 - -1.487 -0.758 0.001 - -2.744 -1.319 0.000 - -3.835 -0.560 -0.001 - -3.141 1.085 0.000 - -1.422 0.616 0.000 - -0.322 1.312 0.000 - 0.924 0.764 0.001 - 2.065 1.570 -0.000 -A1A=Aa2[aH]a[a+]a2A1 - 2.100 -0.720 -0.384 - 2.106 0.735 -0.023 - 0.976 1.432 0.179 - -0.294 0.692 0.073 - -1.579 1.115 -0.085 - -2.358 -0.014 -0.130 - -1.577 -1.073 -0.011 - -0.320 -0.682 0.109 - 0.947 -1.483 0.268 -a1aaa2a(a1)a1aaaaa21 - 3.152 -0.697 0.000 - 3.152 0.697 -0.000 - 1.944 1.395 -0.000 - 0.737 0.697 -0.000 - 0.737 -0.697 0.000 - 1.944 -1.394 0.000 - -0.736 -0.697 -0.000 - -1.944 -1.394 -0.000 - -3.152 -0.697 -0.000 - -3.152 0.697 0.000 - -1.944 1.394 0.001 - -0.736 0.697 -0.001 -A1AAa2aaaaa2A[AH2+]1 - 2.772 -0.021 -0.227 - 1.984 -1.287 -0.465 - 0.899 -1.401 0.526 - -0.282 -0.699 0.279 - -1.457 -1.381 -0.001 - -2.618 -0.663 -0.293 - -2.591 0.733 -0.300 - -1.419 1.402 -0.005 - -0.276 0.689 0.292 - 1.009 1.419 0.647 - 1.977 1.207 -0.453 -A1AAa2aa3aaaaa3a2AA1 - -3.535 -0.498 -0.167 - -3.113 0.767 0.540 - -2.083 1.499 -0.157 - -0.828 0.949 -0.100 - 0.266 1.685 -0.083 - 1.364 0.890 -0.031 - 2.737 1.146 0.005 - 3.626 0.094 0.054 - 3.169 -1.215 0.068 - 1.814 -1.482 0.033 - 0.910 -0.434 -0.021 - -0.488 -0.375 -0.053 - -1.262 -1.461 -0.040 - -2.574 -1.566 -0.050 -a1aaa2Aa3aaaa3AAa2a1 - 3.699 0.435 -0.090 - 3.490 -0.928 -0.206 - 2.199 -1.386 -0.158 - 1.099 -0.512 0.021 - -0.172 -1.253 -0.073 - -1.553 -0.696 -0.095 - -2.613 -1.643 0.007 - -3.885 -1.229 0.098 - -3.684 0.539 0.032 - -1.895 0.570 -0.150 - -1.050 2.113 -0.363 - 0.445 1.964 0.630 - 1.290 0.766 0.228 - 2.626 1.254 0.116 -A1A[AH+]a2aaaaa2A=A1 - 2.089 -0.014 1.010 - 1.956 1.351 0.349 - 0.971 1.322 -0.748 - -0.207 0.670 -0.340 - -1.365 1.371 -0.043 - -2.519 0.688 0.284 - -2.529 -0.702 0.317 - -1.376 -1.415 0.031 - -0.207 -0.732 -0.292 - 1.045 -1.460 -0.585 - 2.146 -1.084 0.013 -A1=AA2=[AH](A1)AA=A2 - 2.355 -0.263 -0.346 - 1.328 -1.093 -0.018 - 0.001 -0.756 0.223 - -0.011 0.729 0.894 - 1.643 1.387 -0.192 - -1.654 1.380 -0.193 - -2.362 -0.272 -0.350 - -1.303 -1.108 -0.021 -A1AAA2=A(A1)[AH+]AA2 - 2.170 -0.693 -0.390 - 2.199 0.629 0.385 - 1.028 1.490 -0.083 - -0.257 0.669 -0.034 - -0.288 -0.653 0.038 - 0.975 -1.514 0.089 - -1.542 -1.307 0.070 - -2.719 0.009 -0.001 - -1.570 1.367 -0.073 -A1A[AH+]2AA[AH+]1AA2 - -0.765 1.315 -0.434 - 0.765 1.315 -0.434 - 1.255 0.000 0.000 - 0.765 -1.034 -0.922 - -0.765 -1.034 -0.922 - -1.255 0.000 -0.000 - -0.765 -0.282 1.356 - 0.765 -0.282 1.356 -A1AA2AAa3aaaaa3A2=A1 - -3.095 1.156 -0.162 - -3.008 -0.313 0.121 - -1.711 -0.622 0.196 - -1.077 -1.924 0.458 - 0.179 -2.031 -0.420 - 1.087 -0.853 -0.173 - 2.452 -1.005 -0.134 - 3.271 0.105 0.046 - 2.719 1.379 0.191 - 1.346 1.544 0.164 - 0.527 0.431 -0.010 - -0.939 0.521 -0.029 - -1.757 1.612 -0.242 -A1AAa2aa3AAAAa3a2AA1 - -3.697 -0.721 0.252 - -3.239 0.609 0.841 - -2.450 1.370 -0.233 - -1.004 0.996 -0.140 - 0.391 2.091 -0.119 - 1.653 0.921 -0.024 - 3.019 0.992 0.033 - 3.760 -0.131 0.100 - 3.188 -1.346 0.112 - 1.853 -1.503 0.061 - 0.990 -0.304 -0.019 - -0.475 -0.242 -0.071 - -1.333 -1.501 -0.048 - -2.662 -1.237 -0.747 -A1A[AH+]2AAA[A@H]2A1 - 2.106 0.021 0.307 - 1.127 -1.178 0.290 - 0.024 -0.745 -0.607 - -1.267 -1.160 -0.060 - -1.785 0.032 0.603 - -1.337 1.097 -0.093 - 0.004 0.710 -0.678 - 1.130 1.225 0.241 -A1AAa2aa3aaaa3aa2AA1 - 3.637 0.286 -0.581 - 2.729 1.499 -0.632 - 1.862 1.587 0.626 - 0.624 0.739 0.415 - -0.546 1.333 0.256 - -1.642 0.633 0.070 - -3.349 1.059 -0.176 - -4.028 -0.582 -0.324 - -2.958 -1.381 -0.178 - -1.647 -0.780 0.030 - -0.394 -1.415 0.201 - 0.724 -0.632 0.392 - 2.072 -1.298 0.576 - 2.914 -1.043 -0.676 -a1aaa2[a+]aa[a+]a2a1 - 2.358 -0.748 0.001 - 2.386 0.656 0.000 - 1.231 1.374 0.000 - -0.005 0.710 0.000 - -1.168 1.383 -0.001 - -2.310 0.703 -0.001 - -2.335 -0.619 0.000 - -1.257 -1.327 0.001 - -0.044 -0.705 0.001 - 1.148 -1.428 -0.004 -A1A[A@@H]2AA[A@H]2A1 - -1.864 -0.029 0.005 - -1.080 1.086 -0.138 - 0.225 0.740 0.268 - 1.562 0.778 0.022 - 1.755 -0.673 0.035 - 0.330 -0.673 -0.425 - -0.928 -1.228 0.234 -A1=AA=A2AA=[A+]AA2A1 - -2.348 0.711 -0.174 - -2.339 -0.653 -0.151 - -1.192 -1.314 0.011 - -0.056 -0.673 0.155 - 1.143 -1.346 0.291 - 2.250 -0.753 -0.309 - 2.388 0.582 -0.330 - 1.290 1.345 0.365 - -0.007 0.692 0.159 - -1.133 1.405 -0.017 -a1[a+]aa2aa[aH+]a2a1 - -2.082 -0.696 -0.014 - -2.152 0.665 0.055 - -0.965 1.327 0.054 - 0.272 0.686 -0.012 - 1.561 1.107 -0.027 - 2.357 0.079 -0.099 - 1.616 -1.034 0.210 - 0.299 -0.721 -0.087 - -0.906 -1.412 -0.083 -A1AA[A@@]2(AA1)AAAA2 - 2.632 0.037 -0.058 - 1.770 1.291 -0.232 - 0.535 1.185 0.668 - -0.282 -0.040 0.276 - 0.549 -1.312 0.424 - 1.805 -1.148 -0.322 - -1.536 -0.130 1.115 - -2.561 -0.052 0.242 - -2.126 0.074 -1.018 - -0.782 0.091 -1.099 -A1AAA2(AA1)AAA=[A+]2 - -2.631 -0.190 0.089 - -1.649 -1.349 -0.091 - -0.386 -1.092 0.734 - 0.309 0.167 0.221 - -0.672 1.313 0.200 - -2.012 1.096 -0.469 - 1.455 0.503 1.092 - 2.587 -0.151 0.389 - 2.138 -0.240 -1.053 - 0.859 -0.058 -1.116 -A1Aa2aaaa3aaa(A1)a23 - 2.226 1.368 0.489 - 2.325 0.002 -0.190 - 1.018 -0.728 -0.092 - 0.877 -2.077 -0.041 - -0.367 -2.692 0.042 - -1.550 -1.960 0.078 - -1.418 -0.590 0.030 - -2.548 0.761 0.039 - -1.379 2.109 -0.052 - -0.173 1.507 -0.087 - 1.158 2.252 -0.163 - -0.165 0.050 -0.049 -A1AA=A2AAAA[A@@H]2A1 - -2.323 0.684 0.502 - -2.425 -0.793 0.098 - -1.050 -1.398 0.112 - 0.032 -0.730 -0.185 - 1.280 -1.369 -0.122 - 2.378 -0.618 0.085 - 2.327 0.710 0.249 - 1.065 1.452 0.276 - 0.036 0.721 -0.593 - -1.322 1.338 -0.424 -A1AA[a+]2aa[aH]a2AA1 - 2.605 0.026 0.173 - 1.760 0.979 -0.676 - 0.619 1.542 0.170 - -0.556 0.669 0.072 - -1.836 1.078 0.218 - -2.643 -0.004 0.078 - -1.824 -1.077 -0.152 - -0.545 -0.618 -0.152 - 0.685 -1.458 -0.391 - 1.739 -1.133 0.662 -A1=AAa2aa3AAAa3aa2A1 - -3.359 0.679 0.039 - -3.278 -0.663 0.034 - -2.113 -1.319 0.008 - -0.924 -0.680 -0.015 - 0.267 -1.393 -0.039 - 1.476 -0.720 -0.062 - 2.759 -1.182 -0.088 - 3.579 -0.068 0.311 - 2.812 1.084 -0.087 - 1.508 0.679 -0.061 - 0.332 1.399 -0.037 - -0.890 0.724 -0.013 - -2.170 1.454 0.010 -A1AAa2a(A1)aa1AAAa21 - 3.254 -0.141 -0.047 - 2.819 1.130 -0.008 - 1.471 1.427 0.033 - 0.493 0.307 0.031 - 1.039 -0.970 -0.013 - 2.393 -1.177 -0.051 - -0.382 -2.029 -0.002 - -1.646 -0.780 0.058 - -3.136 -0.579 0.097 - -3.338 0.901 -0.298 - -1.995 1.526 0.129 - -0.975 0.386 0.070 -A1A[A@@H]2A[A@@H]2A1 - -1.578 0.000 -0.037 - -0.697 -1.172 0.202 - 0.660 -0.771 -0.414 - 1.650 0.000 0.461 - 0.660 0.771 -0.414 - -0.697 1.172 0.202 -[AH+]1AA=a2aaaaa2=A1 - 2.514 -0.713 -0.056 - 2.446 0.773 0.204 - 1.125 1.479 0.018 - -0.015 0.759 -0.059 - -1.333 1.394 -0.109 - -2.444 0.619 -0.029 - -2.380 -0.783 0.108 - -1.207 -1.462 0.109 - 0.045 -0.723 -0.041 - 1.249 -1.347 -0.146 -A1AAA2(A1)AAA[AH2+]2 - 2.313 -0.625 0.651 - 2.396 0.023 -0.755 - 0.926 0.094 -1.228 - 0.073 0.079 0.038 - 1.017 -0.009 1.240 - -1.068 -1.359 0.022 - -2.609 -0.419 -0.387 - -2.245 0.932 0.298 - -0.806 1.280 0.119 -a1aaa2AAAa3aaaa3a2a1 - 2.653 -1.555 -0.346 - 3.304 -0.349 -0.141 - 2.586 0.780 0.177 - 1.186 0.727 0.293 - 0.484 1.957 0.663 - -0.663 2.411 0.158 - -1.373 1.691 -0.904 - -1.732 0.329 -0.382 - -2.984 -0.195 -0.240 - -2.844 -1.427 0.323 - -1.579 -1.665 0.516 - -0.855 -0.600 0.069 - 0.536 -0.486 0.057 - 1.280 -1.623 -0.247 -a1aaa2aaa3=AAAa3a2a1 - 2.601 1.475 -0.000 - 3.223 0.235 -0.000 - 2.472 -0.921 -0.001 - 1.075 -0.847 0.001 - 0.338 -1.991 -0.000 - -0.972 -1.964 0.000 - -1.681 -0.675 -0.000 - -2.948 -0.360 -0.000 - -3.047 1.039 -0.000 - -1.793 1.536 0.000 - -0.939 0.496 0.000 - 0.452 0.411 0.000 - 1.221 1.564 0.000 -a1aaa2AAa3aaaa3Aa2a1 - -3.326 1.053 -0.216 - -3.484 -0.274 -0.585 - -2.429 -1.150 -0.482 - -1.169 -0.752 -0.008 - -0.188 -1.904 0.013 - 1.077 -1.656 0.801 - 1.876 -0.573 0.232 - 3.071 -0.652 -0.390 - 3.438 0.559 -0.735 - 2.497 1.439 -0.350 - 1.522 0.727 0.251 - 0.246 1.150 0.862 - -1.025 0.568 0.356 - -2.100 1.468 0.248 -A1=AA[A@H]2A[A@H]2A1 - 1.479 0.691 0.196 - 1.486 -0.656 0.192 - 0.352 -1.443 -0.105 - -0.974 -0.787 -0.410 - -1.586 -0.033 0.639 - -1.023 0.752 -0.414 - 0.266 1.479 -0.097 -a1aa2A=a3aaaaa3Aa2a1 - -3.784 0.624 -0.001 - -3.144 -1.042 0.000 - -1.412 -0.651 0.000 - -0.304 -1.361 0.000 - 0.890 -0.772 0.000 - 2.053 -1.566 0.000 - 3.275 -0.964 -0.001 - 3.355 0.436 0.000 - 2.231 1.183 0.000 - 0.997 0.594 0.000 - -0.101 1.374 0.001 - -1.398 0.767 0.000 - -2.653 1.384 0.000 -a1a[a+]a2[a+]aaaa2a1 - 2.379 0.691 -0.001 - 2.315 -0.709 -0.002 - 1.162 -1.425 0.004 - 0.000 -0.686 -0.001 - -1.162 -1.425 -0.001 - -2.315 -0.709 -0.001 - -2.379 0.691 0.001 - -1.227 1.421 0.001 - 0.000 0.730 -0.000 - 1.227 1.420 0.000 -a1aa2A=AAa3aaaa3a2a1 - 3.378 -0.433 0.164 - 2.773 0.736 -0.103 - 1.324 0.747 -0.234 - 0.556 1.966 -0.572 - -0.618 2.269 -0.125 - -1.312 1.484 0.897 - -1.593 0.103 0.367 - -2.741 -0.491 0.229 - -2.567 -1.663 -0.277 - -1.293 -1.877 -0.483 - -0.635 -0.767 -0.069 - 0.716 -0.490 -0.040 - 2.018 -1.581 0.250 -a1aaa2aa[aH+]a2[a+]1 - 2.046 0.694 -0.014 - 2.111 -0.623 0.050 - 1.005 -1.364 0.054 - -0.233 -0.711 -0.012 - -1.636 -1.144 -0.031 - -2.387 -0.018 -0.105 - -1.562 1.051 0.214 - -0.254 0.693 -0.078 - 0.907 1.420 -0.080 -A1AAa2[a+]aa[a+]a2A1 - 2.413 -0.660 -0.386 - 2.412 0.666 0.384 - 1.218 1.493 -0.086 - -0.048 0.678 -0.030 - -1.219 1.349 -0.052 - -2.380 0.688 -0.033 - -2.369 -0.699 0.028 - -1.203 -1.346 0.057 - -0.047 -0.678 0.032 - 1.221 -1.490 0.085 -A1=AA=A2AA=A[A@H]2A1 - 2.186 0.310 0.215 - 1.973 -0.989 0.030 - 0.764 -1.579 -0.037 - -0.299 -0.848 -0.123 - -2.000 -0.958 0.069 - -2.424 0.769 0.175 - -1.298 1.441 -0.030 - -0.111 0.638 -0.355 - 1.209 1.220 0.055 -A1A[A@H]2AA[A@@H]1A2 - -0.977 -1.061 0.511 - -1.350 0.438 0.611 - -0.257 1.147 -0.251 - 1.041 0.907 0.536 - 1.339 -0.445 0.405 - 0.281 -1.075 -0.412 - -0.075 0.092 -1.403 -a1aa2Aa3aaaaa3=Aa2a1 - -3.768 0.662 -0.001 - -3.171 -1.021 0.000 - -1.432 -0.671 0.001 - -0.275 -1.439 0.002 - 0.920 -0.804 0.000 - 2.066 -1.535 -0.004 - 3.291 -0.911 0.001 - 3.357 0.506 0.001 - 2.211 1.229 0.000 - 0.959 0.568 0.000 - -0.142 1.296 0.000 - -1.382 0.738 0.000 - -2.629 1.384 -0.001 -A1AA[A@@]2(A1)A=AAA2 - -2.265 -0.729 -0.257 - -2.219 0.598 0.348 - -0.961 0.886 0.725 - -0.001 0.012 -0.031 - -0.868 -0.911 -0.899 - 0.955 0.815 -0.868 - 2.207 0.518 -0.470 - 2.258 -0.394 0.535 - 0.894 -0.796 0.913 -[AH2+]1AA2AAA(A1)AA2 - -1.747 -0.192 0.042 - -0.963 -1.361 0.516 - 0.459 -1.307 -0.055 - 1.361 -0.601 0.959 - 1.261 0.905 0.850 - 0.128 1.381 -0.048 - -1.226 1.090 0.597 - 0.159 0.774 -1.437 - 0.565 -0.686 -1.423 -a1aaa2[aH]aa[aH]a2a1 - 2.394 0.701 0.054 - 2.404 -0.681 0.054 - 1.214 -1.387 -0.007 - 0.012 -0.704 -0.056 - -1.208 -1.392 -0.110 - -2.400 -0.675 0.121 - -2.386 0.687 0.115 - -1.225 1.368 -0.115 - 0.001 0.693 -0.057 - 1.195 1.391 -0.002 -A1[AH2+]Aa2aaaaa2AA1 - -2.879 -0.003 0.174 - -2.066 1.155 0.593 - -0.962 1.495 -0.324 - 0.270 0.647 -0.154 - 1.467 1.368 -0.208 - 2.683 0.749 -0.039 - 2.714 -0.612 0.197 - 1.535 -1.322 0.242 - 0.294 -0.704 0.034 - -0.881 -1.645 0.027 - -2.178 -1.130 -0.539 -A1=AA2AAA[A@@H]2A=A1 - -2.151 0.648 0.012 - -1.008 1.412 0.230 - 0.168 0.729 0.128 - 1.442 1.186 -0.427 - 2.487 0.118 -0.014 - 1.636 -1.182 -0.022 - 0.286 -0.688 0.528 - -0.861 -1.444 -0.094 - -1.999 -0.780 -0.345 -A1A=Aa2[a+]a[aH]a2A1 - -2.042 -0.681 -0.001 - -2.084 0.644 -0.001 - -0.969 1.366 0.000 - 0.266 0.696 0.001 - 1.563 1.090 0.002 - 2.334 0.042 -0.004 - 1.577 -1.093 0.001 - 0.260 -0.709 0.001 - -0.904 -1.352 0.000 -a1aaa2AAa3aaaaa3a2a1 - 2.795 -1.587 -0.000 - 3.481 -0.383 0.000 - 2.796 0.814 -0.000 - 1.406 0.825 -0.000 - 0.746 2.004 0.000 - -0.596 2.089 0.001 - -1.410 0.874 -0.000 - -2.814 0.902 -0.000 - -3.466 -0.257 -0.001 - -2.815 -1.414 -0.001 - -1.489 -1.486 0.003 - -0.760 -0.381 -0.001 - 0.714 -0.395 -0.000 - 1.417 -1.599 -0.001 -A1A=A2Aa3aaaaa3AA2A1 - 3.604 0.066 0.001 - 2.726 1.110 0.000 - 1.494 0.650 -0.000 - 0.310 1.359 -0.001 - -0.911 0.706 -0.001 - -2.105 1.413 0.000 - -3.306 0.733 0.001 - -3.333 -0.653 0.001 - -2.157 -1.373 0.000 - -0.937 -0.699 -0.001 - 0.342 -1.427 -0.001 - 1.496 -0.724 -0.000 - 2.779 -1.155 0.001 -A1AA=A2AA[AH2+]AA2A1 - 2.558 -0.285 0.455 - 2.413 1.001 -0.364 - 1.029 1.558 -0.150 - -0.039 0.721 0.019 - -1.632 1.443 0.251 - -2.671 0.101 -0.383 - -2.223 -1.144 0.278 - -0.945 -1.581 -0.294 - 0.139 -0.643 -0.005 - 1.369 -1.170 0.196 -A1AA[A@H]2AA[A@H]2A1 - -1.778 0.879 0.056 - -1.847 -0.572 -0.404 - -0.794 -1.437 0.246 - 0.553 -0.833 0.468 - 1.615 -0.779 -0.607 - 1.996 0.605 -0.100 - 0.647 0.686 0.580 - -0.391 1.450 -0.239 -A1AAA2=AAA[A@@H]2AA1 - -2.249 -0.181 -0.599 - -2.045 0.829 0.523 - -0.823 1.732 0.224 - 0.392 0.842 0.068 - 1.451 1.116 -0.648 - 2.442 -0.030 -0.596 - 2.064 -0.774 0.714 - 0.537 -0.509 0.744 - -0.143 -1.493 -0.199 - -1.627 -1.532 -0.231 -a1aaa2aaa3AAA=a3a2a1 - -2.631 1.464 0.000 - -3.244 0.217 -0.001 - -2.505 -0.931 0.000 - -1.107 -0.856 0.000 - -0.344 -1.966 0.000 - 0.966 -1.901 0.000 - 1.647 -0.722 0.000 - 3.080 -0.394 0.000 - 3.091 1.122 -0.001 - 1.818 1.499 0.000 - 0.980 0.475 0.000 - -0.487 0.416 0.001 - -1.268 1.573 0.000 -A1AAAAAAAAAAAAAAAAA1 - 3.719 0.286 0.391 - 3.621 -0.982 -0.363 - 2.795 -1.977 0.455 - 1.722 -2.477 -0.347 - 0.937 -3.483 0.295 - -0.437 -3.562 -0.373 - -1.315 -2.610 0.231 - -2.651 -2.649 -0.276 - -3.456 -1.491 0.318 - -2.993 -0.257 -0.235 - -3.591 0.902 0.350 - -3.047 2.157 -0.336 - -1.887 2.615 0.362 - -0.988 3.379 -0.445 - 0.352 3.522 0.281 - 1.340 2.733 -0.384 - 2.451 2.377 0.441 - 3.433 1.525 -0.365 -A1AA=a2[aH][aH]aa2A1 - -2.155 0.584 -0.004 - -2.033 -0.753 -0.002 - -0.857 -1.376 -0.000 - 0.285 -0.707 0.001 - 1.602 -1.081 0.003 - 2.391 0.077 -0.003 - 1.571 1.167 -0.003 - 0.252 0.715 0.003 - -1.055 1.373 0.006 -A1A[A@@H]2AA[A@H]1A2 - 1.037 -1.011 0.505 - 1.356 0.502 0.562 - 0.224 1.162 -0.286 - -1.071 0.917 0.550 - -1.330 -0.534 0.450 - -0.237 -1.107 -0.388 - 0.021 0.068 -1.395 -A1AAa2aa3aaaaa3a2A1 - -2.984 -1.197 0.414 - -3.454 -0.066 -0.324 - -2.791 1.160 0.022 - -1.316 0.904 0.014 - 0.010 2.078 0.037 - 1.372 0.941 0.008 - 2.686 1.059 0.008 - 3.451 -0.014 -0.017 - 2.933 -1.229 -0.043 - 1.627 -1.439 -0.041 - 0.746 -0.322 -0.019 - -0.715 -0.305 -0.015 - -1.569 -1.570 -0.040 -A1AAa2[a+]a[aH]a2A1 - 2.078 0.693 -0.001 - 2.127 -0.650 -0.000 - 0.995 -1.386 -0.000 - -0.292 -0.688 0.001 - -1.585 -1.090 0.002 - -2.357 -0.041 -0.004 - -1.591 1.089 0.001 - -0.288 0.701 0.001 - 0.915 1.369 -0.000 -A1A=AA2=A(A1)A=AAA2 - 2.378 -0.636 -0.004 - 2.287 0.718 0.001 - 1.156 1.357 0.001 - -0.031 0.704 0.001 - -0.036 -0.708 0.001 - 1.263 -1.401 0.002 - -1.184 -1.374 0.001 - -2.321 -0.712 -0.001 - -2.326 0.688 -0.001 - -1.188 1.364 -0.000 -a1aaa2aa3=AAAa3a2a1 - 2.715 1.186 -0.000 - 3.244 -0.093 -0.001 - 2.386 -1.179 -0.000 - 1.027 -0.968 0.001 - -0.387 -2.041 -0.000 - -1.648 -0.779 -0.000 - -3.010 -0.614 -0.000 - -3.298 0.870 0.002 - -1.908 1.519 -0.004 - -0.939 0.389 0.001 - 0.463 0.310 0.001 - 1.356 1.395 0.001 -A1AAA2=AAA[A@@H]2A1 - -1.904 1.298 0.262 - -2.320 0.070 -0.543 - -1.506 -1.404 0.138 - 0.161 -0.815 0.065 - 1.249 -1.516 0.009 - 2.405 -0.615 -0.061 - 1.876 0.757 -0.042 - 0.480 0.630 0.050 - -0.440 1.599 0.126 -A1AA[A@]2(A1)A=AAA2 - -2.268 0.703 0.281 - -2.216 -0.628 -0.317 - -0.958 -0.907 -0.702 - -0.000 -0.020 0.042 - -0.868 0.901 0.910 - 0.879 0.768 -0.889 - 2.160 0.460 -0.613 - 2.300 -0.443 0.393 - 0.974 -0.837 0.897 -A1A=Aa2aaaaa2[AH+]1 - 2.284 0.719 0.458 - 2.393 -0.728 0.059 - 1.284 -1.416 -0.210 - -0.006 -0.694 -0.106 - -1.204 -1.386 0.027 - -2.393 -0.680 0.129 - -2.380 0.707 0.093 - -1.187 1.394 -0.034 - 0.003 0.702 -0.139 - 1.210 1.386 -0.281 -A1Aa2aaa3aaaaa3a2A1 - -3.207 -1.021 0.002 - -2.992 0.303 -0.001 - -1.677 0.632 -0.001 - -1.064 1.898 0.000 - 0.287 2.027 0.000 - 1.107 0.885 0.000 - 2.504 0.993 0.001 - 3.277 -0.158 0.000 - 2.669 -1.427 -0.001 - 1.318 -1.550 -0.000 - 0.504 -0.401 0.000 - -0.891 -0.499 -0.000 - -1.840 -1.676 -0.000 -A1=AAa2aaaaa2[AH+]1 - -2.359 0.662 -0.145 - -2.455 -0.679 -0.155 - -1.229 -1.467 0.140 - 0.042 -0.708 0.075 - 1.265 -1.374 0.014 - 2.434 -0.648 -0.068 - 2.381 0.746 -0.076 - 1.160 1.406 -0.009 - -0.019 0.689 0.071 - -1.221 1.377 0.153 -A1A[AH2+]AA[AH2+]A1 - 1.134 -1.177 0.153 - 1.628 0.166 -0.137 - 0.741 1.211 0.439 - -0.387 1.423 -0.442 - -1.609 0.591 -0.014 - -1.238 -0.791 0.447 - -0.266 -1.420 -0.447 -A1AAAAAa2aaaa2AAAA1 - 2.784 -0.782 -0.663 - 2.926 0.411 0.284 - 2.857 1.711 -0.520 - 1.570 2.460 -0.171 - 0.361 1.605 -0.557 - -0.378 1.167 0.708 - -1.714 0.579 0.332 - -2.941 1.322 0.512 - -4.118 0.682 0.132 - -3.565 -0.856 -0.441 - -1.814 -0.657 -0.184 - -0.709 -1.639 -0.475 - 0.473 -1.364 0.457 - 1.424 -2.562 0.444 - 2.845 -2.082 0.142 -A1AAa2aa3AAAa3aa2A1 - 3.354 0.664 0.352 - 3.277 -0.676 -0.391 - 2.097 -1.359 0.034 - 0.927 -0.666 0.029 - -0.265 -1.382 0.081 - -1.478 -0.717 0.086 - -2.763 -1.176 0.132 - -3.581 -0.072 -0.299 - -2.807 1.088 0.053 - -1.504 0.675 0.041 - -0.317 1.383 -0.012 - 0.898 0.716 -0.020 - 2.168 1.526 -0.088 -a1[aH]a2aaa[a+]a2a1 - 2.339 -0.071 0.001 - 1.613 1.078 0.001 - 0.281 0.719 -0.005 - -0.925 1.435 0.001 - -2.118 0.710 0.001 - -2.068 -0.680 0.000 - -0.917 -1.408 0.000 - 0.252 -0.683 0.000 - 1.542 -1.101 0.000 -A1AA[A@@]2(AAAA2)A1 - -2.183 -0.855 -0.331 - -2.336 0.600 0.182 - -1.002 0.960 0.702 - -0.006 0.118 0.040 - 0.807 -0.686 1.074 - 2.204 -0.713 0.412 - 2.247 0.463 -0.467 - 1.011 0.943 -0.701 - -0.744 -0.833 -0.914 -a1aaa2AA=A3AAA3a2a1 - -2.344 1.537 0.002 - -3.004 0.306 -0.004 - -2.292 -0.859 0.001 - -0.892 -0.817 0.001 - -0.115 -2.069 0.001 - 1.301 -1.941 -0.000 - 1.891 -0.688 -0.000 - 3.334 0.337 -0.001 - 2.126 1.695 -0.000 - 1.182 0.504 -0.000 - -0.224 0.408 0.001 - -0.959 1.590 0.001 -A1=AAA2=A(A1)AA=AA2 - 2.377 -0.789 -0.080 - 2.385 0.558 -0.073 - 1.266 1.273 0.006 - 0.066 0.678 0.082 - -0.048 -0.666 0.081 - 1.132 -1.461 -0.001 - -1.254 -1.280 0.156 - -2.371 -0.605 -0.165 - -2.392 0.750 -0.177 - -1.165 1.546 0.170 -a1aaa2[aH]aa[a+]2a1 - -2.094 -0.683 0.004 - -2.119 0.710 -0.001 - -0.918 1.393 -0.001 - 0.274 0.671 -0.000 - 1.591 1.086 0.001 - 2.373 -0.054 0.001 - 1.534 -1.117 -0.000 - 0.258 -0.666 -0.001 - -0.899 -1.336 -0.002 -A1AA[A@H]2AAAA=A2A1 - 2.369 -0.558 -0.075 - 2.210 0.738 -0.389 - 1.045 1.415 -0.178 - -0.072 0.717 0.548 - -1.344 1.368 0.210 - -2.369 0.572 -0.170 - -2.221 -0.756 -0.282 - -0.989 -1.403 -0.154 - 0.053 -0.758 0.226 - 1.315 -1.332 0.268 -A1=Aa2aaa[aH]a2=AA1 - 2.421 0.670 -0.003 - 1.261 1.379 0.000 - 0.031 0.706 0.001 - -1.236 1.438 0.004 - -2.431 0.690 -0.002 - -2.388 -0.663 -0.004 - -1.223 -1.352 -0.002 - -0.008 -0.708 0.004 - 1.179 -1.422 0.006 - 2.396 -0.737 -0.005 -A1AA[A@@H]2AAA=A2A1 - -2.113 0.649 0.442 - -2.090 -0.807 -0.020 - -0.740 -1.461 0.288 - 0.340 -0.761 -0.542 - 1.751 -1.135 -0.070 - 2.337 0.167 0.301 - 1.354 1.150 0.178 - 0.239 0.725 -0.232 - -1.075 1.469 -0.342 -a1aaa2aa3aaaa3aa2a1 - 3.292 -0.852 -0.002 - 3.305 0.473 -0.004 - 2.215 1.200 -0.003 - 1.002 0.615 0.001 - -0.165 1.371 0.002 - -1.422 0.743 0.005 - -2.646 1.313 0.006 - -3.746 0.615 -0.008 - -3.182 -1.027 -0.003 - -1.440 -0.679 0.002 - -0.307 -1.438 0.006 - 0.939 -0.803 0.003 - 2.153 -1.532 0.001 -A1A=AA2=A(A1)AAA=A2 - 2.400 0.728 -0.001 - 2.449 -0.743 -0.000 - 1.250 -1.455 0.000 - -0.002 -0.697 0.001 - 0.031 0.700 0.000 - 1.221 1.375 -0.001 - -1.246 1.421 0.001 - -2.398 0.721 0.001 - -2.407 -0.674 -0.003 - -1.300 -1.377 0.002 -A1[AH2+]Aa2aaaaa2A1 - 2.400 0.644 0.393 - 2.377 -0.618 -0.375 - 1.261 -1.461 0.089 - -0.025 -0.683 0.035 - -1.243 -1.371 0.059 - -2.377 -0.676 0.019 - -2.354 0.646 -0.042 - -1.214 1.321 -0.073 - -0.046 0.693 -0.033 - 1.223 1.501 -0.074 -A1AA[A@]2(A1)AA=AA2 - -2.192 0.554 -0.603 - -2.273 -0.412 0.324 - -1.085 -0.848 0.775 - 0.002 -0.089 0.074 - -0.732 0.868 -0.867 - 0.911 -0.941 -0.622 - 2.196 -0.350 -0.529 - 2.268 0.555 0.391 - 0.906 0.667 1.057 -A1AAAAAAAAAAAAAAAA1 - -2.071 2.505 0.351 - -2.882 1.529 -0.503 - -3.374 0.373 0.371 - -3.366 -0.922 -0.443 - -2.860 -2.071 0.431 - -1.743 -2.817 -0.302 - -0.678 -3.256 0.705 - 0.672 -3.271 0.034 - 1.381 -2.136 -0.072 - 2.678 -2.226 -0.717 - 3.559 -1.065 -0.250 - 2.719 -0.007 0.282 - 3.167 1.252 0.151 - 2.344 2.402 0.672 - 1.364 2.858 -0.410 - 0.183 3.579 0.242 - -1.096 3.276 -0.542 -A1=AA2AAA[A@H]2A=A1 - 2.152 -0.645 -0.013 - 1.009 -1.410 -0.229 - -0.168 -0.727 -0.128 - -1.442 -1.185 0.428 - -2.487 -0.118 0.015 - -1.637 1.183 0.019 - -0.287 0.689 -0.531 - 0.861 1.432 0.103 - 1.999 0.784 0.339 -A1AAa2aaa3aaaa3a2A1 - 2.737 -1.328 -0.394 - 3.254 -0.126 0.406 - 2.493 1.117 -0.050 - 1.009 0.870 -0.027 - 0.147 1.994 -0.052 - -1.158 1.841 -0.037 - -1.703 0.614 -0.008 - -2.963 0.215 0.003 - -3.000 -1.135 0.036 - -1.700 -1.593 0.046 - -0.896 -0.493 0.017 - 0.473 -0.362 0.011 - 1.304 -1.617 0.049 -a1aaa2[a-]a[a+]a2a1 - -2.118 -0.692 0.001 - -2.117 0.695 -0.000 - -0.928 1.393 -0.001 - 0.280 0.701 -0.002 - 1.594 1.089 0.003 - 2.356 -0.003 -0.002 - 1.589 -1.088 -0.000 - 0.278 -0.703 -0.000 - -0.931 -1.392 0.001 -A1AAA2=AAAA[A@H]2A1 - 2.442 -0.782 0.041 - 2.417 0.702 -0.330 - 1.310 1.407 0.460 - -0.000 0.684 0.197 - -1.025 1.388 -0.185 - -2.369 0.786 -0.482 - -2.522 -0.520 0.328 - -1.348 -1.431 -0.032 - -0.031 -0.804 0.393 - 1.126 -1.430 -0.391 -a1aaa2aaa3aaaa3a2a1 - 2.672 -1.440 0.000 - 3.264 -0.183 0.001 - 2.492 0.958 0.001 - 1.102 0.850 0.000 - 0.236 2.036 0.000 - -1.063 1.903 0.000 - -1.689 0.657 -0.001 - -3.001 0.273 -0.001 - -3.024 -1.045 0.004 - -1.822 -1.506 -0.002 - -0.963 -0.506 -0.001 - 0.501 -0.429 -0.001 - 1.301 -1.570 -0.001 -[AH2+]1AAa2aaaaa2A1 - 2.404 0.610 0.366 - 2.414 -0.657 -0.389 - 1.232 -1.509 0.074 - -0.035 -0.694 0.036 - -1.251 -1.359 0.074 - -2.436 -0.650 0.044 - -2.409 0.730 -0.024 - -1.199 1.394 -0.063 - -0.009 0.683 -0.035 - 1.286 1.451 -0.084 -A1AAA2AAA[A@@H]2AA1 - -2.573 -0.296 0.426 - -1.898 -1.476 -0.229 - -0.442 -1.505 0.009 - 0.559 -0.655 -0.027 - 1.934 -1.041 0.355 - 2.858 0.164 0.184 - 1.944 1.342 -0.172 - 0.584 0.719 -0.549 - -0.699 1.732 0.231 - -2.268 1.015 -0.231 -A1AAA2=[A+](A1)AAA2 - -2.165 -0.633 0.382 - -2.154 0.703 -0.369 - -0.940 1.515 0.089 - 0.292 0.627 0.035 - 0.246 -0.661 -0.043 - -0.978 -1.474 -0.099 - 1.606 -1.223 -0.067 - 2.522 0.013 0.006 - 1.568 1.130 0.063 -A1AAA2(A1)AAA=[A+]2 - -2.239 0.756 0.291 - -2.312 -0.646 -0.365 - -0.867 -0.921 -0.835 - 0.041 -0.048 0.036 - -0.861 0.733 1.001 - 1.042 -0.886 0.790 - 2.246 -0.426 0.378 - 2.090 0.588 -0.528 - 0.858 0.846 -0.769 -a1aaa2aa3aaaaa3a2a1 - 2.923 -1.229 -0.001 - 3.328 0.100 -0.000 - 2.475 1.095 -0.000 - 1.152 0.876 -0.000 - 0.089 1.669 0.000 - -1.076 0.897 0.000 - -2.401 1.240 0.001 - -3.343 0.230 0.000 - -2.950 -1.038 -0.000 - -1.704 -1.356 -0.001 - -0.746 -0.430 -0.001 - 0.661 -0.506 -0.001 - 1.593 -1.551 0.003 -a1aaa2a(a1)AAA12AA1 - 2.774 0.104 -0.002 - 2.174 1.366 -0.002 - 0.779 1.465 0.005 - 0.013 0.326 -0.000 - 0.606 -0.935 0.000 - 1.998 -1.032 -0.000 - -0.374 -1.928 0.001 - -1.619 -1.417 0.001 - -1.474 0.083 -0.000 - -2.436 0.983 0.764 - -2.436 0.982 -0.767 -A1AA[A@H]2A[A@H]2A1 - 1.335 0.616 0.492 - 1.509 -0.676 -0.191 - 0.265 -1.531 0.058 - -0.985 -0.753 -0.359 - -1.613 0.106 0.722 - -0.922 0.766 -0.464 - 0.412 1.471 -0.261 -[AH2+]1AAa2aaaa2AA1 - 2.598 0.030 -0.195 - 1.811 0.922 0.673 - 0.690 1.571 -0.130 - -0.572 0.716 -0.055 - -1.787 1.327 -0.205 - -2.933 -0.028 -0.066 - -1.749 -1.332 0.187 - -0.551 -0.669 0.153 - 0.731 -1.470 0.344 - 1.763 -1.070 -0.705 -a1aaa2[aH]a[a+]a2a1 - 2.101 0.717 -0.000 - 2.125 -0.672 -0.000 - 0.951 -1.390 -0.002 - -0.267 -0.719 0.005 - -1.583 -1.125 -0.001 - -2.361 0.041 -0.000 - -1.590 1.071 -0.000 - -0.293 0.686 -0.001 - 0.916 1.393 -0.000 -A1A=A2AAa3aaaa3A2A1 - -2.740 -1.405 -0.001 - -2.774 -0.005 -0.001 - -1.551 0.444 -0.001 - -1.058 1.741 -0.001 - 0.262 1.990 0.000 - 1.225 0.866 0.000 - 2.679 0.914 0.000 - 3.346 -0.251 0.000 - 2.044 -1.467 -0.001 - 0.678 -0.415 0.000 - -0.681 -0.627 0.005 - -1.430 -1.780 -0.001 -A1=A[A@H]2AAAA2=AA1 - 2.132 0.568 -0.178 - 1.109 1.352 0.180 - -0.192 0.697 0.556 - -1.334 1.357 -0.241 - -2.319 0.180 -0.446 - -1.709 -0.974 0.222 - -0.372 -0.777 0.211 - 0.706 -1.508 -0.088 - 1.976 -0.897 -0.217 -A1AA=A2AAAA[A@H]2A1 - -2.323 0.684 -0.502 - -2.425 -0.793 -0.098 - -1.050 -1.398 -0.112 - 0.032 -0.730 0.185 - 1.280 -1.369 0.123 - 2.378 -0.618 -0.085 - 2.327 0.710 -0.250 - 1.065 1.452 -0.276 - 0.036 0.721 0.593 - -1.322 1.338 0.424 -A1AAa2aa3AAAAa3a2A1 - -3.039 0.816 -0.025 - -3.361 -0.485 0.005 - -2.423 -1.466 0.028 - -1.030 -1.013 0.018 - 0.142 -1.673 0.035 - 1.120 -0.798 0.017 - 2.845 -1.179 0.042 - 3.493 0.450 -0.427 - 2.795 1.510 0.430 - 1.367 1.722 -0.059 - 0.602 0.475 -0.019 - -0.746 0.356 -0.015 - -1.769 1.280 -0.036 -A1AA[A+]2=A(AAA2)A1 - -2.406 0.058 -0.416 - -1.960 -1.147 0.421 - -0.607 -1.634 -0.078 - 0.406 -0.573 -0.030 - 0.208 0.712 0.023 - 1.379 1.444 0.041 - 2.520 0.523 0.007 - 1.854 -0.862 -0.038 - -1.392 1.481 0.067 -A1AA2AA3AA1AA(A2)A3 - -1.859 -0.821 -0.043 - -1.914 0.670 0.060 - -0.652 1.327 0.545 - 0.124 0.589 1.593 - 1.125 -0.439 1.116 - 0.409 -1.711 0.653 - -0.536 -1.371 -0.473 - 0.121 -0.608 -1.603 - 1.005 0.539 -1.151 - 0.210 1.737 -0.649 - 1.967 0.088 -0.048 -A1[A+]=Aa2aaaaa2AA1 - -2.378 -0.051 -0.845 - -2.245 1.179 0.014 - -1.026 1.442 0.467 - 0.213 0.686 0.228 - 1.388 1.419 0.001 - 2.580 0.773 -0.230 - 2.629 -0.611 -0.239 - 1.484 -1.344 -0.018 - 0.265 -0.706 0.219 - -0.843 -1.508 0.444 - -2.063 -1.281 -0.039 -A1=Aa2a[aH]aaa2=AA1 - -2.385 0.736 -0.005 - -1.217 1.429 0.007 - 0.009 0.730 0.004 - 1.233 1.382 -0.001 - 2.366 0.666 -0.004 - 2.378 -0.691 -0.001 - 1.241 -1.418 0.004 - -0.001 -0.740 0.001 - -1.218 -1.413 -0.000 - -2.402 -0.679 -0.003 -A1AAA2=AAA[A@H]2AA1 - -2.440 -0.305 0.351 - -1.899 1.113 0.404 - -0.866 1.421 -0.661 - 0.449 0.770 -0.391 - 1.436 1.267 0.307 - 2.518 0.239 0.554 - 1.829 -1.118 0.256 - 0.788 -0.679 -0.777 - -0.518 -1.414 -0.667 - -1.298 -1.294 0.625 -A1A=AA2=A(A1)AA=AA2 - -2.410 0.575 -0.067 - -2.346 -0.783 -0.069 - -1.159 -1.421 -0.000 - 0.035 -0.674 0.075 - -0.038 0.703 0.077 - -1.293 1.322 0.005 - 1.210 1.539 0.159 - 2.417 0.702 -0.166 - 2.356 -0.650 -0.159 - 1.224 -1.310 0.144 -A1AAAAAAA=AAAAAAAA1 - 2.462 2.321 -0.497 - 3.399 1.238 0.044 - 2.925 -0.079 -0.437 - 3.064 -1.121 0.432 - 2.540 -2.477 0.032 - 1.156 -2.608 0.560 - 0.177 -2.262 -0.333 - -1.186 -2.053 0.174 - -2.164 -1.721 -0.666 - -3.550 -1.457 -0.138 - -3.833 0.047 -0.186 - -2.776 0.759 0.511 - -2.264 1.842 -0.095 - -1.160 2.624 0.570 - 0.018 2.616 -0.279 - 1.191 2.336 0.312 -A1=AAa2a[aH]aa2A=A1 - -2.503 -0.003 0.000 - -1.952 1.252 -0.001 - -0.595 1.634 0.000 - 0.572 0.741 0.000 - 1.875 1.120 0.000 - 2.653 0.006 0.001 - 1.888 -1.117 -0.004 - 0.570 -0.737 0.001 - -0.589 -1.629 0.001 - -1.923 -1.267 0.001 -a1aaa2AA3(AA3)Aa2a1 - 2.866 0.692 -0.001 - 2.866 -0.692 0.000 - 1.675 -1.391 0.000 - 0.459 -0.704 0.001 - -0.929 -1.204 0.001 - -1.834 -0.000 0.000 - -3.155 -0.000 0.764 - -3.154 -0.000 -0.766 - -0.929 1.204 0.001 - 0.459 0.704 0.000 - 1.675 1.391 0.000 -A1Aa2aaaa2a2aaaa2A1 - 0.974 -2.491 -0.165 - 1.313 -1.066 -1.279 - 1.519 0.190 -0.493 - 2.619 0.829 -0.222 - 2.336 1.937 0.376 - 1.037 2.041 0.531 - 0.503 0.910 0.028 - -0.800 0.413 0.034 - -2.314 1.173 -0.474 - -3.383 -0.226 -0.167 - -2.510 -1.145 0.307 - -1.153 -0.815 0.447 - -0.143 -1.744 1.071 -A1AA=A2AAA[A@@H]2A1 - -1.926 0.698 0.598 - -2.203 -0.694 0.009 - -0.886 -1.446 0.027 - 0.193 -0.760 -0.205 - 1.636 -1.185 -0.036 - 2.411 0.039 0.267 - 1.471 1.188 0.268 - 0.293 0.700 -0.597 - -0.985 1.462 -0.331 -A1AAAAAAAA=AAAAAAA1 - 3.406 0.369 -0.154 - 2.821 1.598 0.491 - 1.752 2.196 -0.426 - 0.874 3.159 0.374 - -0.575 2.799 0.177 - -0.909 1.777 -0.623 - -2.325 1.488 -0.766 - -2.890 1.028 0.580 - -3.688 -0.236 0.384 - -3.079 -1.353 0.072 - -1.580 -1.374 -0.092 - -1.046 -2.760 0.277 - 0.204 -3.062 -0.550 - 1.452 -2.775 0.287 - 2.398 -1.870 -0.503 - 3.187 -0.986 0.467 -A1AAA2=A(AA1)AA=AA2 - 2.773 -0.011 -0.333 - 1.970 1.265 -0.500 - 0.974 1.437 0.651 - -0.288 0.675 0.311 - -0.292 -0.662 0.318 - 0.963 -1.431 0.669 - 1.960 -1.283 -0.483 - -1.484 -1.358 -0.005 - -2.584 -0.653 -0.315 - -2.564 0.664 -0.311 - -1.430 1.353 -0.005 -A1=[A+]Aa2aaaaa2AA1 - -2.661 0.041 -0.358 - -2.153 -1.162 -0.470 - -1.009 -1.432 0.445 - 0.230 -0.632 0.196 - 1.410 -1.382 0.121 - 2.631 -0.780 -0.073 - 2.702 0.596 -0.192 - 1.545 1.337 -0.129 - 0.302 0.726 0.048 - -0.879 1.660 0.013 - -2.122 1.028 0.401 -A1AA[A@@H]2AAAAA2A1 - 2.438 0.749 -0.284 - 2.473 -0.697 0.203 - 1.215 -1.417 -0.288 - -0.014 -0.769 0.353 - -1.269 -1.414 -0.243 - -2.505 -0.658 0.254 - -2.366 0.750 -0.133 - -1.157 1.320 -0.200 - -0.015 0.671 0.110 - 1.204 1.467 0.229 -a1aaa2[aH]a[aH]a2a1 - 2.152 -0.691 -0.126 - 2.152 0.691 -0.126 - 0.960 1.375 -0.027 - -0.260 0.692 0.074 - -1.525 1.339 0.179 - -2.650 -0.000 -0.196 - -1.525 -1.339 0.179 - -0.260 -0.692 0.074 - 0.960 -1.375 -0.027 -A1AAa2aaa3AAAa3a2A1 - -2.589 1.434 -0.352 - -3.245 0.252 0.373 - -2.568 -1.037 -0.100 - -1.070 -0.875 -0.043 - -0.276 -2.011 -0.064 - 1.100 -1.904 -0.018 - 1.697 -0.655 0.049 - 3.008 -0.280 0.102 - 3.023 1.116 -0.252 - 1.719 1.582 0.141 - 0.905 0.487 0.072 - -0.483 0.376 0.028 - -1.224 1.516 0.061 -A1=Aa2aa3AAAa3a2AA1 - -3.217 -0.134 0.049 - -2.384 -1.155 0.052 - -1.071 -0.959 0.013 - 0.345 -2.027 0.003 - 1.618 -0.787 -0.059 - 3.112 -0.603 -0.099 - 3.331 0.875 0.299 - 1.995 1.514 -0.128 - 0.962 0.384 -0.072 - -0.508 0.324 -0.032 - -1.433 1.415 -0.034 - -2.753 1.151 0.007 -A1AAAa2aaa[a+]a2AA1 - -1.821 -0.529 -1.181 - -2.734 0.445 -0.470 - -2.067 1.077 0.754 - -0.760 1.732 0.326 - 0.409 0.784 0.190 - 1.598 1.442 -0.231 - 2.769 0.726 -0.427 - 2.759 -0.644 -0.205 - 1.646 -1.314 0.206 - 0.498 -0.566 0.395 - -0.625 -1.459 0.861 - -1.667 -1.693 -0.214 -A1A[AH+]2AA[AH+]1A2 - -1.185 -0.773 0.502 - -1.186 0.773 0.502 - -0.000 1.134 -0.339 - 1.185 0.773 0.503 - 1.186 -0.773 0.502 - 0.000 -1.134 -0.339 - 0.000 -0.000 -1.330 -A1A[A@H]2AA[A@H]2A1 - -1.818 0.230 0.131 - -0.714 1.200 0.345 - 0.388 0.701 -0.619 - 1.767 0.566 0.038 - 1.286 -0.766 0.633 - 0.264 -0.842 -0.514 - -1.172 -1.092 -0.014 -A1AAa2aa3aaaa3a2AA1 - 3.242 0.580 -0.364 - 2.960 -0.891 -0.564 - 2.107 -1.431 0.598 - 0.680 -1.010 0.336 - -0.706 -2.030 -0.081 - -1.918 -0.729 -0.143 - -3.161 -0.401 -0.343 - -3.293 0.924 -0.173 - -2.088 1.434 0.130 - -1.178 0.382 0.156 - 0.189 0.220 0.381 - 1.088 1.439 0.618 - 2.074 1.515 -0.549 -A1AA2=AA[AH2+]AA2A1 - -2.531 0.740 -0.062 - -2.021 -0.974 -0.089 - -0.274 -0.710 0.037 - 0.686 -1.571 0.072 - 2.063 -1.068 0.199 - 2.161 0.250 -0.472 - 1.255 1.231 0.175 - -0.123 0.674 0.088 - -1.218 1.431 0.050 -A1AAa2[aH]a[a+]a2A1 - 2.122 0.675 0.380 - 2.134 -0.656 -0.377 - 0.955 -1.519 0.089 - -0.296 -0.681 0.040 - -1.592 -1.095 0.071 - -2.366 0.023 -0.003 - -1.584 1.069 -0.067 - -0.310 0.667 -0.042 - 0.933 1.521 -0.092 -a1aa[a+]2[aH]aaa2a1 - -2.117 -0.626 -0.002 - -2.084 0.762 0.000 - -0.851 1.400 0.000 - 0.266 0.664 0.000 - 1.617 1.030 0.001 - 2.389 -0.087 0.000 - 1.573 -1.173 -0.001 - 0.193 -0.669 -0.002 - -0.984 -1.300 0.003 -A1Aa2aa3aaaaa3aa2A1 - 3.673 -0.022 -0.001 - 2.877 -1.105 -0.001 - 1.464 -0.701 0.005 - 0.276 -1.438 -0.001 - -0.943 -0.723 0.000 - -2.177 -1.391 -0.001 - -3.333 -0.670 -0.001 - -3.305 0.722 0.000 - -2.124 1.401 0.000 - -0.911 0.692 0.000 - 0.262 1.341 0.000 - 1.403 0.705 0.000 - 2.837 1.183 -0.001 -A1A=AA=a2a1aaa[aH]2 - 1.289 -1.389 -0.000 - 2.392 -0.628 -0.000 - 2.307 0.693 -0.001 - 1.157 1.355 0.003 - -0.003 0.716 -0.001 - -0.005 -0.699 -0.000 - -1.223 -1.377 0.001 - -2.350 -0.682 0.001 - -2.356 0.642 -0.000 - -1.208 1.368 -0.001 -A1AAA2(AA1)AA=AA=A2 - 2.873 0.195 -0.110 - 2.166 -0.313 1.149 - 0.978 -1.188 0.748 - -0.007 -0.362 -0.085 - 0.703 0.140 -1.347 - 1.891 1.016 -0.948 - -0.474 0.822 0.713 - -1.778 1.198 0.737 - -2.725 0.497 0.028 - -2.451 -0.778 -0.413 - -1.171 -1.231 -0.476 -A1A[AH+]a2aaaaa2AA1 - 2.800 -0.003 -0.259 - 2.001 1.261 -0.475 - 0.935 1.399 0.577 - -0.271 0.693 0.279 - -1.425 1.409 -0.001 - -2.609 0.723 -0.285 - -2.620 -0.676 -0.289 - -1.463 -1.375 -0.012 - -0.299 -0.692 0.284 - 0.960 -1.461 0.642 - 1.992 -1.277 -0.466 -A1=Aa2aaaaa2A[AH+]1 - -2.395 0.744 0.027 - -1.253 1.414 -0.166 - 0.029 0.689 -0.080 - 1.235 1.379 0.034 - 2.419 0.674 0.121 - 2.409 -0.709 0.095 - 1.215 -1.400 -0.020 - 0.028 -0.709 -0.114 - -1.284 -1.440 -0.255 - -2.400 -0.638 0.359 -A1=AA2=A(AA1)A=AAA2 - 2.377 -0.790 -0.046 - 1.240 -1.449 0.181 - -0.024 -0.696 0.091 - 0.026 0.701 0.117 - 1.225 1.313 0.224 - 2.341 0.674 -0.399 - -1.172 1.424 0.032 - -2.346 0.760 -0.075 - -2.394 -0.598 -0.101 - -1.271 -1.340 -0.021 -A1=AA=A2AAA[A@H]2A1 - 2.169 -0.653 0.114 - 2.120 0.686 0.105 - 0.954 1.382 -0.106 - -0.223 0.687 -0.050 - -1.639 1.178 0.016 - -2.446 -0.010 0.061 - -1.620 -1.076 0.023 - -0.279 -0.669 -0.047 - 0.963 -1.524 -0.120 -A1AAA2=A(AA1)AAA=A2 - -2.776 0.047 -0.324 - -1.992 -1.243 -0.481 - -0.994 -1.417 0.666 - 0.282 -0.682 0.312 - 0.312 0.664 0.315 - -0.936 1.449 0.667 - -1.941 1.302 -0.490 - 1.446 1.342 -0.000 - 2.577 0.687 -0.322 - 2.593 -0.731 -0.334 - 1.424 -1.418 -0.009 -A1A[A@@]2(A1)AA=AA2 - 2.279 0.055 0.045 - 1.330 0.029 -1.125 - 0.290 0.005 -0.013 - 1.333 0.027 1.004 - -0.647 1.133 0.007 - -1.946 0.627 0.036 - -2.017 -0.642 0.037 - -0.623 -1.232 0.006 -A1=A[A@H]2A[A@H]2A1 - -1.471 0.005 -0.229 - -0.773 -1.118 0.002 - 0.637 -0.780 0.416 - 1.552 -0.066 -0.581 - 0.719 0.755 0.405 - -0.664 1.203 -0.014 -A1AAa2aa3aaaa3aa2A1 - 3.335 0.645 -0.393 - 3.260 -0.692 0.357 - 2.069 -1.367 -0.046 - 0.899 -0.671 -0.015 - -0.256 -1.401 -0.042 - -1.505 -0.763 -0.025 - -2.777 -1.081 -0.042 - -3.441 -0.064 -0.011 - -2.823 0.981 0.027 - -1.541 0.721 0.025 - -0.279 1.435 0.057 - 0.887 0.734 0.037 - 2.174 1.524 0.077 -a1aa[a+]2aa[aH]a2a1 - 2.123 -0.688 0.001 - 2.038 0.700 -0.000 - 0.870 1.296 -0.001 - -0.247 0.652 -0.001 - -1.518 1.106 0.003 - -2.345 0.103 -0.001 - -1.584 -1.076 -0.000 - -0.270 -0.683 -0.000 - 0.932 -1.409 0.001 -a1aaa2Aa3aaaa3Aa2a1 - -3.409 0.915 -0.001 - -3.481 -0.447 -0.001 - -2.319 -1.225 -0.001 - -1.064 -0.604 0.005 - 0.164 -1.409 -0.001 - 1.501 -0.753 -0.001 - 2.763 -1.362 -0.001 - 3.880 -0.602 0.000 - 3.267 1.019 0.000 - 1.532 0.645 0.000 - 0.327 1.459 0.000 - -0.994 0.805 0.000 - -2.167 1.560 0.000 -A1A=A[A@H]2A[AH+]12 - -0.547 -1.225 -0.079 - -1.439 -0.098 0.194 - -0.834 1.026 0.041 - 0.602 0.785 -0.362 - 1.476 -0.046 0.585 - 0.743 -0.441 -0.380 -A1AA2AA[AH+](A1)AA2 - -1.793 -0.395 0.071 - -0.793 -1.438 0.533 - 0.584 -1.241 -0.024 - 1.527 -0.460 0.852 - 1.174 1.031 0.794 - -0.035 1.375 -0.027 - -1.298 0.960 0.596 - 0.049 0.799 -1.365 - 0.581 -0.631 -1.426 -A1AA2AAA[AH+](A1)A2 - -1.453 -0.036 1.019 - -1.281 -1.265 0.135 - -0.018 -1.196 -0.714 - 1.238 -1.302 0.140 - 1.468 -0.071 1.004 - 1.236 1.233 0.254 - 0.016 1.262 -0.582 - -1.210 1.260 0.254 - 0.002 0.114 -1.506 -A1AA[a+]2aa[aH]a2A1 - 2.077 -0.789 0.027 - 2.062 0.675 0.367 - 0.957 1.358 -0.226 - -0.274 0.664 -0.097 - -1.502 1.137 0.011 - -2.348 0.138 0.104 - -1.594 -1.051 0.061 - -0.310 -0.667 -0.069 - 0.932 -1.461 -0.174 -A1AA[A@]2(AAA=A2)A1 - -2.110 -0.398 0.684 - -2.326 0.360 -0.400 - -0.994 0.731 -1.021 - 0.021 0.051 -0.098 - 0.886 -0.956 -0.876 - 2.245 -0.746 -0.157 - 2.127 0.590 0.446 - 0.963 1.002 0.477 - -0.814 -0.634 0.945 -A1AA[A@]2(AAAA2)AA1 - 2.642 0.193 -0.008 - 1.673 1.369 0.137 - 0.427 1.113 -0.716 - -0.257 -0.165 -0.240 - -0.879 0.037 1.119 - -2.210 0.191 0.995 - -2.625 0.132 -0.412 - -1.439 -0.511 -1.166 - 0.700 -1.270 -0.211 - 1.972 -1.086 0.505 -A1=AAa2aa3AAAa3a2A1 - 2.871 1.128 0.022 - 3.256 -0.163 0.060 - 2.243 -1.248 0.052 - 0.808 -0.904 0.003 - -0.371 -1.671 -0.017 - -1.420 -0.806 -0.058 - -2.935 -0.797 -0.090 - -3.315 0.648 0.302 - -2.057 1.433 -0.125 - -0.949 0.464 -0.074 - 0.422 0.428 -0.040 - 1.447 1.484 -0.036 -A1AA[AH2+]A[AH2+]1 - 1.248 0.687 0.241 - -0.000 1.426 -0.252 - -1.247 0.687 0.241 - -1.199 -0.706 -0.253 - -0.000 -1.388 0.277 - 1.199 -0.706 -0.253 -a1aaa2A[AH2+]Aa2a1 - -2.154 -0.690 -0.076 - -2.153 0.693 -0.075 - -0.958 1.384 -0.001 - 0.234 0.692 0.074 - 1.675 1.154 0.165 - 2.413 0.002 -0.324 - 1.673 -1.158 0.164 - 0.233 -0.694 0.073 - -0.960 -1.383 -0.001 -A1A=Aa2[aH]aaa2=A1 - 2.071 0.693 -0.001 - 2.095 -0.718 -0.001 - 0.912 -1.397 0.000 - -0.259 -0.690 0.000 - -1.606 -1.081 0.001 - -2.343 0.073 -0.003 - -1.524 1.103 0.002 - -0.248 0.679 0.001 - 0.899 1.342 0.000 -A1AA=a2aa[aH]a2=A1 - -2.056 0.690 -0.000 - -2.100 -0.655 -0.002 - -0.946 -1.384 0.003 - 0.272 -0.701 -0.001 - 1.575 -1.085 -0.001 - 2.335 -0.031 -0.000 - 1.568 1.100 0.001 - 0.256 0.709 0.000 - -0.907 1.353 0.000 -A1AAa2aa3AAAa3a2A1 - -2.687 -1.172 0.252 - -3.109 -0.052 -0.531 - -2.346 1.206 -0.088 - -0.883 0.845 -0.005 - 0.235 1.676 0.055 - 1.339 0.871 0.116 - 2.846 1.125 0.192 - 3.502 -0.540 -0.239 - 1.973 -1.482 0.162 - 0.931 -0.419 0.098 - -0.440 -0.430 0.020 - -1.356 -1.627 -0.030 -A1=AAa2aa[aH+]a2A1 - -2.083 -0.668 -0.014 - -2.119 0.646 0.049 - -0.992 1.375 0.061 - 0.296 0.678 -0.013 - 1.590 1.076 -0.032 - 2.359 0.028 -0.102 - 1.579 -1.060 0.214 - 0.286 -0.710 -0.082 - -0.919 -1.365 -0.079 -a1[aH]a2aa[aH]a2a1 - -2.081 0.046 -0.001 - -1.331 -1.086 -0.001 - -0.004 -0.694 0.005 - 1.336 -1.106 -0.001 - 2.100 -0.047 -0.001 - 1.295 1.100 -0.000 - -0.013 0.696 -0.000 - -1.299 1.089 -0.000 -A1AA[AH+]2AAAAA2A1 - 2.505 -0.702 -0.245 - 2.457 0.726 0.307 - 1.200 1.417 -0.221 - 0.001 0.691 0.232 - -1.200 1.417 -0.220 - -2.457 0.726 0.308 - -2.505 -0.702 -0.245 - -1.241 -1.441 0.195 - -0.000 -0.694 -0.305 - 1.240 -1.441 0.196 -a1aa2aaa3aaaa3a2a1 - 3.328 0.681 -0.001 - 2.767 -0.495 -0.000 - 1.429 -0.659 -0.000 - 0.672 -1.857 0.001 - -0.677 -1.852 0.001 - -1.430 -0.649 0.001 - -2.771 -0.501 -0.004 - -3.352 0.677 0.001 - -1.953 1.789 0.001 - -0.680 0.548 0.001 - 0.688 0.544 0.001 - 1.975 1.768 -0.000 -A1AAA2AAA[A@@H]2A1 - -2.186 0.752 -0.168 - -2.132 -0.686 0.082 - -0.972 -1.370 0.085 - 0.192 -0.715 -0.081 - 1.548 -1.246 0.081 - 2.525 -0.058 -0.067 - 1.622 1.175 0.211 - 0.285 0.721 -0.420 - -0.885 1.427 0.276 -A1AAa2[aH]aa[a+]12 - -1.018 -1.437 -0.000 - -2.349 -0.666 -0.001 - -1.733 1.059 -0.000 - 0.015 0.728 0.001 - 1.224 1.355 0.002 - 2.181 0.356 -0.004 - 1.512 -0.819 0.002 - 0.168 -0.574 0.001 -A1=[A+]a2aaaaa2AA1 - -2.231 0.715 -0.001 - -1.154 1.264 -0.001 - -0.078 0.694 -0.001 - 1.120 1.426 0.000 - 2.328 0.764 0.001 - 2.384 -0.631 0.001 - 1.236 -1.373 -0.000 - -0.012 -0.722 -0.001 - -1.222 -1.447 -0.002 - -2.370 -0.686 0.004 -A1AA[A@H]2AAA=A2A1 - -2.179 -0.460 0.414 - -2.002 0.979 -0.065 - -0.605 1.507 0.277 - 0.427 0.699 -0.513 - 1.781 0.952 -0.067 - 2.318 -0.235 0.288 - 1.296 -1.287 0.219 - 0.166 -0.767 -0.216 - -1.205 -1.387 -0.334 -A12A3A4A1A1A2A3A41 - 1.267 -0.024 0.391 - 0.240 -1.127 0.652 - -0.239 -1.031 -0.798 - 0.794 0.072 -1.061 - -0.243 1.128 -0.654 - 0.236 1.031 0.796 - -0.789 -0.072 1.062 - -1.268 0.024 -0.388 -A1AA[A@]2(AAAA2)A1 - 2.160 0.916 -0.273 - 2.347 -0.530 0.252 - 1.009 -0.936 0.728 - 0.008 -0.132 0.027 - -0.948 -1.028 -0.780 - -2.285 -0.264 -0.637 - -2.162 0.514 0.602 - -0.876 0.617 0.989 - 0.744 0.840 -0.906 -A1=AAA2(AAAA2)A=A1 - -2.512 -0.182 -0.378 - -1.802 -1.276 -0.044 - -0.495 -1.143 0.692 - 0.243 0.110 0.234 - 0.803 -0.100 -1.182 - 2.335 0.043 -1.074 - 2.643 -0.278 0.410 - 1.450 0.371 1.155 - -0.672 1.304 0.249 - -1.993 1.152 -0.062 -A1=AAa2aa[aH]a2=A1 - 2.076 -0.706 -0.001 - 2.106 0.683 -0.001 - 0.891 1.381 0.000 - -0.263 0.682 0.001 - -1.585 1.088 0.002 - -2.354 0.002 -0.004 - -1.537 -1.110 0.001 - -0.241 -0.678 0.001 - 0.903 -1.343 0.000 -A1=AA=A2A=AAA=A2A1 - 2.376 0.618 0.001 - 2.376 -0.742 -0.004 - 1.172 -1.441 0.002 - -0.024 -0.708 0.001 - -1.274 -1.357 0.001 - -2.416 -0.627 -0.000 - -2.361 0.782 -0.001 - -1.129 1.442 -0.000 - 0.041 0.709 -0.000 - 1.241 1.321 0.001 -A1AA[A@@H]2AAAA2A1 - -2.262 -0.629 -0.179 - -2.124 0.848 0.144 - -0.775 1.415 -0.297 - 0.332 0.685 0.469 - 1.659 1.078 -0.002 - 2.383 -0.023 -0.299 - 1.567 -1.244 0.083 - 0.188 -0.750 0.153 - -0.967 -1.379 -0.070 -a1aaa2aa3AAAa3a2a1 - -2.757 -1.137 -0.016 - -3.158 0.191 -0.054 - -2.232 1.197 -0.050 - -0.871 0.885 -0.006 - 0.355 1.682 0.011 - 1.388 0.818 0.057 - 2.905 0.814 0.097 - 3.292 -0.628 -0.298 - 2.042 -1.425 0.127 - 0.921 -0.468 0.072 - -0.462 -0.458 0.033 - -1.419 -1.466 0.027 -A1AA2AA=A[A@@H]2A1 - -2.209 0.059 0.119 - -1.315 -1.166 0.118 - -0.049 -0.807 -0.121 - 1.375 -1.179 -0.075 - 2.091 0.103 0.306 - 1.310 1.125 0.038 - 0.014 0.615 -0.521 - -1.218 1.252 0.138 -A1AA2=[A+](A1)AAA2 - -2.277 0.044 -0.253 - -1.354 1.221 0.131 - 0.051 0.629 0.053 - -0.002 -0.653 0.053 - -1.389 -1.158 0.130 - 1.360 -1.224 -0.025 - 2.279 0.008 -0.071 - 1.335 1.130 -0.016 -a1aaa2aa3aaaa3a2a1 - -2.711 -1.151 -0.000 - -3.218 0.138 -0.000 - -2.342 1.208 -0.001 - -0.986 0.974 -0.000 - 0.448 2.022 -0.000 - 1.683 0.743 -0.000 - 2.957 0.477 0.001 - 3.122 -0.863 0.002 - 1.895 -1.437 -0.004 - 0.954 -0.411 0.001 - -0.443 -0.316 0.001 - -1.356 -1.383 0.001 -A1Aa2aaa3aaaa3a2A1 - -2.923 -1.009 -0.280 - -2.824 0.489 0.093 - -1.329 0.736 0.054 - -0.580 1.920 0.008 - 0.741 1.868 -0.027 - 1.379 0.688 -0.020 - 2.727 0.354 -0.052 - 2.817 -1.031 -0.023 - 1.606 -1.536 0.024 - 0.680 -0.487 0.028 - -0.696 -0.472 0.069 - -1.595 -1.520 0.127 -A1A=AA2AA[A@@H]2A1 - 1.838 0.800 0.049 - 1.825 -0.691 -0.058 - 0.710 -1.440 -0.026 - -0.497 -0.713 0.089 - -1.795 -0.810 -0.129 - -1.974 0.683 -0.147 - -0.603 0.710 0.497 - 0.496 1.459 -0.274 -A1AAa2aa[aH]a2A=A1 - 2.379 -0.000 0.157 - 1.837 -1.189 -0.469 - 0.582 -1.664 0.245 - -0.542 -0.676 0.102 - -1.841 -1.033 0.044 - -2.584 0.030 -0.065 - -1.782 1.123 -0.083 - -0.474 0.674 0.012 - 0.591 1.507 0.006 - 1.835 1.230 0.052 -A1A=Aa2[a+]aaaa2A1 - -2.383 0.631 0.002 - -2.285 -0.723 0.001 - -1.152 -1.358 -0.000 - 0.033 -0.702 -0.000 - 1.194 -1.360 -0.000 - 2.327 -0.688 -0.001 - 2.325 0.713 0.000 - 1.178 1.379 0.001 - 0.033 0.710 0.001 - -1.270 1.400 -0.004 -A1Aa2aaa3AAAa3a2A1 - 3.031 0.979 -0.000 - 2.786 -0.471 -0.002 - 1.415 -0.702 -0.000 - 0.703 -1.907 -0.001 - -0.674 -1.903 -0.000 - -1.390 -0.699 0.002 - -2.775 -0.493 0.004 - -3.069 0.942 -0.005 - -1.695 1.632 0.000 - -0.699 0.494 -0.002 - 0.704 0.505 0.002 - 1.661 1.621 0.002 -a1aaa2Aa3aaaa3a2a1 - 2.801 -1.056 0.002 - 3.204 0.268 0.001 - 2.261 1.282 -0.000 - 0.919 0.969 -0.000 - -0.330 1.817 -0.001 - -1.467 0.850 -0.000 - -3.228 0.620 -0.000 - -3.212 -1.168 0.001 - -1.922 -1.417 0.001 - -0.993 -0.430 -0.000 - 0.504 -0.357 0.001 - 1.459 -1.375 -0.004 -A1AAa2aa3aaaa3a2A1 - -2.643 -1.510 0.422 - -3.291 -0.386 -0.392 - -2.645 0.948 0.012 - -1.159 0.772 0.009 - 0.091 2.026 0.038 - 1.528 0.959 0.013 - 2.857 1.024 0.020 - 3.609 -0.055 -0.010 - 2.385 -1.355 -0.038 - 0.935 -0.305 -0.015 - -0.467 -0.393 -0.017 - -1.205 -1.730 -0.045 -A1=AA=A[AH+][AH-]1 - -1.144 -0.831 0.008 - -1.311 0.495 -0.006 - -0.142 1.365 -0.000 - 1.102 0.848 0.004 - 1.270 -0.499 -0.002 - 0.223 -1.376 -0.004 -A1AAAA2(AA1)AAA=A2 - 2.216 0.781 0.644 - 2.463 -0.568 0.012 - 1.363 -1.528 0.440 - 0.168 -1.525 -0.422 - -0.510 -0.131 -0.372 - 0.346 0.876 -1.058 - 1.422 1.668 -0.333 - -0.748 0.234 1.012 - -2.076 0.355 1.189 - -2.781 0.071 -0.077 - -1.864 -0.231 -1.031 -A1=AA2=AAA=AA2=AA1 - 2.427 -0.662 -0.001 - 1.288 -1.403 -0.001 - 0.044 -0.729 -0.001 - -1.154 -1.456 0.004 - -2.443 -0.721 -0.002 - -2.426 0.753 -0.001 - -1.258 1.412 0.000 - 0.021 0.689 0.000 - 1.160 1.367 0.001 - 2.341 0.746 0.001 -A1AAA2AA[A+]=A2AA1 - -2.619 -0.016 -0.406 - -1.934 0.920 0.601 - -0.651 1.513 0.146 - 0.521 0.743 -0.024 - 1.874 1.189 -0.398 - 2.745 -0.056 -0.144 - 1.776 -1.097 0.213 - 0.576 -0.620 0.225 - -0.683 -1.423 0.478 - -1.603 -1.155 -0.691 -A1A=AA=a2[aH]aaa12 - 0.932 -1.312 0.004 - 2.077 -0.640 -0.000 - 2.103 0.686 -0.003 - 0.917 1.398 -0.002 - -0.282 0.693 0.003 - -1.587 1.070 0.005 - -2.353 -0.105 -0.005 - -1.551 -1.120 -0.001 - -0.253 -0.671 -0.000 -A1A[A@]2(A1)AA=AA2 - -2.308 0.055 0.048 - -1.338 0.029 -1.098 - -0.280 0.004 -0.012 - -1.340 0.027 0.976 - 0.655 1.133 0.007 - 1.955 0.627 0.036 - 2.026 -0.642 0.037 - 0.632 -1.232 0.006 -A1A=Aa2aaa[a+]a2A1 - 2.359 -0.765 0.357 - 2.339 0.704 0.019 - 1.220 1.340 -0.162 - 0.024 0.711 -0.075 - -1.169 1.435 0.040 - -2.356 0.728 0.108 - -2.334 -0.655 0.064 - -1.200 -1.399 -0.043 - -0.037 -0.697 -0.107 - 1.156 -1.401 -0.202 -a1aaa2A=AA=[A]a2a1 - -2.315 -1.076 -0.000 - -2.530 0.295 0.001 - -1.482 1.173 -0.000 - -0.166 0.676 -0.000 - 0.907 1.464 -0.000 - 2.172 1.113 -0.000 - 2.689 -0.083 -0.000 - 1.719 -1.249 -0.000 - 0.024 -0.730 -0.000 - -1.017 -1.586 -0.000 -A1[AH2+]Aa2aaaa2A1 - -2.117 0.974 -0.361 - -2.203 -0.285 0.417 - -1.228 -1.278 -0.093 - 0.162 -0.651 -0.048 - 1.346 -1.387 -0.057 - 2.542 -0.744 -0.005 - 2.036 0.969 0.069 - 0.287 0.703 0.025 - -0.825 1.701 0.052 -A1A[A@H]2A[A@H]2A1 - -1.577 -0.000 -0.037 - -0.697 1.172 0.202 - 0.660 0.771 -0.414 - 1.651 -0.000 0.461 - 0.660 -0.771 -0.414 - -0.698 -1.172 0.202 -A1=Aa2aaaaa2[A-]A1 - 2.342 0.746 -0.032 - 1.192 1.372 0.099 - 0.028 0.698 0.062 - -1.190 1.391 -0.006 - -2.366 0.701 -0.067 - -2.375 -0.688 -0.062 - -1.193 -1.395 0.012 - 0.013 -0.712 0.080 - 1.216 -1.397 0.170 - 2.336 -0.712 -0.259 -A1=AAa2[a+]aaaa2A1 - -2.472 -0.640 0.004 - -2.360 0.735 -0.001 - -1.173 1.355 -0.000 - 0.025 0.678 -0.001 - 1.171 1.424 -0.000 - 2.337 0.720 0.001 - 2.415 -0.677 0.001 - 1.260 -1.413 -0.000 - 0.039 -0.728 -0.001 - -1.242 -1.451 -0.002 -A1AAA2(AA1)A=AA=A2 - 2.622 -0.000 0.023 - 1.790 1.249 0.319 - 0.544 1.254 -0.570 - -0.283 -0.000 -0.296 - 0.544 -1.253 -0.571 - 1.790 -1.250 0.318 - -1.527 -0.000 -1.151 - -2.589 -0.000 -0.294 - -2.119 -0.000 1.089 - -0.773 -0.000 1.132 -A1AAA2=A(A1)AAA=A2 - -2.406 -0.676 0.400 - -2.415 0.678 -0.321 - -1.177 1.387 0.032 - 0.023 0.692 0.012 - 0.042 -0.694 -0.053 - -1.225 -1.501 -0.114 - 1.273 -1.340 -0.061 - 2.385 -0.612 -0.009 - 2.330 0.710 0.050 - 1.174 1.358 0.060 -A1AAAAAAAAAAAAAAA1 - -3.379 0.263 0.413 - -2.859 1.503 -0.317 - -1.630 1.925 0.277 - -1.039 3.062 -0.356 - 0.256 3.434 0.369 - 1.416 2.724 -0.280 - 1.958 1.647 0.311 - 3.072 1.012 -0.369 - 3.453 -0.274 0.367 - 2.865 -1.478 -0.373 - 1.643 -1.902 0.288 - 0.985 -2.938 -0.256 - -0.290 -3.436 0.373 - -1.490 -2.852 -0.376 - -1.962 -1.692 0.311 - -3.001 -0.991 -0.377 -A1AAA2=A(AAA2)A=A1 - -2.560 0.639 0.348 - -2.230 -0.958 -0.411 - -0.775 -1.605 0.422 - 0.458 -0.799 0.148 - 0.599 0.549 -0.060 - 1.955 0.794 -0.263 - 2.638 -0.420 -0.187 - 1.743 -1.387 0.066 - -0.290 1.537 -0.092 - -1.535 1.654 0.026 -a1aa2Aa3aaaa3Aa2a1 - -3.330 0.102 -0.002 - -2.470 1.203 -0.002 - -1.178 0.722 -0.001 - 0.130 1.386 0.007 - 1.258 0.647 0.003 - 2.614 0.994 -0.004 - 3.330 -0.102 -0.005 - 2.470 -1.203 0.002 - 1.178 -0.722 0.001 - -0.130 -1.386 0.001 - -1.258 -0.647 -0.000 - -2.614 -0.994 -0.000 -A1=Aa2aaaaa2A[A-]1 - -2.175 -1.186 -0.003 - -0.937 -1.484 0.174 - 0.136 -0.651 0.095 - 1.434 -1.168 0.045 - 2.512 -0.313 -0.046 - 2.324 1.058 -0.088 - 1.042 1.583 -0.035 - -0.033 0.738 0.060 - -1.688 1.356 0.157 - -2.614 0.065 -0.363 -A1AA[A@H]2AAAAA2A1 - 2.334 -0.744 -0.222 - 2.499 0.654 0.192 - 1.245 1.429 -0.225 - 0.014 0.783 0.420 - -1.236 1.464 -0.119 - -2.418 0.620 -0.029 - -2.356 -0.800 -0.385 - -1.212 -1.439 0.409 - 0.012 -0.655 0.180 - 1.118 -1.309 -0.220 -[AH2+]1AA[AH2+]AA1 - 1.408 -0.000 0.231 - 0.719 1.210 -0.264 - -0.718 1.210 0.264 - -1.408 0.000 -0.231 - -0.719 -1.210 0.264 - 0.718 -1.210 -0.264 -A1=[A+]Aa2aaaaa2A1 - -2.356 -0.672 0.133 - -2.484 0.650 0.150 - -1.250 1.461 -0.158 - 0.036 0.691 -0.073 - 1.249 1.341 -0.001 - 2.375 0.654 0.070 - 2.395 -0.666 0.073 - 1.221 -1.391 0.004 - 0.016 -0.702 -0.069 - -1.204 -1.367 -0.131 -A1AAA2(AA1)AAAA=A2 - -2.883 0.196 -0.203 - -2.243 -0.560 0.963 - -1.032 -1.351 0.467 - 0.033 -0.377 -0.050 - -0.601 0.511 -1.099 - -1.888 1.224 -0.750 - 0.530 0.489 1.111 - 1.690 1.364 0.615 - 2.803 0.432 0.183 - 2.429 -0.780 -0.570 - 1.163 -1.148 -0.667 -A1AAa2aaaaa2[AH+]1 - 2.340 0.677 -0.409 - 2.441 -0.650 0.353 - 1.250 -1.519 -0.058 - -0.013 -0.694 -0.023 - -1.227 -1.364 -0.057 - -2.415 -0.663 -0.034 - -2.394 0.718 0.023 - -1.187 1.385 0.061 - 0.012 0.681 0.043 - 1.190 1.425 0.102 -A1Aa2aa3aaaa3aa2A1 - 3.446 -0.147 0.001 - 2.621 0.913 0.000 - 1.272 0.538 -0.000 - 0.128 1.317 -0.000 - -1.155 0.728 -0.000 - -2.355 1.350 0.000 - -3.492 0.692 0.000 - -2.946 -1.010 0.000 - -1.200 -0.685 -0.000 - -0.067 -1.459 -0.001 - 1.169 -0.852 -0.000 - 2.580 -1.389 0.000 -A1AAA2=AAA[A@H]2A1 - 1.952 -1.000 0.005 - 2.120 0.378 -0.314 - 1.269 1.292 0.407 - -0.135 0.770 0.193 - -1.212 1.354 -0.214 - -2.273 0.301 -0.446 - -1.817 -0.900 0.201 - -0.449 -0.689 0.496 - 0.541 -1.507 -0.329 -A1AA2=AAA[A@@H]2A1 - -2.200 -0.127 -0.192 - -1.444 1.175 0.155 - 0.025 0.818 0.119 - 1.213 1.118 -0.189 - 2.077 0.023 -0.184 - 1.402 -1.120 0.093 - 0.039 -0.658 0.521 - -1.114 -1.227 -0.320 -a1aa2aa3aaaa3aa2a1 - 3.559 0.413 -0.001 - 2.472 1.145 0.004 - 1.228 0.607 -0.001 - -0.000 1.289 -0.002 - -1.228 0.607 -0.001 - -2.472 1.145 -0.001 - -3.559 0.413 0.000 - -2.902 -1.249 0.001 - -1.182 -0.809 0.000 - -0.000 -1.504 0.000 - 1.182 -0.809 0.000 - 2.902 -1.249 0.000 -A1AAa2[a+]aaaa2AA1 - -2.950 -0.022 -0.115 - -2.055 -1.104 -0.724 - -0.945 -1.375 0.258 - 0.329 -0.650 0.125 - 1.482 -1.391 0.207 - 2.646 -0.700 0.068 - 2.705 0.676 -0.146 - 1.522 1.405 -0.219 - 0.301 0.725 -0.074 - -0.973 1.530 -0.126 - -2.063 0.902 0.744 -A1AAA2(AA1)AAA=AA2 - -2.858 0.837 -0.060 - -1.654 1.737 0.194 - -0.249 1.195 -0.818 - 0.086 -0.487 -0.224 - -1.427 -1.479 -0.371 - -2.654 -0.535 0.574 - 1.198 -1.116 -1.067 - 2.391 -0.158 -1.095 - 2.731 0.286 0.298 - 1.906 0.161 1.336 - 0.533 -0.439 1.236 -A1AAA2=A(A1)AA=AA2 - 2.426 -0.703 -0.382 - 2.453 0.626 0.384 - 1.272 1.472 -0.086 - -0.006 0.678 -0.031 - -0.035 -0.665 0.031 - 1.216 -1.504 0.089 - -1.231 -1.322 0.054 - -2.414 -0.666 0.029 - -2.449 0.683 -0.024 - -1.231 1.397 -0.062 -A1AA=A2AAA[A@H]2A1 - 1.989 -0.813 -0.180 - 2.157 0.503 0.035 - 1.072 1.369 0.016 - -0.169 0.779 0.099 - -1.456 1.253 -0.122 - -2.371 0.075 -0.176 - -1.668 -1.063 0.024 - -0.334 -0.690 0.444 - 0.778 -1.417 -0.143 -A1AA2A(A1)A1AAAA21 - -2.635 -0.217 -0.551 - -1.388 -1.140 -0.639 - -0.680 -0.825 0.692 - -0.754 0.749 0.741 - -2.079 1.126 0.034 - 0.383 0.607 -0.234 - 1.717 1.304 -0.292 - 2.750 0.139 -0.363 - 1.911 -1.155 -0.108 - 0.776 -0.588 0.719 -A1A=AA2=A(AAAA2)A1 - -2.494 0.662 -0.003 - -2.349 -0.732 -0.003 - -1.183 -1.319 0.001 - 0.008 -0.677 0.004 - 0.070 0.718 0.002 - 1.300 1.347 0.001 - 2.401 0.593 -0.003 - 2.316 -0.727 -0.003 - 1.157 -1.363 0.001 - -1.223 1.498 0.001 -A1A=Aa2[aH+]aaa2A1 - -2.107 -0.640 0.002 - -2.079 0.676 0.003 - -0.908 1.369 -0.004 - 0.293 0.690 -0.002 - 1.577 1.068 0.002 - 2.347 0.009 0.003 - 1.588 -1.106 -0.000 - 0.271 -0.699 -0.003 - -0.978 -1.364 -0.001 -A1A=Aa2a[a+]aaa2A1 - -2.427 0.648 0.359 - -2.313 -0.817 0.023 - -1.160 -1.387 -0.157 - 0.003 -0.685 -0.075 - 1.243 -1.327 0.033 - 2.431 -0.653 0.098 - 2.352 0.713 0.063 - 1.162 1.424 -0.040 - -0.029 0.722 -0.107 - -1.263 1.359 -0.196 -A1A2AA3AA1AA(A2)A3 - -0.769 1.026 1.215 - -1.501 0.277 0.100 - -0.985 0.753 -1.259 - 0.517 0.476 -1.359 - 1.249 1.225 -0.244 - 0.732 0.750 1.115 - 0.985 -0.753 1.259 - 0.253 -1.502 0.144 - -1.249 -1.225 0.244 - 0.769 -1.026 -1.215 -a1aa2AAa3aaaa3a2a1 - -2.964 -1.346 0.127 - -3.025 0.428 -0.045 - -1.344 0.758 -0.123 - -0.607 2.043 -0.306 - 0.772 1.984 0.354 - 1.428 0.692 0.121 - 2.758 0.453 0.022 - 2.977 -0.884 -0.131 - 1.642 -1.527 -0.145 - 0.741 -0.495 -0.011 - -0.741 -0.496 0.005 - -1.639 -1.610 0.132 -a1aaa2AA[A+]=Aa2a1 - -2.391 -0.745 0.120 - -2.424 0.638 0.101 - -1.253 1.366 -0.024 - -0.047 0.710 -0.124 - 1.245 1.471 -0.277 - 2.371 0.714 0.425 - 2.387 -0.693 0.038 - 1.304 -1.358 -0.185 - -0.005 -0.686 -0.097 - -1.187 -1.414 0.027 -A1A=AA2(AAAA2)A=A1 - -2.545 -0.034 -0.237 - -1.996 1.137 0.201 - -0.663 1.229 0.385 - 0.236 0.058 0.103 - 1.280 -0.071 1.231 - 2.573 -0.493 0.488 - 2.478 0.318 -0.828 - 1.001 0.296 -1.181 - -0.550 -1.216 -0.001 - -1.814 -1.223 -0.158 -A1A[AH+]2A[AH+]2A1 - 1.588 0.001 0.028 - 0.616 1.197 -0.136 - -0.679 0.499 0.356 - -1.461 -0.000 -0.474 - -0.681 -0.497 0.366 - 0.615 -1.200 -0.140 -A1AAAA2(AAA1)AAAA2 - -2.353 0.347 -0.993 - -2.118 -1.140 -0.779 - -1.447 -1.466 0.546 - 0.065 -1.583 0.373 - 0.743 -0.219 0.379 - 0.024 0.776 1.282 - -0.847 1.722 0.461 - -2.258 1.161 0.289 - 0.873 0.295 -0.989 - 2.192 0.432 -1.228 - 2.941 0.049 -0.187 - 2.180 -0.370 0.843 -A1A=AA2=AA=AAA2=A1 - -2.399 -0.673 -0.427 - -2.390 0.741 0.069 - -1.253 1.409 0.305 - 0.018 0.711 0.104 - 1.163 1.338 -0.099 - 2.263 0.701 -0.262 - 2.421 -0.584 -0.117 - 1.308 -1.467 0.399 - 0.001 -0.765 0.120 - -1.132 -1.410 -0.094 -A1Aa2aa3AAAa3aa2A1 - -3.488 -0.024 -0.048 - -2.548 -1.205 -0.020 - -1.171 -0.694 0.010 - 0.050 -1.391 0.036 - 1.241 -0.700 0.062 - 2.537 -1.131 0.090 - 3.328 0.005 -0.305 - 2.529 1.135 0.092 - 1.238 0.697 0.063 - 0.034 1.387 0.036 - -1.164 0.703 0.009 - -2.584 1.216 -0.022 -A1A[a+]2aa[aH]a2A1 - 2.242 0.028 0.246 - 1.337 -1.163 -0.133 - -0.042 -0.648 -0.050 - -1.302 -1.117 0.025 - -2.146 -0.053 0.071 - -1.358 1.073 0.017 - -0.069 0.655 -0.050 - 1.336 1.224 -0.128 -A1AAA2=A(A1)A=AAA2 - 2.415 -0.682 0.299 - 2.346 0.681 -0.404 - 1.195 1.427 0.116 - -0.003 0.692 0.057 - -0.016 -0.691 -0.011 - 1.174 -1.406 -0.021 - -1.183 -1.348 -0.052 - -2.328 -0.701 -0.048 - -2.373 0.658 0.006 - -1.231 1.374 0.060 -A1AAA2(AA1)A=AAA2 - -2.621 0.001 0.036 - -1.790 -1.249 0.331 - -0.545 -1.254 -0.559 - 0.280 -0.000 -0.290 - -0.543 1.255 -0.555 - -1.788 1.250 0.334 - 1.532 -0.000 -1.135 - 2.536 0.003 -0.316 - 2.141 -0.000 1.019 - 0.796 -0.005 1.131 -a1aaa2aa[aH+]a2a1 - -2.101 -0.697 -0.002 - -2.103 0.693 -0.001 - -0.931 1.393 0.000 - 0.286 0.706 0.000 - 1.582 1.066 0.001 - 2.311 0.006 -0.000 - 1.597 -1.066 -0.001 - 0.286 -0.707 -0.001 - -0.926 -1.395 0.004 -A1AAAAAAAAAAAAAA1 - -3.107 -0.841 -0.388 - -3.267 0.535 0.261 - -2.366 1.489 -0.421 - -1.465 2.133 0.375 - -0.512 3.118 -0.250 - 0.833 3.057 0.476 - 1.848 2.312 -0.393 - 2.479 1.290 0.381 - 3.419 0.154 -0.266 - 2.842 -1.300 0.113 - 1.586 -1.788 -0.363 - 1.097 -2.915 0.549 - -0.288 -3.376 0.093 - -1.023 -2.208 -0.568 - -2.077 -1.658 0.395 -a1aaa2AA=[A+]a2a1 - 2.111 0.763 0.000 - 2.175 -0.620 -0.001 - 1.008 -1.367 -0.001 - -0.209 -0.735 0.000 - -1.640 -1.224 0.000 - -2.445 0.060 0.001 - -1.599 1.053 -0.003 - -0.294 0.662 0.001 - 0.893 1.407 0.001 -A1AAAAAAA=AAAAAA1 - 2.864 1.082 0.287 - 3.163 -0.249 -0.406 - 2.552 -1.391 0.404 - 1.434 -2.049 -0.407 - 0.285 -2.433 0.527 - -0.914 -2.895 -0.303 - -2.191 -2.255 0.247 - -2.393 -0.906 -0.394 - -2.435 0.173 0.348 - -2.637 1.521 -0.293 - -1.704 2.523 0.339 - -0.409 2.881 -0.343 - 0.698 2.263 0.367 - 1.684 1.741 -0.379 -A1AA[A@H]2AAAA2A1 - 2.096 -0.654 -0.459 - 2.110 0.803 0.017 - 0.755 1.462 -0.255 - -0.321 0.737 0.559 - -1.724 1.119 0.061 - -2.319 -0.168 -0.333 - -1.415 -1.144 -0.161 - -0.222 -0.703 0.242 - 1.042 -1.448 0.326 -A1=AA=A2AAA=AA2A1 - 2.455 -0.334 -0.074 - 2.266 0.964 -0.123 - 1.089 1.472 -0.029 - 0.018 0.718 0.120 - -1.587 1.446 0.261 - -2.510 0.188 -0.675 - -2.201 -1.153 -0.046 - -1.000 -1.461 0.315 - 0.116 -0.646 0.173 - 1.351 -1.196 0.078 -A1=AA2=AA[A@H]2A1 - -1.862 0.110 -0.093 - -1.207 -1.047 0.058 - 0.245 -0.819 0.006 - 1.570 -0.802 -0.135 - 1.730 0.701 -0.149 - 0.373 0.624 0.516 - -0.849 1.232 -0.203 -A1AA=Aa2aaaaa2AA1 - -2.704 0.587 0.577 - -1.908 -0.627 1.034 - -1.749 -1.601 -0.118 - -0.549 -1.663 -0.730 - 0.548 -0.773 -0.355 - 1.761 -1.309 0.104 - 2.784 -0.467 0.486 - 2.619 0.916 0.422 - 1.424 1.451 -0.044 - 0.408 0.616 -0.442 - -0.867 1.180 -1.029 - -1.766 1.692 0.095 -A1Aa2aaaaa2[AH+]1 - 2.496 -0.022 -0.114 - 1.615 1.237 -0.027 - 0.203 0.704 -0.007 - -1.032 1.335 0.062 - -2.137 0.590 0.046 - -2.057 -0.723 -0.020 - -0.905 -1.354 -0.081 - 0.252 -0.680 -0.080 - 1.564 -1.083 0.219 -A1A=Aa2a[a+]aa2A1 - -2.148 -0.624 0.000 - -2.060 0.764 -0.001 - -0.877 1.395 -0.001 - 0.310 0.681 0.000 - 1.606 1.035 0.001 - 2.351 -0.044 0.001 - 1.575 -1.129 -0.003 - 0.270 -0.702 0.001 - -1.026 -1.378 0.001 -A1AAa2aa[aH]a2AA1 - 2.116 0.051 0.771 - 1.774 1.282 -0.013 - 0.526 1.552 -0.416 - -0.526 0.679 -0.173 - -1.787 1.020 0.119 - -2.513 -0.056 0.278 - -1.746 -1.148 0.101 - -0.467 -0.702 -0.189 - 0.704 -1.526 -0.453 - 1.920 -1.154 -0.025 -a1aa[a+]2aaaaa2a1 - -2.364 0.725 0.001 - -2.353 -0.673 0.001 - -1.168 -1.339 -0.000 - -0.005 -0.681 -0.001 - 1.147 -1.387 -0.002 - 2.355 -0.709 0.003 - 2.342 0.685 -0.001 - 1.193 1.323 -0.000 - 0.028 0.661 -0.000 - -1.176 1.393 -0.000 -A1=AAA2(AAAA2)AA1 - 2.416 0.071 0.377 - 1.804 -1.095 0.576 - 0.420 -1.403 0.081 - -0.302 -0.110 -0.296 - -0.624 0.632 0.885 - -2.058 0.771 0.925 - -2.547 -0.386 0.018 - -1.516 -0.421 -0.998 - 0.610 0.728 -1.200 - 1.798 1.217 -0.370 -A1AA=A2AA=AAA2=A1 - -2.411 -0.637 -0.126 - -2.401 0.706 -0.132 - -1.189 1.438 -0.003 - -0.031 0.746 0.129 - 1.308 1.376 0.273 - 2.453 0.628 -0.277 - 2.415 -0.733 -0.278 - 1.216 -1.426 0.279 - -0.075 -0.728 0.132 - -1.281 -1.366 0.003 -A1AA2A[AH2+]AA2A1 - 2.213 -0.098 0.131 - 1.128 -1.199 0.269 - -0.020 -0.604 -0.452 - -1.303 -1.154 0.010 - -2.099 0.061 0.026 - -1.269 1.099 0.249 - -0.027 0.724 -0.082 - 1.378 1.174 -0.152 -A1AAA2(AAAA2)A=A1 - 2.497 -0.225 -0.302 - 1.823 -1.178 0.370 - 0.500 -0.867 1.020 - -0.248 0.171 0.186 - -1.450 0.712 0.975 - -2.707 0.363 0.151 - -2.271 -0.844 -0.716 - -0.809 -0.489 -1.087 - 0.673 1.299 -0.188 - 1.995 1.055 -0.410 -A1A=Aa2[aH]aaa2A1 - 2.101 0.659 -0.000 - 2.049 -0.703 -0.001 - 0.908 -1.355 -0.001 - -0.261 -0.704 0.004 - -1.572 -1.096 -0.001 - -2.338 0.034 -0.001 - -1.572 1.086 -0.000 - -0.274 0.696 -0.000 - 0.961 1.385 0.000 -A1=AAa2[aH]aaa2A1 - 2.150 0.628 -0.113 - 2.088 -0.711 -0.101 - 0.924 -1.402 0.106 - -0.272 -0.688 0.047 - -1.545 -1.120 -0.017 - -2.377 0.011 -0.064 - -1.623 1.084 -0.026 - -0.297 0.682 0.045 - 0.956 1.516 0.119 -a1a[aH]a2=AAAa2a1 - 2.075 0.800 0.001 - 2.151 -0.551 -0.000 - 1.023 -1.314 -0.001 - -0.214 -0.722 -0.001 - -1.524 -1.227 0.003 - -2.382 -0.115 -0.001 - -1.636 1.005 -0.000 - -0.322 0.682 -0.000 - 0.831 1.442 0.001 -A1AAA2=[A+]AAA2A1 - -2.145 -0.675 0.036 - -2.142 0.656 0.022 - -0.969 1.492 -0.195 - 0.292 0.675 -0.001 - 1.477 1.163 0.138 - 2.472 0.073 0.152 - 1.649 -1.158 -0.299 - 0.277 -0.702 -0.038 - -0.912 -1.521 0.183 -A1[A+]=Aa2aaaa2A1 - -2.064 0.753 -0.366 - -2.105 -0.660 -0.016 - -1.038 -1.384 0.163 - 0.255 -0.698 0.071 - 1.522 -1.180 -0.068 - 2.376 -0.067 -0.127 - 1.613 1.052 -0.027 - 0.325 0.686 0.101 - -0.887 1.495 0.265 -A1AA2=AAA[A@H]2A1 - -2.142 -0.103 0.377 - -1.467 1.143 -0.254 - 0.013 0.826 -0.151 - 1.197 1.124 0.212 - 2.065 0.031 0.226 - 1.405 -1.112 -0.086 - 0.052 -0.651 -0.546 - -1.123 -1.258 0.224 -A1AAA2=AAAA=A2AA1 - 2.821 -0.165 -0.231 - 1.803 -1.195 -0.756 - 0.872 -1.571 0.405 - -0.384 -0.760 0.306 - -1.550 -1.307 0.192 - -2.681 -0.483 0.040 - -2.522 0.794 -0.672 - -1.263 1.464 -0.173 - -0.265 0.727 0.283 - 1.015 1.310 0.797 - 2.154 1.189 -0.186 -A1AAa2[aH]aaa2AA1 - 2.560 -0.051 -0.237 - 1.831 -1.040 0.637 - 0.581 -1.549 -0.034 - -0.558 -0.709 -0.062 - -1.867 -1.049 -0.312 - -2.600 0.059 -0.093 - -1.805 1.055 0.214 - -0.539 0.637 0.207 - 0.680 1.515 0.370 - 1.716 1.132 -0.690 -A1=AAa2aaaa2[A-]1 - 2.103 -0.642 0.101 - 2.117 0.670 0.103 - 0.891 1.514 -0.119 - -0.302 0.676 -0.046 - -1.646 1.038 0.031 - -2.338 -0.079 0.065 - -1.493 -1.119 0.016 - -0.266 -0.680 -0.048 - 0.934 -1.374 -0.105 -A1=AAa2aaaaa2A=A1 - -2.757 -0.014 -0.000 - -2.305 1.197 -0.000 - -0.856 1.647 -0.000 - 0.336 0.715 -0.000 - 1.540 1.371 -0.000 - 2.720 0.636 -0.000 - 2.680 -0.758 -0.001 - 1.466 -1.422 -0.001 - 0.284 -0.684 0.005 - -0.927 -1.529 -0.001 - -2.186 -1.157 -0.001 -A1AAA2(A1)A=AA=A2 - -2.246 -0.760 -0.296 - -2.324 0.632 0.381 - -0.878 0.907 0.849 - 0.033 0.053 -0.039 - -0.872 -0.718 -1.013 - 1.016 0.912 -0.789 - 2.261 0.482 -0.422 - 2.151 -0.612 0.540 - 0.858 -0.896 0.789 -A1=Aa2[a+]aaaa2A1 - -2.442 0.060 -0.004 - -1.605 1.157 0.002 - -0.208 0.689 0.001 - 0.957 1.413 0.000 - 2.108 0.686 -0.001 - 2.149 -0.722 -0.001 - 0.947 -1.438 0.000 - -0.243 -0.722 0.001 - -1.666 -1.120 0.001 -A1AAa2aa[a+]a2AA1 - 2.592 -0.027 -0.172 - 1.756 -0.984 0.677 - 0.621 -1.564 -0.169 - -0.555 -0.695 -0.076 - -1.867 -1.085 -0.215 - -2.623 0.036 -0.071 - -1.791 1.070 0.145 - -0.551 0.637 0.153 - 0.680 1.476 0.391 - 1.735 1.135 -0.664 -A1A[AH2+][AH2+]A1 - 1.253 0.242 0.068 - 0.567 -1.118 -0.193 - -0.815 -0.863 0.227 - -1.104 0.475 -0.181 - 0.098 1.265 0.077 -A1=AAa2a[aH]aa2A1 - -2.128 0.642 -0.114 - -2.040 -0.705 -0.105 - -0.902 -1.395 0.106 - 0.269 -0.706 0.047 - 1.493 -1.142 -0.020 - 2.351 -0.031 -0.064 - 1.592 1.088 -0.020 - 0.307 0.706 0.049 - -0.943 1.544 0.120 -a1aaa2aaa[a+]a2a1 - -2.364 0.735 -0.001 - -2.396 -0.657 -0.001 - -1.242 -1.383 0.001 - -0.007 -0.721 0.001 - 1.213 -1.443 0.002 - 2.394 -0.726 -0.004 - 2.352 0.677 0.001 - 1.204 1.414 0.001 - 0.030 0.694 0.001 - -1.181 1.409 -0.000 -A1AAA2(AA1)AAA=A2 - 2.699 -0.087 0.000 - 1.875 0.227 -1.250 - 0.609 -0.634 -1.255 - -0.207 -0.346 -0.000 - 0.609 -0.634 1.255 - 1.875 0.228 1.250 - -1.705 -1.446 0.000 - -3.128 0.177 0.000 - -1.909 1.497 -0.000 - -0.720 1.014 -0.000 -a1aaa2AA[AH+]a2a1 - -2.126 -0.746 -0.050 - -2.174 0.640 -0.050 - -0.994 1.367 0.007 - 0.219 0.710 0.058 - 1.640 1.234 0.117 - 2.479 -0.006 -0.268 - 1.597 -1.126 0.126 - 0.271 -0.672 0.058 - -0.911 -1.397 -0.002 -A1=AA2AA[A@@H]2A1 - -1.708 0.098 -0.348 - -0.905 1.126 -0.009 - 0.334 0.706 0.502 - 1.423 0.772 -0.313 - 1.517 -0.738 -0.387 - 0.337 -0.768 0.593 - -0.997 -1.198 -0.036 -A1AAA2AAA[A@H]2A1 - 2.067 0.706 0.277 - 2.221 -0.708 -0.060 - 0.901 -1.422 0.112 - -0.228 -0.735 -0.140 - -1.616 -1.193 -0.043 - -2.444 0.042 0.360 - -1.560 1.260 0.028 - -0.264 0.676 -0.568 - 0.926 1.377 0.038 -A1AA=[A+]A[AH2+]1 - 1.357 0.321 0.348 - 0.404 1.419 -0.134 - -1.011 0.916 -0.073 - -1.406 -0.330 0.043 - -0.332 -1.386 0.140 - 0.988 -0.939 -0.326 -A1AA2AAA1[AH2+]A2 - -0.297 1.082 -1.176 - 1.034 0.327 -1.227 - 1.094 -0.650 -0.046 - 1.031 0.143 1.263 - -0.295 0.907 1.317 - -1.094 0.617 0.044 - -1.367 -0.831 -0.058 - -0.106 -1.596 -0.116 -A1AAA2=A(AA1)AAA2 - 2.622 0.000 0.565 - 1.975 1.339 0.720 - 0.915 1.666 -0.723 - -0.518 0.658 -0.385 - -0.518 -0.658 -0.386 - 0.915 -1.666 -0.723 - 1.974 -1.339 0.720 - -2.104 -1.344 -0.012 - -3.154 0.000 0.236 - -2.104 1.343 -0.012 -A1AAa2aa[a+]aa2A1 - 2.346 0.730 -0.370 - 2.383 -0.610 0.376 - 1.242 -1.418 -0.071 - 0.048 -0.704 -0.033 - -1.159 -1.407 -0.062 - -2.348 -0.710 -0.033 - -2.429 0.647 0.034 - -1.241 1.315 0.058 - 0.003 0.683 0.030 - 1.159 1.473 0.072 -A1AA2AAA[A@@H]2A1 - 2.074 -0.048 0.433 - 1.230 1.144 0.322 - 0.012 0.805 -0.133 - -1.363 1.332 -0.344 - -2.358 -0.097 0.270 - -1.078 -1.411 0.082 - 0.077 -0.605 -0.558 - 1.408 -1.120 -0.073 -A1[AH2+]AA[AH2+]1 - -0.040 -1.221 0.196 - 1.109 -0.430 -0.228 - 0.820 0.943 0.178 - -0.701 1.046 -0.070 - -1.186 -0.339 -0.078 -A1AA2AA=A[A@H]2A1 - -2.138 -0.149 0.384 - -1.460 1.121 -0.188 - -0.022 0.819 -0.142 - 1.229 1.191 0.132 - 2.061 -0.006 0.326 - 1.389 -1.086 -0.073 - 0.058 -0.602 -0.580 - -1.117 -1.285 0.141 -A1AAa2aaaa[a+]2A1 - -2.372 -0.701 0.411 - -2.417 0.612 -0.222 - -1.305 1.358 -0.000 - 0.004 0.653 -0.009 - 1.172 1.410 0.052 - 2.410 0.764 0.055 - 2.421 -0.630 -0.003 - 1.213 -1.316 -0.070 - 0.048 -0.672 -0.069 - -1.178 -1.474 -0.144 -A1AA=A2A=AAA=A2A1 - 2.465 -0.786 -0.294 - 2.412 0.694 -0.035 - 1.230 1.391 0.072 - -0.005 0.745 0.071 - -1.226 1.439 0.015 - -2.394 0.704 -0.068 - -2.386 -0.641 -0.094 - -1.262 -1.363 -0.000 - -0.051 -0.732 0.098 - 1.216 -1.455 0.235 -A1AAA2=A(A1)AAAA2 - -2.436 -0.656 0.386 - -2.434 0.670 -0.384 - -1.234 1.493 0.083 - 0.025 0.670 0.032 - 0.023 -0.671 -0.033 - -1.242 -1.485 -0.084 - 1.221 -1.346 -0.057 - 2.390 -0.687 -0.032 - 2.420 0.657 0.030 - 1.270 1.356 0.062 -A1AAa2aa[aH+]a2A1 - -2.118 0.712 -0.387 - -2.218 -0.676 0.255 - -0.963 -1.460 -0.097 - 0.290 -0.701 -0.011 - 1.672 -1.135 -0.052 - 2.423 -0.005 0.077 - 1.565 1.072 -0.152 - 0.303 0.683 0.146 - -0.957 1.507 0.219 -A1AAa2[a+]aaaa2A1 - -2.425 -0.639 0.375 - -2.343 0.709 -0.354 - -1.150 1.377 0.056 - 0.013 0.677 0.026 - 1.157 1.352 0.060 - 2.327 0.745 0.039 - 2.409 -0.632 -0.019 - 1.238 -1.376 -0.058 - 0.024 -0.706 -0.036 - -1.251 -1.506 -0.087 -A1A=Aa2aa[aH]a2A1 - 2.074 -0.633 0.003 - 2.064 0.649 0.004 - 0.954 1.356 -0.002 - -0.280 0.696 -0.009 - -1.576 1.080 0.001 - -2.344 0.027 0.006 - -1.587 -1.103 0.000 - -0.269 -0.712 -0.003 - 0.967 -1.358 -0.003 -a1a[a+]a2aaaaa2a1 - 2.361 -0.756 -0.002 - 2.344 0.633 -0.004 - 1.222 1.389 -0.001 - 0.032 0.696 0.004 - -1.168 1.435 0.007 - -2.349 0.749 -0.006 - -2.344 -0.644 -0.003 - -1.225 -1.328 0.000 - -0.040 -0.716 0.001 - 1.167 -1.458 0.004 -A1AAA2(AA1)AA=AA2 - 2.616 0.228 -0.036 - 1.943 -1.013 -0.625 - 0.723 -1.382 0.225 - -0.251 -0.213 0.253 - 0.409 1.041 0.808 - 1.630 1.398 -0.044 - -0.796 0.031 -1.052 - -2.153 0.396 -0.883 - -2.616 0.086 0.281 - -1.503 -0.573 1.076 -A1A=Aa2aaaaa2A=A1 - -2.366 -0.052 0.840 - -2.033 -1.263 0.013 - -0.851 -1.481 -0.441 - 0.241 -0.702 -0.219 - 1.459 -1.353 0.027 - 2.608 -0.629 0.246 - 2.573 0.757 0.225 - 1.387 1.416 -0.010 - 0.204 0.697 -0.232 - -1.030 1.465 -0.464 - -2.187 1.144 0.017 -A1A=AA2=A(AAA2)A1 - -2.141 0.635 0.052 - -2.124 -0.648 0.046 - -1.015 -1.335 -0.000 - 0.225 -0.677 -0.058 - 0.234 0.686 -0.058 - 1.653 1.198 -0.124 - 2.534 -0.010 0.267 - 1.638 -1.206 -0.124 - -1.005 1.358 -0.000 -A1A[A@@H]2AAAA2A1 - 2.210 -0.084 -0.098 - 1.215 -1.272 -0.112 - -0.035 -0.620 0.502 - -1.274 -1.113 -0.097 - -2.125 -0.068 -0.227 - -1.363 1.211 0.063 - 0.052 0.802 0.102 - 1.323 1.145 -0.133 -A1A=AA2=AA=AA2=A1 - 2.125 0.768 -0.002 - 2.161 -0.699 -0.000 - 1.019 -1.412 0.000 - -0.276 -0.728 0.000 - -1.531 -1.136 0.001 - -2.343 -0.066 0.000 - -1.654 1.058 -0.001 - -0.333 0.745 -0.001 - 0.830 1.474 0.003 -a1[aH+]aa2aaaa2a1 - -2.025 -0.754 0.089 - -2.125 0.622 -0.209 - -0.987 1.387 0.117 - 0.253 0.750 0.051 - 1.604 1.128 0.013 - 2.306 0.017 -0.048 - 1.570 -1.035 -0.053 - 0.288 -0.720 0.005 - -0.883 -1.396 0.033 -a1aaa2aa[a+]aa2a1 - 2.370 -0.744 -0.000 - 2.404 0.650 0.000 - 1.255 1.380 0.001 - 0.017 0.719 -0.000 - -1.202 1.416 0.000 - -2.377 0.690 -0.000 - -2.372 -0.641 -0.001 - -1.266 -1.346 0.003 - -0.019 -0.701 -0.002 - 1.188 -1.419 -0.001 -a1aa2aa3aaaa3a2a1 - 3.428 -0.411 0.002 - 2.763 0.761 0.002 - 1.365 0.766 0.001 - -0.000 1.918 -0.001 - -1.365 0.766 -0.001 - -2.763 0.761 -0.001 - -3.428 -0.411 -0.001 - -2.105 -1.607 0.001 - -0.724 -0.468 0.001 - 0.724 -0.468 0.002 - 2.105 -1.607 -0.003 -A1AAa2a[aH+]aa2A1 - 2.122 -0.647 -0.047 - 2.074 0.692 -0.045 - 0.930 1.397 -0.000 - -0.302 0.738 0.050 - -1.591 1.107 0.101 - -2.340 -0.011 -0.211 - -1.605 -1.129 0.108 - -0.294 -0.737 0.050 - 1.009 -1.410 -0.002 -A1AA2A=AA[A@H]2A1 - -2.155 0.019 0.394 - -1.373 1.204 -0.226 - 0.034 0.770 -0.162 - 1.349 1.069 0.156 - 2.105 0.027 0.275 - 1.301 -1.217 -0.047 - -0.025 -0.658 -0.575 - -1.239 -1.211 0.187 -A1AA2=A(A1)AA=AA2 - 2.543 0.588 0.000 - 1.426 1.337 0.000 - 0.181 0.681 0.000 - 0.272 -0.719 0.000 - 1.969 -1.020 0.000 - -0.827 -1.511 0.000 - -2.092 -0.978 0.000 - -2.284 0.369 -0.001 - -1.184 1.250 0.000 -a1aaa2[a+]aaaa2a1 - 2.315 -0.648 0.000 - 2.338 0.676 0.001 - 1.220 1.388 0.000 - -0.018 0.695 -0.001 - -1.185 1.416 -0.001 - -2.326 0.682 -0.001 - -2.363 -0.719 0.004 - -1.199 -1.430 -0.002 - 0.015 -0.718 -0.001 - 1.201 -1.340 -0.001 -A1A=AA2=A(A1)AAA2 - -2.169 0.653 0.113 - -2.120 -0.686 0.105 - -0.954 -1.382 -0.104 - 0.223 -0.687 -0.051 - 0.279 0.669 -0.049 - -0.962 1.524 -0.117 - 1.620 1.076 0.021 - 2.446 0.010 0.063 - 1.639 -1.178 0.015 -a1aaa2a[a+]aaa2a1 - 2.374 -0.686 -0.005 - 2.369 0.707 -0.003 - 1.199 1.404 0.000 - -0.019 0.708 0.001 - -1.259 1.371 0.004 - -2.358 0.642 -0.001 - -2.313 -0.682 -0.004 - -1.188 -1.356 -0.002 - -0.015 -0.711 0.004 - 1.210 -1.393 0.006 -A1AAAA2(AA1)AAAA2 - 2.444 -0.607 -0.005 - 2.052 0.556 -0.874 - 1.395 1.696 -0.073 - 0.404 1.182 0.991 - -0.449 0.052 0.486 - 0.211 -1.288 0.870 - 1.299 -1.640 -0.030 - -1.863 0.110 1.084 - -2.838 0.212 -0.108 - -2.049 -0.390 -1.297 - -0.607 0.116 -1.044 -A1AAA2=A(AAAA2)A1 - -2.343 -1.082 0.445 - -2.764 0.149 -0.373 - -1.599 1.478 0.045 - -0.024 0.678 0.012 - 0.109 -0.642 -0.037 - 1.485 -1.275 -0.038 - 2.597 -0.286 -0.003 - 2.407 1.038 0.030 - 1.171 1.553 0.041 - -1.039 -1.612 -0.120 -A1AA2=A(A1)A=AAA2 - 2.349 0.027 -0.001 - 1.578 -1.072 -0.000 - 0.277 -0.691 0.000 - 0.248 0.696 0.000 - 1.563 1.121 -0.000 - -0.926 1.336 0.000 - -2.061 0.671 0.001 - -2.090 -0.690 -0.002 - -0.937 -1.394 0.002 -A1AAa2aaa[a+]a2A1 - 2.405 0.706 0.389 - 2.441 -0.616 -0.387 - 1.272 -1.481 0.081 - -0.015 -0.702 0.032 - -1.221 -1.422 0.059 - -2.422 -0.719 0.032 - -2.379 0.668 -0.030 - -1.222 1.390 -0.060 - -0.055 0.669 -0.031 - 1.195 1.510 -0.084 -A1AAA2(AAAAA2)AA1 - -2.727 0.430 0.308 - -2.337 -0.459 -0.878 - -1.158 -1.347 -0.469 - 0.000 -0.462 0.000 - 1.157 -1.347 0.470 - 2.336 -0.458 0.878 - 2.727 0.430 -0.307 - 1.509 1.247 -0.746 - 0.439 0.362 -1.082 - -0.439 0.362 1.081 - -1.509 1.247 0.745 -A1A=AA2AA[A@H]2A1 - -1.782 -0.647 0.019 - -1.799 0.697 0.054 - -0.655 1.464 -0.028 - 0.533 0.692 -0.120 - 1.821 0.731 0.233 - 1.930 -0.781 0.113 - 0.549 -0.749 -0.530 - -0.595 -1.410 0.256 -A1AAA2(AA1)AAAAA2 - -2.777 0.402 0.305 - -2.343 -0.482 -0.867 - -1.172 -1.365 -0.433 - 0.000 -0.482 -0.000 - -0.433 0.402 1.172 - -1.605 1.285 0.738 - 1.172 -1.365 0.433 - 2.343 -0.482 0.867 - 2.777 0.402 -0.305 - 1.605 1.285 -0.738 - 0.433 0.402 -1.172 -A1AAa2a[aH]aa2AA1 - -2.111 -0.021 0.783 - -1.895 1.178 -0.017 - -0.674 1.531 -0.455 - 0.493 0.681 -0.190 - 1.739 1.113 0.082 - 2.516 0.107 0.275 - 1.776 -1.074 0.118 - 0.508 -0.703 -0.176 - -0.556 -1.549 -0.413 - -1.796 -1.259 -0.003 -A1AAa2aa[aH]a2=A1 - -2.050 0.726 0.013 - -2.101 -0.736 0.362 - -0.922 -1.489 -0.266 - 0.280 -0.666 -0.106 - 1.609 -1.053 0.024 - 2.337 0.027 0.120 - 1.510 1.126 0.065 - 0.239 0.688 -0.069 - -0.902 1.373 -0.146 -A1=AAA2=A(AAA2)A1 - 2.169 0.653 0.115 - 2.121 -0.686 0.101 - 0.954 -1.382 -0.104 - -0.223 -0.687 -0.050 - -0.279 0.669 -0.049 - -1.620 1.076 0.021 - -2.446 0.009 0.060 - -1.639 -1.178 0.019 - 0.962 1.524 -0.116 -A1=AAA2AA=AAA2A1 - 1.957 -0.880 0.752 - 2.412 0.240 0.130 - 1.568 1.058 -0.679 - 0.082 0.773 -0.746 - -0.557 1.382 0.508 - -1.927 0.827 0.740 - -2.374 -0.263 0.206 - -1.577 -1.113 -0.737 - -0.121 -0.748 -0.713 - 0.538 -1.276 0.539 -A1A[A@H]2AAAA2A1 - -2.200 0.106 0.131 - -1.184 1.277 0.149 - 0.031 0.616 -0.512 - 1.303 1.107 0.005 - 2.092 0.054 0.320 - 1.355 -1.216 -0.065 - -0.058 -0.805 -0.115 - -1.338 -1.140 0.087 -A1A[A+]2AAA1A=A2 - -0.865 -1.222 -0.628 - 0.655 -1.198 -0.797 - 1.221 -0.008 -0.132 - 0.680 1.217 -0.751 - -0.843 1.255 -0.590 - -1.286 0.009 0.197 - -0.447 -0.022 1.472 - 0.888 -0.031 1.227 -A1AAa2a[aH]aa2A1 - 2.110 0.691 0.383 - 2.126 -0.634 -0.382 - 0.965 -1.519 0.090 - -0.301 -0.700 0.042 - -1.575 -1.132 0.071 - -2.377 -0.045 0.004 - -1.559 1.093 -0.069 - -0.318 0.702 -0.045 - 0.930 1.548 -0.092 -A1AAA2(A1)AAA=A2 - 2.033 0.960 -0.616 - 2.412 -0.159 0.385 - 1.081 -0.513 1.079 - -0.044 -0.091 0.116 - 0.646 0.502 -1.131 - -0.826 0.944 0.742 - -2.300 0.707 0.079 - -2.149 -1.062 -0.376 - -0.855 -1.288 -0.277 -a1aaa2aa[aH]a2a1 - 2.131 0.715 0.003 - 2.143 -0.680 -0.002 - 0.957 -1.387 -0.000 - -0.259 -0.697 0.000 - -1.660 -1.115 0.001 - -2.397 -0.043 0.001 - -1.589 1.098 -0.000 - -0.265 0.709 -0.001 - 0.939 1.404 -0.002 -A1AAA2AA=AA2=AA1 - 2.485 -0.044 -0.199 - 1.728 1.240 -0.445 - 0.658 1.480 0.622 - -0.542 0.716 0.241 - -1.734 1.184 -0.156 - -2.561 -0.014 -0.390 - -1.753 -1.084 -0.114 - -0.586 -0.662 0.246 - 0.614 -1.508 0.631 - 1.691 -1.308 -0.437 -A1AAa2[a+]aaa2A1 - 2.096 -0.595 -0.379 - 2.093 0.750 0.356 - 0.861 1.554 -0.083 - -0.300 0.658 -0.036 - -1.651 1.009 -0.062 - -2.362 -0.090 0.001 - -1.486 -1.179 0.069 - -0.218 -0.693 0.044 - 0.970 -1.417 0.091 -A1=AA2AA[A@H]2A1 - 1.715 0.011 -0.347 - 0.972 1.094 -0.034 - -0.286 0.757 0.488 - -1.369 0.784 -0.316 - -1.570 -0.707 -0.379 - -0.390 -0.704 0.591 - 0.925 -1.232 -0.006 -A1AAA2=AAAA=A2A1 - -2.409 -0.703 0.391 - -2.438 0.616 -0.389 - -1.271 1.483 0.081 - 0.016 0.703 0.033 - 1.196 1.396 0.065 - 2.412 0.697 0.032 - 2.410 -0.648 -0.028 - 1.243 -1.336 -0.063 - 0.046 -0.691 -0.036 - -1.209 -1.521 -0.083 -A1A[AH+]2AAA1AA2 - -0.746 0.148 1.435 - 0.784 0.185 1.383 - 1.254 0.032 -0.013 - 0.736 1.139 -0.845 - -0.812 1.141 -0.848 - -1.289 -0.035 0.013 - -0.727 -1.342 -0.561 - 0.803 -1.265 -0.561 -A1AAa2[aH]aaa2A1 - -2.079 0.688 -0.001 - -2.108 -0.655 0.000 - -0.967 -1.375 0.001 - 0.273 -0.701 0.001 - 1.594 -1.101 -0.003 - 2.345 0.018 0.002 - 1.568 1.070 0.000 - 0.288 0.688 0.000 - -0.918 1.370 -0.000 -a1aaa2AA[A+]a2a1 - -2.106 -0.984 -0.060 - -2.264 0.391 -0.043 - -1.166 1.227 0.022 - 0.112 0.698 0.072 - 1.465 1.348 0.175 - 2.518 0.478 -0.263 - 2.012 -0.939 0.077 - 0.259 -0.691 0.040 - -0.833 -1.527 -0.018 -A1AA=A2AAAA=A2A1 - -2.349 0.640 0.563 - -2.455 -0.791 0.030 - -1.100 -1.426 -0.084 - 0.021 -0.725 -0.184 - 1.352 -1.430 -0.311 - 2.389 -0.668 0.528 - 2.401 0.771 0.061 - 1.117 1.463 -0.096 - -0.016 0.742 -0.194 - -1.360 1.424 -0.312 -A1AAa2a[a+]aa2A1 - 2.429 -0.029 0.372 - 1.871 -1.211 -0.431 - 0.515 -1.643 0.114 - -0.472 -0.569 0.043 - -1.827 -0.697 0.035 - -2.371 0.496 -0.012 - -1.382 1.437 -0.052 - -0.199 0.775 -0.019 - 1.436 1.442 -0.050 -a1aaa2aaaa2[a+]1 - 2.090 0.644 0.001 - 2.102 -0.743 -0.004 - 0.906 -1.437 0.002 - -0.280 -0.707 0.001 - -1.582 -1.051 0.000 - -2.374 0.120 -0.001 - -1.607 1.167 -0.001 - -0.218 0.695 0.000 - 0.959 1.316 0.001 -a1[aH]aa2aaaa2a1 - -2.084 -0.707 0.002 - -2.096 0.652 -0.003 - -0.952 1.372 0.002 - 0.280 0.715 0.001 - 1.564 1.108 -0.000 - 2.327 0.034 -0.000 - 1.584 -1.063 -0.001 - 0.300 -0.708 -0.000 - -0.927 -1.404 -0.000 -a1aaa2[a+]aaa2a1 - 2.093 -0.678 -0.001 - 2.095 0.727 -0.001 - 0.915 1.403 0.000 - -0.295 0.680 0.001 - -1.564 1.062 0.001 - -2.347 -0.018 -0.003 - -1.564 -1.121 0.001 - -0.265 -0.693 0.001 - 0.929 -1.358 0.000 -A1AAAa2aaaaa2AA1 - -2.280 0.744 1.044 - -1.295 -0.446 1.149 - -1.632 -1.529 0.096 - -0.450 -1.762 -0.625 - 0.582 -0.862 -0.343 - 1.825 -1.192 0.140 - 2.714 -0.179 0.461 - 2.376 1.158 0.307 - 1.134 1.512 -0.199 - 0.262 0.511 -0.535 - -1.093 0.618 -1.132 - -2.142 1.429 -0.368 -A1AA2AAA1[AH2+]2 - -1.222 -0.798 -0.507 - -1.255 0.769 -0.501 - -0.023 1.133 0.382 - 1.219 0.802 -0.501 - 1.251 -0.746 -0.514 - 0.025 -1.144 0.362 - 0.004 -0.013 1.281 -A1AAA2(AA1)AAAA2 - 2.622 -0.063 0.040 - 1.852 1.011 -0.731 - 0.600 1.406 0.056 - -0.285 0.176 0.254 - 0.481 -0.905 1.016 - 1.733 -1.294 0.226 - -0.714 -0.373 -1.122 - -2.189 -0.789 -0.864 - -2.627 0.296 0.152 - -1.470 0.534 0.971 -[aH]1aaa2aaaa2a1 - 2.034 -0.974 0.001 - 2.201 0.377 0.000 - 1.104 1.210 -0.000 - -0.152 0.664 -0.001 - -1.342 1.318 -0.002 - -2.511 0.618 0.003 - -1.963 -1.029 -0.001 - -0.215 -0.707 -0.000 - 0.844 -1.473 0.000 -A1=AAa2aaaa2A=A1 - 2.204 0.544 -0.662 - 2.045 -0.823 -0.706 - 1.037 -1.627 0.503 - -0.481 -0.780 0.197 - -1.632 -1.296 -0.137 - -2.501 -0.359 -0.291 - -1.947 0.813 -0.057 - -0.636 0.574 0.270 - 0.346 1.489 0.618 - 1.568 1.462 0.263 -A1AAA2=AA=AAA2A1 - -2.276 1.227 0.073 - -2.608 -0.133 -0.540 - -1.640 -1.394 0.335 - -0.031 -0.711 0.097 - 0.987 -1.525 -0.142 - 2.222 -1.068 -0.328 - 2.542 0.221 -0.021 - 1.489 1.118 0.583 - 0.161 0.639 0.140 - -0.843 1.628 -0.194 -A1AAAAAA=AAAAAA1 - 1.427 2.238 0.536 - 0.169 2.274 -0.188 - -0.869 1.625 0.362 - -2.209 1.625 -0.328 - -3.075 0.499 0.241 - -2.696 -0.824 -0.428 - -1.582 -1.478 0.349 - -0.561 -2.000 -0.283 - 0.554 -2.652 0.494 - 1.901 -2.215 -0.084 - 1.826 -0.768 -0.496 - 2.621 0.140 0.142 - 2.488 1.540 -0.318 -A1AAA2(A1)A=AAA2 - 2.312 -0.551 -0.483 - 2.232 0.723 0.396 - 0.860 0.570 1.101 - -0.047 -0.045 0.023 - 0.866 -0.755 -0.984 - -1.017 -1.017 0.641 - -2.251 -0.560 0.352 - -2.129 0.669 -0.428 - -0.823 0.965 -0.618 -A1=AAa2aaaaa2AA1 - -2.551 0.016 -0.638 - -2.083 1.217 -0.411 - -0.991 1.423 0.559 - 0.278 0.707 0.314 - 1.394 1.380 0.150 - 2.635 0.670 -0.205 - 2.621 -0.638 -0.351 - 1.376 -1.392 -0.139 - 0.265 -0.761 0.192 - -0.854 -1.465 0.434 - -2.094 -1.161 0.092 -A1AAAA=AAAA=AAA1 - -0.074 1.944 -0.513 - 1.075 1.883 0.495 - 2.357 1.445 -0.217 - 2.711 0.017 0.202 - 1.712 -0.943 -0.390 - 1.087 -1.798 0.382 - 0.088 -2.758 -0.210 - -1.325 -2.343 0.205 - -1.640 -0.987 -0.372 - -2.151 -0.054 0.391 - -2.466 1.302 -0.187 - -1.373 2.294 0.215 -A1AAa2aaaa2[A-]1 - -2.139 -0.658 -0.316 - -2.102 0.707 0.380 - -0.897 1.512 -0.121 - 0.296 0.667 -0.054 - 1.640 1.041 -0.055 - 2.342 -0.068 0.023 - 1.503 -1.113 0.072 - 0.270 -0.684 0.025 - -0.917 -1.404 0.045 -A1AAA2=AAAAA2AA1 - -2.871 0.002 -0.144 - -1.947 1.102 -0.704 - -0.970 1.489 0.412 - 0.318 0.746 0.230 - 1.496 1.373 0.111 - 2.688 0.626 -0.034 - 2.639 -0.708 -0.199 - 1.363 -1.382 -0.449 - 0.270 -0.647 0.173 - -0.884 -1.303 0.754 - -2.098 -1.299 -0.145 -[A+]1=AAA=[A+]A1 - -1.281 0.658 0.070 - -1.191 -0.678 0.060 - -0.003 -1.358 -0.115 - 1.188 -0.683 0.061 - 1.284 0.653 0.069 - 0.003 1.410 -0.145 -a1aaa2[aH]aaa2a1 - -2.108 -0.700 -0.004 - -2.069 0.682 0.002 - -0.925 1.337 0.001 - 0.241 0.706 -0.000 - 1.553 1.128 -0.001 - 2.339 0.016 -0.001 - 1.598 -1.053 0.000 - 0.289 -0.696 0.001 - -0.917 -1.418 0.002 -A1=AA=a2aaaaa2A1 - -2.365 0.706 -0.000 - -2.349 -0.675 0.001 - -1.195 -1.325 -0.001 - -0.034 -0.674 -0.000 - 1.170 -1.403 -0.000 - 2.358 -0.735 0.001 - 2.363 0.667 -0.000 - 1.197 1.350 -0.000 - 0.004 0.693 -0.000 - -1.147 1.397 -0.000 -A1AAAAAAAAAAAAA1 - -1.180 2.296 0.337 - -1.826 1.345 -0.398 - -3.066 0.802 0.198 - -3.181 -0.685 -0.163 - -2.046 -1.403 0.473 - -1.283 -2.129 -0.406 - -0.071 -2.852 0.124 - 1.176 -2.187 -0.400 - 1.945 -1.462 0.475 - 3.131 -0.822 -0.153 - 3.118 0.666 0.200 - 1.927 1.290 -0.414 - 1.281 2.218 0.351 - 0.074 2.918 -0.218 -A1AAA2=A(AAA2)A1 - -2.116 -0.661 -0.003 - -2.093 0.684 0.001 - -0.930 1.361 0.000 - 0.270 0.682 0.000 - 0.264 -0.685 0.001 - 1.598 -1.125 0.000 - 2.402 0.002 -0.001 - 1.572 1.112 -0.001 - -0.968 -1.367 0.002 -A1AA2=[A+]AAA2A1 - -2.373 -0.656 -0.001 - -1.744 1.062 -0.000 - 0.010 0.731 0.001 - 1.139 1.398 0.002 - 2.270 0.467 -0.004 - 1.611 -0.921 0.002 - 0.147 -0.628 0.001 - -1.062 -1.454 -0.000 -[aH]1aaa2AAAa2a1 - 2.056 1.029 0.004 - 2.243 -0.363 -0.002 - 1.191 -1.182 -0.001 - -0.137 -0.665 -0.000 - -1.246 -1.422 0.001 - -2.577 -0.704 0.001 - -2.016 1.043 -0.000 - -0.263 0.731 -0.001 - 0.747 1.531 -0.002 -a1a[aH]a2aaaa2a1 - -2.104 -0.699 0.001 - -2.084 0.664 0.000 - -0.933 1.353 -0.002 - 0.268 0.711 -0.001 - 1.534 1.115 0.004 - 2.322 0.048 -0.002 - 1.601 -1.056 -0.001 - 0.305 -0.711 -0.000 - -0.905 -1.422 0.001 -a1aaa2a[aH]aa2a1 - -2.125 0.703 0.004 - -2.057 -0.686 -0.002 - -0.931 -1.350 -0.001 - 0.262 -0.731 0.000 - 1.576 -1.156 0.001 - 2.364 -0.069 0.001 - 1.576 1.089 -0.000 - 0.306 0.739 -0.001 - -0.967 1.460 -0.002 -A1AAa2aa[aH]a2A1 - -2.128 -0.704 0.377 - -2.153 0.628 -0.378 - -0.984 1.504 0.091 - 0.277 0.680 0.042 - 1.606 1.130 0.071 - 2.402 0.041 0.002 - 1.605 -1.068 -0.068 - 0.304 -0.670 -0.042 - -0.930 -1.537 -0.094 -a1a[a+]a2AAAa2a1 - 2.162 -0.715 0.056 - 2.122 0.672 0.052 - 0.966 1.397 0.001 - -0.194 0.676 -0.060 - -1.604 1.224 -0.130 - -2.517 0.045 0.269 - -1.665 -1.180 -0.127 - -0.231 -0.701 -0.059 - 0.965 -1.421 -0.001 -A1AAa2aa[a+]a2A1 - -2.230 0.355 -0.416 - -2.131 -0.965 0.354 - -0.840 -1.687 -0.060 - 0.278 -0.701 -0.025 - 2.028 -0.982 -0.055 - 2.513 0.686 0.019 - 1.352 1.309 0.059 - 0.194 0.652 0.039 - -1.168 1.336 0.081 -A1=AAa2aaaaa2=A1 - 2.377 0.726 -0.000 - 2.380 -0.681 0.001 - 1.152 -1.375 -0.001 - -0.011 -0.695 0.001 - -1.193 -1.387 0.002 - -2.362 -0.706 -0.002 - -2.334 0.706 0.001 - -1.175 1.345 -0.000 - -0.020 0.674 -0.000 - 1.187 1.391 -0.001 -A1AAA2(AAAA2)AA1 - -2.431 -0.259 0.347 - -1.940 0.961 0.609 - -0.639 1.426 0.008 - 0.254 0.216 -0.262 - 0.674 -0.434 1.068 - 2.135 -0.888 0.822 - 2.710 0.260 -0.044 - 1.542 0.656 -0.972 - -0.501 -0.797 -1.121 - -1.807 -1.138 -0.451 -A1A[A@@H]2AAA2A1 - -1.431 0.964 0.659 - -1.631 -0.732 -0.050 - 0.100 -0.947 -0.644 - 1.074 -1.312 0.485 - 1.555 0.123 0.417 - 0.656 0.426 -0.559 - -0.325 1.481 -0.309 -a1aaa2aaa[a+]2a1 - -2.105 -0.638 -0.004 - -2.096 0.754 0.002 - -0.879 1.408 0.000 - 0.295 0.658 -0.000 - 1.593 1.036 -0.001 - 2.354 -0.081 -0.000 - 1.521 -1.145 0.000 - 0.244 -0.675 0.001 - -0.925 -1.320 0.002 -a1[a+]aa2AAAa2a1 - -2.115 -0.710 0.001 - -2.207 0.646 0.004 - -1.020 1.332 0.002 - 0.225 0.700 -0.003 - 1.624 1.153 -0.007 - 2.428 0.073 0.006 - 1.709 -1.065 0.002 - 0.274 -0.711 -0.001 - -0.917 -1.416 -0.005 -A1AAA2AA=AA=A2A1 - -2.411 0.697 0.372 - -2.409 -0.639 -0.382 - -1.217 -1.459 0.102 - 0.021 -0.680 0.035 - 1.185 -1.379 0.043 - 2.408 -0.684 0.028 - 2.373 0.677 -0.021 - 1.200 1.304 -0.053 - 0.052 0.660 -0.031 - -1.198 1.502 -0.089 -A1AA2AAA[A@H]2A1 - 2.207 -0.135 -0.209 - 1.423 1.164 0.080 - 0.005 0.800 0.114 - -1.296 1.137 -0.105 - -2.070 0.006 -0.252 - -1.371 -1.103 0.070 - -0.026 -0.621 0.555 - 1.128 -1.248 -0.253 -a1aaa2aa[a+]a2a1 - 2.083 0.720 -0.003 - 2.109 -0.691 -0.001 - 0.971 -1.424 0.004 - -0.310 -0.740 0.000 - -1.585 -1.043 -0.001 - -2.237 -0.018 -0.005 - -1.609 1.021 0.005 - -0.324 0.744 0.003 - 0.900 1.430 -0.002 -A1AAA2=A(A1)AAA2 - -2.524 -0.614 0.456 - -2.523 0.614 -0.458 - -1.167 1.703 0.041 - 0.276 0.668 0.015 - 0.276 -0.668 -0.012 - -1.167 -1.703 -0.041 - 1.904 -1.371 -0.024 - 3.025 0.000 -0.002 - 1.904 1.371 0.024 -a1aaa2AAA[a+]2a1 - 2.131 0.717 0.055 - 2.178 -0.669 0.054 - 0.981 -1.361 -0.004 - -0.216 -0.663 -0.058 - -1.632 -1.206 -0.124 - -2.516 -0.000 0.264 - -1.604 1.181 -0.128 - -0.227 0.656 -0.057 - 0.906 1.346 -0.001 -A1A[AH+]2AAAA2A1 - 2.152 -0.213 0.217 - 0.970 -1.190 0.438 - -0.036 -0.726 -0.532 - -1.389 -1.125 -0.082 - -2.157 0.180 0.207 - -1.021 1.214 0.426 - 0.041 0.733 -0.591 - 1.439 1.125 -0.085 -A1Aa2aaa[a+]a2A1 - 2.451 -0.083 0.001 - 1.652 1.203 0.000 - 0.215 0.738 0.000 - -0.994 1.413 0.000 - -2.181 0.649 0.000 - -2.073 -0.752 0.001 - -0.888 -1.425 0.001 - 0.250 -0.650 -0.005 - 1.567 -1.095 0.001 -a1aaa2a[a-]aa2a1 - -2.100 -0.725 -0.002 - -2.113 0.677 -0.001 - -0.966 1.400 0.000 - 0.279 0.733 0.000 - 1.600 1.140 0.001 - 2.369 0.044 0.000 - 1.566 -1.103 -0.001 - 0.297 -0.738 -0.001 - -0.933 -1.429 0.004 -a1[a+]aa2aaaa2a1 - -2.066 1.017 0.001 - -2.300 -0.332 -0.003 - -1.205 -1.141 0.002 - 0.134 -0.666 0.001 - 1.382 -1.412 -0.000 - 2.545 -0.744 -0.000 - 2.043 0.967 -0.000 - 0.286 0.738 -0.000 - -0.815 1.573 0.001 -A1AA=A2AA=AAA2A1 - 2.514 -0.280 0.046 - 2.267 1.081 0.098 - 1.007 1.539 0.038 - -0.029 0.723 -0.069 - -1.645 1.420 -0.140 - -2.634 0.030 0.268 - -2.179 -1.218 0.180 - -0.906 -1.522 -0.235 - 0.162 -0.631 -0.123 - 1.446 -1.145 -0.066 -A1A=Aa2aaaaa2AA1 - 2.386 -0.021 -0.840 - 2.177 1.155 0.003 - 1.019 1.456 0.474 - -0.213 0.689 0.232 - -1.395 1.411 0.003 - -2.581 0.753 -0.232 - -2.616 -0.632 -0.244 - -1.465 -1.354 -0.015 - -0.252 -0.704 0.220 - 0.863 -1.498 0.440 - 2.082 -1.256 -0.037 -A1AA=A2A=AA=A2A1 - 2.084 -0.675 -0.000 - 2.097 0.669 0.001 - 0.932 1.387 0.001 - -0.289 0.707 -0.000 - -1.592 1.085 -0.000 - -2.332 -0.007 -0.001 - -1.549 -1.089 0.003 - -0.283 -0.704 -0.001 - 0.931 -1.371 -0.001 -A1AA=a2[aH]aaa12 - 1.322 -1.090 0.002 - 2.125 0.017 -0.003 - 1.274 1.156 0.002 - -0.003 0.705 0.001 - -1.339 1.076 -0.000 - -2.095 -0.078 -0.001 - -1.310 -1.112 -0.000 - 0.022 -0.676 0.001 -a1aa2aaaaa2[aH]1 - -2.330 -0.004 -0.001 - -1.580 1.062 0.000 - -0.279 0.696 0.001 - 0.951 1.377 0.002 - 2.064 0.649 -0.003 - 2.029 -0.633 0.002 - 0.939 -1.316 0.000 - -0.243 -0.711 -0.000 - -1.552 -1.121 -0.001 -A1AAA2(A1)AA=AA2 - 2.298 -0.651 0.298 - 2.205 0.887 0.210 - 0.754 1.225 -0.081 - 0.015 -0.080 -0.183 - 1.068 -1.147 -0.510 - -0.756 -0.416 1.098 - -2.138 0.006 0.823 - -2.349 0.213 -0.417 - -1.098 -0.038 -1.236 -A1AAa2aaaaa2A=A1 - -2.374 -0.066 0.845 - -2.049 -1.292 0.038 - -0.826 -1.511 -0.443 - 0.269 -0.692 -0.224 - 1.505 -1.297 0.016 - 2.584 -0.577 0.229 - 2.556 0.742 0.228 - 1.380 1.424 0.001 - 0.199 0.700 -0.231 - -1.045 1.448 -0.467 - -2.195 1.121 0.009 -a1aa2aaa[a+]a2a1 - 2.571 0.650 0.003 - 1.407 1.398 0.001 - 0.138 0.694 0.001 - -1.179 1.244 -0.002 - -2.275 0.370 -0.002 - -2.059 -1.022 -0.000 - -0.816 -1.584 0.003 - 0.230 -0.717 0.003 - 1.979 -1.031 -0.003 -A1AA=A2AAAAA2A1 - -2.578 -0.289 -0.395 - -2.403 0.988 0.428 - -1.029 1.548 0.165 - 0.024 0.718 -0.069 - 1.623 1.424 -0.334 - 2.601 0.164 0.534 - 2.310 -1.127 -0.098 - 0.960 -1.601 0.060 - -0.130 -0.652 -0.084 - -1.378 -1.173 -0.206 -A1A=Aa2aaaa2=A1 - -2.011 1.088 -0.002 - -2.220 -0.361 0.004 - -1.196 -1.161 -0.002 - 0.125 -0.645 0.000 - 1.292 -1.380 0.000 - 2.492 -0.766 0.000 - 2.020 0.956 0.000 - 0.256 0.718 0.000 - -0.755 1.549 -0.001 -[A-]1AAA[AH2+]1 - 1.169 0.165 0.000 - 0.617 -1.057 0.000 - -0.888 -0.912 0.000 - -1.124 0.610 0.000 - 0.224 1.193 -0.001 -A1=AAa2aaaaa2A1 - -2.397 0.691 0.000 - -2.470 -0.687 0.001 - -1.221 -1.467 -0.003 - 0.044 -0.714 0.001 - 1.275 -1.374 0.001 - 2.434 -0.649 0.000 - 2.392 0.747 -0.001 - 1.178 1.415 -0.001 - -0.008 0.692 0.000 - -1.226 1.344 0.000 -A1AAA2AAAAA2AA1 - 2.736 0.220 -0.123 - 1.874 1.308 -0.737 - 0.586 1.413 0.014 - -0.312 0.619 0.472 - -1.674 1.133 0.797 - -2.569 0.658 -0.361 - -2.445 -0.853 -0.558 - -0.970 -1.272 -0.675 - -0.289 -0.769 0.520 - 1.004 -1.333 0.842 - 2.056 -1.123 -0.196 -a1aa2aa[aH]a2a1 - -2.227 -0.742 0.001 - -1.015 -1.366 0.001 - 0.159 -0.599 -0.000 - 1.524 -0.788 -0.001 - 2.132 0.358 -0.002 - 1.214 1.365 0.003 - -0.013 0.787 -0.001 - -1.775 0.984 -0.001 -A1AAAAAAAAAAAA1 - 2.220 -0.596 0.426 - 1.680 -1.572 -0.374 - 1.041 -2.763 0.295 - -0.453 -2.800 -0.030 - -0.964 -1.381 -0.282 - -2.436 -1.288 0.129 - -3.001 0.067 -0.301 - -2.382 1.175 0.552 - -1.494 2.060 -0.324 - -0.212 2.411 0.434 - 0.989 2.280 -0.505 - 2.220 1.843 0.291 - 2.791 0.559 -0.315 -A1=AAa2aaaa2=A1 - 2.058 1.002 0.001 - 2.221 -0.367 0.002 - 1.101 -1.198 -0.004 - -0.152 -0.653 0.001 - -1.345 -1.335 0.001 - -2.509 -0.686 0.001 - -1.977 1.019 -0.000 - -0.223 0.714 -0.000 - 0.824 1.501 -0.000 -A1AA2AAA(A1)AA2 - -1.731 0.036 0.067 - -1.059 1.252 0.598 - 0.277 1.356 -0.138 - 1.418 0.822 0.707 - 1.255 -0.659 1.019 - 0.299 -1.340 0.090 - -1.156 -1.237 0.467 - 0.530 -0.850 -1.342 - 0.171 0.623 -1.470 -A1=AA2AAA=A2AA1 - -1.810 1.270 -0.079 - -0.583 1.560 0.130 - 0.429 0.601 0.141 - 1.876 0.812 0.261 - 2.446 -0.543 -0.214 - 1.284 -1.443 -0.147 - 0.199 -0.761 0.058 - -1.426 -1.441 0.226 - -2.411 -0.057 -0.373 -A1AAa2a1aa[a+]2 - -0.983 -1.471 0.001 - -2.329 -0.728 0.001 - -1.763 1.014 -0.001 - -0.007 0.742 -0.001 - 0.184 -0.591 0.000 - 1.598 -0.756 -0.001 - 2.139 0.435 -0.002 - 1.158 1.358 0.003 -A1AAa2aaa[a+]12 - 1.275 -1.218 0.001 - 2.499 -0.294 0.007 - 1.673 1.343 -0.003 - -0.003 0.793 -0.001 - -1.698 1.312 0.003 - -2.414 -0.326 -0.001 - -1.294 -1.085 -0.005 - -0.036 -0.526 -0.000 -A1A[a+]2aaaa2A1 - -2.207 0.002 -0.253 - -1.318 1.205 0.131 - 0.060 0.701 0.051 - 1.325 1.079 -0.022 - 2.082 -0.001 -0.066 - 1.323 -1.081 -0.022 - 0.059 -0.701 0.051 - -1.325 -1.205 0.132 -A1A=AA=a2aaaa12 - 1.062 -1.227 -0.002 - 2.195 -0.407 -0.002 - 2.072 0.903 -0.000 - 0.901 1.445 0.003 - -0.188 0.718 0.003 - -1.927 1.090 -0.003 - -2.528 -0.591 0.003 - -1.414 -1.280 0.001 - -0.177 -0.649 0.001 -A1=AAA[AH+]A=A1 - 0.999 1.136 0.073 - 1.571 0.013 -0.031 - 0.977 -1.282 -0.266 - -0.358 -1.457 0.430 - -1.448 -0.655 -0.218 - -1.408 0.734 -0.030 - -0.332 1.508 0.039 -A1A2AA3A(A2)A13 - 0.541 1.235 0.666 - 1.264 -0.000 0.008 - 0.514 0.000 -1.372 - -0.956 0.000 -0.870 - -0.952 -0.787 0.451 - 0.541 -1.235 0.666 - -0.951 0.787 0.451 -A1AA=a2aaaa2AA1 - -2.015 0.424 0.907 - -1.789 1.340 -0.294 - -0.363 1.688 -0.314 - 0.521 0.751 -0.191 - 2.249 0.885 0.191 - 2.607 -0.865 0.244 - 1.422 -1.397 -0.042 - 0.323 -0.600 -0.298 - -0.986 -1.169 -0.689 - -1.973 -1.060 0.485 -A1AA=A2AAA=A2A1 - 2.206 0.331 0.483 - 2.131 -1.029 -0.207 - 0.737 -1.612 -0.071 - -0.283 -0.757 -0.031 - -2.086 -0.967 0.080 - -2.501 0.647 0.032 - -1.280 1.328 -0.052 - -0.156 0.723 -0.083 - 1.236 1.334 -0.155 -a1aa2a[a+]aa2a1 - 2.212 -0.750 -0.001 - 0.995 -1.348 -0.001 - -0.149 -0.595 0.000 - -1.515 -0.789 0.001 - -2.120 0.367 0.002 - -1.207 1.352 -0.004 - 0.009 0.780 0.001 - 1.772 0.982 0.001 -A1AAa2aaaaa2AA1 - 2.783 0.558 -0.392 - 2.337 -0.833 -0.793 - 1.313 -1.556 0.529 - -0.266 -0.800 0.234 - -1.337 -1.574 -0.180 - -2.576 -0.961 -0.391 - -2.709 0.416 -0.187 - -1.628 1.166 0.227 - -0.398 0.557 0.432 - 0.777 1.411 0.862 - 1.705 1.616 -0.337 -A1AAA2=AAAA2AA1 - 2.638 -0.328 0.173 - 1.924 0.693 -0.711 - 0.877 1.452 0.095 - -0.457 0.715 0.041 - -1.626 1.372 0.193 - -2.808 0.615 0.156 - -2.199 -0.985 -0.110 - -0.537 -0.621 -0.157 - 0.553 -1.561 -0.376 - 1.632 -1.354 0.693 -a1aaa2AAA=Aa2a1 - -2.404 -0.705 0.004 - -2.416 0.684 -0.001 - -1.238 1.398 -0.001 - -0.023 0.714 -0.001 - 1.266 1.417 0.000 - 2.402 0.688 0.001 - 2.379 -0.707 0.001 - 1.274 -1.391 -0.000 - -0.015 -0.699 -0.001 - -1.225 -1.396 -0.002 -A1Aa2aa[a+]a2A1 - 2.233 0.026 -0.249 - 1.338 -1.173 0.133 - -0.043 -0.675 0.051 - -1.340 -1.114 -0.027 - -2.120 -0.018 -0.068 - -1.324 1.060 -0.019 - -0.076 0.672 0.051 - 1.334 1.224 0.131 -A1AAAa2aaaa2AA1 - -1.658 -0.656 1.133 - -2.580 0.058 0.167 - -1.857 0.931 -0.842 - -0.681 1.672 -0.220 - 0.553 0.785 -0.065 - 1.798 1.391 0.422 - 2.944 0.618 0.429 - 2.388 -0.907 -0.172 - 0.673 -0.514 -0.395 - -0.398 -1.463 -0.856 - -1.178 -1.910 0.394 -A1=AA=A2AAAA2A1 - -2.269 -0.335 -0.002 - -2.060 1.047 -0.001 - -0.815 1.500 0.000 - 0.226 0.688 -0.000 - 1.966 1.065 0.001 - 2.639 -0.637 -0.000 - 1.345 -1.465 -0.001 - 0.118 -0.670 -0.001 - -1.148 -1.195 0.004 -A1Aa2aa[aH]a2A1 - 2.245 0.033 -0.004 - 1.358 -1.226 0.002 - -0.054 -0.682 0.001 - -1.399 -1.073 -0.000 - -2.142 0.002 -0.001 - -1.303 1.121 -0.000 - -0.003 0.671 0.001 - 1.298 1.153 0.002 -A1Aa2[aH]aaa2A1 - 2.258 0.016 0.256 - 1.360 1.212 -0.130 - -0.055 0.684 -0.051 - -1.342 1.093 0.021 - -2.155 -0.047 0.066 - -1.383 -1.101 0.023 - -0.052 -0.668 -0.052 - 1.367 -1.188 -0.131 -a1aa2[a+]aaa2a1 - -2.217 0.710 -0.001 - -1.742 -1.011 0.001 - 0.019 -0.770 0.001 - 1.194 -1.327 -0.003 - 2.136 -0.360 0.002 - 1.505 0.840 0.001 - 0.137 0.596 0.000 - -1.034 1.322 -0.001 -A1AAA2(AAAA2)A1 - 2.186 0.724 -0.197 - 2.297 -0.683 0.177 - 0.907 -1.281 -0.146 - -0.002 -0.048 -0.028 - -0.831 -0.104 1.268 - -2.232 0.315 0.762 - -2.244 -0.066 -0.647 - -1.000 0.006 -1.151 - 0.918 1.141 -0.038 -A1AA2AAAA(A1)A2 - -1.764 0.007 -0.676 - -1.229 1.184 -0.313 - 0.006 1.239 0.552 - 1.250 1.170 -0.300 - 1.754 -0.012 -0.690 - 1.214 -1.184 -0.321 - -0.007 -1.231 0.564 - -1.241 -1.171 -0.301 - 0.018 -0.002 1.488 -A1Aa2a[aH]aa2A1 - -2.256 -0.048 -0.257 - -1.333 -1.225 0.130 - 0.070 -0.667 0.052 - 1.371 -1.031 -0.018 - 2.122 0.011 -0.060 - 1.383 1.102 -0.032 - 0.035 0.683 0.051 - -1.389 1.176 0.136 -[AH-]1AAA=[A+]1 - -0.998 -0.589 -0.002 - 0.288 -1.105 0.002 - 1.101 -0.028 -0.001 - 0.435 0.984 -0.001 - -0.826 0.739 0.002 -A1A=Aa2aaaaa2A1 - -2.409 -0.597 0.001 - -2.288 0.754 -0.004 - -1.145 1.373 0.001 - 0.031 0.698 0.001 - 1.198 1.333 0.001 - 2.337 0.677 -0.000 - 2.381 -0.710 -0.001 - 1.200 -1.429 -0.000 - 0.002 -0.716 0.001 - -1.306 -1.385 0.001 -A1=[A+]AA[AH+]1 - 0.361 -1.090 0.051 - 1.181 -0.113 0.048 - 0.449 1.155 -0.134 - -1.018 0.754 0.157 - -0.971 -0.704 -0.120 -A1AAA2AAAA2=AA1 - -2.506 -0.378 -0.322 - -2.022 0.961 0.157 - -0.767 1.446 -0.489 - 0.432 0.719 -0.007 - 1.540 1.374 0.347 - 2.824 0.650 0.156 - 2.238 -0.998 -0.201 - 0.483 -0.677 -0.063 - -0.403 -1.562 0.051 - -1.818 -1.534 0.375 -a1[aH]a2aaaa2a1 - -2.079 0.080 0.000 - -1.338 -1.082 0.001 - 0.007 -0.700 0.001 - 1.308 -1.095 -0.003 - 2.042 -0.015 0.001 - 1.293 1.031 0.000 - 0.025 0.672 0.000 - -1.258 1.105 -0.001 -A1AAAA=AAAA=AA1 - 1.879 1.565 0.014 - 1.480 0.200 -0.548 - 2.222 -0.901 0.212 - 1.399 -2.190 0.178 - 0.022 -1.894 -0.357 - -0.898 -1.402 0.435 - -2.275 -1.108 -0.101 - -2.568 0.387 0.032 - -1.361 1.177 -0.406 - -0.552 1.686 0.489 - 0.652 2.479 0.052 -A1AA=A2AAAA2=A1 - -2.094 0.656 0.001 - -2.060 -0.690 0.000 - -0.905 -1.354 -0.000 - 0.247 -0.703 -0.001 - 1.565 -1.098 -0.001 - 2.349 -0.005 0.004 - 1.588 1.107 -0.002 - 0.248 0.711 -0.001 - -0.935 1.375 0.000 -A1AA2=A(A1)AAA2 - 2.292 0.000 -0.335 - 1.416 -1.195 0.101 - -0.001 -0.654 0.108 - -0.001 0.654 0.108 - 1.416 1.195 0.101 - -1.433 1.156 0.114 - -2.256 0.000 -0.308 - -1.433 -1.156 0.114 -A1AAA2(AA1)AAA2 - -2.400 0.121 0.103 - -1.681 -1.130 -0.402 - -0.390 -1.344 0.393 - 0.526 -0.138 0.193 - -0.188 1.167 0.446 - -1.549 1.361 -0.190 - 1.306 -0.165 -1.126 - 2.505 0.382 -0.333 - 1.871 -0.254 0.917 -A1A[A@H]2AAA2A1 - -1.414 0.990 -0.660 - -1.645 -0.725 0.050 - 0.086 -0.946 0.642 - 1.055 -1.325 -0.486 - 1.558 0.102 -0.415 - 0.663 0.418 0.560 - -0.301 1.488 0.310 -A1AAA2(A1)AAAA2 - -2.308 0.387 0.523 - -2.101 -0.700 -0.458 - -0.823 -0.386 -1.151 - 0.064 0.169 -0.018 - -0.919 0.964 0.859 - 0.657 -0.899 0.724 - 1.998 -1.016 0.184 - 2.348 0.462 -0.124 - 1.082 1.017 -0.543 -A1=AAA2=AAAA2A1 - 2.062 -0.734 -0.261 - 2.076 0.616 -0.246 - 0.997 1.322 0.253 - -0.230 0.703 0.112 - -1.474 1.199 -0.039 - -2.363 0.111 -0.154 - -1.642 -1.031 -0.072 - -0.314 -0.681 0.112 - 0.885 -1.507 0.294 -A1AAAAAA=AAAAA1 - -0.218 -2.026 0.524 - 0.885 -2.381 -0.475 - 2.162 -1.615 -0.121 - 1.967 -0.152 -0.426 - 2.065 0.756 0.582 - 1.783 2.164 0.242 - 0.380 2.252 -0.306 - -0.534 1.367 0.083 - -1.903 1.429 -0.448 - -2.798 0.473 -0.100 - -2.319 -0.684 0.672 - -1.471 -1.580 -0.232 -A1A[AH+]2AAA1A2 - -1.233 -0.764 0.504 - -1.192 0.782 0.513 - 0.005 1.047 -0.293 - 1.195 0.775 0.513 - 1.227 -0.771 0.505 - -0.004 -1.149 -0.380 - 0.000 0.077 -1.363 -A1A2AA3AA1AA3A2 - -0.074 0.125 1.613 - -1.314 0.049 0.718 - -1.216 1.159 -0.363 - 0.032 0.687 -1.167 - 1.229 1.173 -0.297 - 1.245 0.089 0.836 - 1.256 -1.203 -0.135 - 0.037 -0.865 -1.044 - -1.196 -1.213 -0.160 -A1AAA[AH2+]AAA1 - 0.307 1.424 -0.718 - 1.615 0.924 -0.100 - 1.310 -0.284 0.793 - 1.024 -1.504 -0.082 - -0.331 -1.396 -0.662 - -1.301 -0.998 0.383 - -1.842 0.391 0.029 - -0.784 1.445 0.354 -A1AA=a2aaaaa2A1 - 2.285 -0.706 -0.442 - 2.397 0.605 0.128 - 1.183 1.336 0.065 - 0.039 0.692 0.046 - -1.176 1.420 -0.033 - -2.352 0.746 -0.071 - -2.351 -0.661 -0.041 - -1.192 -1.343 0.048 - 0.006 -0.685 0.097 - 1.164 -1.404 0.204 -A1A=AA2=AAAA2A1 - -2.064 -0.675 -0.002 - -2.113 0.703 -0.000 - -0.975 1.417 0.000 - 0.304 0.692 0.000 - 1.547 1.087 0.001 - 2.364 -0.053 -0.000 - 1.557 -1.134 -0.001 - 0.282 -0.697 -0.001 - -0.899 -1.343 0.003 -A1=AA2AAAA2=AA1 - -2.121 -0.722 0.053 - -0.986 -1.380 0.199 - 0.213 -0.679 0.052 - 1.554 -1.223 -0.129 - 2.504 -0.015 -0.271 - 1.661 1.155 0.289 - 0.239 0.694 0.109 - -0.884 1.439 0.007 - -2.180 0.733 -0.310 -A1AAA2=AAAAA2A1 - 2.458 0.719 -0.192 - 2.415 -0.753 0.220 - 1.177 -1.339 -0.317 - -0.007 -0.682 -0.049 - -1.153 -1.401 0.075 - -2.458 -0.700 0.356 - -2.461 0.649 -0.360 - -1.172 1.371 -0.078 - -0.011 0.692 0.054 - 1.215 1.448 0.295 -A1AAA2(AAA2)AA1 - -2.329 -0.152 -0.061 - -1.708 1.098 0.397 - -0.417 1.343 -0.391 - 0.509 0.139 -0.218 - 1.885 0.324 -0.868 - 2.473 -0.371 0.372 - 1.227 0.108 1.137 - -0.168 -1.181 -0.582 - -1.471 -1.311 0.215 -a1aa2aaaa2[aH]1 - -2.109 0.133 -0.001 - -1.261 1.158 0.000 - 0.030 0.657 -0.000 - 1.383 1.019 -0.000 - 2.119 -0.059 -0.001 - 1.262 -1.181 -0.001 - -0.049 -0.690 0.004 - -1.373 -1.034 -0.001 -A1AAa2aaaa2A=A1 - 2.138 -0.342 -0.824 - 1.713 -1.536 -0.021 - 0.460 -1.651 0.447 - -0.489 -0.684 0.222 - -2.214 -0.937 -0.118 - -2.718 0.768 -0.251 - -1.575 1.439 -0.043 - -0.347 0.699 0.205 - 0.959 1.371 0.406 - 2.073 0.875 -0.025 -a1aaa2=AAA=a2a1 - -2.105 -0.765 -0.000 - -2.172 0.619 -0.001 - -1.014 1.373 -0.001 - 0.222 0.736 0.005 - 1.616 1.216 -0.001 - 2.433 -0.031 -0.000 - 1.604 -1.058 -0.000 - 0.300 -0.675 -0.001 - -0.886 -1.413 -0.000 -A1=Aa2aaaaa2AA1 - 2.339 0.731 -0.036 - 1.201 1.355 0.129 - 0.008 0.684 0.078 - -1.193 1.390 -0.013 - -2.387 0.706 -0.101 - -2.400 -0.682 -0.087 - -1.208 -1.389 0.009 - -0.013 -0.712 0.097 - 1.288 -1.465 0.233 - 2.361 -0.617 -0.309 -a1aaa2AA=AAa2a1 - 2.389 -0.758 -0.001 - 2.433 0.631 -0.000 - 1.280 1.363 0.002 - 0.046 0.709 0.002 - -1.219 1.456 -0.004 - -2.467 0.682 0.001 - -2.423 -0.623 0.000 - -1.221 -1.333 0.000 - -0.006 -0.700 0.001 - 1.185 -1.424 -0.001 -a1aa2aaaa2[a+]1 - 2.143 -0.317 -0.001 - 1.486 0.869 0.003 - 0.126 0.596 -0.001 - -1.078 1.293 -0.001 - -2.220 0.675 -0.000 - -1.720 -1.039 0.001 - 0.037 -0.772 -0.000 - 1.224 -1.304 -0.000 -A1=AA2A=AAA2A1 - 1.845 -0.006 0.491 - 1.245 1.128 0.097 - 0.004 0.769 -0.689 - -1.227 1.137 0.109 - -1.841 0.008 0.495 - -1.216 -1.123 0.084 - -0.010 -0.781 -0.681 - 1.202 -1.132 0.096 -a1aa[a+]a[a+]1 - -1.195 0.654 0.002 - 0.001 1.366 -0.002 - 1.196 0.653 0.000 - 1.157 -0.677 0.001 - -0.000 -1.322 -0.000 - -1.157 -0.676 -0.001 -A1A=AA2(A1)AA2 - 1.682 0.647 0.000 - 1.608 -0.731 0.000 - 0.383 -1.167 -0.000 - -0.494 0.006 -0.000 - 0.443 1.189 -0.000 - -1.810 0.028 -0.766 - -1.810 0.028 0.766 -A1A=A[AH+]A=A1 - -1.286 0.000 0.157 - -0.750 -1.208 -0.033 - 0.564 -1.453 -0.090 - 1.658 -0.000 0.088 - 0.564 1.453 -0.090 - -0.750 1.208 -0.032 -A1AAAAAAAAAAA1 - -2.350 -0.849 0.409 - -2.459 0.440 -0.409 - -1.910 1.611 0.409 - -0.849 2.350 -0.409 - 0.440 2.459 0.409 - 1.611 1.910 -0.409 - 2.350 0.848 0.409 - 2.459 -0.440 -0.409 - 1.910 -1.611 0.409 - 0.849 -2.350 -0.409 - -0.440 -2.459 0.409 - -1.611 -1.910 -0.409 -A1AA=AA[AH2+]1 - 1.142 -0.883 -0.158 - -0.281 -1.352 -0.031 - -1.305 -0.485 0.083 - -1.075 0.864 0.096 - 0.248 1.356 -0.314 - 1.271 0.502 0.324 -A1AAA2=AAAA2A1 - -1.984 -1.223 -0.256 - -2.342 0.035 0.535 - -1.425 1.445 -0.147 - 0.208 0.755 -0.061 - 1.300 1.449 0.001 - 2.471 0.567 0.064 - 1.875 -0.854 0.028 - 0.428 -0.615 -0.053 - -0.528 -1.558 -0.110 -A1=AAA2AAAA2A1 - 2.067 0.653 -0.293 - 2.067 -0.653 -0.294 - 0.946 -1.461 0.319 - -0.296 -0.708 0.129 - -1.554 -1.102 -0.064 - -2.327 -0.000 -0.183 - -1.554 1.102 -0.065 - -0.296 0.708 0.128 - 0.947 1.461 0.320 -A1=AA2AA=AA2A1 - 2.160 0.036 -0.001 - 1.367 1.065 0.000 - 0.049 0.701 0.000 - -1.340 1.184 0.000 - -2.160 -0.036 -0.001 - -1.366 -1.065 -0.002 - -0.049 -0.701 0.005 - 1.340 -1.184 -0.002 -A1AAa2aaaaa2A1 - -2.437 0.655 -0.390 - -2.433 -0.664 0.391 - -1.243 -1.498 -0.080 - 0.025 -0.686 -0.034 - 1.233 -1.375 -0.066 - 2.431 -0.698 -0.033 - 2.433 0.697 0.031 - 1.221 1.383 0.069 - 0.021 0.691 0.033 - -1.252 1.496 0.079 -A1=AA=AA=AA=A1 - -1.519 0.275 0.519 - -1.178 -0.996 0.519 - -0.275 -1.518 -0.519 - 0.996 -1.178 -0.519 - 1.518 -0.274 0.520 - 1.178 0.997 0.521 - 0.276 1.515 -0.521 - -0.996 1.179 -0.519 -A1A=Aa2aaaa2A1 - 2.085 -0.984 0.002 - 2.179 0.372 0.001 - 1.147 1.154 -0.000 - -0.136 0.664 -0.000 - -1.343 1.376 -0.001 - -2.522 0.715 -0.000 - -2.014 -0.997 0.001 - -0.260 -0.737 0.001 - 0.862 -1.565 -0.004 -A1Aa2aaaaa2=A1 - 2.405 0.126 -0.004 - 1.667 -1.001 0.001 - 0.311 -0.666 0.001 - -0.816 -1.434 0.000 - -2.064 -0.784 -0.001 - -2.111 0.549 -0.001 - -1.038 1.256 0.000 - 0.176 0.697 0.001 - 1.471 1.254 0.002 -[AH2+]1AAA=AA1 - 1.334 -0.218 0.341 - 0.550 -1.256 -0.360 - -0.895 -1.167 0.139 - -1.367 0.259 0.072 - -0.556 1.265 -0.049 - 0.935 1.116 -0.144 -a1aaa2aaaaa2a1 - 2.402 -0.696 -0.000 - 2.400 0.709 -0.002 - 1.207 1.410 0.004 - -0.007 0.709 -0.001 - -1.238 1.394 -0.001 - -2.402 0.698 -0.000 - -2.401 -0.709 0.001 - -1.207 -1.412 0.001 - 0.007 -0.710 -0.000 - 1.238 -1.394 -0.000 -A1A=A2A=AAA2A1 - -2.103 0.006 -0.001 - -1.305 1.121 -0.000 - -0.017 0.704 -0.000 - 1.385 1.127 0.001 - 2.141 -0.048 0.001 - 1.243 -1.137 -0.001 - -0.026 -0.690 -0.002 - -1.316 -1.086 0.003 -A1=Aa2aaaaa2A1 - -2.473 -0.014 -0.004 - -1.661 1.117 0.002 - -0.245 0.696 0.001 - 0.949 1.416 0.000 - 2.145 0.706 -0.001 - 2.114 -0.675 -0.001 - 0.969 -1.334 0.000 - -0.193 -0.708 0.001 - -1.602 -1.202 0.002 -A1=AA=A[AH+]A1 - 1.142 0.834 -0.070 - 1.303 -0.487 -0.126 - 0.160 -1.377 0.115 - -1.086 -0.877 0.069 - -1.303 0.493 -0.234 - -0.215 1.412 0.246 -[AH2+]1AAAAAA1 - 1.748 0.011 0.017 - 0.896 1.176 0.437 - -0.298 1.432 -0.441 - -1.514 0.695 0.158 - -1.497 -0.732 -0.144 - -0.253 -1.436 0.436 - 0.920 -1.148 -0.460 -A1AAa2aaaa2AA1 - 2.597 -0.057 -0.169 - 1.696 -1.187 -0.657 - 0.627 -1.493 0.396 - -0.571 -0.613 0.151 - -1.861 -0.964 0.138 - -2.582 -0.010 -0.062 - -1.887 1.094 -0.213 - -0.531 0.715 -0.081 - 0.700 1.570 -0.176 - 1.810 0.942 0.675 -A1AAA=AAAA=AA1 - -2.151 0.753 0.420 - -2.119 -0.400 -0.567 - -1.516 -1.661 0.066 - -0.043 -1.723 -0.286 - 0.788 -1.089 0.489 - 2.252 -0.902 0.218 - 2.494 0.587 -0.094 - 1.191 1.180 -0.625 - 0.250 1.384 0.236 - -1.147 1.870 0.143 -A1AAAA[AH2+]A1 - -0.423 1.428 -0.422 - -1.618 0.557 -0.005 - -1.225 -0.779 0.364 - -0.255 -1.400 -0.443 - 1.140 -1.161 0.169 - 1.617 0.146 -0.142 - 0.767 1.211 0.479 -A1=Aa2aaaa2AA1 - -2.056 0.613 -0.001 - -0.969 1.305 -0.001 - 0.222 0.693 0.005 - 1.556 1.128 -0.001 - 2.332 0.028 -0.001 - 1.584 -1.042 -0.000 - 0.271 -0.686 -0.001 - -0.892 -1.366 0.000 - -2.049 -0.672 0.000 -A1AAA=a2aaaa12 - 0.936 -1.483 0.225 - 2.111 -0.862 -0.536 - 2.408 0.809 0.120 - 0.911 1.527 0.025 - -0.145 0.769 0.033 - -1.843 1.286 -0.066 - -2.586 -0.336 -0.001 - -1.544 -1.111 0.088 - -0.249 -0.600 0.114 -A1AAa2aaaa2=A1 - -2.102 1.050 -0.191 - -2.194 -0.324 0.476 - -1.191 -1.287 -0.168 - 0.153 -0.661 -0.084 - 1.316 -1.355 -0.048 - 2.505 -0.711 0.040 - 1.995 1.002 0.075 - 0.248 0.724 -0.033 - -0.730 1.566 -0.067 -A1=AAa2aaaa2A1 - -2.126 0.600 0.099 - -2.098 -0.742 0.107 - -0.847 -1.546 -0.119 - 0.320 -0.667 -0.047 - 1.670 -1.001 0.028 - 2.368 0.110 0.066 - 1.481 1.193 0.020 - 0.228 0.695 -0.046 - -0.999 1.354 -0.106 -A1=AAAAA=AAAA1 - -2.110 -0.648 -0.448 - -2.100 0.662 -0.451 - -1.243 1.412 0.536 - 0.008 1.938 -0.171 - 1.256 1.406 0.536 - 2.107 0.648 -0.450 - 2.101 -0.662 -0.450 - 1.243 -1.412 0.536 - -0.007 -1.938 -0.172 - -1.255 -1.406 0.535 -A1=AA2AA(A1)A2 - 1.602 -0.032 0.012 - 0.907 -1.185 -0.010 - -0.608 -1.060 -0.027 - -1.048 -0.042 1.054 - -0.649 1.032 0.029 - 0.864 1.285 -0.017 - -1.068 0.003 -1.041 -[a+]1aa[a+]aa1 - 1.350 -0.004 0.002 - 0.686 -1.158 -0.002 - -0.693 -1.158 0.000 - -1.357 0.008 0.001 - -0.673 1.162 0.000 - 0.689 1.149 -0.002 -[aH]1aa[aH]aa1 - -0.732 1.140 0.100 - -1.390 -0.112 -0.054 - -0.659 -1.228 -0.051 - 0.745 -1.127 0.104 - 1.371 0.117 -0.051 - 0.663 1.208 -0.048 -A1A=AA=A[AH+]1 - 0.177 -1.401 -0.230 - 1.285 -0.495 0.067 - 1.105 0.788 0.112 - -0.173 1.356 -0.095 - -1.266 0.563 -0.069 - -1.129 -0.810 0.217 -A1A=A2AAA=A2A1 - -2.202 0.027 0.004 - -1.294 1.191 -0.002 - -0.008 0.755 -0.001 - 1.439 1.189 0.000 - 2.240 -0.094 0.001 - 1.278 -1.205 0.000 - -0.018 -0.725 -0.001 - -1.435 -1.138 -0.002 -A1AA2=AAAA2=A1 - -2.208 -0.115 -0.004 - -1.444 0.982 0.002 - -0.061 0.618 0.001 - 1.049 1.427 0.000 - 2.516 0.501 -0.001 - 1.612 -1.386 0.000 - -0.073 -0.787 0.001 - -1.393 -1.237 0.001 -a1aaa2=AAAa2a1 - 2.081 -0.732 -0.000 - 2.128 0.673 0.001 - 0.968 1.385 0.001 - -0.260 0.700 -0.000 - -1.584 1.135 -0.000 - -2.381 -0.017 -0.001 - -1.564 -1.087 0.004 - -0.281 -0.678 -0.001 - 0.897 -1.377 -0.001 -A1AAA=A[AH+]A1 - 1.677 0.122 -0.140 - 1.035 -1.193 0.288 - -0.262 -1.442 -0.473 - -1.409 -0.739 0.233 - -1.458 0.574 0.227 - -0.459 1.344 -0.420 - 0.874 1.333 0.284 -A1AAA2(AA1)AA2 - -2.070 0.000 -0.103 - -1.353 1.214 0.307 - -0.014 1.290 -0.434 - 0.768 -0.000 -0.167 - -0.014 -1.290 -0.434 - -1.353 -1.214 0.307 - 2.267 0.000 -0.461 - 1.770 -0.000 0.986 -A1AA=A2AAAA2A1 - 2.223 -0.302 -0.491 - 2.166 1.074 0.177 - 0.753 1.609 0.079 - -0.275 0.698 0.048 - -2.010 1.029 -0.071 - -2.640 -0.692 -0.059 - -1.329 -1.489 0.042 - -0.127 -0.672 0.088 - 1.237 -1.258 0.183 -A1AAA2AAAAA2A1 - -2.498 0.712 0.279 - -2.498 -0.712 -0.279 - -1.249 -1.450 0.206 - -0.000 -0.712 -0.279 - 1.249 -1.450 0.206 - 2.498 -0.712 -0.279 - 2.499 0.712 0.279 - 1.249 1.450 -0.206 - -0.000 0.712 0.279 - -1.249 1.450 -0.206 -a1aaa2AAA=a2a1 - 2.079 -0.702 0.003 - 2.061 0.638 -0.002 - 0.952 1.319 -0.000 - -0.263 0.691 -0.000 - -1.529 1.149 0.001 - -2.355 0.082 0.001 - -1.558 -1.072 -0.000 - -0.306 -0.695 -0.001 - 0.923 -1.408 -0.002 -a1aaa[aH][aH]1 - 0.018 -1.378 0.046 - 1.143 -0.697 0.089 - 1.147 0.691 -0.088 - 0.025 1.378 -0.048 - -1.166 0.688 0.171 - -1.167 -0.683 -0.170 -A1A=AA2AAAA2A1 - 2.219 -0.656 -0.001 - 2.110 0.755 0.000 - 0.905 1.365 0.001 - -0.288 0.684 0.001 - -1.571 1.105 -0.003 - -2.373 0.024 0.001 - -1.616 -1.090 0.000 - -0.324 -0.718 0.000 - 0.938 -1.466 -0.001 -A1AAA[AH2+]A1 - 0.706 1.248 -0.254 - 1.450 0.000 0.230 - 0.707 -1.248 -0.254 - -0.732 -1.212 0.266 - -1.400 0.000 -0.255 - -0.733 1.211 0.266 -A1AA2AA(A1)A2 - 1.621 -0.000 -0.208 - 0.863 -1.247 0.270 - -0.631 -1.048 -0.039 - -1.259 -0.000 0.899 - -0.631 1.048 -0.039 - 0.864 1.247 0.270 - -0.826 -0.000 -1.154 -a1[aH]aa[a+]1 - 0.106 -1.131 -0.001 - -1.058 -0.445 0.002 - -0.743 0.887 -0.002 - 0.602 0.969 0.002 - 1.092 -0.278 -0.001 -A1AA[AH2+]AA1 - 1.101 -0.894 -0.222 - -0.265 -1.398 0.254 - -1.351 -0.438 -0.243 - -1.040 0.920 0.255 - 0.276 1.356 -0.258 - 1.280 0.456 0.216 -A1AA=a2aaaa12 - 1.561 0.924 -0.000 - 2.287 -0.428 -0.000 - 1.170 -1.447 0.001 - -0.025 -0.757 -0.001 - -1.794 -0.981 -0.000 - -2.248 0.746 0.001 - -1.060 1.341 -0.000 - 0.109 0.604 -0.000 -A1A=AAA=[A+]1 - -0.863 1.153 -0.137 - 0.623 1.250 0.069 - 1.394 0.141 0.064 - 0.810 -1.087 -0.116 - -0.544 -1.228 0.053 - -1.420 -0.231 0.067 -A1A=Aa2aaaa12 - -1.249 1.158 -0.004 - -2.094 -0.044 0.002 - -1.292 -1.075 0.000 - -0.015 -0.662 -0.000 - 1.242 -1.078 -0.001 - 2.041 -0.071 -0.000 - 1.349 1.058 0.001 - 0.021 0.714 0.002 -[a-]1aaa[a+]1 - 0.026 -1.121 -0.002 - 1.058 -0.362 0.001 - 0.678 0.866 0.001 - -0.654 0.930 -0.002 - -1.109 -0.311 0.002 -A1AAAAA=AAAA1 - 0.786 -1.272 -0.314 - -0.287 -1.238 0.461 - -1.650 -1.436 -0.177 - -2.584 -0.307 0.257 - -2.135 1.014 -0.374 - -0.826 1.435 0.247 - 0.297 1.162 -0.368 - 1.616 1.385 0.319 - 2.635 0.343 -0.124 - 2.145 -1.087 0.074 -A1=AA2A=AA1A2 - 1.238 -0.646 0.483 - 1.209 0.673 0.522 - -0.045 1.131 -0.308 - -1.218 0.628 0.547 - -1.177 -0.708 0.524 - 0.027 -1.108 -0.341 - -0.035 0.030 -1.428 -A1AA2AAA=A2A1 - 2.319 0.759 -0.001 - 0.967 1.436 -0.000 - -0.132 0.614 0.001 - -1.599 0.888 0.002 - -2.277 -0.487 -0.003 - -1.127 -1.464 0.002 - 0.041 -0.746 0.001 - 1.809 -1.002 -0.000 -A1AAAA=[A+]A1 - -0.714 1.395 -0.292 - -1.668 0.278 0.125 - -1.166 -1.091 -0.284 - 0.110 -1.379 0.388 - 1.270 -0.901 -0.186 - 1.572 0.395 -0.235 - 0.597 1.305 0.481 -[AH2+]1AA=AA1 - 1.230 0.006 -0.157 - 0.390 1.161 0.135 - -1.018 0.648 -0.057 - -1.008 -0.662 -0.057 - 0.407 -1.155 0.136 -A1AAAA[AH2+]1 - -0.720 1.211 -0.264 - 0.721 1.210 0.254 - 1.407 -0.001 -0.218 - 0.719 -1.211 0.254 - -0.721 -1.210 -0.264 - -1.406 0.000 0.236 -a1aaa2aaaa2a1 - 2.102 0.994 0.001 - 2.227 -0.389 -0.000 - 1.139 -1.204 -0.002 - -0.171 -0.667 -0.001 - -1.343 -1.330 0.004 - -2.505 -0.714 -0.002 - -2.022 1.007 -0.000 - -0.265 0.745 -0.000 - 0.841 1.560 0.001 -a1aaa2AAAa2a1 - 2.171 -0.694 -0.054 - 2.170 0.694 -0.055 - 0.974 1.381 0.002 - -0.226 0.691 0.060 - -1.649 1.204 0.127 - -2.531 0.002 -0.271 - -1.651 -1.202 0.129 - -0.228 -0.692 0.061 - 0.970 -1.384 -0.001 -A1AAAAAAAAAA1 - 0.045 2.360 0.433 - 1.093 1.738 -0.492 - 2.074 0.905 0.333 - 2.398 -0.391 -0.413 - 1.778 -1.577 0.327 - 0.485 -2.004 -0.370 - -0.670 -1.977 0.631 - -1.984 -1.669 -0.084 - -1.969 -0.263 -0.676 - -1.896 0.782 0.438 - -1.354 2.097 -0.128 -A1A=A[A-]A=A1 - -0.152 1.400 -0.107 - 1.175 0.788 0.051 - 1.262 -0.559 0.052 - 0.152 -1.330 -0.098 - -1.115 -0.823 0.048 - -1.323 0.522 0.053 -A1Aa2aaaaa2A1 - 2.443 0.018 -0.000 - 1.600 -1.240 -0.001 - 0.181 -0.726 -0.000 - -1.053 -1.330 -0.000 - -2.140 -0.568 0.001 - -2.036 0.753 0.002 - -0.864 1.367 -0.003 - 0.269 0.666 0.001 - 1.596 1.062 0.001 -A1AAA=A[AH+]1 - -0.783 1.218 0.233 - 0.692 1.214 -0.089 - 1.375 0.054 -0.088 - 0.724 -1.166 0.097 - -0.603 -1.243 0.061 - -1.406 -0.075 -0.215 -A1AA=AA=[A+]1 - 0.720 1.196 -0.298 - -0.691 1.240 0.287 - -1.426 -0.029 -0.063 - -0.752 -1.173 -0.134 - 0.699 -1.172 0.131 - 1.450 -0.064 0.077 -A1Aa2aaaa2=A1 - -2.122 0.409 -0.002 - -1.539 -0.804 0.003 - -0.135 -0.598 -0.001 - 1.020 -1.355 -0.001 - 2.207 -0.733 0.000 - 1.725 0.985 0.001 - 0.013 0.759 0.000 - -1.168 1.341 -0.001 -A1AA2(A1)AAA2 - 2.055 -0.328 -0.103 - 0.954 -0.612 0.935 - -0.000 0.131 -0.002 - 1.213 0.877 -0.559 - -0.954 -0.629 -0.924 - -2.055 -0.326 0.108 - -1.213 0.887 0.545 -A1A=AA[AH2+]1 - 0.157 1.196 -0.132 - -1.092 0.448 0.052 - -0.872 -0.810 0.057 - 0.607 -1.067 -0.128 - 1.202 0.232 0.153 -A1AAA2AAAA2A1 - -2.120 0.676 0.363 - -2.122 -0.676 -0.358 - -0.939 -1.513 0.140 - 0.286 -0.700 0.027 - 1.539 -1.193 0.007 - 2.470 0.000 0.004 - 1.539 1.193 -0.003 - 0.286 0.700 -0.037 - -0.939 1.513 -0.140 -a1aa[aH][a+]1 - 0.841 0.798 0.001 - -0.540 1.019 0.001 - -1.155 -0.187 -0.002 - -0.196 -1.137 0.002 - 1.048 -0.494 -0.002 -A1AAA2(A1)AA2 - -1.809 0.731 -0.123 - -1.740 -0.770 0.253 - -0.360 -1.202 -0.306 - 0.548 0.012 -0.039 - -0.365 1.240 0.079 - 1.800 -0.124 0.821 - 1.926 0.114 -0.686 -A1AA[AH+]A=A1 - 1.469 0.193 -0.155 - 0.853 -1.116 0.349 - -0.516 -1.301 -0.322 - -1.433 -0.183 0.099 - -0.849 1.094 0.065 - 0.474 1.312 -0.035 -A1AA2AAA1A=A2 - -1.277 0.515 -0.942 - 0.178 0.811 -1.334 - 1.229 0.300 -0.352 - 1.047 -1.224 -0.270 - -0.389 -1.560 0.136 - -1.197 -0.278 0.376 - -0.426 0.566 1.380 - 0.835 0.871 1.007 -A1AA2A=AAA2A1 - 2.228 -0.028 -0.256 - 1.323 -1.215 0.133 - -0.053 -0.690 0.057 - -1.360 -1.121 -0.024 - -2.176 -0.009 -0.073 - -1.298 1.165 -0.022 - -0.028 0.708 0.052 - 1.363 1.189 0.132 -A1[A-]A=AA=A1 - -0.915 1.002 -0.002 - 0.438 1.284 0.002 - 1.330 0.246 -0.002 - 0.887 -0.996 0.000 - -0.425 -1.257 0.001 - -1.317 -0.280 0.000 -A1AAa2aaaa2A1 - -2.114 1.020 0.342 - -2.190 -0.326 -0.387 - -1.143 -1.189 0.062 - 0.131 -0.652 0.034 - 1.299 -1.412 0.063 - 2.505 -0.795 0.029 - 2.039 0.929 -0.046 - 0.283 0.702 -0.028 - -0.808 1.723 -0.067 -A1AA=[A+]A=A1 - 1.371 -0.017 -0.002 - 0.682 -1.178 0.000 - -0.726 -1.140 0.001 - -1.349 0.016 0.000 - -0.665 1.160 -0.002 - 0.689 1.160 0.003 -A1AA=[A+]AA1 - 1.143 0.808 0.297 - -0.163 1.365 -0.096 - -1.254 0.524 -0.088 - -1.175 -0.809 0.022 - 0.209 -1.387 0.152 - 1.240 -0.500 -0.286 -A1=AAA=[A+]1 - 0.331 1.081 0.001 - 1.200 0.113 0.001 - 0.435 -1.146 -0.002 - -1.009 -0.684 0.002 - -0.955 0.634 -0.002 -A1AA2(A1)AA2 - 1.803 -0.000 0.297 - 0.818 1.062 -0.223 - -0.276 -0.000 -0.071 - 0.819 -1.062 -0.224 - -1.688 0.000 -0.648 - -1.477 -0.000 0.869 -A1AA=A[AH+]1 - -0.478 -1.181 0.002 - 1.010 -0.781 -0.002 - 0.976 0.732 0.001 - -0.310 1.129 0.001 - -1.200 0.100 -0.002 -A1AAA=[A+]A1 - -0.608 1.260 0.350 - -1.411 0.157 -0.351 - -0.883 -1.198 0.131 - 0.616 -1.216 0.062 - 1.446 -0.192 -0.052 - 0.840 1.190 -0.139 -A1AA[A+]=AA1 - 1.421 -0.166 -0.304 - 0.582 -1.280 0.340 - -0.858 -1.151 -0.164 - -1.420 0.244 -0.032 - -0.545 1.237 0.073 - 0.819 1.118 0.087 -A1=AA=AA=AA1 - -0.470 -1.538 0.000 - -1.515 -0.616 0.002 - -1.415 0.789 -0.003 - -0.262 1.562 0.001 - 1.090 1.142 0.001 - 1.597 -0.079 -0.000 - 0.974 -1.261 -0.001 -A1AAA=AA=AA1 - -1.283 1.263 -0.227 - -1.846 -0.137 -0.518 - -1.112 -1.118 0.283 - 0.101 -1.533 0.099 - 1.381 -1.115 0.078 - 1.767 0.190 -0.499 - 1.129 1.282 -0.005 - -0.140 1.167 0.792 -A1Aa2aaaa2A1 - -2.233 0.026 -0.249 - -1.338 -1.173 0.134 - 0.042 -0.675 0.050 - 1.340 -1.114 -0.027 - 2.120 -0.018 -0.068 - 1.324 1.059 -0.018 - 0.076 0.672 0.051 - -1.334 1.224 0.130 -A1A=AA=AA=A1 - -0.275 -1.585 -0.000 - -1.418 -0.765 0.001 - -1.482 0.611 0.001 - -0.438 1.533 -0.001 - 0.922 1.304 -0.002 - 1.605 0.091 0.003 - 1.087 -1.190 -0.002 -A1AAAA=AAAA1 - -0.815 -1.413 -0.484 - 0.228 -1.575 0.554 - 1.607 -1.229 -0.021 - 1.898 0.241 0.292 - 1.205 1.130 -0.704 - 0.010 1.632 -0.444 - -0.583 1.176 0.891 - -1.903 0.425 0.556 - -1.643 -0.388 -0.641 -a1aa2aaaa2a1 - -2.193 0.342 0.004 - -1.194 1.419 -0.002 - 0.033 0.782 -0.001 - 1.800 0.961 0.000 - 2.210 -0.779 0.001 - 1.003 -1.343 0.000 - -0.144 -0.573 -0.001 - -1.517 -0.811 -0.002 -A1AAAA=[A+]1 - -0.832 1.164 -0.160 - 0.617 1.226 0.334 - 1.369 0.120 -0.287 - 0.812 -1.074 0.089 - -0.549 -1.216 0.067 - -1.418 -0.220 -0.043 -A1AA2AAA1AA2 - 0.765 1.410 -0.305 - -0.765 1.410 -0.305 - -1.275 -0.000 -0.000 - -0.765 -0.441 1.373 - 0.765 -0.441 1.374 - 1.275 0.000 0.000 - 0.765 -0.969 -1.068 - -0.765 -0.969 -1.069 -A1=AAA[AH+]1 - 0.978 -0.650 0.000 - 1.004 0.655 0.000 - -0.298 1.354 -0.001 - -1.441 -0.026 0.000 - -0.243 -1.334 -0.001 -A1A=AA=[A+]1 - 0.160 1.208 0.001 - -1.154 0.458 -0.002 - -0.834 -0.850 0.002 - 0.625 -0.990 -0.002 - 1.204 0.176 0.001 -A1[AH-]AAAA1 - -0.699 1.245 -0.002 - -1.421 0.041 -0.109 - -0.770 -1.203 0.000 - 0.716 -1.269 0.242 - 1.386 -0.039 -0.376 - 0.787 1.225 0.245 -A1AAA[AH2+]1 - 0.419 -1.164 0.251 - -1.011 -0.771 -0.197 - -1.049 0.752 0.062 - 0.426 1.194 0.077 - 1.215 -0.009 -0.193 -A1AAa2aaaa12 - 1.310 -1.229 -0.116 - 2.159 0.011 0.249 - 1.290 1.096 -0.126 - 0.006 0.657 -0.048 - -1.225 1.121 0.025 - -2.089 0.094 0.059 - -1.386 -1.051 0.011 - -0.062 -0.699 -0.051 -A1AA2AAAA2A1 - -1.650 0.084 0.715 - -1.447 -0.959 -0.106 - -0.102 -0.770 -0.778 - 1.009 -1.275 0.162 - 1.648 -0.092 0.718 - 1.448 0.974 -0.105 - 0.104 0.771 -0.773 - -1.010 1.270 0.167 -[AH2+]1AAAA1 - 0.053 -1.143 -0.002 - -1.097 -0.416 0.002 - -0.795 0.899 -0.001 - 0.696 0.983 -0.001 - 1.142 -0.324 0.002 -A1AAAAAAAAA1 - 0.406 1.839 0.330 - -0.975 1.666 -0.305 - -1.856 0.816 0.612 - -2.487 -0.320 -0.196 - -1.638 -1.584 -0.048 - -0.219 -1.293 -0.461 - 0.784 -1.509 0.460 - 2.130 -1.148 -0.077 - 2.390 0.322 0.262 - 1.466 1.208 -0.576 -a1aaa[a+]a1 - 0.716 1.181 -0.003 - 1.404 -0.020 0.002 - 0.675 -1.201 0.000 - -0.706 -1.144 -0.001 - -1.414 0.018 0.000 - -0.674 1.164 0.002 -A1AA2AAA1A2 - -1.239 -0.775 -0.512 - -1.239 0.775 -0.511 - 0.000 1.120 0.368 - 1.239 0.775 -0.512 - 1.239 -0.775 -0.512 - -0.000 -1.120 0.368 - 0.000 -0.000 1.313 -a1aa[a+]aa1 - -1.203 -0.638 0.001 - -0.019 -1.365 0.000 - 1.187 -0.668 -0.002 - 1.165 0.662 0.003 - 0.017 1.321 -0.002 - -1.148 0.690 -0.000 -[aH+]1aaaa1 - 1.123 0.006 0.133 - 0.323 1.090 -0.114 - -0.892 0.639 0.048 - -0.891 -0.646 0.048 - 0.337 -1.090 -0.114 -A1AAA=[A+]1 - 0.554 1.125 -0.001 - -0.961 0.836 0.002 - -1.019 -0.636 -0.002 - 0.257 -1.115 0.002 - 1.171 -0.212 -0.000 -A1AA[AH2+]1 - -1.052 0.071 0.147 - -0.019 -1.032 -0.143 - 1.053 0.035 0.147 - 0.017 0.926 -0.151 -A1AAAA=AAA1 - -0.528 1.094 0.896 - 0.441 1.691 -0.105 - 1.324 0.644 -0.779 - 1.714 -0.447 0.229 - 0.617 -1.424 0.461 - -0.582 -1.586 0.038 - -1.266 -0.555 -0.834 - -1.721 0.583 0.094 -a1[a-]aaaa1 - 1.371 0.181 0.001 - 0.842 -1.097 -0.002 - -0.529 -1.277 0.001 - -1.371 -0.181 0.001 - -0.842 1.096 -0.002 - 0.529 1.277 0.001 -A1=AA=AA=A1 - -1.333 0.310 -0.000 - -0.357 1.395 -0.000 - 0.932 1.179 0.001 - 1.437 -0.299 -0.000 - 0.288 -1.482 -0.000 - -0.968 -1.105 -0.000 -A1AAAAAAAA1 - 1.203 -1.217 -0.476 - 0.262 -1.687 0.594 - -1.139 -1.760 -0.032 - -1.686 -0.432 -0.617 - -1.627 0.579 0.593 - -0.944 1.840 0.017 - 0.458 1.662 -0.593 - 1.389 1.132 0.543 - 2.086 -0.116 -0.033 -A1AA=AA=AA1 - -1.684 0.883 0.395 - -0.255 1.636 -0.265 - 0.987 1.143 -0.490 - 1.593 0.048 -0.045 - 1.063 -1.091 0.526 - -0.120 -1.614 0.296 - -1.585 -1.006 -0.415 -A1A=AAAA=A1 - -0.507 -1.462 0.043 - -1.498 -0.561 -0.049 - -1.306 0.781 -0.195 - -0.197 1.500 0.409 - 1.113 1.167 -0.266 - 1.547 -0.187 -0.020 - 0.851 -1.241 0.076 -A1=AA=A=AA1 - 0.049 -1.350 0.070 - -1.180 -0.743 0.052 - -1.303 0.636 -0.066 - -0.097 1.246 -0.052 - 1.179 0.843 0.161 - 1.352 -0.632 -0.165 -A1AA[At]AA1 - -1.303 -0.001 0.650 - -0.772 -1.242 -0.026 - 0.519 -1.358 -0.347 - 1.809 0.000 0.099 - 0.514 1.353 -0.344 - -0.769 1.246 -0.033 -A1AAA[A+]A1 - -0.750 -1.256 -0.334 - -1.426 0.000 0.208 - -0.750 1.256 -0.334 - 0.631 1.422 0.307 - 1.664 0.000 -0.155 - 0.631 -1.423 0.306 -A1AAA=AA=A1 - 0.264 -1.541 -0.000 - 1.368 -0.763 -0.002 - 1.424 0.640 0.003 - 0.389 1.507 -0.002 - -0.898 1.243 -0.000 - -1.522 0.064 0.000 - -1.023 -1.152 0.001 -[A-]1AAA=A1 - -0.991 -0.612 -0.002 - 0.139 -1.358 0.002 - 1.410 -0.103 -0.002 - 0.341 1.328 0.002 - -0.900 0.746 -0.002 -A1AA=AAAA1 - 0.795 -1.128 0.610 - -0.377 -1.486 -0.304 - -1.502 -0.504 -0.199 - -1.427 0.784 0.058 - -0.133 1.435 0.450 - 0.935 1.041 -0.475 - 1.711 -0.143 -0.140 -A1AAAAAAA1 - -1.350 0.001 0.798 - -1.371 1.250 -0.085 - 0.013 1.463 -0.700 - 1.086 1.248 0.370 - 1.901 -0.001 0.031 - 1.084 -1.250 0.370 - 0.011 -1.463 -0.700 - -1.373 -1.248 -0.085 -[a-]1aaaa1 - -1.113 -0.229 -0.001 - -0.569 0.995 0.002 - 0.735 0.814 -0.002 - 1.015 -0.439 0.002 - -0.066 -1.141 -0.001 -A1AAA[A+]1 - 0.305 -1.374 0.274 - -1.009 -0.764 -0.288 - -1.077 0.730 0.029 - 0.305 1.408 0.096 - 1.475 0.002 -0.112 -[Aa]1AAAA1 - 1.767 0.001 0.008 - 0.137 1.335 -0.168 - -1.011 0.703 0.349 - -1.050 -0.700 -0.259 - 0.155 -1.338 0.072 -A1A=AAA=A1 - 1.336 -0.230 0.121 - 0.900 1.052 -0.060 - -0.418 1.330 -0.066 - -1.444 0.252 0.129 - -0.838 -1.108 -0.064 - 0.463 -1.294 -0.062 -a1aaa[a+]1 - -0.489 0.963 -0.002 - -1.091 -0.089 0.001 - -0.220 -1.113 0.001 - 1.016 -0.545 -0.002 - 0.784 0.784 0.002 -A1AA=AA=A1 - 0.278 -1.309 0.000 - -1.004 -0.899 0.002 - -1.301 0.431 -0.003 - -0.294 1.335 0.002 - 1.039 0.873 -0.000 - 1.280 -0.431 -0.001 -A1=AA=AAA1 - -1.351 -0.236 -0.002 - -0.915 1.019 0.003 - 0.536 1.245 -0.002 - 1.337 0.201 -0.000 - 0.858 -0.993 0.001 - -0.463 -1.234 0.000 -A1AAA=AAA1 - 0.074 1.446 -0.516 - 0.925 0.916 0.601 - 1.387 -0.337 0.584 - 0.929 -1.251 -0.368 - -0.386 -1.428 -0.540 - -1.518 -0.517 0.461 - -1.413 1.172 -0.222 -[aH]1aaaa1 - -1.144 0.000 -0.002 - -0.328 -1.082 0.003 - 0.901 -0.643 -0.002 - 0.901 0.643 0.001 - -0.328 1.082 0.001 -A1AAAA=AA1 - 1.536 -0.516 0.070 - 0.539 -1.634 -0.136 - -0.826 -1.408 0.492 - -1.697 -0.080 -0.367 - -0.948 1.318 0.430 - 0.290 1.574 0.200 - 1.109 0.744 -0.692 -A1A[A-]AA1 - 0.570 1.100 0.002 - -0.917 0.805 -0.002 - -1.022 -0.539 0.001 - 0.179 -1.128 0.001 - 1.188 -0.238 -0.002 -[A-]1AAAA1 - -1.179 -0.279 -0.052 - -0.722 0.985 -0.054 - 0.779 0.995 0.133 - 1.209 -0.459 -0.168 - -0.087 -1.241 0.140 -A1AA2AA1A2 - -1.213 0.790 0.037 - -1.230 -0.768 0.057 - 0.313 -1.035 0.009 - 0.993 0.015 0.975 - 0.335 1.022 -0.017 - 0.802 -0.025 -1.060 -a1aaa[a]a1 - -0.679 1.193 0.001 - -1.389 0.001 -0.002 - -0.681 -1.192 0.001 - 0.700 -1.155 0.001 - 1.346 -0.001 -0.002 - 0.701 1.155 0.001 -[At]1AAAA1 - 1.635 -0.001 -0.014 - 0.191 -1.568 -0.036 - -1.028 -0.712 0.201 - -0.986 0.726 -0.320 - 0.187 1.555 0.171 -a1aaa[aH]1 - -0.108 1.131 0.003 - -1.094 0.277 -0.002 - -0.599 -0.970 0.001 - 0.745 -0.884 0.001 - 1.057 0.448 -0.002 -A1AAA=AA1 - 0.368 1.292 0.000 - 1.330 0.353 0.001 - 1.004 -0.957 0.000 - -0.418 -1.329 -0.002 - -1.349 -0.330 0.003 - -0.936 0.972 -0.002 -A1AAAAAA1 - -1.502 0.713 0.149 - -0.279 1.437 -0.451 - 0.904 1.202 0.450 - 1.756 -0.000 0.000 - 0.903 -1.202 -0.450 - -0.280 -1.437 0.450 - -1.502 -0.712 -0.148 -A1=AA=AA1 - 1.105 0.356 0.001 - 0.743 -0.916 0.001 - -0.743 -0.916 -0.002 - -1.105 0.356 0.002 - 0.000 1.119 -0.002 -A1AA=AAA1 - -0.501 -1.306 0.067 - 0.972 -1.099 -0.133 - 1.352 0.339 0.069 - 0.450 1.315 0.065 - -0.906 1.031 -0.124 - -1.369 -0.279 0.056 -A1AAAA=A1 - -0.796 -1.155 -0.085 - 0.528 -1.381 -0.153 - 1.659 -0.075 0.201 - 0.671 1.332 -0.380 - -0.729 1.203 0.152 - -1.334 0.077 0.264 -A1=AAA=A1 - -0.218 -1.305 0.001 - 0.921 -0.631 -0.000 - 0.930 0.633 -0.002 - -0.244 1.311 0.003 - -1.387 -0.009 -0.001 -A1AA21AA2 - -1.325 -0.708 -0.290 - -1.325 0.708 0.290 - 0.000 0.000 0.000 - 1.325 0.290 -0.708 - 1.325 -0.290 0.708 -A1AA=AA1 - -1.305 0.000 -0.163 - -0.372 1.197 0.136 - 1.025 0.652 -0.055 - 1.024 -0.653 -0.055 - -0.372 -1.197 0.136 -A1A=AAA1 - -0.028 1.145 0.002 - 1.132 0.340 -0.001 - 0.653 -0.934 -0.001 - -0.688 -0.851 0.002 - -1.068 0.298 -0.002 -A1AAA=A1 - 0.590 -1.000 -0.001 - 1.227 0.192 0.001 - 0.124 1.233 -0.001 - -1.148 0.410 0.000 - -0.792 -0.834 0.000 -A1AAAAA1 - 0.703 1.247 -0.255 - 1.446 -0.001 0.233 - 0.702 -1.248 -0.255 - -0.743 -1.199 0.247 - -1.367 0.000 -0.216 - -0.742 1.199 0.247 -a1aaaaa1 - 1.200 -0.692 0.003 - -0.000 -1.381 -0.002 - -1.200 -0.691 -0.000 - -1.207 0.688 0.001 - 0.000 1.389 -0.000 - 1.207 0.687 -0.002 -A1AA=A1 - 0.294 0.987 0.001 - 1.011 -0.311 -0.001 - -0.312 -0.951 0.002 - -0.992 0.275 -0.002 -A1AAAA1 - -0.783 -1.009 -0.200 - 0.734 -1.068 0.074 - 1.238 0.386 0.074 - 0.009 1.278 -0.200 - -1.198 0.413 0.251 -a1aaaa1 - -0.188 -1.354 -0.002 - 1.002 -0.639 0.003 - 0.908 0.730 -0.002 - -0.322 1.311 0.000 - -1.401 -0.046 0.000 -A1AAA1 - 0.334 1.006 -0.173 - -1.007 0.333 0.173 - -0.333 -1.005 -0.173 - 1.006 -0.334 0.173 -A1AA1 - -0.029 0.883 0.000 - 0.779 -0.417 0.000 - -0.751 -0.466 0.000 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/gaff.dat --- a/CADDSuite-1.6/data/OpenBabel/gaff.dat Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5839 +0,0 @@ -AMBER General Force Field for organic molecules (Version 1.4, March 2010) add. info. at the end -c 12.01 0.616 Sp2 C carbonyl group -c1 12.01 0.360 Sp C -c2 12.01 0.360 Sp2 C -c3 12.01 0.878 Sp3 C -ca 12.01 0.360 Sp2 C in pure aromatic systems -cp 12.01 0.360 Head Sp2 C that connect two rings in biphenyl sys. -cq 12.01 0.360 Head Sp2 C that connect two rings in biphenyl sys. identical to cp -cc 12.01 0.360 Sp2 carbons in non-pure aromatic systems -cd 12.01 0.360 Sp2 carbons in non-pure aromatic systems, identical to cc -ce 12.01 0.360 Inner Sp2 carbons in conjugated systems -cf 12.01 0.360 Inner Sp2 carbons in conjugated systems, identical to ce -cg 12.01 0.360 Inner Sp carbons in conjugated systems -ch 12.01 0.360 Inner Sp carbons in conjugated systems, identical to cg -cx 12.01 0.360 Sp3 carbons in triangle systems -cy 12.01 0.360 Sp3 carbons in square systems -cu 12.01 0.360 Sp2 carbons in triangle systems -cv 12.01 0.360 Sp2 carbons in square systems -cz 12.01 0.360 Sp2 carbon in guanidine group -h1 1.008 0.135 H bonded to aliphatic carbon with 1 electrwd. group -h2 1.008 0.135 H bonded to aliphatic carbon with 2 electrwd. group -h3 1.008 0.135 H bonded to aliphatic carbon with 3 electrwd. group -h4 1.008 0.135 H bonded to non-sp3 carbon with 1 electrwd. group -h5 1.008 0.135 H bonded to non-sp3 carbon with 2 electrwd. group -ha 1.008 0.135 H bonded to aromatic carbon -hc 1.008 0.135 H bonded to aliphatic carbon without electrwd. group -hn 1.008 0.161 H bonded to nitrogen atoms -ho 1.008 0.135 Hydroxyl group -hp 1.008 0.135 H bonded to phosphate -hs 1.008 0.135 Hydrogen bonded to sulphur -hw 1.008 0.135 Hydrogen in water -hx 1.008 0.135 H bonded to C next to positively charged group -f 19.00 0.320 Fluorine -cl 35.45 1.910 Chlorine -br 79.90 2.880 Bromine -i 126.9 4.690 Iodine -n 14.01 0.530 Sp2 nitrogen in amide groups -n1 14.01 0.530 Sp N -n2 14.01 0.530 aliphatic Sp2 N with two connected atoms -n3 14.01 0.530 Sp3 N with three connected atoms -n4 14.01 0.530 Sp3 N with four connected atoms -na 14.01 0.530 Sp2 N with three connected atoms -nb 14.01 0.530 Sp2 N in pure aromatic systems -nc 14.01 0.530 Sp2 N in non-pure aromatic systems -nd 14.01 0.530 Sp2 N in non-pure aromatic systems, identical to nc -ne 14.01 0.530 Inner Sp2 N in conjugated systems -nf 14.01 0.530 Inner Sp2 N in conjugated systems, identical to ne -nh 14.01 0.530 Amine N connected one or more aromatic rings -no 14.01 0.530 Nitro N -o 16.00 0.434 Oxygen with one connected atom -oh 16.00 0.465 Oxygen in hydroxyl group -os 16.00 0.465 Ether and ester oxygen -ow 16.00 0.465 Oxygen in water -p2 30.97 1.538 Phosphate with two connected atoms -p3 30.97 1.538 Phosphate with three connected atoms, such as PH3 -p4 30.97 1.538 Phosphate with three connected atoms, such as O=P(CH3)2 -p5 30.97 1.538 Phosphate with four connected atoms, such as O=P(OH)3 -pb 30.97 1.538 Sp2 P in pure aromatic systems -pc 30.97 1.538 Sp2 P in non-pure aromatic systems -pd 30.97 1.538 Sp2 P in non-pure aromatic systems, identical to pc -pe 30.97 1.538 Inner Sp2 P in conjugated systems -pf 30.97 1.538 Inner Sp2 P in conjugated systems, identical to pe -px 30.97 1.538 Special p4 in conjugated systems -py 30.97 1.538 Special p5 in conjugated systems -s 32.06 2.900 S with one connected atom -s2 32.06 2.900 S with two connected atom, involved at least one double bond -s4 32.06 2.900 S with three connected atoms -s6 32.06 2.900 S with four connected atoms -sh 32.06 2.900 Sp3 S connected with hydrogen -ss 32.06 2.900 Sp3 S in thio-ester and thio-ether -sx 32.06 2.900 Special s4 in conjugated systems -sy 32.06 2.900 Special s6 in conjugated systems - -hn ho hs n na nc nd ne nf n2 n3 n4 o oh os ow sh ss -ow-hw 553.0 0.9572 TIP3P_Water 1 -br-br 123.2 2.5420 SOURCE1 4 0.0000 -br-c1 352.7 1.7870 SOURCE2 4 0.0024 -br-c2 278.7 1.8830 SOURCE1 31 0.0000 -br-c 240.3 1.9460 SOURCE2 2 0.0285 -br-c3 229.5 1.9660 SOURCE1 100 0.0000 -br-ca 269.6 1.8970 SOURCE1 127 0.0058 -br-cc 277.6 1.8847 SOURCE4 39 0.0068 -br-cx 261.4 1.9100 SOURCE1 8 0.0000 -br-i 142.4 2.6710 SOURCE1 2 0.0245 -br-n1 330.4 1.8600 SOUECE3 1 -br-n2 219.0 2.0380 SOURCE3 5 0.1082 -br-n 320.2 1.8730 SOURCE3 4 0.0046 -br-n3 265.9 1.9520 SOURCE3 2 0.0000 -br-n4 282.4 1.9260 SOURCE3 3 0.0013 -br-na 237.3 2.0020 SOURCE3 7 0.2156 -br-nh 270.9 1.9440 SOURCE3 1 0.0000 -br-no 191.0 2.1010 SOURCE3 1 0.0000 -br-o 278.9 1.8000 SOUECE3 1 -br-oh 237.2 1.8660 SOURCE3 1 0.0000 -br-os 225.6 1.8870 SOURCE3 2 0.0000 -br-p2 174.3 2.2100 SOURCE3 9 0.0510 -br-p3 167.0 2.2310 SOURCE3 3 0.0101 -br-p4 188.8 2.1710 SOUECE3 1 -br-p5 179.3 2.1960 SOURCE3 3 0.0099 -br-s 170.6 2.2200 SOUECE3 1 -br-s4 134.3 2.3410 SOURCE3 1 0.0000 -br-s6 172.7 2.2140 SOURCE3 3 0.0443 -br-sh 174.4 2.2090 SOURCE3 1 0.0000 -br-ss 176.6 2.2030 SOURCE3 3 0.0035 -c1-c1 986.2 1.1810 SOURCE1 265 0.0031 -c1-c2 625.0 1.3070 SOURCE1 18 0.0000 -c1-c3 368.3 1.4700 SOURCE1 215 0.0017 -c1-ca 404.1 1.4400 SOUECE3 1 -c1-ce 607.4 1.3153 SOURCE4 6 0.0086 -c1-cg 845.8 1.2220 SOURCE3 22 0.0101 -c1-ch 845.8 1.2220 SOURCE3 22 same_as_c1-cg -c1-cl 419.7 1.6310 SOURCE2 6 0.0050 -c1-cx 399.1 1.4440 SOURCE1 38 0.0000 -c1-f 469.4 1.2700 SOURCE2 2 0.0085 -c1-ha 375.9 1.0660 SOURCE3 63 0.0035 -c1-hc 385.6 1.0600 SOUECE3 1 -c1-i 318.8 1.9890 SOURCE2 4 0.0032 -c1-n1 1014.5 1.1380 SOURCE1 170 0.0055 -c1-n2 769.8 1.2100 SOURCE3 5 0.0115 -c1-n3 409.8 1.3920 SOURCE2 1 0.0000 -c1-n4 378.2 1.4170 SOURCE3 3 0.0032 -c1-n 503.0 1.3300 SOUECE3 1 -c1-na 452.0 1.3620 SOURCE3 8 0.0034 -c1-ne 803.3 1.1986 SOURCE4 10 0.0088 -c1-nf 803.3 1.1986 SOURCE4 10 same_as_c1-ne -c1-nh 485.0 1.3408 SOURCE4 11 0.0037 -c1-no 393.0 1.4050 SOURCE3 3 0.0005 -c1-o 777.0 1.1660 SOURCE2 9 0.0052 -c1-oh 435.6 1.3260 SOURCE3 1 0.0000 -c1-os 437.1 1.3250 SOURCE3 3 0.0148 -c1-p2 289.3 1.7700 SOUECE3 1 -c1-p3 275.1 1.7900 SOUECE3 1 -c1-p4 275.1 1.7900 SOUECE3 1 -c1-p5 302.2 1.7530 SOURCE3 2 0.0000 -c1-s2 410.0 1.5950 SOURCE3 1 0.0000 -c1-s 371.8 1.6300 SOURCE1 14 0.0000 -c1-s4 272.9 1.7460 SOURCE3 2 0.0000 -c1-s6 290.4 1.7220 SOURCE3 2 0.0000 -c1-sh 324.5 1.6800 SOUECE3 1 -c1-ss 325.4 1.6790 SOURCE1 10 0.0000 -c2-c2 589.7 1.3240 SOURCE1 974 0.0096 -c2-c3 328.3 1.5080 SOURCE1 2536 0.0021 -c2-ca 357.2 1.4800 SOUECE3 1 -c2-cc 522.6 1.3600 SOURCE1 771 0.0185 -c2-cd 522.6 1.3600 SOURCE1 771 0.0185 -c2-ce 560.5 1.3390 SOURCE3 62 0.0128 -c2-cf 560.5 1.3390 SOURCE3 62 same_as_c2-ce -c2-cl 328.8 1.7220 SOURCE1 163 0.0098 -c2-cu 573.9 1.3320 SOURCE2 1 0.0000 -c2-cx 353.3 1.4836 SOURCE4 26 0.0064 -c2-cy 331.7 1.5046 SOURCE4 9 0.0053 -c2-f 368.7 1.3400 SOURCE1 34 0.0000 -c2-h4 348.6 1.0840 SOURCE3 40 0.0058 -c2-h5 338.0 1.0915 SOURCE4 42 0.0017 -c2-ha 344.3 1.0870 SOURCE3 797 0.0046 -c2-hc 344.3 1.0870 SOURCE3 789 0.0046 -c2-hx 350.1 1.0830 SOURCE3 3 0.0008 -c2-i 223.2 2.1530 SOURCE3 2 0.0000 -c2-n1 546.0 1.3060 SOURCE3 4 0.0161 -c2-n2 581.1 1.2880 SOURCE1 103 0.0100 -c2-n3 486.3 1.3400 SOUECE3 1 -c2-n 390.5 1.4070 SOURCE3 9 0.0124 -c2-n4 309.1 1.4820 SOURCE3 5 0.0064 -c2-na 411.1 1.3910 SOURCE3 31 0.0289 -c2-nc 533.0 1.3130 SOURCE1 99 0.0095 -c2-nd 533.0 1.3130 SOURCE1 99 same_as_c2-nc -c2-ne 597.7 1.2800 SOURCE3 37 0.0110 -c2-nf 597.7 1.2800 SOURCE3 37 same_as_c2-ne -c2-nh 462.6 1.3550 SOURCE3 38 0.0413 -c2-no 345.6 1.4457 SOURCE4 7 0.0087 -c2-o 623.6 1.2244 SOURCE4 15 0.0036 -c2-oh 425.4 1.3330 SOURCE1 53 0.0000 -c2-os 392.6 1.3570 SOURCE1 315 0.0097 -c2-p2 375.9 1.6700 SOURCE3 62 0.0147 -c2-p3 246.6 1.8340 SOURCE3 5 0.0042 -c2-p4 254.0 1.8220 SOUECE3 1 -c2-p5 228.2 1.8658 SOURCE4 5 0.0025 -c2-pe 355.3 1.6910 SOURCE3 52 0.0542 -c2-pf 355.3 1.6910 SOURCE3 52 same_as_c2-pe -c2-s2 393.1 1.6100 SOURCE2 1 0.0000 -c2-s 281.5 1.7340 SOURCE3 4 0.0034 -c2-s4 263.2 1.7600 SOUECE3 1 -c2-s6 263.2 1.7600 SOUECE3 1 -c2-sh 252.0 1.7771 SOURCE4 5 0.0037 -c2-ss 280.0 1.7360 SOURCE1 209 0.0155 -c3-c3 303.1 1.5350 SOURCE1 14664 0.0048 -c3-ca 323.5 1.5130 SOURCE1 1813 0.0000 -c3-cc 337.3 1.4990 SOURCE3 50 0.0096 -c3-cd 337.3 1.4990 SOURCE3 50 0.0096 -c3-ce 331.3 1.5050 SOURCE3 9 0.0024 -c3-cf 331.3 1.5050 SOURCE3 9 same_as_c3-ce -c3-cl 279.0 1.7860 SOURCE1 267 0.0194 -c3-cu 359.4 1.4780 SOURCE1 7 0.0000 -c3-cv 347.6 1.4890 SOURCE1 11 0.0000 -c3-cx 322.5 1.5140 SOURCE1 712 0.0045 -c3-cy 308.5 1.5290 SOURCE1 376 0.0000 -c3-f 363.8 1.3440 SOURCE1 617 0.0281 -c3-h1 335.9 1.0930 SOURCE3 2175 0.0082 -c3-h2 326.4 1.1000 SOURCE3 66 0.0280 -c3-h3 333.4 1.0948 SOURCE4 25 0.0026 -c3-hc 337.3 1.0920 SOURCE3 2815 0.0059 -c3-hx 338.7 1.0910 SOURCE3 146 0.0066 -c3-i 219.1 2.1620 SOURCE1 15 0.0000 -c3-n1 325.1 1.4700 SOURCE3 0 -c3-n2 313.8 1.4770 SOURCE1 129 0.0138 -c3-n 330.6 1.4600 SOURCE1 187 0.0079 -c3-n3 320.6 1.4700 SOURCE1 1678 0.0017 -c3-n4 293.6 1.4990 SOURCE1 1370 0.0000 -c3-na 334.7 1.4560 SOURCE3 23 0.0119 -c3-nc 334.7 1.4560 SOURCE3 9 0.0109 -c3-nd 334.7 1.4560 SOURCE3 9 same_as_c3-nc -c3-nh 332.7 1.4580 SOURCE3 27 0.0085 -c3-no 265.4 1.5330 SOURCE1 83 0.0212 -c3-o 449.9 1.3165 SOURCE4 8 0.0193 -c3-oh 314.1 1.4260 SOURCE1 914 0.0129 -c3-os 301.5 1.4390 SOURCE1 3123 0.0126 -c3-p2 234.3 1.8550 SOURCE3 9 0.0125 -c3-p3 240.6 1.8440 SOURCE3 109 0.0107 -c3-p4 247.2 1.8330 SOURCE3 29 0.0138 -c3-p5 259.7 1.8130 SOURCE1 84 0.0000 -c3-px 252.7 1.8240 SOURCE3 28 0.0098 -c3-py 259.7 1.8130 SOURCE3 13 0.0163 -c3-s 212.9 1.8450 SOURCE3 4 0.0185 -c3-s4 233.8 1.8070 SOURCE1 139 0.0023 -c3-s6 254.0 1.7740 SOURCE1 118 0.0103 -c3-sh 225.3 1.8220 SOURCE3 12 0.0051 -c3-ss 225.8 1.8210 SOURCE1 358 0.0075 -c3-sx 232.6 1.8090 SOURCE3 30 0.0067 -c3-sy 248.9 1.7820 SOURCE3 31 0.0039 -ca-ca 478.4 1.3870 SOURCE1 6228 0.0147 -ca-cc 411.7 1.4340 SOURCE1 80 0.0000 -ca-cd 411.7 1.4340 SOURCE1 80 0.0000 -ca-ce 366.0 1.4720 SOURCE1 71 0.0030 -ca-cf 366.0 1.4720 SOURCE1 71 0.0030 -ca-cg 406.6 1.4380 SOURCE1 71 0.0045 -ca-ch 406.6 1.4380 SOURCE1 71 0.0045 -ca-cl 322.8 1.7290 SOURCE1 704 0.0095 -ca-cp 466.1 1.3950 SOURCE3 14 0.0110 -ca-cq 457.4 1.4009 SOURCE4 14 0.0058 -ca-cx 350.8 1.4860 SOURCE1 98 0.0118 -ca-cy 323.0 1.5135 SOURCE4 8 0.0043 -ca-f 363.8 1.3440 SOURCE1 205 0.0089 -ca-h4 342.9 1.0880 SOURCE3 57 0.0026 -ca-h5 347.2 1.0850 SOURCE3 15 0.0048 -ca-ha 344.3 1.0870 SOURCE3 1496 0.0045 -ca-i 252.4 2.0950 SOURCE1 51 0.0000 -ca-n1 398.1 1.4000 SOURCE3 0 -ca-n2 551.6 1.3030 SOURCE4 7 0.0058 -ca-n 372.3 1.4220 SOURCE3 9 0.0098 -ca-n4 325.6 1.4650 SOURCE1 23 0.0000 -ca-na 470.3 1.3500 SOURCE1 150 0.0103 -ca-nb 483.1 1.3420 SOURCE3 104 0.0076 -ca-nc 492.9 1.3360 SOURCE1 1826 0.0020 -ca-nd 492.9 1.3360 SOURCE1 1826 0.0020 -ca-ne 361.8 1.4310 SOURCE1 52 0.0000 -ca-nf 361.8 1.4310 SOURCE1 52 0.0000 -ca-nh 449.0 1.3640 SOURCE1 137 0.0085 -ca-no 322.6 1.4680 SOURCE1 556 0.0000 -ca-o 610.0 1.2304 SOURCE4 5 0.0026 -ca-oh 386.1 1.3620 SOURCE1 551 0.0000 -ca-os 372.4 1.3730 SOURCE1 1092 0.0071 -ca-p2 243.0 1.8400 SOUECE3 1 -ca-p3 252.7 1.8240 SOURCE1 145 0.0187 -ca-p4 264.3 1.8060 SOUECE3 1 -ca-p5 271.6 1.7950 SOURCE1 571 0.0028 -ca-pe 249.6 1.8290 SOURCE3 10 0.0042 -ca-pf 249.6 1.8290 SOURCE3 10 0.0042 -ca-px 252.1 1.8250 SOURCE3 5 0.0168 -ca-py 268.3 1.7999 SOURCE4 5 0.0072 -ca-s 277.9 1.7390 SOURCE3 2 0.0000 -ca-s4 245.2 1.7880 SOURCE1 51 0.0048 -ca-s6 263.9 1.7590 SOURCE1 229 0.0036 -ca-sh 251.3 1.7783 SOURCE4 12 0.0041 -ca-ss 256.6 1.7700 SOURCE1 297 0.0041 -ca-sx 223.5 1.8252 SOURCE4 24 0.0032 -ca-sy 247.7 1.7840 SOURCE3 13 0.0094 -c -c1 379.8 1.4600 SOUECE3 1 -c -c2 449.9 1.4060 SOURCE3 2 0.0370 -c -c 290.1 1.5500 SOURCE1 31 0.0100 -c -c3 328.3 1.5080 SOURCE1 2949 0.0060 -c -ca 349.7 1.4870 SOURCE1 480 0.0055 -c -cc 377.4 1.4620 SOURCE3 132 0.0210 -cc-cc 418.3 1.4290 SOURCE1 740 0.0069 -cc-cd 504.0 1.3710 SOURCE3 523 0.0217 -cc-ce 391.4 1.4502 SOURCE4 157 0.0098 -cc-cf 521.7 1.3605 SOURCE4 27 0.0086 -cc-cg 420.9 1.4270 SOURCE1 560 0.0000 -cc-ch 420.9 1.4270 SOURCE1 560 0.0000 -cc-cl 317.1 1.7359 SOURCE4 55 0.0078 -cc-cx 369.3 1.4691 SOURCE4 18 0.0037 -c -cd 377.4 1.4620 SOURCE3 132 0.0210 -c -ce 363.8 1.4740 SOURCE1 601 0.0105 -c -cf 363.8 1.4740 SOURCE1 601 0.0105 -cc-f 368.6 1.3401 SOURCE4 24 0.0034 -c -cg 389.3 1.4520 SOURCE3 2 0.0000 -c -ch 389.3 1.4520 SOURCE3 2 same_as_c-cg -cc-h4 350.1 1.0830 SOURCE3 599 0.0037 -cc-h5 356.0 1.0790 SOURCE3 40 0.0051 -cc-ha 347.2 1.0850 SOURCE3 740 0.0039 -c -cl 293.5 1.7660 SOURCE3 6 0.0250 -cc-n2 572.5 1.2923 SOURCE4 61 0.0067 -cc-n 426.0 1.3800 SOURCE3 56 0.0109 -cc-n4 299.0 1.4930 SOURCE4 7 0.0148 -cc-na 438.8 1.3710 SOURCE3 440 0.0144 -cc-nc 431.6 1.3760 SOURCE1 88 0.0000 -cc-nd 494.6 1.3350 SOURCE3 203 0.0239 -cc-ne 427.4 1.3790 SOURCE4 30 0.0126 -cc-nf 580.1 1.2885 SOURCE4 10 0.0112 -cc-nh 449.0 1.3640 SOURCE3 6 0.0040 -cc-no 367.4 1.4262 SOURCE4 133 0.0061 -cc-oh 411.8 1.3427 SOURCE4 64 0.0073 -cc-os 376.1 1.3700 SOURCE3 86 0.0192 -cc-pd 318.2 1.7330 SOURCE3 84 0.0161 -cc-sh 257.9 1.7681 SOURCE4 8 0.0027 -cc-ss 279.3 1.7370 SOURCE3 52 0.0194 -cc-sx 231.3 1.8113 SOURCE4 16 0.0050 -cc-sy 245.7 1.7872 SOURCE4 33 0.0105 -c -cu 441.4 1.4120 SOURCE2 1 0.0000 -c -cx 350.8 1.4860 SOURCE1 105 0.0000 -c -cy 308.5 1.5290 SOURCE1 18 0.0000 -cd-cd 418.3 1.4290 SOURCE1 740 0.0069 -cd-ce 504.8 1.3705 SOURCE4 43 0.0138 -cd-cf 381.8 1.4583 SOURCE4 92 0.0079 -cd-cg 420.9 1.4270 SOURCE1 560 0.0000 -cd-ch 420.9 1.4270 SOURCE1 560 0.0000 -cd-cl 317.3 1.7356 SOURCE4 11 0.0080 -cd-cx 358.6 1.4787 SOURCE4 6 0.0029 -cd-cy 330.9 1.5054 SOURCE4 10 0.0008 -cd-h4 350.1 1.0830 SOURCE3 599 0.0037 -cd-h5 356.0 1.0790 SOURCE3 40 0.0051 -cd-ha 347.2 1.0850 SOURCE3 740 0.0039 -cd-n2 577.7 1.2897 SOURCE4 20 0.0086 -cd-n 426.0 1.3800 SOURCE3 56 0.0109 -cd-na 438.8 1.3710 SOURCE3 440 0.0144 -cd-nc 494.6 1.3350 SOURCE3 203 0.0239 -cd-nd 431.6 1.3760 SOURCE1 88 0.0000 -cd-ne 554.1 1.3017 SOURCE4 13 0.0118 -cd-nh 449.0 1.3640 SOURCE3 6 0.0040 -cd-oh 404.7 1.3479 SOURCE4 57 0.0063 -cd-os 376.1 1.3700 SOURCE3 86 0.0192 -cd-pc 318.2 1.7330 SOURCE3 84 same_as_cc-pd -cd-ss 279.3 1.7370 SOURCE3 52 0.0194 -cd-sy 251.7 1.7777 SOURCE4 22 0.0034 -ce-ce 390.5 1.4510 SOURCE1 66 0.0060 -ce-cf 562.4 1.3380 SOURCE1 543 0.0045 -ce-cg 415.6 1.4310 SOURCE1 22 0.0000 -ce-ch 415.6 1.4310 SOURCE1 22 0.0000 -ce-cl 292.6 1.7671 SOURCE4 24 0.0062 -ce-cx 337.0 1.4993 SOURCE4 5 0.0066 -ce-cy 323.0 1.5135 SOURCE4 17 0.0024 -ce-h4 337.8 1.0916 SOURCE4 125 0.0033 -ce-ha 341.5 1.0890 SOURCE3 55 0.0056 -ce-n1 540.3 1.3090 SOURCE4 10 0.0027 -ce-n2 599.8 1.2790 SOURCE1 75 0.0000 -ce-n 369.2 1.4246 SOURCE4 130 0.0066 -ce-na 373.8 1.4207 SOURCE4 5 0.0051 -ce-ne 381.8 1.4140 SOURCE3 7 0.0103 -ce-nf 571.9 1.2926 SOURCE4 15 0.0042 -ce-nh 410.8 1.3912 SOURCE4 148 0.0104 -ce-oh 395.9 1.3545 SOURCE4 23 0.0100 -ce-os 370.6 1.3745 SOURCE4 39 0.0077 -ce-p2 259.1 1.8140 SOUECE3 1 -ce-pe 256.5 1.8180 SOURCE3 8 0.0108 -ce-px 254.6 1.8210 SOURCE3 6 0.0046 -ce-py 272.3 1.7940 SOURCE3 5 0.0045 -ce-s 324.5 1.6800 SOUECE3 1 -ce-ss 243.6 1.7906 SOURCE4 10 0.0064 -ce-sx 239.7 1.7970 SOURCE3 5 0.0082 -ce-sy 248.9 1.7820 SOURCE3 5 0.0114 -c -f 387.9 1.3250 SOURCE2 6 0.0147 -cf-cf 390.5 1.4510 SOURCE1 66 0.0060 -cf-cg 415.6 1.4310 SOURCE1 22 0.0000 -cf-ch 415.6 1.4310 SOURCE1 22 0.0000 -cf-h4 334.5 1.0940 SOURCE4 19 0.0019 -cf-ha 341.5 1.0890 SOURCE3 55 0.0056 -cf-n1 522.2 1.3190 SOURCE3 3 0.0121 -cf-n2 599.8 1.2790 SOURCE1 75 same_as_ce-n2 -cf-n 362.6 1.4303 SOURCE4 6 0.0082 -cf-ne 575.1 1.2910 SOURCE4 27 0.0083 -cf-nf 381.8 1.4140 SOURCE3 7 same_as_ce-ne -cf-nh 423.0 1.3822 SOURCE4 20 0.0102 -cf-oh 414.4 1.3408 SOURCE4 14 0.0084 -cf-os 387.2 1.3612 SOURCE4 6 0.0111 -cf-p2 259.1 1.8140 SOUECE3 1 same_as_ce-p2 -cf-pf 256.5 1.8180 SOURCE3 8 same_as_ce-pe -cf-px 254.6 1.8210 SOURCE3 6 same_as_ce-px -cf-py 272.3 1.7940 SOURCE3 5 same_as_ce-py -cf-s 324.5 1.6800 SOUECE3 1 same_as_ce-s -cf-sx 239.7 1.7970 SOURCE3 5 same_as_ce-sx -cf-sy 248.9 1.7820 SOURCE3 5 same_as_ce-sy -cg-cg 494.2 1.3770 SOURCE1 42 0.0000 -cg-ch 949.5 1.1910 SOURCE1 80 0.0015 -cg-n1 994.7 1.1430 SOURCE1 316 0.0018 -cg-ne 509.5 1.3262 SOURCE4 17 0.0009 -cg-pe 429.8 1.6210 SOURCE3 11 0.2008 -c -h4 310.5 1.1123 SOURCE4 125 0.0023 -c -h5 319.4 1.1053 SOURCE4 42 0.0028 -c -ha 325.1 1.1010 SOURCE3 53 0.0102 -ch-ch 494.2 1.3770 SOURCE1 42 0.0000 -ch-n1 994.7 1.1430 SOURCE1 316 0.0018 -ch-nf 509.5 1.3262 SOURCE4 17 same_as_cg-ne -ch-pf 429.8 1.6210 SOURCE3 11 same_as_cg-pe -c -i 198.9 2.2090 SOURCE3 4 0.0365 -cl-cl 143.3 2.2670 SOURCE1 2 0.0395 -cl-cx 301.8 1.7550 SOURCE1 64 0.0000 -cl-cy 292.0 1.7680 SOURCE2 2 0.0070 -cl-f 298.6 1.6480 SOURCE2 2 0.0500 -cl-i 163.5 2.5500 SOURCE1 6 0.0893 -cl-n1 431.6 1.6300 SOUECE3 1 -cl-n2 263.4 1.8190 SOURCE3 6 0.1020 -cl-n3 290.4 1.7800 SOURCE4 5 0.0021 -cl-n 344.2 1.7140 SOURCE4 5 0.0005 -cl-n4 311.1 1.7530 SOURCE3 4 0.0098 -cl-na 253.2 1.8350 SOURCE3 7 0.2083 -cl-nh 303.2 1.7630 SOURCE3 1 0.0000 -cl-no 250.1 1.8400 SOURCE2 1 0.0000 -cl-o 557.6 1.4830 SOURCE3 4 0.0000 -cl-oh 309.7 1.6900 SOURCE2 1 0.0000 -cl-os 278.8 1.7300 SOURCE3 4 0.0000 -cl-p2 217.5 2.0700 SOURCE3 6 0.0108 -cl-p3 249.4 2.0080 SOURCE1 111 0.0000 -cl-p4 249.4 2.0080 SOURCE1 111 0.0000 -cl-p5 249.4 2.0080 SOURCE1 111 0.0000 -cl-pb 255.6 1.9970 SOURCE1 46 0.0000 -cl-s 208.7 2.0720 SOURCE1 6 0.0000 -cl-s2 172.7 2.1610 SOURCE2 1 0.0000 -cl-s4 208.7 2.0720 SOURCE1 6 0.0000 -cl-s6 208.7 2.0720 SOURCE1 6 0.0000 -cl-sh 208.7 2.0720 SOURCE1 6 0.0000 -cl-ss 208.7 2.0720 SOURCE1 6 0.0000 -cl-sx 208.7 2.0720 SOURCE1 6 0.0000 -cl-sy 208.7 2.0720 SOURCE1 6 0.0000 -c -n2 374.6 1.4200 SOUECE3 1 -c -n4 255.5 1.5460 SOURCE3 4 0.0388 -c -n 478.2 1.3450 SOURCE1 1235 0.0215 -c -nc 428.3 1.3784 SOURCE4 70 0.0128 -c -nd 391.2 1.4064 SOURCE4 54 0.0130 -c -ne 408.6 1.3929 SOURCE4 47 0.0136 -c -nf 404.8 1.3958 SOURCE4 5 0.0122 -c -no 260.1 1.5400 SOUECE3 1 -c -o 648.0 1.2140 SOURCE1 3682 0.0165 -c -oh 466.4 1.3060 SOURCE1 271 0.0041 -c -os 411.3 1.3430 SOURCE1 1044 0.0171 -c -p2 210.3 1.9000 SOUECE3 1 -c -p3 219.0 1.8830 SOURCE3 6 0.0129 -c -p4 220.6 1.8800 SOUECE3 1 -c -p5 219.8 1.8815 SOURCE4 11 0.0078 -cp-cp 346.5 1.4900 SOURCE1 242 0.0010 -cp-cq 419.3 1.4282 SOURCE4 7 0.0034 -c -pe 204.9 1.9110 SOURCE3 3 0.0025 -c -pf 204.9 1.9110 SOURCE3 3 same_as_c-pe -cp-na 420.5 1.3840 SOURCE4 7 0.0181 -cp-nb 486.7 1.3398 SOURCE4 70 0.0062 -c -px 208.3 1.9040 SOURCE3 1 0.0000 -c -py 227.6 1.8670 SOURCE3 6 0.0199 -cq-cq 346.5 1.4900 SOURCE1 242 0.0010 -c -s 328.9 1.6750 SOURCE1 401 0.0128 -c -s4 200.4 1.8700 SOUECE3 1 -c -s6 200.4 1.8700 SOUECE3 1 -c -sh 249.6 1.7810 SOURCE3 6 0.0171 -c -ss 261.9 1.7620 SOURCE1 20 0.0000 -c -sx 193.3 1.8850 SOURCE3 5 0.0088 -c -sy 202.8 1.8650 SOURCE3 5 0.0085 -cu-cu 653.7 1.2940 SOURCE1 10 0.0000 -cu-cx 327.3 1.5090 SOURCE1 20 0.0000 -cu-ha 353.0 1.0810 SOURCE2 3 0.0111 -cv-cv 568.1 1.3350 SOURCE1 25 0.0000 -cv-cy 323.5 1.5130 SOURCE1 50 0.0000 -cv-ha 344.3 1.0870 SOURCE3 2 0.0000 -cx-cv 328.3 1.5080 SOURCE1 2536 as -cx-cx 337.3 1.4990 SOURCE1 1204 0.0183 -cx-cy 321.5 1.5150 SOURCE3 2 0.0000 -cx-f 347.2 1.3580 SOURCE2 3 0.0050 -cx-h1 344.3 1.0870 SOURCE3 10 0.0017 -cx-h2 350.1 1.0830 SOURCE3 2 0.0000 -cx-hc 345.8 1.0860 SOURCE3 44 0.0011 -cx-hx 347.2 1.0850 SOURCE4 5 0.0002 -cx-n2 309.1 1.4820 SOURCE3 2 0.0000 -cx-n3 318.7 1.4720 SOURCE1 134 0.0000 -cx-n 350.6 1.4411 SOURCE4 11 0.0092 -cx-na 329.0 1.4616 SOURCE4 11 0.0016 -cx-nh 336.7 1.4541 SOURCE4 83 0.0076 -cx-oh 387.4 1.3610 SOURCE3 3 0.0018 -cx-os 320.1 1.4200 SOURCE3 7 0.0222 -cx-p3 227.6 1.8670 SOURCE2 1 0.0000 -cx-s4 225.3 1.8220 SOURCE2 1 0.0000 -cx-s6 283.7 1.7310 SOURCE2 1 0.0000 -cx-ss 229.2 1.8150 SOURCE2 1 0.0000 -cy-cy 286.8 1.5540 SOURCE1 742 0.0041 -cy-f 355.5 1.3509 SOURCE4 8 0.0047 -cy-h1 330.4 1.0970 SOURCE3 17 0.0058 -cy-h2 335.8 1.0931 SOURCE4 80 0.0019 -cy-hc 334.5 1.0940 SOURCE3 63 0.0014 -cy-n 321.3 1.4693 SOURCE4 250 0.0102 -cy-n3 307.2 1.4840 SOURCE1 21 0.0000 -cy-oh 325.2 1.4150 SOURCE3 2 0.0000 -cy-os 308.6 1.4316 SOURCE4 23 0.0136 -cy-s6 209.6 1.8514 SOURCE4 9 0.0166 -cy-ss 211.3 1.8481 SOURCE4 78 0.0080 -cz-nh 487.8 1.3391 SOURCE4 32 0.0045 -f -n1 375.7 1.4100 SOUECE3 1 -f -n2 337.5 1.4440 SOURCE3 5 0.0377 -f -n3 380.6 1.4060 SOURCE1 9 0.0000 -f -n 391.7 1.3970 SOURCE3 3 0.0112 -f -n4 526.8 1.3080 SOURCE3 2 0.0000 -f -na 374.5 1.4110 SOURCE3 7 0.0611 -f -nh 357.1 1.4260 SOURCE3 3 0.0085 -f -no 314.4 1.4670 SOURCE2 1 0.0000 -f -o 442.2 1.3300 SOUECE3 1 -f -oh 305.4 1.4440 SOURCE3 1 0.0000 -f -os 326.2 1.4230 SOURCE3 2 0.0000 -f -p2 287.3 1.5360 SOURCE3 7 0.2054 -f -p3 254.5 1.5780 SOURCE2 8 0.0103 -f -p4 246.0 1.5900 SOUECE3 1 -f -p5 253.8 1.5790 SOURCE1 72 0.0000 -f -s2 244.4 1.6430 SOURCE2 1 0.0000 -f -s 233.3 1.6600 SOUECE3 1 -f -s4 282.4 1.5910 SOURCE2 4 0.0065 -f -s6 312.1 1.5560 SOURCE2 5 0.0220 -f -sh 240.4 1.6490 SOURCE3 1 0.0000 -f -ss 250.5 1.6340 SOURCE3 3 0.0156 -hn-n1 455.1 0.9860 SOURCE2 1 0.0000 -hn-n2 375.5 1.0290 SOURCE3 108 0.0096 -hn-n3 394.1 1.0180 SOURCE3 157 0.0086 -hn-n 410.2 1.0090 SOURCE3 149 0.0098 -hn-n4 369.0 1.0330 SOURCE3 264 0.0082 -hn-na 406.6 1.0110 SOURCE3 46 0.0107 -hn-nh 401.2 1.0140 SOURCE3 209 0.0091 -hn-no 385.6 1.0230 SOURCE3 1 0.0000 -ho-o 357.9 0.9810 SOURCE3 1 0.0000 -ho-oh 369.6 0.9740 SOURCE3 367 0.0105 -hp-p2 385.1 1.3360 SOURCE3 87 0.1706 -hp-p3 303.1 1.4090 SOURCE3 101 0.0617 -hp-p4 368.7 1.3490 SOURCE3 17 0.1577 -hp-p5 305.0 1.4070 SOURCE3 7 0.0062 -hs-s 286.4 1.3530 SOURCE3 1 0.0000 -hs-s4 266.4 1.3750 SOURCE3 5 0.0004 -hs-s6 280.8 1.3590 SOURCE3 5 0.0015 -hs-sh 302.2 1.3370 SOURCE3 98 0.0486 -i -i 109.2 2.9170 SOURCE1 1 0.0000 -i -n1 302.1 2.0600 SOUECE3 1 -i -n2 182.6 2.3040 SOURCE3 6 0.1186 -i -n 278.3 2.0980 SOURCE3 5 0.0156 -i -n3 231.8 2.1850 SOURCE3 3 0.0437 -i -n4 246.6 2.1550 SOURCE3 3 0.0168 -i -na 260.5 2.1290 SOURCE3 8 0.1276 -i -nh 249.2 2.1500 SOURCE3 1 0.0000 -i -no 211.0 2.2310 SOURCE3 1 0.0000 -i -o 323.8 1.9800 SOUECE3 1 -i -oh 247.9 2.1010 SOURCE3 2 0.0000 -i -os 233.6 2.1290 SOURCE3 3 0.0146 -i -p2 108.2 2.6430 SOURCE3 6 0.0297 -i -p3 123.6 2.5660 SOURCE3 3 0.0016 -i -p4 183.0 2.3520 SOURCE3 4 0.2600 -i -p5 117.3 2.5960 SOURCE3 3 0.0143 -i -s 175.1 2.4300 SOUECE3 1 -i -s4 82.8 2.8700 SOUECE3 1 -i -s6 82.8 2.8700 SOURCE3 1 0.0000 -i -sh 138.5 2.5600 SOUECE3 1 -i -ss 135.9 2.5710 SOURCE3 3 0.0065 -n1-n1 1221.7 1.1240 SOURCE1 19 0.0000 -n1-n2 857.4 1.2160 SOURCE1 19 0.0000 -n1-n3 535.7 1.3500 SOUECE3 1 -n1-n4 518.2 1.3600 SOUECE3 1 -n1-na 535.7 1.3500 SOUECE3 1 -n1-nc 857.4 1.2160 SOURCE1 38 0.0000 -n1-nd 857.4 1.2160 SOURCE1 38 0.0000 -n1-ne 751.9 1.2520 SOURCE2 1 0.0000 -n1-nf 751.9 1.2520 SOURCE2 1 same_as_n1-ne -n1-nh 553.9 1.3400 SOUECE3 1 -n1-no 454.8 1.4000 SOUECE3 1 -n1-o 617.5 1.2770 SOURCE3 5 0.0438 -n1-oh 569.8 1.3000 SOUECE3 1 -n1-os 550.5 1.3100 SOUECE3 1 -n1-p2 358.8 1.6780 SOURCE3 2 0.0282 -n1-p3 376.7 1.6600 SOUECE3 1 -n1-p4 353.0 1.6800 SOURCE3 0 -n1-p5 482.7 1.5710 SOURCE1 132 0.0000 -n1-s2 604.3 1.4490 SOURCE2 2 0.0010 -n1-s 328.7 1.6590 SOURCE3 6 0.0789 -n1-s4 336.8 1.6500 SOUECE3 1 -n1-s6 670.3 1.4160 SOURCE2 2 0.0000 -n1-sh 376.1 1.6100 SOUECE3 1 -n1-ss 376.1 1.6100 SOUECE3 1 -n2-n2 702.7 1.2710 SOURCE3 27 0.0347 -n2-n3 574.8 1.3290 SOURCE2 1 0.0000 -n2-n4 200.8 1.6790 SOURCE3 7 0.3138 -n2-na 503.9 1.3685 SOURCE4 18 0.0066 -n2-nc 743.9 1.2550 SOURCE1 13 0.0000 -n2-nd 743.9 1.2550 SOURCE1 13 same_as_n2_nc -n2-ne 685.5 1.2780 SOURCE3 30 0.0302 -n2-nf 685.5 1.2780 SOURCE3 30 same_as_n2-ne -n2-nh 525.1 1.3560 SOURCE3 22 0.0300 -n2-no 231.9 1.6260 SOURCE3 4 0.1933 -n2-o 789.9 1.2090 SOURCE3 20 0.0344 -n2-oh 416.2 1.3940 SOURCE1 67 0.0000 -n2-os 400.5 1.4060 SOURCE3 10 0.0147 -n2-p2 438.3 1.6050 SOURCE3 35 0.0737 -n2-p3 286.5 1.7640 SOURCE3 7 0.0374 -n2-p4 317.7 1.7240 SOUECE3 1 -n2-p5 445.8 1.5990 SOURCE1 7 0.0000 -n2-pe 527.9 1.5400 SOURCE3 20 0.1392 -n2-pf 527.9 1.5400 SOURCE3 20 same_as_n2-pe -n2-s2 499.0 1.5120 SOURCE2 1 0.0000 -n2-s4 376.1 1.6100 SOUECE3 1 -n2-s 458.1 1.5410 SOURCE1 37 0.0000 -n2-s6 444.6 1.5513 SOURCE4 5 0.0011 -n2-sh 266.6 1.7380 SOURCE3 5 0.0511 -n2-ss 331.4 1.6560 SOURCE1 36 0.0000 -n3-n3 383.6 1.4540 SOURCE1 44 0.0000 -n3-n4 434.9 1.4140 SOURCE1 13 0.0000 -n3-na 426.7 1.4200 SOURCE1 68 0.0000 -n3-nh 426.7 1.4200 SOURCE1 68 0.0000 -n3-no 394.5 1.4450 SOURCE3 3 0.0208 -n3-o 564.0 1.3030 SOURCE3 4 0.1217 -n3-oh 413.5 1.3960 SOURCE1 28 0.0000 -n3-os 359.6 1.4400 SOURCE1 34 0.0315 -n3-p2 366.6 1.6700 SOUECE3 1 -n3-p3 312.8 1.7300 SOURCE1 40 0.0000 -n3-p4 341.1 1.6970 SOURCE1 88 0.0000 -n3-p5 373.6 1.6630 SOURCE1 501 0.0086 -n3-py 338.1 1.7003 SOURCE4 6 0.0044 -n3-s 232.3 1.7920 SOURCE3 3 0.0178 -n3-s4 251.3 1.7610 SOURCE3 6 0.0766 -n3-s6 353.8 1.6320 SOURCE1 99 0.0136 -n3-sh 265.9 1.7390 SOURCE3 3 0.0154 -n3-ss 277.9 1.7220 SOURCE3 5 0.0207 -n3-sy 297.3 1.6964 SOURCE4 226 0.0081 -n4-n4 349.9 1.4840 SOURCE3 4 0.0089 -n4-na 407.0 1.4350 SOURCE3 9 0.0390 -n4-nh 369.7 1.4660 SOURCE3 5 0.0108 -n4-no 354.2 1.4800 SOUECE3 1 -n4-o 463.6 1.3610 SOURCE3 3 0.0041 -n4-oh 408.2 1.4000 SOURCE3 3 0.0115 -n4-os 381.8 1.4210 SOURCE3 5 0.0249 -n4-p2 185.9 1.9420 SOURCE3 10 0.0643 -n4-p3 215.1 1.8800 SOURCE3 5 0.0146 -n4-p4 187.6 1.9380 SOURCE3 1 0.0000 -n4-p5 242.9 1.8300 SOURCE3 5 0.0087 -n4-py 204.2 1.9020 SOURCE3 4 0.0000 -n4-s 210.3 1.8320 SOURCE3 3 0.0004 -n4-s4 151.0 1.9720 SOURCE3 3 0.0198 -n4-s6 172.7 1.9140 SOURCE3 5 0.0432 -n4-sh 221.5 1.8110 SOURCE3 3 0.0027 -n4-ss 221.0 1.8120 SOURCE3 5 0.0064 -na-na 453.3 1.4010 SOURCE1 40 0.0000 -na-nb 546.5 1.3440 SOURCE4 5 0.0070 -na-nc 535.7 1.3500 SOURCE3 152 0.0180 -na-nd 535.7 1.3500 SOURCE3 152 0.0180 -na-nh 453.3 1.4010 SOURCE1 40 0.0000 -na-no 401.9 1.4390 SOURCE3 9 0.0289 -na-o 644.3 1.2650 SOURCE1 25 0.0347 -na-oh 412.2 1.3970 SOURCE3 9 0.0217 -na-os 355.2 1.4440 SOURCE3 45 0.0423 -na-p2 297.8 1.7490 SOURCE3 11 0.0192 -na-p3 288.0 1.7620 SOURCE3 8 0.0113 -na-p4 492.4 1.5640 SOURCE3 5 0.2161 -na-p5 325.3 1.7150 SOURCE3 11 0.0238 -na-pc 311.1 1.7320 SOURCE3 81 0.0207 -na-pd 311.1 1.7320 SOURCE3 81 same_as_na-pc -na-py 327.8 1.7120 SOURCE3 2 0.0000 -na-s 248.7 1.7650 SOURCE3 8 0.0095 -na-s4 231.7 1.7930 SOURCE3 10 0.0421 -na-s6 274.3 1.7270 SOURCE3 10 0.0201 -na-sh 278.6 1.7210 SOURCE3 9 0.0113 -na-ss 270.1 1.7330 SOURCE3 38 0.0412 -na-sy 274.3 1.7270 SOURCE3 1 -nb-nb 550.2 1.3420 SOURCE1 15 0.0314 -nb-pb 461.1 1.5870 SOURCE1 162 0.0091 -nc-nc 486.8 1.3790 SOURCE3 9 0.0164 -nc-nd 602.9 1.3150 SOURCE3 9 0.0221 -nc-os 414.9 1.3950 SOURCE1 46 0.0188 -nc-ss 433.5 1.5600 SOURCE1 74 0.0000 -nc-sy 439.8 1.5550 SOURCE3 2 -nd-nd 486.8 1.3790 SOURCE3 9 0.0164 -nd-os 414.9 1.3950 SOURCE1 46 0.0188 -nd-ss 433.5 1.5600 SOURCE1 74 0.0000 -nd-sy 439.8 1.5550 SOURCE3 2 -ne-ne 355.3 1.4790 SOURCE3 19 0.1705 -ne-nf 721.6 1.2635 SOURCE4 25 0.0034 -ne-o 736.4 1.2280 SOURCE3 40 0.0255 -ne-p2 493.9 1.5630 SOURCE3 14 0.1325 -ne-pe 327.8 1.7120 SOURCE3 28 0.1076 -ne-px 336.6 1.7020 SOURCE3 11 0.0883 -ne-py 425.4 1.6157 SOURCE4 10 0.0094 -ne-s 463.5 1.5370 SOURCE3 22 0.1708 -ne-sx 207.3 1.8380 SOURCE3 7 0.1060 -ne-sy 257.1 1.7520 SOURCE3 7 0.0814 -nf-nf 355.3 1.4790 SOURCE3 19 same_as_ne-ne -nf-o 736.4 1.2280 SOURCE3 40 same_as_ne-o -nf-p2 493.9 1.5630 SOURCE3 14 same_as_ne-p2 -nf-pf 327.8 1.7120 SOURCE3 28 same_as_ne-pe -nf-px 336.6 1.7020 SOURCE3 11 same_as_ne-px -nf-py 425.4 1.6157 SOURCE4 10 same_as_ne-py -nf-s 463.5 1.5370 SOURCE3 22 same_as_ne-s -nf-sx 207.3 1.8380 SOURCE3 7 same_as_ne-sx -nf-sy 257.1 1.7520 SOURCE3 7 same_as_ne-sy -nh-nh 453.3 1.4010 SOURCE1 40 0.0000 -nh-no 477.4 1.3850 SOURCE4 7 0.0036 -nh-o 596.2 1.2870 SOURCE3 3 0.0450 -nh-oh 389.9 1.4144 SOURCE4 19 0.0064 -nh-os 387.8 1.4161 SOURCE4 6 0.0039 -nh-p2 357.8 1.6790 SOURCE3 17 0.0872 -nh-p3 312.8 1.7300 SOURCE3 3 0.0016 -nh-p4 333.1 1.7060 SOURCE3 3 0.0008 -nh-p5 365.6 1.6710 SOURCE3 3 0.0007 -nh-s 237.0 1.7840 SOURCE3 3 0.0076 -nh-s4 259.1 1.7490 SOURCE3 3 0.0203 -nh-s6 297.2 1.6965 SOURCE4 33 0.0062 -nh-sh 288.3 1.7080 SOURCE3 1 0.0000 -nh-ss 288.3 1.7080 SOURCE1 52 0.0015 -nh-sy 283.5 1.7144 SOURCE4 80 0.0066 -n -n1 553.9 1.3400 SOUECE3 1 -n -n2 499.7 1.3710 SOURCE3 9 0.0200 -n -n3 443.3 1.4080 SOURCE3 5 0.0087 -n -n4 410.8 1.4320 SOURCE3 5 0.0098 -n -n 469.7 1.3900 SOURCE3 5 0.0038 -n -na 486.8 1.3790 SOURCE3 11 0.0071 -n -nc 524.9 1.3561 SOURCE4 63 0.0104 -n -nd 517.7 1.3603 SOURCE4 13 0.0122 -n -nh 451.2 1.4025 SOURCE4 20 0.0074 -n -no 381.2 1.4560 SOURCE3 4 0.0327 -n -o 646.6 1.2640 SOURCE3 9 0.0381 -n -oh 395.4 1.4100 SOURCE3 6 0.0106 -no-no 138.3 1.8240 SOURCE3 1 0.0000 -no-o 761.2 1.2190 SOURCE1 1838 0.0049 -no-oh 400.5 1.4060 SOURCE2 1 0.0000 -no-os 379.5 1.4229 SOURCE4 53 0.0076 -no-os 379.5 1.4229 SOURCE4 53 0.0076 -no-p2 306.3 1.7380 SOURCE3 10 0.2231 -no-p3 234.7 1.8440 SOURCE3 3 0.0005 -no-p4 220.4 1.8700 SOURCE3 3 0.0006 -no-p5 240.5 1.8340 SOURCE3 4 0.0020 -no-s 263.8 1.7420 SOURCE3 2 0.0000 -n -os 395.0 1.4103 SOURCE4 30 0.0112 -no-s4 143.0 1.9960 SOURCE3 3 0.0313 -no-s6 149.6 1.9760 SOURCE3 3 0.0520 -no-sh 225.4 1.8040 SOURCE3 1 0.0000 -no-ss 212.4 1.8280 SOURCE3 3 0.0244 -n -p2 310.3 1.7330 SOURCE3 8 0.0217 -n -p3 282.2 1.7700 SOURCE3 9 0.0118 -n -p4 309.5 1.7340 SOURCE3 1 0.0000 -n -p5 331.3 1.7080 SOURCE4 6 0.0022 -n -pc 304.8 1.7400 SOURCE3 3 0.0010 -n -pd 304.8 1.7400 SOURCE3 3 same_as_n-pc -n -s 247.5 1.7670 SOURCE3 3 0.0011 -n -s4 238.2 1.7820 SOURCE3 4 0.0214 -n -s6 283.0 1.7151 SOURCE4 13 0.0138 -n -sh 273.6 1.7280 SOURCE3 4 0.0128 -n -ss 281.6 1.7170 SOURCE3 7 0.0133 -n -sy 282.9 1.7152 SOURCE4 51 0.0079 -oh-oh 340.5 1.4690 SOURCE3 1 0.0000 -oh-os 355.8 1.4547 SOURCE4 19 0.0050 -oh-p2 316.8 1.6300 SOURCE3 8 0.0916 -oh-p3 278.8 1.6770 SOURCE3 3 0.0148 -oh-p4 307.4 1.6410 SOURCE3 4 0.0092 -oh-p5 321.2 1.6250 SOURCE3 92 0.0451 -oh-py 332.1 1.6130 SOURCE3 79 0.0138 -oh-s 190.0 1.8120 SOURCE3 2 0.0000 -oh-s4 256.3 1.6954 SOURCE4 10 0.0091 -oh-s6 344.1 1.5880 SOURCE3 13 0.0091 -oh-sh 258.6 1.6920 SOURCE3 2 0.0003 -oh-ss 265.6 1.6820 SOURCE3 4 0.0131 -oh-sy 290.4 1.6490 SOURCE4 33 0.0044 -o -o 384.3 1.4300 SOURCE3 2 0.0500 -o -oh 294.6 1.5170 SOURCE3 2 0.0000 -o -os 306.3 1.5040 SOURCE3 3 0.0117 -o -p2 449.7 1.5080 SOURCE3 17 0.0306 -o -p3 440.4 1.5150 SOURCE3 35 0.0297 -o -p4 456.4 1.5030 SOURCE3 42 0.0749 -o -p5 487.7 1.4810 SOURCE1 263 0.0205 -o -pe 432.6 1.5210 SOURCE3 20 0.0171 -o -pf 432.6 1.5210 SOURCE3 20 same_as_o-pe -o -px 459.2 1.5010 SOURCE3 37 0.0160 -o -py 477.5 1.4880 SOURCE3 63 0.0091 -o -s 194.8 1.8020 SOURCE3 2 0.0000 -o -s2 333.6 1.5990 SOURCE3 3 0.0707 -o -s4 448.7 1.4970 SOURCE1 90 0.0000 -o -s6 541.1 1.4360 SOURCE1 1038 0.0128 -o -sh 328.0 1.6050 SOURCE3 2 0.0000 -os-os 343.6 1.4660 SOURCE1 20 0.0067 -os-p2 371.9 1.5730 SOURCE1 16 0.0000 -os-p3 272.2 1.6860 SOURCE3 6 0.0201 -os-p4 311.6 1.6360 SOURCE3 4 0.0057 -os-p5 342.5 1.6020 SOURCE1 248 0.0400 -os-py 328.5 1.6170 SOURCE3 17 0.0139 -os-s 195.8 1.8000 SOURCE3 3 0.0052 -o -ss 398.5 1.5370 SOURCE3 3 0.0501 -os-s4 253.9 1.6990 SOURCE3 8 0.0223 -os-s6 355.0 1.5770 SOURCE1 75 0.0030 -os-sh 273.6 1.6710 SOURCE3 3 0.0106 -os-ss 250.5 1.7040 SOURCE3 9 0.0277 -os-sy 253.9 1.6990 SOURCE3 1 0.0000 -o -sx 434.2 1.5080 SOURCE3 40 0.0130 -o -sy 493.0 1.4660 SOURCE3 92 0.0114 -p2-p2 490.3 1.7860 SOURCE3 25 0.3488 -p2-p3 211.9 2.1520 SOURCE3 9 0.1777 -p2-p4 200.4 2.1790 SOUECE3 1 -p2-p5 199.9 2.1800 SOUECE3 1 -p2-pe 401.6 1.8670 SOURCE3 16 0.3571 -p2-pf 401.6 1.8670 SOURCE3 16 same_as_p2-pe -p2-s 361.6 1.7720 SOURCE3 26 0.3014 -p2-s4 139.4 2.1900 SOUECE3 1 -p2-s6 142.3 2.1800 SOUECE3 1 -p2-sh 224.0 1.9710 SOURCE3 10 0.2829 -p2-ss 226.6 1.9660 SOURCE3 10 0.2739 -p3-p3 186.5 2.2140 SOURCE1 41 0.0000 -p3-p4 185.7 2.2160 SOURCE3 3 0.0011 -p3-p5 186.9 2.2130 SOURCE3 9 0.0265 -p3-s 179.7 2.0700 SOUECE3 1 -p3-s4 173.2 2.0870 SOURCE3 8 0.2235 -p3-s6 176.9 2.0770 SOURCE3 11 0.1420 -p3-sh 157.3 2.1320 SOURCE3 3 0.0078 -p3-ss 161.0 2.1210 SOURCE3 3 0.0059 -p4-p4 273.1 2.0340 SOURCE1 1 0.0000 -p4-p5 178.0 2.2370 SOUECE3 1 -p4-s 152.7 2.1460 SOURCE3 5 0.0601 -p4-s4 123.2 2.2510 SOUECE3 1 -p4-s6 118.9 2.2690 SOUECE3 1 -p4-sh 163.1 2.1150 SOURCE3 4 0.0008 -p4-ss 167.0 2.1040 SOURCE3 4 0.0044 -p5-p5 261.4 2.0540 SOURCE1 1 0.0000 -p5-s 250.8 1.9220 SOURCE1 89 0.0140 -p5-s4 191.9 2.0400 SOUECE3 1 -p5-s6 191.9 2.0400 SOUECE3 1 -p5-sh 175.0 2.0820 SOURCE3 3 0.0035 -p5-ss 163.1 2.1149 SOURCE4 24 0.0106 -pe-pe 240.7 2.0920 SOURCE3 7 0.1369 -pe-pf 260.8 2.0550 SOURCE3 1 0.0000 -pe-px 291.4 2.0050 SOURCE3 12 0.2609 -pe-py 278.6 2.0250 SOURCE3 12 0.2617 -pe-s 374.7 1.7580 SOURCE3 31 0.3197 -pe-sx 145.9 2.1680 SOURCE3 9 0.1743 -pe-sy 133.0 2.2130 SOURCE3 6 0.0127 -pf-pf 240.7 2.0920 SOURCE3 7 same_as_pe-pe -pf-px 291.4 2.0050 SOURCE3 12 same_as_pe-px -pf-py 278.6 2.0250 SOURCE3 12 same_as_pe-py -pf-s 374.7 1.7580 SOURCE3 31 same_as_pe-s -pf-sx 145.9 2.1680 SOURCE3 9 same_as_pe-sx -pf-sy 133.0 2.2130 SOURCE3 6 same_as_pe-sy -px-py 192.3 2.1990 SOURCE3 5 0.0238 -px-sx 125.4 2.2420 SOURCE3 3 0.0119 -px-sy 123.7 2.2490 SOURCE3 3 0.0272 -py-py 197.5 2.1860 SOURCE3 8 0.0132 -py-sx 121.2 2.2590 SOURCE3 7 0.0603 -py-sy 141.7 2.1820 SOURCE3 5 0.0047 -s4-s4 151.5 2.0800 SOUECE3 1 -s4-s6 151.5 2.0800 SOUECE3 1 -s4-sh 125.7 2.1680 SOURCE3 3 0.0227 -s4-ss 126.2 2.1660 SOURCE3 5 0.0247 -s6-s6 151.5 2.0800 SOUECE3 1 -s6-sh 142.6 2.1080 SOURCE3 3 0.0144 -s6-ss 139.6 2.1180 SOURCE3 5 0.0209 -sh-sh 158.9 2.0580 SOURCE2 1 0.0000 -sh-ss 155.8 2.0670 SOURCE3 3 0.0029 -s -s 169.0 2.0300 SOURCE3 1 0.0000 -s -s2 229.2 1.8970 SOURCE1 5 0.0000 -s -s4 152.8 2.0760 SOURCE3 4 0.0345 -s -s6 166.0 2.0380 SOURCE3 3 0.0311 -s -sh 142.0 2.1100 SOURCE3 2 0.0000 -s -ss 148.5 2.0890 SOURCE3 1 0.0000 -ss-ss 161.7 2.0500 SOURCE1 225 0.0015 -sx-sx 80.9 2.3910 SOURCE3 3 0.0185 -sx-sy 105.3 2.2550 SOURCE3 5 0.0737 -sy-sy 106.4 2.2500 SOURCE3 3 0.0289 - -hw-ow-hw 42.730 104.520 AMBER 1 TIP3P_water -hw-hw-ow 0.000 127.740 AMBER 1 (found_in_crystallographic_water_with_3_bonds) -br-c1-br 57.760 180.000 Guess 0 -br-c1-c1 54.930 180.000 SOURCE3 1 0.0000 -c1-c1-c1 64.410 180.000 SOURCE3 1 0.0000 -c1-c1-c2 60.840 180.000 SOURCE3 2 0.0000 -c1-c1-c3 56.280 178.460 SOURCE4 188 0.6631 -c1-c1-ca 56.920 180.000 SOURCE3 1 -c1-c1-cl 55.270 180.000 SOURCE3 1 -c1-c1-f 61.020 180.000 SOURCE3 1 -c1-c1-ha 44.840 178.380 SOURCE3 41 2.0683 -c1-c1-hc 44.730 180.000 SOURCE3 1 -c1-c1-i 49.800 180.000 SOURCE3 1 0.0000 -c1-c1-n1 67.170 180.000 SOURCE3 1 -c1-c1-n2 65.170 180.000 SOURCE3 1 -c1-c1-n3 59.770 180.000 SOURCE3 1 -c1-c1-n4 59.090 179.560 SOURCE3 3 0.3096 -c1-c1-n 62.130 177.180 SOURCE3 1 0.0000 -c1-c1-na 61.230 176.750 SOURCE3 8 2.9328 -c1-c1-nh 61.440 179.270 SOURCE3 3 0.2357 -c1-c1-no 59.380 180.000 SOURCE3 3 0.0000 -c1-c1-o 66.790 180.000 SOURCE3 1 0.0000 -c1-c1-oh 62.700 176.650 SOURCE3 1 0.0000 -c1-c1-os 62.770 176.420 SOURCE3 2 0.0000 -c1-c1-p2 51.510 180.000 SOURCE3 1 -c1-c1-p3 52.470 169.630 SOURCE3 2 0.0000 -c1-c1-p4 50.940 180.000 SOURCE3 1 -c1-c1-p5 52.560 176.170 SOURCE3 2 0.0000 -c1-c1-s4 68.490 167.470 SOURCE3 2 0.0000 -c1-c1-s6 68.020 174.380 SOURCE3 2 0.0000 -c1-c1-s 70.430 179.970 SOURCE3 1 0.0000 -c1-c1-sh 68.520 180.000 SOURCE3 1 -c1-c1-ss 69.890 173.220 SOURCE3 2 0.0000 -c2-c1-c2 58.200 180.000 SOURCE3 1 0.0000 -c2-c1-ce 58.180 179.010 SOURCE4 6 0.4656 -c2-c1-n1 63.140 180.000 HF/6-31G* 1 -c2-c1-o 63.070 179.500 SOURCE2 1 0.0000 -c2-c1-s2 71.800 172.980 SOURCE3 1 0.0000 -c3-c1-c3 51.750 180.000 Guess 0 -c3-c1-cg 55.790 178.520 SOURCE4 39 0.5063 -c3-c1-n1 58.100 178.500 SOURCE4 77 0.5443 -ca-c1-ca 52.830 180.000 Guess 0 -c -c1-c1 56.330 180.000 SOURCE3 1 -cg-c1-ha 43.980 177.410 SOURCE3 22 2.4947 -ch-c1-ha 43.980 177.410 SOURCE3 22 same_as_cg-c1-ha -cl-c1-cl 53.920 180.000 Guess 0 -f -c1-f 58.190 180.000 Guess 0 -i -c1-i 53.410 180.000 Guess 0 -n1-c1-n1 93.200 102.010 SOURCE3 1 -n1-c1-n3 63.710 169.700 SOURCE2 1 0.0000 -n1-c1-nh 64.020 177.430 SOURCE4 7 0.7877 -n1-c1-os 64.720 178.590 SOURCE3 1 0.0000 -n1-c1-p3 53.480 171.200 SOURCE2 1 0.0000 -n1-c1-ss 70.640 178.680 SOURCE3 1 0.0000 -n2-c1-n2 65.990 180.000 Guess 0 -n2-c1-o 69.150 171.790 SOURCE3 2 0.3594 -n2-c1-s 72.750 176.010 SOURCE4 9 0.1123 -n3-c1-n3 57.360 180.000 Guess 0 -n4-c1-n4 56.350 180.000 Guess 0 -na-c1-na 58.620 180.000 Guess 0 -ne-c1-o 69.390 172.330 SOURCE3 1 0.0000 -ne-c1-s 72.880 175.810 SOURCE4 8 0.2356 -nf-c1-o 69.390 172.330 SOURCE3 1 same_as_ne-c1-o -nh-c1-nh 59.550 180.000 Guess 0 -n -c1-n 60.030 180.000 Guess 0 -no-c1-no 56.830 180.000 Guess 0 -oh-c1-oh 60.910 180.000 Guess 0 -o -c1-o 69.270 180.000 Guess 0 -os-c1-os 60.960 180.000 Guess 0 -p2-c1-p2 50.310 180.000 Guess 0 -p3-c1-p3 49.750 180.000 Guess 0 -p4-c1-p4 49.750 180.000 Guess 0 -p5-c1-p5 50.800 180.000 Guess 0 -s2-c1-s2 89.430 180.000 Guess 0 -s4-c1-s4 81.700 180.000 Guess 0 -s6-c1-s6 82.840 180.000 Guess 0 -sh-c1-sh 84.910 180.000 Guess 0 -s -c1-s 87.510 180.000 Guess 0 -ss-c1-ss 84.960 180.000 Guess 0 -br-c2-br 68.560 115.060 SOURCE3 1 0.0000 -br-c2-c2 63.970 118.960 SOURCE4 6 0.4902 -br-c2-c3 63.710 115.330 SOURCE4 6 0.5872 -br-c2-ce 63.210 121.590 SOURCE4 7 0.7078 -br-c2-h4 43.040 113.940 SOURCE4 6 0.4017 -br-c2-ha 43.180 113.280 SOURCE3 1 0.0000 -c1-c2-c1 72.260 116.770 SOURCE3 1 -c1-c2-c2 70.340 121.620 SOURCE3 1 -c1-c2-c3 64.220 124.920 SOURCE4 17 0.7576 -c1-c2-f 67.990 124.900 SOURCE2 1 0.0000 -c1-c2-ha 50.430 121.370 SOURCE3 8 0.0055 -c2-c2-c2 69.840 121.810 SOURCE3 10 0.3843 -c2-c2-c3 64.330 123.420 SOURCE3 41 2.6057 -c2-c2-ca 66.880 117.000 SOURCE3 1 -c2-c2-cc 70.220 117.210 SOURCE3 2 0.3418 -c2-c2-cd 70.220 117.210 SOURCE3 2 same_as_c2-c2-cc -c2-c2-cl 62.820 122.850 SOURCE4 23 0.6711 -c2-c2-cx 64.500 125.400 SOURCE4 12 1.8494 -c2-c2-cy 70.420 103.300 SOURCE2 1 0.0000 -c2-c2-f 68.110 122.920 SOURCE4 12 0.5301 -c2-c2-h4 49.750 122.540 SOURCE4 69 1.1900 -c2-c2-ha 50.040 120.940 SOURCE3 254 1.3150 -c2-c2-hc 50.300 119.700 SOURCE3 1 -c2-c2-hx 48.980 126.450 SOURCE3 3 0.0219 -c2-c2-i 56.280 121.030 SOURCE3 2 0.0000 -c2-c2-n1 71.690 122.980 HF/6-31G* 1 -c2-c2-n2 71.290 126.010 SOURCE3 1 0.0000 -c2-c2-n3 70.330 124.550 SOURCE3 1 -c2-c2-n4 67.180 121.520 SOURCE3 5 1.2656 -c2-c2-n 68.860 123.200 SOURCE4 15 1.8657 -c2-c2-na 69.830 121.380 SOURCE3 26 6.9463 -c2-c2-nh 69.800 124.990 SOURCE3 7 0.9929 -c2-c2-no 67.520 124.090 SOURCE4 6 1.2772 -c2-c2-o 71.920 130.890 SOURCE3 2 0.0201 -c2-c2-oh 71.640 122.070 SOURCE4 6 1.0883 -c2-c2-os 71.040 121.890 SOURCE4 33 1.3457 -c2-c2-p2 66.940 115.100 SOURCE3 1 -c2-c2-p3 59.410 124.830 SOURCE3 5 2.1222 -c2-c2-p4 61.010 119.760 SOURCE3 1 -c2-c2-p5 58.230 125.970 SOURCE3 1 -c2-c2-s4 79.550 119.840 SOURCE3 1 -c2-c2-s6 79.490 120.010 SOURCE3 1 -c2-c2-s 77.520 129.370 SOURCE3 2 0.0000 -c2-c2-sh 77.030 125.700 SOURCE3 3 1.3390 -c2-c2-ss 79.470 122.860 SOURCE4 13 1.7467 -c3-c2-c3 62.700 116.520 SOURCE3 15 3.1001 -c3-c2-cc 63.220 125.380 SOURCE4 26 1.8978 -c3-c2-cd 63.160 125.640 SOURCE3 1 same_as_c3-c2-cc -c3-c2-ce 64.190 123.020 SOURCE4 1189 1.9006 -c3-c2-cf 63.960 123.870 SOURCE4 99 1.2875 -c3-c2-h4 45.300 119.250 SOURCE4 22 2.1707 -c3-c2-ha 45.660 117.300 SOURCE3 33 1.7453 -c3-c2-hc 45.150 120.000 SOURCE3 1 -c3-c2-n2 66.470 123.520 SOURCE4 141 2.2935 -c3-c2-n 66.790 114.800 SOURCE4 12 1.8112 -c3-c2-na 64.950 122.540 SOURCE3 1 0.0000 -c3-c2-ne 66.960 122.150 SOURCE3 4 0.2197 -c3-c2-nf 66.960 122.150 SOURCE3 4 same_as_c3-c2-ne -c3-c2-nh 66.690 118.590 SOURCE3 6 2.2622 -c3-c2-o 67.880 123.180 SOURCE4 5 0.9226 -c3-c2-oh 68.500 115.040 SOURCE4 36 2.0110 -c3-c2-os 68.770 112.690 SOURCE4 50 2.4254 -c3-c2-p2 62.400 122.740 SOURCE3 2 0.0000 -c3-c2-s 79.470 115.440 SOURCE3 2 0.0115 -c3-c2-ss 77.990 119.660 SOURCE4 45 1.9732 -ca-c2-ca 63.510 117.880 SOURCE3 1 -ca-c2-hc 45.280 123.300 SOURCE3 1 -c -c2-c2 67.930 120.700 SOURCE3 1 -c -c2-c3 63.870 119.700 SOURCE3 1 -c -c2-c 66.570 118.880 SOURCE3 1 -cc-c2-h4 49.190 120.330 SOURCE4 7 0.0865 -cc-c2-ha 49.070 120.760 SOURCE3 11 1.4155 -cc-c2-nh 69.460 122.960 SOURCE4 10 0.7347 -cc-c2-o 72.800 123.590 SOURCE4 6 0.0560 -cd-c2-ha 49.070 120.760 SOURCE3 11 1.4155 -ce-c2-cl 62.430 123.900 SOURCE4 11 0.3570 -ce-c2-h4 49.380 122.290 SOURCE4 75 1.4008 -ce-c2-ha 49.570 121.190 SOURCE3 122 0.5318 -ce-c2-na 68.820 123.710 SOURCE4 6 2.0109 -ce-c2-nh 70.640 120.720 SOURCE4 93 2.2537 -ce-c2-no 68.450 119.650 SOURCE4 5 0.9817 -ce-c2-o 73.660 123.080 SOURCE4 5 0.2391 -ce-c2-oh 70.900 123.270 SOURCE4 42 1.8111 -ce-c2-os 70.470 122.520 SOURCE4 51 2.4680 -cf-c2-ha 49.570 121.190 SOURCE3 122 same_as_ce-c2-ha -c -c2-ha 47.670 121.330 SOURCE3 4 0.2462 -c -c2-hc 48.000 119.700 SOURCE3 1 -cl-c2-cl 64.100 114.270 SOURCE4 10 0.5850 -cl-c2-h4 43.820 113.770 SOURCE4 9 0.6228 -cl-c2-ha 43.940 113.200 SOURCE3 1 0.0000 -cx-c2-ha 46.610 115.890 SOURCE4 15 0.3682 -f -c2-f 70.670 109.600 SOURCE2 2 0.6000 -f -c2-ha 51.250 110.000 SOURCE2 1 0.0000 -h4-c2-n2 52.400 120.690 SOURCE4 13 1.3105 -h4-c2-n 50.480 113.570 SOURCE4 26 1.0283 -h4-c2-na 51.030 113.220 SOURCE4 9 0.6345 -h4-c2-ne 52.870 119.630 SOURCE4 10 1.6786 -h4-c2-nh 51.550 115.640 SOURCE4 31 1.0081 -h4-c2-no 49.390 113.380 SOURCE4 6 0.1240 -h4-c2-os 52.230 113.700 SOURCE3 13 2.0464 -h4-c2-ss 54.230 118.470 SOURCE3 9 2.5335 -h5-c2-n2 52.410 120.160 SOURCE4 27 1.8999 -h5-c2-na 48.230 126.390 SOURCE3 4 0.3299 -h5-c2-ne 52.760 119.620 SOURCE4 17 1.3235 -h5-c2-nh 51.850 113.930 SOURCE4 50 0.8394 -ha-c2-ha 38.020 117.650 SOURCE3 349 1.3426 -ha-c2-n1 51.830 120.760 SOURCE3 8 0.6632 -ha-c2-n2 52.390 120.540 SOURCE3 92 1.4571 -ha-c2-n3 52.440 113.540 SOURCE3 1 -ha-c2-n 50.490 113.400 SOURCE3 4 1.2182 -ha-c2-na 51.180 112.420 SOURCE3 8 0.6507 -ha-c2-ne 52.480 121.180 SOURCE3 68 0.6824 -ha-c2-nf 52.480 121.180 SOURCE3 68 same_as_ha-c2-ne -ha-c2-nh 51.290 116.680 SOURCE3 13 2.5734 -ha-c2-no 49.640 112.140 SOURCE3 2 0.0264 -ha-c2-o 55.300 117.230 SOURCE3 2 0.0201 -ha-c2-oh 52.340 116.180 SOURCE3 2 0.0000 -ha-c2-os 52.430 112.690 SOURCE3 13 2.5851 -ha-c2-p2 44.050 121.480 SOURCE3 122 0.4329 -ha-c2-p3 41.120 114.310 SOURCE3 3 0.0000 -ha-c2-p4 40.790 117.860 SOURCE3 1 -ha-c2-p5 39.360 120.100 SOURCE3 2 0.0000 -ha-c2-pe 43.490 121.460 SOURCE3 104 0.7821 -ha-c2-pf 43.490 121.460 SOURCE3 104 same_as_ha-c2-pe -ha-c2-s2 58.460 118.740 SOURCE3 2 0.0000 -ha-c2-s4 54.190 115.300 SOURCE3 2 0.0000 -ha-c2-s 54.950 115.700 SOURCE3 2 0.0000 -ha-c2-s6 53.880 116.600 SOURCE3 2 0.0000 -ha-c2-sh 54.480 111.740 SOURCE3 1 0.0000 -ha-c2-ss 54.640 116.720 SOURCE3 7 2.7543 -hc-c2-hc 37.810 118.920 SOURCE3 1 -hc-c2-n2 52.420 120.400 SOURCE3 1 -hc-c2-n 50.350 114.040 SOURCE3 1 -hc-c2-na 49.730 119.100 SOURCE3 1 -hc-c2-nh 52.030 113.360 SOURCE3 1 -hc-c2-no 49.640 112.120 SOURCE3 1 -hc-c2-oh 52.330 116.220 SOURCE3 1 -hc-c2-os 51.650 116.110 SOURCE3 1 -hc-c2-p3 40.610 117.190 SOURCE3 1 -hc-c2-p5 39.440 119.580 SOURCE3 1 -hc-c2-s4 54.000 116.120 SOURCE3 1 -hc-c2-s6 54.150 115.450 SOURCE3 1 -hc-c2-sh 53.550 115.630 SOURCE3 1 -hc-c2-ss 54.900 115.620 SOURCE3 1 -hx-c2-n4 48.420 113.030 SOURCE3 3 0.3873 -i -c2-i 60.960 117.940 SOURCE3 1 0.0000 -n1-c2-n1 73.610 124.150 HF/6-31G* 1 -n2-c2-n2 77.960 113.820 SOURCE3 1 0.0000 -n2-c2-n4 72.030 113.050 SOURCE4 6 0.3318 -n2-c2-na 71.710 123.620 SOURCE3 1 0.0000 -n2-c2-nh 72.620 124.270 SOURCE3 12 2.4114 -n2-c2-oh 74.360 122.080 SOURCE3 1 0.0000 -n2-c2-os 74.320 119.820 SOURCE4 20 1.2664 -n2-c2-ss 79.560 129.770 SOURCE3 1 0.0000 -n3-c2-n3 73.450 118.470 SOURCE3 1 -n4-c2-n4 67.720 113.930 SOURCE3 1 0.0000 -n4-c2-ss 81.510 116.260 SOURCE4 7 2.4226 -na-c2-na 73.650 109.330 SOURCE3 3 3.0187 -ne-c2-nh 73.020 123.570 SOURCE4 126 2.4468 -ne-c2-os 74.860 118.760 SOURCE4 5 0.3382 -ne-c2-ss 82.780 120.060 SOURCE4 9 1.3423 -nf-c2-nh 73.280 122.720 SOURCE3 2 same_as_ne-c2-nh -nh-c2-nh 74.460 112.720 SOURCE4 257 1.8176 -nh-c2-oh 74.050 117.160 SOURCE4 7 0.8698 -nh-c2-os 74.320 114.290 SOURCE4 18 1.0900 -nh-c2-ss 85.090 111.550 SOURCE4 37 1.1778 -n -c2-n2 70.560 125.950 SOURCE3 2 5.0202 -n -c2-n 71.550 113.230 SOURCE3 1 0.0000 -n -c2-na 74.570 105.420 SOURCE3 1 0.0000 -n -c2-ne 70.890 125.380 SOURCE4 10 1.6819 -n -c2-nh 74.200 109.140 SOURCE4 22 1.5634 -no-c2-no 69.430 113.900 SOURCE3 1 0.0000 -n -c2-ss 84.580 111.060 SOURCE4 9 0.5522 -oh-c2-oh 76.030 114.330 SOURCE3 1 0.0000 -o -c2-o 80.230 121.690 SOURCE3 1 -o -c2-oh 76.690 121.230 SOURCE4 6 0.0958 -o -c2-s 81.200 127.680 SOURCE3 2 0.0547 -os-c2-os 74.210 115.800 SOURCE3 1 0.0000 -p2-c2-p2 62.800 129.800 SOURCE3 1 -p3-c2-p3 60.610 115.540 SOURCE3 1 0.0000 -p5-c2-p5 58.010 121.850 SOURCE3 1 -s4-c2-s4 99.130 120.320 SOURCE3 1 -s4-c2-s6 99.290 119.950 SOURCE3 1 -s6-c2-s6 99.280 119.970 SOURCE3 1 -sh-c2-sh 102.460 110.480 SOURCE3 1 0.0000 -sh-c2-ss 100.350 117.820 SOURCE3 1 -s -c2-s 100.060 121.670 SOURCE3 1 -ss-c2-ss 100.540 120.240 SOURCE3 1 0.0000 -br-c3-br 67.460 109.030 SOURCE4 6 0.5435 -br-c3-c1 62.770 111.800 SOURCE2 3 0.2160 -br-c3-c3 63.030 109.250 SOURCE3 10 0.5685 -br-c3-c 62.920 110.370 SOURCE4 13 2.4747 -br-c3-h1 43.120 103.040 SOURCE3 5 0.3092 -br-c3-h2 42.340 107.100 SOURCE4 7 0.2378 -br-c3-hc 42.400 106.500 SOURCE3 1 -c1-c3-c1 66.500 109.000 SOURCE2 1 0.0000 -c1-c3-c2 65.000 111.110 SOURCE4 12 0.7366 -c1-c3-c3 64.290 111.420 SOURCE4 197 1.2106 -c1-c3-ca 64.930 110.950 SOURCE4 28 1.1203 -c1-c3-cc 64.290 114.290 SOURCE4 8 0.1535 -c1-c3-cd 64.360 114.060 SOURCE4 5 0.0462 -c1-c3-cl 62.890 110.630 SOURCE2 3 1.2257 -c1-c3-h1 48.350 109.290 SOURCE4 133 0.5701 -c1-c3-hc 48.250 109.750 SOURCE3 12 0.8436 -c1-c3-hx 47.760 112.050 SOURCE4 17 0.2587 -c1-c3-n3 67.030 112.590 SOURCE4 28 0.9555 -c1-c3-n4 66.530 112.040 SOURCE4 11 0.5701 -c1-c3-n 67.410 112.080 SOURCE4 18 0.9568 -c1-c3-nh 67.250 112.790 SOURCE4 8 0.9453 -c1-c3-oh 69.490 109.140 SOURCE4 39 0.6500 -c1-c3-os 69.270 108.880 SOURCE4 31 0.9597 -c2-c3-c2 63.930 112.080 SOURCE4 153 0.7742 -c2-c3-c3 63.530 111.440 SOURCE4 2891 1.7167 -c2-c3-ca 63.710 112.450 SOURCE4 141 1.6755 -c2-c3-cc 64.000 112.490 SOURCE4 15 1.7250 -c2-c3-cd 64.460 110.890 SOURCE4 17 2.1339 -c2-c3-ce 64.080 111.750 SOURCE4 28 1.5646 -c2-c3-cf 63.960 112.190 SOURCE4 10 2.4554 -c2-c3-cl 62.050 112.070 SOURCE4 6 0.9936 -c2-c3-cx 63.650 112.620 SOURCE4 17 1.3287 -c2-c3-cy 66.760 101.330 SOURCE4 58 0.9262 -c2-c3-f 66.520 110.960 SOURCE4 25 0.2829 -c2-c3-h1 47.030 110.460 SOURCE3 17 1.1525 -c2-c3-h2 46.840 111.190 SOURCE4 17 0.8311 -c2-c3-hc 47.030 110.490 SOURCE3 159 0.7479 -c2-c3-hx 46.830 111.450 SOURCE4 20 0.9004 -c2-c3-n2 67.090 108.990 SOURCE4 10 1.2025 -c2-c3-n3 66.470 111.520 SOURCE4 158 1.4012 -c2-c3-n 66.730 111.380 SOURCE4 67 1.7559 -c2-c3-na 66.240 113.300 SOURCE4 27 1.2945 -c2-c3-nh 67.100 110.270 SOURCE4 56 1.8018 -c2-c3-oh 68.180 110.210 SOURCE4 220 1.4197 -c2-c3-os 68.450 108.480 SOURCE4 204 1.6082 -c2-c3-s4 79.190 109.730 SOURCE4 6 0.1722 -c2-c3-ss 80.520 104.970 SOURCE3 2 2.2248 -c3-c3-c3 63.210 110.630 SOURCE3 507 2.7845 -c3-c3-ca 63.250 112.090 SOURCE4 3859 1.5523 -c3-c3-cc 63.570 111.920 SOURCE4 695 1.6368 -c3-c3-cd 64.690 108.100 SOURCE3 5 same_as_c3-c3-cc -c3-c3-ce 63.650 111.220 SOURCE4 395 1.7751 -c3-c3-cf 63.900 110.370 SOURCE4 95 1.5467 -c3-c3-cl 62.200 110.330 SOURCE3 20 1.1495 -c3-c3-cx 63.300 111.820 SOURCE4 179 2.4814 -c3-c3-cy 63.630 109.620 SOURCE3 5 2.0747 -c3-c3-f 66.220 109.410 SOURCE3 18 1.1878 -c3-c3-h1 46.360 110.070 SOURCE3 457 1.1542 -c3-c3-h2 46.020 111.590 SOURCE3 8 1.1217 -c3-c3-hc 46.370 110.050 SOURCE3 2092 0.6991 -c3-c3-hx 46.020 111.740 SOURCE3 15 1.2365 -c3-c3-i 58.480 110.960 SOURCE3 2 0.0000 -c3-c3-n1 66.640 108.860 SOURCE4 9 0.8093 -c3-c3-n2 66.400 109.160 SOURCE3 8 1.4079 -c3-c3-n3 66.180 110.380 SOURCE3 69 2.9054 -c3-c3-n4 64.450 114.320 SOURCE4 567 2.4412 -c3-c3-n 65.850 112.130 SOURCE3 31 2.0700 -c3-c3-na 65.730 112.810 SOURCE4 595 1.5050 -c3-c3-nh 66.390 110.450 SOURCE4 1514 1.3881 -c3-c3-no 65.210 109.270 SOURCE4 25 1.1817 -c3-c3-o 68.590 112.970 SOURCE4 14 1.0277 -c3-c3-oh 67.720 109.430 SOURCE3 48 1.5023 -c3-c3-os 67.780 108.420 SOURCE3 122 1.6759 -c3-c3-p3 60.410 113.190 SOURCE4 15 0.2974 -c3-c3-p5 61.390 112.320 SOURCE4 106 1.1753 -c3-c3-s4 78.670 110.070 SOURCE4 38 0.8510 -c3-c3-s6 79.700 110.000 SOURCE4 152 1.4278 -c3-c3-sh 77.180 113.020 SOURCE4 80 1.3442 -c3-c3-ss 77.330 112.690 SOURCE3 24 2.1842 -c3-c3-sy 79.490 109.910 SOURCE4 22 0.9248 -ca-c3-ca 63.660 112.260 SOURCE4 385 1.7047 -ca-c3-cc 63.760 112.940 SOURCE4 61 1.2579 -ca-c3-cd 65.180 108.080 SOURCE3 8 same_as_ca-c3-cc -ca-c3-ce 63.810 112.330 SOURCE4 51 1.1929 -ca-c3-cl 62.200 111.310 SOURCE4 16 0.8077 -ca-c3-cx 63.690 112.100 SOURCE4 5 2.1117 -ca-c3-f 66.140 111.760 SOURCE4 449 0.3492 -ca-c3-h1 46.780 110.950 SOURCE3 12 1.1170 -ca-c3-h2 47.030 109.660 SOURCE4 29 1.2184 -ca-c3-hc 46.960 110.150 SOURCE3 47 1.2602 -ca-c3-hx 46.690 111.440 SOURCE4 33 0.4691 -ca-c3-n2 65.920 112.490 SOURCE4 22 1.1043 -ca-c3-n3 66.180 112.130 SOURCE4 387 1.2309 -ca-c3-n4 64.870 114.540 SOURCE4 22 2.3986 -ca-c3-n 66.290 112.430 SOURCE4 201 1.5133 -ca-c3-na 66.270 112.810 SOURCE4 104 1.5807 -ca-c3-nc 68.200 106.510 SOURCE3 1 0.0000 -ca-c3-nd 68.200 106.510 SOURCE3 1 same_as_ca-c3-nc -ca-c3-nh 66.640 111.410 SOURCE4 147 1.0074 -ca-c3-oh 67.940 110.550 SOURCE4 348 1.2310 -ca-c3-os 68.190 108.890 SOURCE4 411 1.0102 -ca-c3-p5 61.350 113.410 SOURCE4 19 1.4444 -ca-c3-s6 79.570 111.360 SOURCE4 15 1.4775 -ca-c3-ss 78.350 110.660 SOURCE4 78 1.4797 -ca-c3-sx 78.680 110.800 SOURCE4 16 0.5396 -c -c3-c1 64.560 112.640 SOURCE4 11 1.0678 -c -c3-c2 64.140 111.320 SOURCE4 92 1.8522 -c -c3-c3 63.790 110.530 SOURCE3 62 1.9636 -c -c3-c 64.060 111.610 SOURCE4 151 2.1872 -c -c3-ca 64.130 110.990 SOURCE4 481 1.7257 -c -c3-cc 63.940 112.690 SOURCE4 61 1.4162 -cc-c3-cc 63.640 114.440 SOURCE4 9 0.7894 -cc-c3-cd 67.300 102.350 SOURCE3 1 0.0000 -cc-c3-cx 63.850 112.550 SOURCE4 5 1.4317 -c -c3-cd 63.810 113.170 SOURCE4 43 1.3583 -c -c3-ce 64.020 111.980 SOURCE4 16 2.1388 -cc-c3-f 66.730 111.130 SOURCE4 60 0.4791 -cc-c3-h1 47.030 111.620 SOURCE3 20 1.0215 -cc-c3-hc 47.200 110.860 SOURCE3 85 1.0276 -cc-c3-hx 47.170 111.020 SOURCE4 9 0.7503 -c -c3-cl 62.300 111.160 SOURCE4 41 1.2257 -cc-c3-n2 66.850 110.470 SOURCE4 11 0.5153 -cc-c3-n3 66.670 111.570 SOURCE4 66 1.2287 -cc-c3-n4 64.880 115.580 SOURCE4 6 1.1723 -cc-c3-n 66.740 112.050 SOURCE4 23 1.5593 -cc-c3-na 66.430 113.390 SOURCE4 8 0.8010 -cc-c3-nc 68.370 107.040 SOURCE3 2 0.0000 -cc-c3-nh 66.500 113.020 SOURCE4 14 1.6083 -cc-c3-oh 68.010 111.510 SOURCE4 61 1.4663 -cc-c3-os 68.570 108.820 SOURCE4 84 1.2451 -cc-c3-p5 60.750 116.230 SOURCE4 6 0.7766 -cc-c3-sh 77.340 114.020 SOURCE3 1 same_as_cd-c3-sh -cc-c3-ss 78.390 111.090 SOURCE4 35 0.8623 -c -c3-cx 64.080 111.090 SOURCE4 9 1.2357 -cd-c3-cd 65.520 107.990 SOURCE3 10 5.1937 -cd-c3-f 66.530 111.800 SOURCE4 9 0.4528 -cd-c3-h1 47.030 111.620 SOURCE3 20 1.0215 -cd-c3-hc 47.200 110.860 SOURCE3 85 1.0276 -cd-c3-n3 66.960 110.590 SOURCE4 45 1.4707 -cd-c3-n 67.110 110.830 SOURCE4 9 1.3462 -cd-c3-nd 68.370 107.040 SOURCE3 2 same_as_cc-c3-nc -cd-c3-nh 67.060 111.110 SOURCE4 7 2.0959 -cd-c3-oh 68.280 110.640 SOURCE4 55 1.5008 -cd-c3-os 67.810 111.280 SOURCE3 7 same_as_cc-c3-os -cd-c3-sh 77.340 114.020 SOURCE3 1 0.0000 -cd-c3-ss 78.450 110.910 SOURCE4 8 0.8705 -ce-c3-ce 64.240 111.440 SOURCE4 18 0.3695 -ce-c3-cy 66.340 102.820 SOURCE4 6 0.1191 -ce-c3-h1 47.280 109.650 SOURCE4 98 0.9337 -ce-c3-hc 47.000 110.980 SOURCE3 27 0.1559 -ce-c3-n3 66.430 111.900 SOURCE4 20 0.5035 -ce-c3-n 67.090 110.410 SOURCE4 6 1.1405 -ce-c3-oh 68.000 111.050 SOURCE4 17 1.5159 -ce-c3-os 68.640 108.100 SOURCE4 16 1.9583 -ce-c3-ss 78.300 111.100 SOURCE4 7 2.0156 -c -c3-f 66.820 109.980 SOURCE4 38 0.9895 -cf-c3-cy 66.330 102.850 SOURCE4 49 0.2818 -cf-c3-h1 47.350 109.340 SOURCE4 21 0.7788 -cf-c3-hc 47.000 110.980 SOURCE3 27 same_as_ce-c3-hc -cf-c3-n3 66.510 111.640 SOURCE4 8 1.1575 -c -c3-h1 47.630 107.660 SOURCE3 66 1.4015 -c -c3-h2 47.160 109.690 SOURCE4 38 1.0614 -c -c3-hc 47.200 109.680 SOURCE3 614 0.6426 -c -c3-hx 47.230 109.540 SOURCE4 47 0.6627 -cl-c3-cl 62.700 111.030 SOURCE2 6 1.1324 -cl-c3-f 63.600 109.020 SOURCE4 15 0.3609 -cl-c3-h1 43.710 105.930 SOURCE3 19 1.1883 -cl-c3-h2 43.490 107.140 SOURCE4 50 0.5973 -cl-c3-hc 43.360 107.650 SOURCE2 2 2.2500 -cl-c3-os 64.920 111.400 SOURCE4 8 0.8275 -cl-c3-ss 78.390 112.940 SOURCE4 10 1.4625 -c -c3-n2 66.920 109.550 SOURCE4 55 1.4579 -c -c3-n3 66.590 111.140 SOURCE4 629 1.6673 -c -c3-n4 65.070 114.210 SOURCE4 27 1.5388 -c -c3-n 66.670 111.560 SOURCE3 28 1.7981 -c -c3-na 66.810 111.370 SOURCE4 31 1.6229 -c -c3-nh 67.360 109.430 SOURCE4 42 1.7022 -c -c3-oh 68.650 108.700 SOURCE4 299 1.3415 -c -c3-os 68.030 109.820 SOURCE3 10 2.0612 -c -c3-p5 62.230 110.410 SOURCE4 15 2.2683 -c -c3-s6 80.060 110.220 SOURCE4 5 2.0076 -c -c3-sh 79.050 108.820 SOURCE4 12 0.8354 -c -c3-ss 78.090 111.580 SOURCE3 5 1.9506 -cx-c3-cx 63.530 112.580 SOURCE4 7 1.2211 -cx-c3-h1 47.040 109.640 SOURCE4 175 0.8822 -cx-c3-hc 46.920 110.200 SOURCE4 356 0.8798 -cx-c3-hx 46.380 112.810 SOURCE4 12 0.0977 -cx-c3-n3 65.830 113.220 SOURCE4 33 1.3978 -cx-c3-n4 68.880 101.510 SOURCE4 12 0.0760 -cx-c3-n 66.220 112.590 SOURCE4 22 0.8034 -cx-c3-oh 68.100 109.970 SOURCE4 25 1.3176 -cx-c3-os 68.400 108.160 SOURCE4 26 1.0162 -cy-c3-h1 47.000 107.880 SOURCE4 162 0.9624 -cy-c3-hc 46.510 110.170 SOURCE3 16 0.5693 -cy-c3-n3 65.630 112.720 SOURCE4 7 1.0639 -cy-c3-oh 67.220 111.560 SOURCE4 138 0.5051 -cy-c3-os 68.450 106.790 SOURCE4 5 1.0955 -f -c3-f 71.260 107.160 SOURCE2 10 1.1324 -f -c3-h1 51.570 107.850 SOURCE3 14 0.9537 -f -c3-h2 51.360 108.410 SOURCE3 6 0.5081 -f -c3-h3 51.050 110.010 SOURCE4 19 0.6811 -f -c3-hc 51.330 108.920 SOURCE2 5 3.0534 -f -c3-n2 69.230 110.400 SOURCE2 3 2.6470 -f -c3-os 70.660 110.610 SOURCE4 45 1.1755 -f -c3-p5 63.700 107.250 SOURCE4 11 1.1735 -f -c3-s6 81.220 109.670 SOURCE4 24 0.4116 -f -c3-ss 78.640 111.890 SOURCE4 11 0.9479 -h1-c3-h1 39.180 109.550 SOURCE3 1888 1.1205 -h1-c3-n1 49.990 107.310 HF/6-31G* 1 -h1-c3-n2 49.260 109.610 SOURCE3 63 1.0452 -h1-c3-n3 49.390 109.920 SOURCE3 313 1.1810 -h1-c3-n 49.820 109.320 SOURCE3 91 1.0325 -h1-c3-na 49.900 109.450 SOURCE3 53 0.9555 -h1-c3-nc 50.110 108.570 SOURCE3 6 0.0764 -h1-c3-nd 50.110 108.570 SOURCE3 6 same_as_h1-c3-nc -h1-c3-nh 49.730 109.960 SOURCE3 70 0.7000 -h1-c3-no 48.660 105.150 SOURCE4 16 0.4950 -h1-c3-o 52.530 117.190 SOURCE3 6 0.0003 -h1-c3-oh 50.970 109.880 SOURCE3 63 1.3172 -h1-c3-os 50.840 108.820 SOURCE3 541 0.8042 -h1-c3-p5 42.870 107.990 SOURCE4 72 1.1862 -h1-c3-s4 54.280 108.660 SOURCE3 201 0.3834 -h1-c3-s 52.120 112.600 SOURCE3 6 0.0026 -h1-c3-s6 55.510 108.110 SOURCE3 160 0.5518 -h1-c3-sh 53.660 109.210 SOURCE3 22 1.2028 -h1-c3-ss 53.660 109.340 SOURCE3 356 0.6573 -h1-c3-sx 54.210 108.690 SOURCE3 90 0.2749 -h1-c3-sy 55.250 108.090 SOURCE3 93 0.2556 -h2-c3-h2 39.000 109.190 SOURCE3 29 3.1352 -h2-c3-i 38.690 104.990 SOURCE3 2 0.0000 -h2-c3-n2 49.080 110.220 SOURCE3 6 0.2133 -h2-c3-n3 49.370 109.800 SOURCE4 189 1.2893 -h2-c3-n 50.220 107.380 SOURCE4 258 1.3140 -h2-c3-na 50.270 107.660 SOURCE3 6 1.4096 -h2-c3-nc 49.850 109.470 SOURCE3 10 0.3133 -h2-c3-nd 49.850 109.470 SOURCE3 10 same_as_h2-c3-nc -h2-c3-nh 49.600 110.330 SOURCE4 102 1.0596 -h2-c3-no 47.830 108.690 SOURCE3 4 0.0000 -h2-c3-o 54.380 108.970 SOURCE3 4 0.0000 -h2-c3-oh 51.290 108.300 SOURCE3 6 0.5715 -h2-c3-os 50.840 108.580 SOURCE3 44 1.2773 -h2-c3-s4 54.330 108.580 SOURCE3 8 0.2408 -h2-c3-s 53.560 106.750 SOURCE3 4 0.0000 -h2-c3-s6 55.940 106.540 SOURCE4 27 0.9934 -h2-c3-sh 54.020 107.870 SOURCE3 6 0.4376 -h2-c3-ss 53.590 109.750 SOURCE3 10 0.3442 -h3-c3-n3 49.730 108.390 SOURCE4 12 1.7932 -h3-c3-nc 49.910 109.370 SOURCE3 1 0.0000 -h3-c3-nd 49.910 109.370 SOURCE3 1 same_as_h3-c3-nc -h3-c3-nh 49.530 110.780 SOURCE4 5 1.5993 -h3-c3-os 50.090 112.030 SOURCE4 17 1.0957 -h3-c3-ss 53.680 109.270 SOURCE4 8 0.8367 -hc-c3-hc 39.430 108.350 SOURCE3 2380 0.9006 -hc-c3-i 38.620 104.990 SOURCE3 1 -hc-c3-n2 49.290 109.500 SOURCE3 1 -hc-c3-n3 49.420 109.800 SOURCE2 5 2.0070 -hc-c3-n4 49.010 107.900 SOURCE3 1 -hc-c3-n 49.780 109.500 SOURCE3 1 -hc-c3-na 49.900 109.500 SOURCE3 1 -hc-c3-nh 49.380 111.540 SOURCE3 1 -hc-c3-no 48.190 107.200 SOURCE2 1 0.0000 -hc-c3-oh 51.070 109.500 SOURCE3 1 -hc-c3-os 50.870 108.700 SOURCE2 13 2.3739 -hc-c3-p2 41.380 110.180 SOURCE3 25 0.4057 -hc-c3-p3 41.660 110.140 SOURCE3 325 0.5126 -hc-c3-p4 42.040 109.590 SOURCE3 87 0.3196 -hc-c3-p5 42.540 109.640 SOURCE3 69 0.8112 -hc-c3-px 42.240 109.740 SOURCE3 84 0.3474 -hc-c3-py 42.560 109.540 SOURCE3 39 0.1999 -hc-c3-s4 54.570 107.500 SOURCE2 1 0.0000 -hc-c3-s6 55.480 108.200 SOURCE3 1 -hc-c3-sh 53.990 107.870 SOURCE2 3 2.0981 -hc-c3-ss 53.800 108.760 SOURCE2 3 1.6891 -hx-c3-hx 39.040 110.740 SOURCE3 137 0.5531 -hx-c3-n4 49.020 107.910 SOURCE3 148 0.5899 -i -c3-i 61.980 113.120 SOURCE3 1 0.0000 -n1-c3-n1 71.090 105.070 HF/6-31G* 1 -n2-c3-n2 69.890 107.700 SOURCE3 1 0.0000 -n2-c3-nh 69.260 111.060 SOURCE4 5 0.7868 -n2-c3-oh 70.150 111.820 SOURCE4 10 0.3451 -n2-c3-os 70.040 111.230 SOURCE4 6 1.0463 -n3-c3-n3 69.610 109.590 SOURCE4 27 1.8125 -n3-c3-nc 68.790 113.290 SOURCE3 1 0.0000 -n3-c3-nd 68.790 113.290 SOURCE3 1 same_as_n3-c3-nc -n3-c3-nh 69.740 110.080 SOURCE4 21 1.0686 -n3-c3-oh 70.710 110.630 SOURCE4 20 1.0177 -n3-c3-os 71.150 108.330 SOURCE4 17 1.9545 -n3-c3-p5 64.440 109.510 SOURCE4 10 1.5002 -n3-c3-ss 81.950 107.730 SOURCE4 18 1.7621 -n4-c3-n4 67.130 113.320 SOURCE3 1 0.0000 -na-c3-na 69.060 113.490 SOURCE3 1 0.0000 -na-c3-os 71.270 109.060 SOURCE4 170 0.5450 -nc-c3-nc 69.960 110.610 SOURCE3 1 0.0000 -nc-c3-nh 69.340 112.430 SOURCE3 1 0.0000 -nc-c3-os 69.280 115.410 SOURCE3 3 1.0288 -nd-c3-nd 69.960 110.610 SOURCE3 1 same_as_nc-c3-nc -nd-c3-nh 69.340 112.430 SOURCE3 1 same_as_nc-c3-nh -nd-c3-os 69.280 115.410 SOURCE3 3 same_as_nc-c3-os -nh-c3-nh 71.410 105.870 SOURCE3 1 0.0000 -nh-c3-oh 70.470 112.360 SOURCE4 12 0.7775 -nh-c3-os 71.260 108.930 SOURCE4 17 1.3775 -nh-c3-p5 63.700 112.500 SOURCE4 5 1.7371 -nh-c3-ss 81.670 108.880 SOURCE4 8 2.1521 -n -c3-n2 68.820 112.340 SOURCE4 5 1.1443 -n -c3-n3 69.390 111.030 SOURCE4 15 1.8216 -n -c3-n 68.780 113.810 SOURCE3 1 0.0000 -n -c3-nh 70.540 108.340 SOURCE4 11 2.1727 -n -c3-oh 70.360 112.540 SOURCE4 31 1.1295 -no-c3-no 68.370 104.470 SOURCE4 5 0.9726 -n -c3-os 71.140 109.160 SOURCE4 153 0.8778 -n -c3-p5 64.380 110.050 SOURCE4 5 1.2965 -oh-c3-oh 72.710 109.230 SOURCE4 8 1.4978 -oh-c3-os 72.380 109.210 SOURCE4 85 1.1964 -oh-c3-p5 65.440 108.860 SOURCE4 33 1.2025 -oh-c3-sh 80.110 115.460 SOURCE3 1 0.0000 -o -c3-o 74.430 122.300 SOURCE3 1 0.0000 -os-c3-os 71.720 110.240 SOURCE3 17 2.1340 -os-c3-p5 65.470 108.360 SOURCE4 22 2.1937 -os-c3-ss 82.720 107.980 SOURCE4 20 1.7464 -p2-c3-p2 61.280 110.480 SOURCE3 1 0.0000 -p3-c3-p3 61.730 110.160 SOURCE3 1 0.0000 -p5-c3-p5 62.800 110.130 SOURCE4 33 2.4116 -p5-c3-ss 78.880 111.300 SOURCE4 5 2.0560 -s4-c3-s4 99.950 112.290 SOURCE3 2 1.2724 -s4-c3-s6 100.300 113.520 SOURCE3 1 -s6-c3-s6 102.050 111.750 SOURCE3 1 0.0000 -sh-c3-sh 97.420 116.260 SOURCE3 1 0.0000 -sh-c3-ss 99.850 110.730 SOURCE3 1 -s -c3-s 93.400 123.350 SOURCE3 1 0.0000 -ss-c3-ss 99.950 110.570 SOURCE4 15 1.4311 -br-ca-br 67.310 117.600 SOURCE3 1 -br-ca-ca 63.480 118.130 SOURCE3 8 0.6041 -c1-ca-c1 64.700 120.000 SOURCE3 1 -c1-ca-ca 65.860 120.000 SOURCE3 1 -c2-ca-c2 62.950 120.000 SOURCE3 1 -c2-ca-ca 64.690 120.600 SOURCE3 1 -c3-ca-c2 62.240 120.000 SOURCE3 1 -c3-ca-c3 62.410 116.800 SOURCE3 1 -c3-ca-ca 63.840 120.630 SOURCE3 60 0.7175 -c3-ca-cp 63.700 120.630 SOURCE3 60 0.7175 -c3-ca-cq 63.590 120.630 SOURCE3 60 0.7175 -c3-ca-na 66.590 118.780 SOURCE4 59 1.1184 -c3-ca-nb 67.330 116.660 SOURCE4 408 0.9380 -ca-ca-ca 67.180 119.970 SOURCE3 1969 0.3480 -ca-ca-cc 65.990 120.100 SOURCE3 103 0.3451 -ca-ca-cd 65.990 120.100 SOURCE3 103 0.3451 -ca-ca-ce 64.880 120.660 SOURCE3 14 0.1564 -ca-ca-cf 64.880 120.660 SOURCE3 14 same_as_ca-ca-ce -ca-ca-cg 65.900 120.050 SOURCE3 6 0.2397 -ca-ca-ch 65.900 120.050 SOURCE3 6 same_as_ca-ca-cg -ca-ca-cl 62.920 119.400 SOURCE4 2459 0.5283 -ca-ca-cp 67.240 119.070 SOURCE3 14 2.3077 -ca-ca-cq 67.090 119.070 SOURCE3 14 2.3077 -ca-ca-cx 64.480 120.830 SOURCE4 71 1.3062 -ca-ca-cy 63.770 120.860 SOURCE4 17 2.0287 -ca-ca-f 67.510 118.950 SOURCE4 967 0.3369 -ca-ca-h4 48.240 121.090 SOURCE3 57 1.4696 -ca-ca-ha 48.460 120.010 SOURCE3 2980 0.2511 -ca-ca-i 58.590 118.470 SOURCE3 10 0.6181 -ca-ca-n1 68.920 118.500 HF/6-31G* 1 -ca-ca-n2 70.950 119.570 SOURCE3 1 -ca-ca-n4 67.280 118.410 SOURCE3 6 0.1691 -ca-ca-n 67.970 119.890 SOURCE3 18 0.2095 -ca-ca-na 70.210 118.340 SOURCE3 54 3.6168 -ca-ca-nb 69.160 122.630 SOURCE3 83 1.1249 -ca-ca-nc 70.140 119.720 SOURCE3 22 3.3994 -ca-ca-nd 70.140 119.720 SOURCE3 22 3.3994 -ca-ca-ne 67.740 119.880 SOURCE3 24 0.3637 -ca-ca-nf 67.740 119.880 SOURCE3 24 0.3637 -ca-ca-nh 69.340 120.130 SOURCE3 193 0.6341 -ca-ca-no 66.880 119.540 SOURCE3 10 1.3187 -ca-ca-o 71.850 123.290 SOURCE4 11 1.2526 -ca-ca-oh 69.850 119.940 SOURCE3 14 0.1627 -ca-ca-os 69.790 119.200 SOURCE3 52 0.5240 -ca-ca-p2 61.520 114.360 SOURCE3 1 -ca-ca-p3 60.320 120.730 SOURCE3 6 0.1273 -ca-ca-p4 60.930 120.300 SOURCE3 1 -ca-ca-p5 61.240 120.280 SOURCE4 5 0.0177 -ca-ca-pe 60.250 120.450 SOURCE3 20 0.2719 -ca-ca-pf 60.250 120.450 SOURCE3 20 0.2719 -ca-ca-px 60.340 120.530 SOURCE3 10 0.4509 -ca-ca-py 61.180 119.980 SOURCE3 6 0.0670 -ca-ca-s4 78.120 119.150 SOURCE3 1 -ca-ca-s6 78.690 120.540 SOURCE4 36 1.2154 -ca-ca-s 78.750 122.550 SOURCE3 4 0.0000 -ca-ca-sh 77.610 121.780 SOURCE4 17 1.2849 -ca-ca-ss 78.500 119.930 SOURCE3 16 0.3901 -ca-ca-sx 76.800 119.180 SOURCE3 6 0.0434 -ca-ca-sy 78.020 119.890 SOURCE3 24 1.8813 -c -ca-c3 62.610 118.060 SOURCE3 1 -c -ca-c 62.650 120.000 SOURCE3 1 -c -ca-ca 64.640 120.140 SOURCE3 40 0.4788 -cc-ca-cp 64.690 124.300 SOURCE4 10 0.6423 -cc-ca-nb 69.060 118.450 SOURCE4 35 1.6594 -cd-ca-nb 69.340 117.500 SOURCE4 29 1.8623 -ce-ca-na 67.440 119.850 SOURCE4 9 0.7001 -ce-ca-nb 68.300 117.380 SOURCE4 32 0.6890 -cf-ca-nb 68.080 118.140 SOURCE4 12 1.1775 -cg-ca-cp 65.330 121.530 SOURCE4 12 0.1831 -c -ca-ha 46.510 115.900 SOURCE3 1 -cl-ca-cl 62.630 118.720 SOURCE3 1 -cl-ca-cp 62.600 120.310 SOURCE4 18 0.5607 -cl-ca-nb 65.810 116.150 SOURCE4 50 0.6047 -c -ca-nb 67.710 117.940 SOURCE4 91 1.0536 -c -ca-nc 64.400 130.800 SOURCE3 1 -c -ca-nd 64.400 130.800 SOURCE3 1 same_as_c-ca-nc -cp-ca-f 67.180 119.390 SOURCE4 16 0.1724 -cp-ca-h4 48.230 120.030 SOURCE4 27 0.4431 -cp-ca-ha 48.030 121.080 SOURCE3 12 1.7484 -cp-ca-na 73.000 108.790 SOURCE4 165 0.5166 -cp-ca-nb 68.640 123.720 SOURCE4 50 0.8176 -cp-ca-nh 68.740 121.520 SOURCE4 11 0.5438 -cp-ca-oh 69.340 120.960 SOURCE4 12 1.1400 -cp-ca-ss 80.870 112.750 SOURCE4 8 0.6216 -cp-ca-sy 80.930 111.180 SOURCE3 2 0.0000 -cq-ca-ha 47.860 121.080 SOURCE3 12 1.7484 -cq-ca-sy 80.860 111.180 SOURCE3 2 0.0000 -f -ca-f 68.050 117.500 SOURCE3 1 -f -ca-nb 71.690 114.580 SOURCE4 19 0.2987 -h4-ca-n 49.480 116.020 SOURCE3 1 -h4-ca-na 51.880 114.650 SOURCE3 5 1.5484 -h4-ca-nb 51.820 115.940 SOURCE3 52 0.7370 -h4-ca-nc 51.460 118.360 SOURCE3 1 -h4-ca-nd 51.460 118.360 SOURCE3 1 same_as_h4-ca-nc -h4-ca-os 52.300 111.150 SOURCE3 1 -h4-ca-ss 53.660 116.190 SOURCE3 1 -h5-ca-nb 51.760 116.350 SOURCE3 30 0.5545 -h5-ca-nc 50.700 122.110 SOURCE3 1 -h5-ca-nd 50.700 122.110 SOURCE3 1 same_as_h5-ca-nc -ha-ca-n2 52.970 116.000 SOURCE2 1 0.0000 -ha-ca-p2 39.570 122.560 SOURCE3 1 -i -ca-i 62.290 119.280 SOURCE3 1 -n1-ca-n1 70.730 117.030 HF/6-31G* 1 -n2-ca-n2 75.050 120.000 SOURCE3 1 -n2-ca-na 73.800 119.600 SOURCE3 1 -n4-ca-n4 67.650 116.820 SOURCE3 1 -na-ca-na 76.480 107.650 SOURCE4 5 0.8751 -na-ca-nb 70.600 127.070 SOURCE4 237 1.9392 -na-ca-nh 72.480 118.620 SOURCE4 29 0.9759 -nb-ca-nb 70.780 127.190 SOURCE4 585 1.1793 -nb-ca-nc 70.900 127.320 SOURCE4 8 0.8052 -nb-ca-nd 71.250 126.080 SOURCE4 14 0.9814 -nb-ca-nh 73.200 116.950 SOURCE4 765 0.8040 -nb-ca-oh 73.570 117.300 SOURCE4 64 0.9290 -nb-ca-os 72.540 119.660 SOURCE4 76 0.6493 -nb-ca-sh 81.390 117.590 SOURCE4 15 1.4616 -nb-ca-ss 81.120 119.300 SOURCE4 41 1.3420 -nc-ca-nc 70.670 128.740 SOURCE3 1 -nc-ca-nh 72.770 118.860 SOURCE3 1 -nd-ca-nd 70.670 128.740 SOURCE3 1 same_as_nc-ca-nc -nd-ca-nh 72.770 118.860 SOURCE3 1 same_as_nc-ca-nh -nh-ca-nh 71.400 120.980 SOURCE3 1 -n -ca-nc 69.660 123.860 SOURCE3 1 -n -ca-nd 69.660 123.860 SOURCE3 1 same_as_n-ca-nc -n -ca-nh 71.290 116.160 SOURCE3 1 -no-ca-no 67.420 117.140 SOURCE3 1 -oh-ca-oh 72.630 120.000 SOURCE3 1 -o -ca-o 78.210 126.820 SOURCE3 1 -os-ca-os 74.010 113.730 SOURCE3 1 -p2-ca-p2 58.980 121.200 SOURCE3 1 -p3-ca-p3 59.440 121.460 SOURCE3 1 -p5-ca-p5 60.760 120.000 SOURCE3 1 -s4-ca-s4 104.060 105.810 SOURCE3 1 -s6-ca-s6 105.770 105.810 SOURCE3 1 -sh-ca-sh 98.150 120.240 SOURCE3 1 -s -ca-s 98.380 125.140 SOURCE3 1 -ss-ca-ss 100.760 115.150 SOURCE3 1 -br-c -br 66.910 113.100 SOURCE3 1 -br-c -c3 63.340 110.740 SOURCE3 1 0.0000 -br-c -o 63.190 121.460 SOURCE3 5 1.6264 -c1-c -c1 65.090 115.320 SOURCE3 1 -c1-c -o 69.920 122.340 SOURCE3 1 -c2-c -c2 67.170 116.780 SOURCE3 1 -c2-c -ha 48.650 115.950 SOURCE3 1 -c2-c -o 72.770 119.120 SOURCE3 2 0.0000 -c2-c -s 81.850 119.160 SOURCE3 2 0.0000 -c3-c -c3 62.820 116.050 SOURCE3 11 1.0986 -c3-c -ca 62.590 118.540 SOURCE4 240 1.3614 -c3-c -cc 63.240 118.000 SOURCE4 21 0.9834 -c3-c -cd 63.500 117.020 SOURCE4 25 1.4755 -c3-c -ce 63.470 116.250 SOURCE4 188 1.1613 -c3-c -cf 63.300 116.860 SOURCE4 45 1.5859 -c3-c -cg 64.260 115.000 SOURCE2 1 0.0000 -c3-c -ch 64.260 115.000 SOURCE2 1 same_as_c3-c-cg -c3-c -cl 62.560 111.990 SOURCE3 2 0.0125 -c3-c -f 66.930 110.700 SOURCE2 1 0.0000 -c3-c -h4 46.110 114.400 SOURCE4 57 0.4032 -c3-c -ha 46.010 115.220 SOURCE3 15 0.3181 -c3-c -i 56.870 112.940 SOURCE3 1 0.0000 -c3-c -n2 66.620 114.530 SOURCE3 1 -c3-c -n4 64.610 112.260 SOURCE3 2 0.0000 -c3-c -n 67.860 115.150 SOURCE3 153 2.7443 -c3-c -ne 68.090 111.390 SOURCE4 11 2.1430 -c3-c -nf 67.430 113.380 SOURCE3 1 same_as_c3-c-ne -c3-c -o 68.030 123.110 SOURCE3 267 3.0977 -c3-c -oh 69.840 112.200 SOURCE3 14 1.8324 -c3-c -os 69.260 111.960 SOURCE3 15 2.3072 -c3-c -p3 58.900 116.420 SOURCE3 3 0.1291 -c3-c -p5 58.320 118.900 SOURCE3 1 -c3-c -pe 58.620 114.850 SOURCE3 1 0.0000 -c3-c -pf 58.620 114.850 SOURCE3 1 same_as_c3-c-pe -c3-c -px 58.600 115.600 SOURCE3 1 0.0000 -c3-c -py 58.850 118.160 SOURCE3 3 1.0735 -c3-c -s4 75.480 114.790 SOURCE3 1 -c3-c -s6 75.500 114.720 SOURCE3 1 -c3-c -s 78.510 123.730 SOURCE3 9 1.4528 -c3-c -sh 78.430 114.210 SOURCE3 3 2.3916 -c3-c -ss 78.990 114.320 SOURCE3 5 2.7478 -c3-c -sx 75.280 113.970 SOURCE3 3 0.0610 -c3-c -sy 75.800 114.280 SOURCE3 3 0.7341 -ca-c -ca 63.030 118.580 SOURCE4 144 2.1146 -ca-c -cc 64.370 115.570 SOURCE4 175 1.7981 -ca-c -cd 63.940 117.130 SOURCE4 82 1.7238 -ca-c -ce 63.290 118.610 SOURCE4 30 1.3375 -ca-c -cf 62.800 120.470 SOURCE4 6 1.3008 -ca-c -h4 46.520 115.140 SOURCE4 30 0.7320 -ca-c -ha 46.800 114.120 SOURCE3 1 0.0000 -ca-c -n 68.470 115.140 SOURCE4 571 1.4648 -ca-c -ne 67.750 114.390 SOURCE4 5 0.2958 -ca-c -o 68.670 123.440 SOURCE3 18 2.5574 -ca-c -oh 70.110 113.440 SOURCE4 222 0.8421 -ca-c -os 68.780 115.540 SOURCE3 5 2.6708 -ca-c -s 79.130 123.040 SOURCE4 12 0.7935 -ca-c -sh 77.270 118.630 SOURCE3 1 0.0000 -ca-c -ss 79.040 115.130 SOURCE4 12 1.0069 -br-cc-c 63.980 115.680 SOURCE4 8 0.4970 -br-cc-cc 61.820 124.890 SOURCE4 8 1.9479 -br-cc-cd 62.260 124.560 SOURCE4 32 2.4696 -br-cc-na 64.600 121.420 SOURCE4 6 0.5507 -c2-cc-c3 63.270 126.110 SOURCE3 2 0.0000 -c2-cc-ca 65.400 124.420 SOURCE4 15 1.7107 -c2-cc-cc 66.340 121.390 SOURCE4 29 2.2566 -c2-cc-cd 69.090 117.020 SOURCE3 2 0.0703 -c2-cc-ha 48.690 122.720 SOURCE3 2 0.0092 -c2-cc-n 67.740 126.900 SOURCE3 1 0.0000 -c2-cc-os 70.020 121.060 SOURCE4 11 0.8179 -c -c -c3 61.720 116.860 SOURCE3 5 0.1653 -c3-cc-ca 61.830 126.430 SOURCE4 119 1.7751 -c3-cc-cc 64.660 115.970 SOURCE3 4 3.0507 -c3-cc-cd 64.810 119.450 SOURCE3 35 8.2040 -c3-cc-cf 65.450 117.840 SOURCE3 1 0.0000 -c3-cc-ha 45.110 121.520 SOURCE3 32 3.2091 -c3-cc-n2 65.940 126.280 SOURCE4 8 2.1234 -c3-cc-n 66.540 118.360 SOURCE4 53 2.1705 -c3-cc-na 65.440 122.990 SOURCE4 477 1.5214 -c3-cc-nc 65.880 121.000 SOURCE4 66 0.8247 -c3-cc-nd 65.890 123.750 SOURCE4 275 1.8941 -c3-cc-os 67.480 117.090 SOURCE4 127 0.9464 -c3-cc-ss 77.460 121.680 SOURCE4 145 0.8647 -c -c -c 62.300 111.680 SOURCE3 2 6.1226 -c -c -ca 61.730 118.340 SOURCE4 26 1.0692 -ca-cc-cc 67.660 111.040 SOURCE3 9 7.9455 -ca-cc-cd 68.230 113.510 SOURCE3 26 7.4229 -ca-cc-ce 62.580 127.870 SOURCE4 11 1.7579 -ca-cc-h4 45.570 128.660 SOURCE3 10 3.1167 -ca-cc-ha 46.400 124.040 SOURCE3 34 3.6691 -ca-cc-n 68.240 118.420 SOURCE4 17 2.2100 -ca-cc-nc 67.790 120.310 SOURCE4 46 0.6711 -ca-cc-nd 67.840 123.280 SOURCE4 182 2.3863 -ca-cc-nh 67.460 122.450 SOURCE4 9 1.4092 -ca-cc-oh 70.020 116.510 SOURCE4 12 1.7855 -ca-cc-os 69.540 116.090 SOURCE4 58 2.0472 -ca-cc-ss 78.690 120.980 SOURCE4 28 1.8865 -c -cc-c2 65.620 120.880 SOURCE4 21 1.5157 -c -cc-c3 64.900 112.750 SOURCE3 4 0.2063 -c -cc-c 63.420 121.160 SOURCE4 48 0.7193 -c -c -cc 64.020 111.670 SOURCE3 4 5.5146 -c -cc-ca 63.550 122.950 SOURCE3 1 0.0000 -c -cc-cc 63.720 122.690 SOURCE3 2 0.0000 -cc-c -cc 64.820 115.970 SOURCE4 37 1.4486 -cc-cc-cc 67.880 110.700 SOURCE3 54 3.4091 -cc-cc-cd 68.160 114.190 SOURCE3 517 6.5960 -cc-cc-ce 63.140 126.050 SOURCE4 10 2.3332 -cc-cc-cf 65.650 123.920 SOURCE3 1 0.0000 -cc-cc-cg 64.740 121.850 SOURCE4 6 0.8146 -c -cc-cd 65.230 121.510 SOURCE4 919 2.2603 -cc-c -cd 65.730 112.790 SOURCE3 1 0.0000 -c -cc-ce 63.360 122.370 SOURCE4 5 0.0254 -cc-c -ce 64.640 115.680 SOURCE4 6 1.2033 -cc-cc-f 66.350 119.410 SOURCE4 7 0.4917 -c -cc-cg 64.980 118.140 SOURCE4 7 0.7745 -cc-cc-h4 45.560 129.470 SOURCE3 171 2.2734 -cc-cc-ha 47.460 119.260 SOURCE4 506 1.6808 -c -cc-cl 62.790 116.010 SOURCE4 19 0.9295 -cc-cc-n2 69.460 121.150 SOURCE3 6 0.4642 -cc-cc-n 67.950 119.890 SOURCE3 36 0.2095 -cc-cc-na 72.210 106.800 SOURCE3 33 0.6297 -cc-cc-nc 69.950 113.420 SOURCE3 4 1.3957 -cc-cc-nd 71.150 112.560 SOURCE3 141 4.2871 -cc-cc-nh 68.510 119.190 SOURCE4 142 2.2114 -cc-cc-oh 69.230 119.670 SOURCE4 10 2.3619 -cc-cc-os 69.380 117.090 SOURCE4 99 2.4776 -cc-cc-pd 63.840 115.360 SOURCE3 84 same_as_cd-cd-pc -cc-cc-ss 80.780 115.020 SOURCE3 2 0.0000 -cc-cc-sy 74.830 128.360 SOURCE4 8 0.9813 -c -c -cd 64.020 111.670 SOURCE3 4 5.5146 -cd-cc-cd 67.630 121.160 SOURCE4 42 2.0764 -cd-cc-ce 63.480 129.500 SOURCE4 139 2.1675 -cd-cc-cl 61.780 123.720 SOURCE4 48 1.9010 -cd-cc-f 67.420 121.080 SOURCE4 28 0.8788 -cd-cc-h4 47.190 129.110 SOURCE3 418 3.1355 -cd-cc-ha 48.350 122.890 SOURCE3 584 2.9334 -cd-cc-n 70.720 115.520 SOURCE3 52 1.3322 -cd-cc-na 72.910 109.420 SOURCE3 265 2.6051 -cd-cc-nc 70.990 114.980 SOURCE3 23 5.3935 -cd-cc-nh 68.380 125.040 SOURCE3 1 0.0000 -cd-cc-no 65.780 128.950 SOURCE4 117 1.4740 -cd-cc-oh 69.580 124.030 SOURCE4 59 1.2544 -cd-cc-os 69.960 120.300 SOURCE3 64 5.4354 -cd-cc-ss 82.940 111.220 SOURCE4 692 1.2683 -cd-cc-sy 76.410 125.160 SOURCE4 19 1.1014 -ce-cc-na 66.420 124.140 SOURCE4 40 1.5665 -ce-cc-nc 66.980 121.700 SOURCE4 8 1.6500 -ce-cc-nd 67.220 123.910 SOURCE4 11 1.1451 -ce-cc-os 68.210 119.170 SOURCE4 59 0.7385 -ce-cc-ss 78.460 120.940 SOURCE4 31 1.2422 -c -cc-f 66.160 116.870 SOURCE4 16 0.5322 -cg-cc-na 67.510 122.350 SOURCE4 5 0.8112 -cg-cc-ss 78.880 120.700 SOURCE4 12 0.9090 -cc-c -h4 47.130 115.450 SOURCE4 5 0.8021 -c -cc-ha 46.990 117.020 SOURCE3 56 1.9713 -cl-cc-na 63.840 121.610 SOURCE4 12 0.3436 -cl-cc-nd 63.930 122.510 SOURCE4 5 1.6568 -cl-cc-ss 79.050 119.850 SOURCE4 11 1.0626 -c -cc-n2 68.530 120.890 SOURCE3 1 0.0000 -c -cc-n 68.110 116.330 SOURCE4 20 1.9278 -cc-c -n 70.190 111.860 SOURCE3 36 2.3407 -c -cc-nc 66.280 123.150 SOURCE4 23 2.1612 -cc-c -nd 67.520 116.400 SOURCE4 23 1.1407 -c -cc-nd 70.070 112.910 SOURCE3 1 0.0000 -c -cc-ne 67.110 119.880 SOURCE4 6 0.3139 -cc-c -o 68.910 125.710 SOURCE3 66 2.4784 -c -cc-oh 70.150 113.450 SOURCE4 35 1.3440 -cc-c -oh 71.160 112.580 SOURCE4 50 0.7342 -c -cc-os 67.710 119.810 SOURCE4 52 1.7157 -cc-c -os 70.500 112.300 SOURCE3 6 2.7842 -cc-c -s 78.050 127.940 SOURCE4 12 0.9342 -cc-c -ss 80.330 112.520 SOURCE4 10 0.6933 -cx-cc-nd 65.680 127.750 SOURCE4 12 1.7156 -cx-cc-os 68.010 118.080 SOURCE4 10 0.0955 -cd-c -cd 64.770 116.170 SOURCE4 19 1.1663 -cd-c -cx 63.880 117.460 SOURCE4 13 0.1625 -cd-c -n 70.190 111.860 SOURCE3 36 2.3407 -cd-c -nc 68.310 115.760 SOURCE4 10 0.7131 -cd-c -nd 68.300 113.750 SOURCE4 14 0.0860 -cd-c -o 68.910 125.710 SOURCE3 66 2.4784 -cd-c -oh 70.770 113.840 SOURCE4 35 1.1033 -cd-c -os 70.500 112.300 SOURCE3 6 2.7842 -ce-c -ce 64.340 115.790 SOURCE4 73 0.4467 -ce-c -cf 64.040 116.890 SOURCE4 11 1.6021 -ce-c -cx 63.950 116.250 SOURCE4 6 0.6351 -ce-c -h4 46.930 114.880 SOURCE4 19 0.3355 -ce-c -ha 46.930 115.220 SOURCE3 7 2.4188 -ce-c -n 68.880 115.010 SOURCE3 2 0.5478 -ce-c -o 69.270 122.920 SOURCE3 17 3.5085 -ce-c -oh 70.250 114.300 SOURCE4 94 1.5074 -ce-c -os 70.050 112.620 SOURCE4 125 2.0061 -ce-c -s 81.120 117.800 SOURCE3 1 0.0000 -ce-c -ss 80.920 110.390 SOURCE4 5 0.6050 -cf-c -cf 64.070 116.780 SOURCE3 1 same_as_ce-c-ce -cf-c -ha 46.930 115.220 SOURCE3 7 same_as_ce-c-ha -cf-c -n 68.800 115.290 SOURCE4 30 1.1758 -cf-c -o 69.270 122.920 SOURCE3 17 3.5085 -cf-c -oh 70.490 113.530 SOURCE4 34 2.1382 -cf-c -os 70.720 110.510 SOURCE4 24 0.9128 -cf-c -s 81.120 117.800 SOURCE3 1 same_as_ce-c-s -cg-c -cg 65.440 115.380 SOURCE3 1 0.0000 -cg-c -ha 47.800 113.900 SOURCE2 1 0.0000 -cg-c -o 70.210 122.310 SOURCE3 2 0.0000 -c -c -h4 44.620 116.360 SOURCE4 5 0.5586 -h4-cc-n 50.390 117.620 SOURCE3 53 0.9721 -h4-cc-na 50.220 119.660 SOURCE3 294 2.4702 -h4-cc-nc 50.000 120.030 SOURCE3 16 2.3863 -h4-cc-nd 51.390 119.110 SOURCE3 135 1.6946 -h4-cc-os 52.270 111.890 SOURCE3 61 2.3500 -h4-cc-ss 54.360 117.750 SOURCE3 40 3.1156 -h5-cc-n 50.870 115.610 SOURCE4 10 0.8505 -h5-cc-na 49.760 122.100 SOURCE3 16 1.4626 -h5-cc-nc 49.290 123.700 SOURCE3 6 0.3547 -h5-cc-nd 50.130 125.380 SOURCE3 40 2.2157 -h5-cc-os 51.300 116.330 SOURCE3 12 3.2919 -h5-cc-ss 53.390 122.000 SOURCE3 6 0.7237 -c -c -ha 44.850 115.430 SOURCE2 3 0.6549 -ha-cc-na 49.820 121.500 SOURCE2 1 0.0000 -ha-cc-nc 50.730 116.540 SOURCE3 5 1.4482 -ha-cc-nd 51.410 118.880 SOURCE3 20 2.8923 -ha-cc-os 52.490 110.860 SOURCE3 7 1.3846 -ha-cc-pd 42.350 121.760 SOURCE3 84 same_as_ha-cd-pc -ha-cc-ss 53.490 121.640 SOURCE2 5 1.3276 -ch-c -ch 65.440 115.380 SOURCE3 1 same_as_cg-c-cg -ch-c -ha 47.800 113.900 SOURCE2 1 same_as_cg-c-ha -ch-c -o 70.210 122.310 SOURCE3 2 same_as_cg-c-o -cl-c -cl 63.330 111.300 SOURCE2 1 0.0000 -cl-c -f 63.490 112.000 SOURCE2 1 0.0000 -cl-c -ha 43.460 109.900 SOURCE2 1 0.0000 -cl-c -o 64.280 121.510 SOURCE3 6 1.6987 -cl-c -s 77.210 127.600 SOURCE2 1 0.0000 -c -c -n 67.530 112.140 SOURCE4 53 2.1247 -na-cc-nc 70.660 121.830 SOURCE4 169 1.0340 -na-cc-nd 74.780 112.020 SOURCE3 17 2.2434 -na-cc-no 68.480 124.900 SOURCE4 48 0.7933 -na-cc-oh 73.310 117.260 SOURCE4 16 0.9090 -na-cc-sx 80.050 117.040 SOURCE4 13 0.4187 -na-cc-sy 79.760 120.550 SOURCE4 7 1.7547 -n -cc-c 68.190 116.060 SOURCE3 1 0.0000 -nc-cc-nd 72.510 118.690 SOURCE3 9 6.6642 -nc-cc-nh 72.700 115.660 SOURCE4 12 1.0083 -nc-cc-no 69.310 121.540 SOURCE4 7 0.9221 -nc-cc-ss 81.790 119.860 SOURCE3 2 0.0000 -nd-cc-nd 70.880 128.170 SOURCE4 7 0.0269 -nd-cc-ne 69.290 129.660 SOURCE4 7 0.4306 -nd-cc-nh 72.410 120.110 SOURCE3 5 0.9313 -nd-cc-no 69.900 122.680 SOURCE4 16 0.3393 -nd-cc-oh 72.800 122.190 SOURCE4 11 0.7091 -nd-cc-os 74.240 115.060 SOURCE4 109 2.3512 -nd-cc-sh 79.410 124.920 SOURCE4 5 0.9563 -nd-cc-ss 84.180 114.510 SOURCE3 8 0.3449 -nd-cc-sx 76.960 127.600 SOURCE4 14 1.1650 -nd-cc-sy 79.280 123.080 SOURCE4 13 1.0531 -ne-cc-ss 82.750 116.990 SOURCE4 7 0.1657 -nh-cc-nh 72.930 115.960 SOURCE3 1 0.0000 -nh-cc-os 72.780 117.270 SOURCE4 13 0.7995 -nh-cc-ss 81.210 122.040 SOURCE4 80 1.2781 -n -cc-n2 74.770 114.480 SOURCE4 15 2.3208 -n -cc-na 70.450 122.180 SOURCE4 46 2.2856 -n -cc-nc 70.960 120.010 SOURCE4 10 1.5583 -n -cc-nd 71.200 122.710 SOURCE4 141 1.6659 -n -cc-nh 72.220 116.850 SOURCE4 32 0.7619 -no-cc-os 71.010 117.590 SOURCE4 62 0.2199 -no-cc-ss 80.690 121.100 SOURCE4 10 0.0957 -n -cc-ss 80.680 123.050 SOURCE4 38 1.0101 -c -c -o 67.160 120.990 SOURCE4 233 2.0333 -c -c -oh 68.200 113.230 SOURCE3 5 0.5615 -c -c -os 68.180 111.390 SOURCE4 14 0.4038 -os-cc-ss 78.460 132.010 SOURCE3 1 0.0000 -ss-cc-ss 100.050 121.280 SOURCE4 20 2.4461 -ss-cc-sy 98.380 121.770 SOURCE4 20 0.4970 -cx-c -cx 85.450 64.600 SOURCE2 1 0.0000 -cx-c -n 68.690 114.490 SOURCE4 23 1.4914 -cx-c -o 68.880 122.820 SOURCE4 97 2.2075 -cx-c -oh 70.490 112.320 SOURCE4 10 0.6413 -cx-c -os 70.060 111.480 SOURCE4 16 1.3998 -cy-c -cy 70.140 90.550 SOURCE2 2 2.4500 -cy-c -n 75.430 91.540 SOURCE4 249 0.5104 -cy-c -o 64.270 135.040 SOURCE4 253 1.3450 -cy-c -oh 69.090 112.480 SOURCE4 5 1.0793 -cy-c -os 74.550 94.890 SOURCE4 8 0.6016 -c2-cd-c3 63.270 126.110 SOURCE3 2 0.0000 -c2-cd-ca 64.430 128.220 SOURCE3 1 same_as_c2-cc-ca -c2-cd-cc 69.090 117.020 SOURCE3 2 same_as_c2-cc-cd -c2-cd-cd 65.270 125.410 SOURCE3 3 2.0867 -c2-cd-ha 48.690 122.720 SOURCE3 2 same_as_c2-cc-ha -c2-cd-n 67.740 126.900 SOURCE3 1 same_as_c2-cc-n -c2-cd-os 70.530 119.310 SOURCE3 2 same_as_c2-cc-os -c3-cd-ca 64.050 117.810 SOURCE3 8 same_as_c3-cc-ca -c3-cd-cc 64.810 119.450 SOURCE3 35 8.2040 -c3-cd-cd 64.660 115.970 SOURCE3 4 3.0507 -c3-cd-ce 65.260 117.840 SOURCE3 1 same_as_c3-cc-cf -c3-cd-ha 45.110 121.520 SOURCE3 32 3.2091 -c3-cd-n2 64.650 131.550 SOURCE3 1 same_as_c3-cc-n2 -c3-cd-n 65.600 121.760 SOURCE4 15 1.7884 -c3-cd-na 65.670 122.140 SOURCE4 155 1.5600 -c3-cd-nc 66.940 119.910 SOURCE4 200 1.6430 -c3-cd-nd 65.900 120.920 SOURCE4 243 0.8832 -c3-cd-os 67.630 116.540 SOURCE4 76 0.6353 -c3-cd-ss 77.510 121.530 SOURCE4 26 1.4478 -ca-cd-cc 68.230 113.510 SOURCE3 26 7.4229 -ca-cd-cd 67.660 111.040 SOURCE3 9 7.9455 -ca-cd-ce 65.000 125.100 SOURCE4 9 1.9265 -ca-cd-h4 45.570 128.660 SOURCE3 10 3.1167 -ca-cd-ha 46.400 124.040 SOURCE3 34 3.6691 -ca-cd-n 72.510 104.870 SOURCE3 1 same_as_ca-cc-n -ca-cd-na 67.030 123.450 SOURCE4 39 1.9138 -ca-cd-nc 70.230 115.050 SOURCE3 6 4.3938 -ca-cd-nd 67.650 120.810 SOURCE4 116 1.2165 -ca-cd-oh 69.080 119.320 SOURCE4 9 1.2731 -ca-cd-os 70.040 114.450 SOURCE4 76 2.2248 -ca-cd-ss 79.130 119.640 SOURCE4 15 1.8842 -c -cd-c2 65.380 121.760 SOURCE3 1 same_as_c-cc-c2 -c -cd-c3 63.560 117.570 SOURCE4 122 1.4868 -c -cd-c 63.410 121.180 SOURCE4 16 1.9017 -c -cd-ca 63.550 122.950 SOURCE3 1 same_as_c-cc-ca -c -cd-cc 65.280 121.320 SOURCE4 789 2.4126 -cc-cd-cc 68.010 119.800 SOURCE4 91 1.1370 -cc-cd-cd 68.160 114.190 SOURCE3 517 6.5960 -cc-cd-cf 64.080 126.280 SOURCE4 71 2.2936 -cc-cd-ch 64.920 126.050 SOURCE4 30 1.4695 -cc-cd-cl 61.810 123.620 SOURCE4 14 1.9282 -cc-cd-cy 63.930 122.130 SOURCE4 10 0.8509 -c -cd-cd 63.720 122.690 SOURCE3 2 0.0000 -c -cd-cf 63.000 123.100 SOURCE4 5 2.3108 -cc-cd-h4 47.190 129.110 SOURCE3 418 3.1355 -cc-cd-ha 48.350 122.890 SOURCE3 584 2.9334 -c -cd-cl 62.750 116.190 SOURCE4 5 1.0839 -cc-cd-n 70.720 115.520 SOURCE3 52 1.3322 -cc-cd-na 72.910 109.420 SOURCE3 265 2.6051 -cc-cd-nc 69.420 123.820 SOURCE4 14 0.3678 -cc-cd-nd 72.030 111.680 SOURCE4 1078 1.9168 -cc-cd-nh 68.700 123.880 SOURCE4 105 2.2114 -cc-cd-oh 69.540 123.710 SOURCE4 47 1.3029 -cc-cd-os 69.960 120.300 SOURCE3 64 5.4354 -cc-cd-ss 82.380 112.740 SOURCE4 192 2.2341 -cc-cd-sy 76.890 124.690 SOURCE4 22 0.6891 -cd-cd-cd 67.880 110.700 SOURCE3 54 3.4091 -cd-cd-ce 65.800 122.560 SOURCE4 38 1.7758 -cd-cd-cf 62.580 127.560 SOURCE4 32 2.4879 -cd-cd-ch 63.320 127.380 SOURCE4 21 0.9462 -cd-cd-cy 63.170 120.930 SOURCE4 6 1.2205 -cd-cd-h4 45.560 129.470 SOURCE3 171 2.2734 -cd-cd-ha 47.020 121.510 SOURCE4 1245 2.1421 -cd-cd-n2 69.520 121.150 SOURCE3 6 0.4642 -cd-cd-n 67.950 119.890 SOURCE3 36 0.2095 -cd-cd-na 72.210 106.800 SOURCE3 33 same_as_cc-cc-na -cd-cd-nc 71.150 112.560 SOURCE3 141 4.2871 -cd-cd-nd 67.440 122.020 SOURCE4 101 2.1232 -cd-cd-nh 68.260 120.050 SOURCE4 86 1.2878 -cd-cd-oh 68.090 123.300 SOURCE4 17 2.3237 -cd-cd-os 69.300 117.360 SOURCE4 112 1.9292 -cd-cd-pc 63.840 115.360 SOURCE3 84 3.2889 -cd-cd-ss 78.930 120.470 SOURCE4 29 1.6911 -ce-cd-nd 68.130 124.900 SOURCE4 5 2.3975 -cf-cd-na 66.090 124.600 SOURCE4 8 1.6033 -cf-cd-nc 67.940 120.490 SOURCE4 26 1.3524 -cf-cd-nd 66.910 121.180 SOURCE4 29 1.3143 -cf-cd-os 68.380 117.800 SOURCE4 7 1.1308 -cf-cd-ss 77.470 123.670 SOURCE4 7 1.5823 -c -cd-h4 46.770 118.190 SOURCE4 8 0.2226 -c -cd-ha 46.990 117.020 SOURCE3 56 1.9713 -cl-cd-nc 63.230 125.300 SOURCE3 1 same_as_cl-cc-nd -c -cd-n2 68.580 120.890 SOURCE3 1 same_as_c-cc-n2 -c -cd-n 68.190 116.060 SOURCE3 1 same_as_n-cc-c -c -cd-nc 67.450 121.860 SOURCE4 46 2.4699 -c -cd-nd 64.310 130.800 SOURCE3 1 0.0000 -c -cd-oh 69.870 114.020 SOURCE4 18 0.9546 -c -cd-os 68.070 118.550 SOURCE4 26 2.1350 -h4-cd-n 50.390 117.620 SOURCE3 53 0.9721 -h4-cd-na 50.220 119.660 SOURCE3 294 2.4702 -h4-cd-nc 51.390 119.110 SOURCE3 135 1.6946 -h4-cd-nd 50.000 120.030 SOURCE3 16 2.3863 -h4-cd-os 52.270 111.890 SOURCE3 61 2.3500 -h4-cd-ss 54.360 117.750 SOURCE3 40 3.1156 -h5-cd-n 50.820 115.830 SOURCE4 10 0.2888 -h5-cd-na 49.760 122.100 SOURCE3 16 1.4626 -h5-cd-nc 50.130 125.380 SOURCE3 40 2.2157 -h5-cd-nd 49.290 123.700 SOURCE3 6 0.3547 -h5-cd-os 51.300 116.330 SOURCE3 12 3.2919 -h5-cd-ss 53.390 122.000 SOURCE3 6 0.7237 -ha-cd-na 49.820 121.500 SOURCE2 1 same_as_ha-cc-na -ha-cd-nc 51.410 118.880 SOURCE3 20 2.8923 -ha-cd-nd 50.730 116.540 SOURCE3 5 1.4482 -ha-cd-os 52.490 110.860 SOURCE3 7 1.3846 -ha-cd-pc 42.350 121.760 SOURCE3 84 2.2216 -ha-cd-ss 53.490 121.640 SOURCE2 5 same_as_ha-cc-ss -na-cd-nc 74.780 112.020 SOURCE3 17 2.2434 -na-cd-nd 70.890 121.040 SOURCE4 62 1.4580 -na-cd-nh 72.430 116.980 SOURCE4 46 1.4937 -na-cd-ss 84.890 111.460 SOURCE4 20 0.8600 -nc-cd-nd 73.390 115.840 SOURCE4 213 1.4060 -nc-cd-nh 72.410 120.110 SOURCE3 5 0.9313 -nc-cd-oh 73.040 120.890 SOURCE4 11 1.5340 -nc-cd-os 73.420 117.640 SOURCE4 100 1.8409 -nc-cd-ss 84.180 114.510 SOURCE3 8 0.3449 -nd-cd-nd 69.470 125.580 SOURCE4 13 0.4672 -nd-cd-nh 72.140 117.470 SOURCE4 23 1.5450 -nd-cd-ss 81.790 119.860 SOURCE3 2 same_as_nc-cc-ss -nh-cd-nh 72.930 115.960 SOURCE3 1 same_as_nh-cc-nh -nh-cd-os 73.160 116.070 SOURCE4 12 0.5342 -nh-cd-ss 81.480 121.220 SOURCE4 11 1.1514 -n -cd-na 70.500 122.010 SOURCE4 13 1.2061 -n -cd-nc 70.990 123.410 SOURCE4 88 0.9565 -n -cd-nd 69.060 126.700 SOURCE4 54 0.3231 -n -cd-nh 72.210 116.880 SOURCE4 47 0.3458 -n -cd-ss 80.730 122.890 SOURCE4 7 1.1978 -oh-cd-os 75.470 111.610 SOURCE4 6 1.1909 -os-cd-ss 78.460 132.010 SOURCE3 1 same_as_os-cc-ss -ss-cd-ss 99.630 122.300 SOURCE3 2 same_as_ss-cc-ss -ss-cd-sy 98.720 121.620 SOURCE4 19 0.4931 -c2-ce-c3 64.300 122.890 SOURCE3 7 1.0449 -c2-ce-ca 65.160 123.080 SOURCE3 6 2.1589 -c2-ce-cc 65.550 123.840 SOURCE4 49 2.1264 -c2-ce-ce 65.730 123.080 SOURCE3 12 0.6518 -c2-ce-cg 66.680 121.580 SOURCE4 18 1.3663 -c2-ce-cl 62.220 119.510 SOURCE4 24 1.4963 -c2-ce-h4 48.640 125.580 SOURCE4 11 0.9381 -c2-ce-ha 49.560 121.100 SOURCE3 46 2.4054 -c2-ce-n1 72.730 117.850 SOURCE4 7 0.3180 -c2-ce-n2 70.340 128.700 SOURCE3 1 0.0000 -c2-ce-na 69.290 119.190 SOURCE4 5 0.8452 -c2-ce-ne 69.730 118.320 SOURCE3 7 1.0468 -c2-ce-oh 70.180 123.780 SOURCE4 10 1.8182 -c2-ce-p2 61.560 118.240 SOURCE3 1 -c2-ce-pe 61.300 118.760 SOURCE3 8 2.3984 -c2-ce-px 60.970 119.720 SOURCE3 6 0.5213 -c2-ce-py 61.150 122.130 SOURCE3 5 3.1367 -c2-ce-sx 78.010 119.870 SOURCE3 5 0.8557 -c2-ce-sy 78.410 120.350 SOURCE3 5 0.5401 -c3-ce-ca 62.810 119.110 SOURCE4 127 1.8824 -c3-ce-cc 63.490 118.180 SOURCE4 22 1.7743 -c3-ce-ce 63.910 116.590 SOURCE4 175 1.6539 -c3-ce-cf 64.510 122.180 SOURCE4 119 2.0632 -c3-ce-cg 63.790 118.480 SOURCE4 8 1.4756 -c3-ce-n2 66.940 122.640 SOURCE4 76 2.0781 -c3-ce-nf 67.240 120.750 SOURCE4 6 2.1938 -c3-ce-nh 65.740 119.900 SOURCE4 5 0.9634 -ca-ce-ca 63.870 117.820 SOURCE4 100 0.9790 -ca-ce-cc 64.120 118.640 SOURCE4 12 0.8455 -ca-ce-ce 63.840 119.620 SOURCE4 14 1.9171 -ca-ce-cf 64.090 127.310 SOURCE4 132 1.9691 -ca-ce-cl 62.350 114.220 SOURCE4 6 1.3164 -ca-ce-h4 46.710 116.860 SOURCE4 74 0.9179 -ca-ce-ha 47.080 115.120 SOURCE4 210 1.0763 -ca-ce-n2 68.510 120.720 SOURCE3 1 0.0000 -ca-ce-nf 67.770 122.500 SOURCE4 11 2.3863 -ca-ce-nh 67.850 115.510 SOURCE4 93 0.9284 -ca-ce-oh 68.500 117.180 SOURCE4 5 0.5951 -ca-ce-os 68.570 115.580 SOURCE4 8 1.0735 -ca-ce-ss 77.470 117.730 SOURCE4 5 1.1596 -c -ce-c2 65.820 120.420 SOURCE3 13 1.8877 -c -ce-c3 63.430 116.630 SOURCE4 169 2.4309 -c -ce-c 62.550 122.540 SOURCE4 22 1.3987 -c -ce-ca 63.790 117.980 SOURCE4 8 1.5129 -cc-ce-cd 63.280 130.360 SOURCE4 5 2.3402 -cc-ce-cf 65.060 125.790 SOURCE4 39 1.5227 -c -ce-cd 63.740 126.070 SOURCE3 1 same_as_c-cf-cc -c -ce-ce 63.460 120.890 SOURCE4 16 1.8719 -c -ce-cf 64.260 126.410 SOURCE3 2 5.7847 -c -ce-cg 64.570 118.320 SOURCE4 15 1.0595 -cc-ce-h4 47.610 115.400 SOURCE4 29 0.8744 -cc-ce-ha 47.630 115.360 SOURCE4 66 0.9385 -c -ce-cl 62.010 115.400 SOURCE4 6 1.0958 -cc-ce-n2 68.910 121.690 SOURCE4 52 2.2459 -cc-ce-nh 67.360 119.170 SOURCE4 8 2.1378 -c -ce-cy 72.720 88.220 SOURCE4 19 0.3234 -cd-ce-ce 65.140 122.940 SOURCE4 6 0.3490 -cd-ce-ha 49.760 115.940 SOURCE4 23 1.6379 -ce-ce-ce 64.550 118.740 SOURCE3 1 0.0000 -ce-ce-cf 65.490 124.050 SOURCE4 166 1.7004 -ce-ce-cl 61.600 117.930 SOURCE4 12 0.2639 -ce-ce-h4 47.060 118.000 SOURCE4 10 0.8551 -ce-ce-ha 47.500 115.900 SOURCE3 12 0.4670 -ce-ce-n1 66.840 127.150 SOURCE3 2 same_as_cf-cf-n1 -ce-ce-n2 68.520 123.000 SOURCE3 2 0.0000 -ce-ce-oh 69.180 116.890 SOURCE4 11 2.0380 -cf-ce-cg 66.060 123.940 SOURCE4 21 1.4852 -cf-ce-cy 60.530 137.740 SOURCE4 13 0.3952 -cf-ce-h4 49.030 123.760 SOURCE4 5 1.0909 -cf-ce-ha 50.180 118.290 SOURCE4 299 1.3038 -cf-ce-n1 72.090 120.030 SOURCE4 6 1.9451 -cf-ce-n 72.630 108.180 SOURCE4 54 0.5772 -cf-ce-nh 69.450 121.520 SOURCE4 12 2.0106 -cf-ce-oh 70.830 121.620 SOURCE4 12 0.5995 -cg-ce-cg 65.510 118.510 SOURCE4 6 0.9614 -cg-ce-ha 47.910 116.610 SOURCE4 12 0.3943 -cg-ce-n1 69.540 119.500 SOURCE2 1 0.0000 -cg-ce-n2 69.590 121.430 SOURCE4 6 0.8382 -c -ce-ha 46.590 117.260 SOURCE3 11 2.7158 -c -ce-n 66.170 118.730 SOURCE4 129 1.5548 -c -ce-nh 67.880 115.220 SOURCE4 18 2.4886 -c -ce-oh 68.230 117.920 SOURCE4 5 1.4580 -c -ce-os 69.050 113.780 SOURCE4 21 1.8258 -h4-ce-n1 52.650 116.360 SOURCE4 7 0.2182 -h4-ce-n2 52.370 121.520 SOURCE4 105 1.2900 -h4-ce-ne 49.720 115.810 SOURCE4 7 1.9836 -ha-ce-n1 52.770 115.960 SOURCE3 2 same_as_ha-cf-n1 -ha-ce-n2 52.850 119.510 SOURCE3 2 0.4623 -ha-ce-ne 49.160 118.590 SOURCE3 5 1.1113 -ha-ce-nh 50.580 114.990 SOURCE3 1 0.0000 -ha-ce-p2 40.610 120.110 SOURCE3 1 -ha-ce-pe 40.640 119.330 SOURCE3 6 0.8966 -ha-ce-px 40.810 117.900 SOURCE3 6 0.1809 -ha-ce-py 41.340 118.720 SOURCE3 3 0.3064 -ha-ce-sx 52.960 115.450 SOURCE3 3 0.6640 -ha-ce-sy 53.580 114.860 SOURCE3 3 0.4717 -n2-ce-nh 71.550 124.860 SOURCE4 83 2.0415 -n2-ce-os 74.520 118.130 SOURCE4 6 0.1367 -n2-ce-ss 81.510 117.230 SOURCE4 6 2.0518 -ne-ce-ne 68.070 123.870 SOURCE3 1 0.0000 -ne-ce-nh 71.870 112.910 SOURCE4 12 1.1263 -nf-ce-nh 73.250 118.130 SOURCE4 6 0.5842 -pe-ce-pe 57.690 129.790 SOURCE3 1 0.0000 -py-ce-py 64.070 108.060 SOURCE3 1 0.0000 -sx-ce-sx 97.090 120.320 SOURCE3 1 0.0000 -sy-ce-sy 98.050 119.970 SOURCE3 1 0.0000 -c2-cf-c3 64.300 122.890 SOURCE3 7 same_as_c2-ce-c3 -c2-cf-ca 65.160 123.080 SOURCE3 6 same_as_c2-ce-ca -c2-cf-cd 65.810 122.050 SOURCE4 23 1.7894 -c2-cf-cf 65.730 123.080 SOURCE3 12 same_as_c2-ce-ce -c2-cf-ch 66.510 122.220 SOURCE3 3 same_as_c2-ce-cg -c2-cf-ha 49.560 121.100 SOURCE3 46 same_as_c2-ce-ha -c2-cf-n2 70.340 128.700 SOURCE3 1 same_as_c2-ce-n2 -c2-cf-nf 69.730 118.320 SOURCE3 7 same_as_c2-ce-ne -c2-cf-p2 61.560 118.240 SOURCE3 1 same_as_c2-ce-p2 -c2-cf-pf 61.300 118.760 SOURCE3 8 same_as_c2-ce-pe -c2-cf-px 60.970 119.720 SOURCE3 6 same_as_c2-ce-px -c2-cf-py 61.150 122.130 SOURCE3 5 same_as_c2-ce-py -c2-cf-sx 78.010 119.870 SOURCE3 5 same_as_c2-ce-sx -c2-cf-sy 78.410 120.350 SOURCE3 5 same_as_c2-ce-sy -c3-cf-ca 62.650 119.700 SOURCE4 51 1.2029 -c3-cf-cd 63.300 118.280 SOURCE4 17 0.8680 -c3-cf-ce 64.550 122.030 SOURCE4 102 1.9728 -c3-cf-cf 63.520 118.010 SOURCE4 69 0.9443 -c3-cf-n2 66.670 123.650 SOURCE4 5 1.9155 -ca-cf-ca 64.500 115.530 SOURCE4 12 0.5692 -ca-cf-cc 62.810 130.800 SOURCE4 12 1.2696 -ca-cf-cd 64.490 116.650 SOURCE4 5 0.8685 -ca-cf-ce 64.050 127.440 SOURCE4 186 1.8735 -ca-cf-ha 47.060 115.210 SOURCE4 135 0.9402 -ca-cf-n2 68.510 120.720 SOURCE3 1 same_as_ca-ce-n2 -ca-cf-ne 67.710 122.810 SOURCE4 11 2.3913 -ca-cf-oh 69.220 115.690 SOURCE4 6 0.8381 -c -cf-c2 65.820 120.420 SOURCE3 13 same_as_c-ce-c2 -c -cf-c3 62.670 119.470 SOURCE4 19 1.2665 -c -cf-c 63.510 118.850 SOURCE3 1 same_as_c-ce-c -c -cf-cc 63.930 126.070 SOURCE3 1 0.0000 -cc-cf-cf 64.530 126.040 SOURCE4 6 1.0648 -c -cf-cd 64.140 117.760 SOURCE4 10 1.2451 -c -cf-ce 64.260 126.410 SOURCE3 2 same_as_c-ce-cf -cc-cf-ha 50.290 114.810 SOURCE4 16 0.9788 -cd-cf-ce 64.650 126.530 SOURCE4 49 2.0998 -cd-cf-ha 47.360 115.570 SOURCE4 47 0.8973 -cd-cf-n2 69.140 120.020 SOURCE4 17 2.4566 -ce-cf-cf 65.420 124.330 SOURCE4 175 1.6942 -ce-cf-ch 66.150 123.630 SOURCE4 20 1.3910 -ce-cf-ha 50.240 117.980 SOURCE4 356 1.4772 -ce-cf-n 72.320 108.630 SOURCE4 10 1.2271 -ce-cf-oh 71.100 121.930 SOURCE4 12 1.6250 -cf-cf-cf 64.550 118.740 SOURCE3 1 same_as_ce-ce-ce -cf-cf-h4 47.050 117.940 SOURCE4 9 0.8559 -cf-cf-ha 47.500 115.900 SOURCE3 12 0.4670 -cf-cf-n1 66.650 127.150 SOURCE3 2 2.1936 -cf-cf-n2 69.760 118.660 SOURCE4 11 1.2238 -c -cf-ha 46.590 117.260 SOURCE3 11 2.7158 -ch-cf-ch 66.000 116.750 SOURCE3 1 same_as_cg-ce-cg -ch-cf-ha 47.950 116.400 SOURCE4 6 0.3381 -ch-cf-n1 69.330 119.500 SOURCE2 1 same_as_cg-ce-n1 -c -cf-n2 70.160 114.880 SOURCE4 5 1.3647 -c -cf-n 66.600 116.790 SOURCE4 8 0.8255 -c -cf-nh 65.940 122.760 SOURCE3 1 same_as_c-ce-nh -f -c -f 72.220 107.350 SOURCE2 2 0.2500 -h4-cf-n2 52.210 122.140 SOURCE4 11 0.9297 -h4-cf-ne 52.280 120.210 SOURCE4 6 0.8104 -ha-cf-n1 52.480 115.960 SOURCE3 2 3.5425 -ha-cf-n2 52.850 119.510 SOURCE3 2 same_as_ha-ce-n2 -ha-cf-nf 49.160 118.590 SOURCE3 5 same_as_ha-ce-ne -ha-cf-nh 50.850 114.990 SOURCE3 1 same_as_ha-ce-nh -ha-cf-p2 40.610 120.110 SOURCE3 1 same_as_ha-ce-p2 -ha-cf-pf 40.640 119.330 SOURCE3 6 same_as_ha-ce-pe -ha-cf-px 40.810 117.900 SOURCE3 6 same_as_ha-ce-px -ha-cf-py 41.340 118.720 SOURCE3 3 same_as_ha-ce-py -ha-cf-sx 52.960 115.450 SOURCE3 3 same_as_ha-ce-sx -ha-cf-sy 53.580 114.860 SOURCE3 3 same_as_ha-ce-sy -n2-cf-nh 71.540 125.890 SOURCE4 9 1.5587 -nf-cf-nf 68.070 123.870 SOURCE3 1 same_as_ne-ce-ne -f -c -o 73.210 123.440 SOURCE3 1 -pf-cf-pf 57.690 129.790 SOURCE3 1 same_as_pe-ce-pe -py-cf-py 64.070 108.060 SOURCE3 1 same_as_py-ce-py -f -c -s 80.250 124.000 SOURCE2 1 0.0000 -sx-cf-sx 97.090 120.320 SOURCE3 1 same_as_sx-ce-sx -sy-cf-sy 98.050 119.970 SOURCE3 1 same_as_sy-ce-sy -c1-cg-ca 56.530 179.460 SOURCE4 17 0.3461 -c1-cg-cc 56.970 178.600 SOURCE4 6 0.3822 -c1-cg-ce 56.960 178.000 SOURCE4 6 0.4324 -c1-cg-cg 58.180 179.660 SOURCE4 16 0.1241 -c1-cg-ne 62.730 170.020 SOURCE3 4 1.1724 -c1-cg-pe 56.730 173.290 SOURCE3 11 4.9305 -ca-cg-ch 56.940 179.490 SOURCE4 5 0.3022 -ca-cg-n1 58.930 179.420 SOURCE4 102 0.6923 -c -cg-c1 56.190 179.140 SOURCE3 2 0.0000 -cc-cg-n1 59.440 178.460 SOURCE4 24 0.7137 -ce-cg-ch 57.380 177.980 SOURCE4 9 0.4223 -ce-cg-n1 59.410 177.890 SOURCE4 45 1.1337 -n1-cg-ne 65.040 174.070 SOURCE4 14 1.2208 -h4-c -o 54.280 120.930 SOURCE4 129 0.5769 -h5-c -n 52.390 112.190 SOURCE4 33 0.4220 -h5-c -o 53.890 123.260 SOURCE4 38 0.4806 -ha-c -ha 37.860 115.610 SOURCE3 4 0.0458 -ha-c -i 36.710 110.580 SOURCE3 1 0.0000 -ha-c -n 52.400 112.370 SOURCE3 4 0.6424 -ha-c -o 54.270 121.940 SOURCE3 51 2.3235 -ha-c -oh 53.970 111.820 SOURCE3 4 1.9375 -ha-c -os 53.240 110.340 SOURCE3 8 1.9344 -ha-c -s 56.030 119.560 SOURCE3 3 0.7586 -c1-ch-ca 56.450 180.000 SOURCE3 2 same_as_c1-cg-ca -c1-ch-cf 56.900 178.320 SOURCE3 1 same_as_c1-cg-ce -c1-ch-ch 58.120 180.000 SOURCE3 2 same_as_c1-cg-cg -c1-ch-nf 62.730 170.020 SOURCE3 4 same_as_c1-cg-ne -c1-ch-pf 56.730 173.290 SOURCE3 11 same_as_c1-cg-pe -ca-ch-cg 56.900 179.740 SOURCE4 8 0.2890 -ca-ch-n1 58.830 180.000 SOURCE3 1 same_as_ca-cg-n1 -c -ch-c1 56.190 179.140 SOURCE3 2 same_as_c-cg-c1 -cd-ch-n1 59.410 178.620 SOURCE4 26 0.2919 -cf-ch-cg 57.400 177.900 SOURCE4 8 0.4883 -cf-ch-n1 59.370 178.120 SOURCE4 22 1.5200 -cg-ch-ch 58.680 179.670 SOURCE4 7 0.1439 -n1-ch-nf 64.660 176.170 SOURCE2 3 same_as_n1-cg-ne -i -c -i 59.790 116.450 SOURCE3 1 0.0000 -i -c -o 55.510 122.020 SOURCE3 4 1.2961 -f -cl-f 50.000 87.500 SOURCE2 1 estimated_force_constant -n2-c -n2 71.830 110.310 SOURCE3 1 -n2-c -o 73.020 122.500 SOURCE3 1 -n4-c -n4 64.710 114.640 SOURCE3 1 0.0000 -n4-c -o 69.580 118.830 SOURCE3 4 3.8516 -nc-c -o 74.050 123.980 SOURCE4 66 0.9502 -nd-c -o 73.720 121.760 SOURCE4 55 1.1138 -ne-c -ne 73.220 110.310 SOURCE3 1 0.0000 -ne-c -o 72.940 126.030 SOURCE4 39 0.9885 -nf-c -nf 73.070 110.310 SOURCE3 1 same_as_ne-c-ne -nf-c -o 73.320 124.390 SOURCE3 3 same_as_ne-c-o -n -c -n 74.800 113.380 SOURCE4 635 1.4358 -n -c -nc 72.690 117.050 SOURCE4 54 0.7020 -n -c -nd 71.900 117.060 SOURCE4 23 0.9856 -n -c -ne 74.440 110.370 SOURCE4 10 1.7492 -n -c -o 75.830 122.030 SOURCE3 221 2.3565 -n -c -oh 76.220 113.630 SOURCE4 5 1.1209 -no-c -no 66.540 109.280 SOURCE3 1 -no-c -o 67.950 125.360 SOURCE3 1 -n -c -os 76.680 109.280 SOURCE4 318 0.8749 -n -c -s 83.180 123.880 SOURCE3 5 1.2935 -n -c -sh 83.030 112.610 SOURCE4 8 1.2601 -n -c -ss 84.610 110.420 SOURCE4 59 1.5507 -oh-c -oh 78.910 110.560 SOURCE3 2 0.5498 -oh-c -s 84.340 123.440 SOURCE3 1 0.0000 -o -c -o 78.170 130.380 SOURCE4 429 1.0315 -o -c -oh 77.380 122.880 SOURCE3 33 2.1896 -o -c -os 75.930 123.330 SOURCE4 1708 1.0632 -o -c -p2 59.770 123.100 SOURCE3 1 -o -c -p3 60.900 120.790 SOURCE3 1 -o -c -p5 60.850 121.200 SOURCE4 8 1.2117 -o -c -pe 59.440 123.020 SOURCE3 3 0.1404 -o -c -pf 59.440 123.020 SOURCE3 3 same_as_o-c-pe -o -c -px 60.640 119.100 SOURCE3 1 0.0000 -o -c -py 61.200 121.710 SOURCE4 5 0.3133 -o -c -s4 77.510 121.150 SOURCE3 1 -o -c -s6 78.060 119.450 SOURCE3 1 -o -c -s 86.330 120.440 SOURCE3 2 0.0000 -o -c -sh 81.240 121.410 SOURCE3 4 1.4052 -os-c -os 76.450 111.380 SOURCE4 12 0.8309 -o -c -ss 81.780 122.290 SOURCE3 7 1.9240 -os-c -s 83.310 125.030 SOURCE4 18 0.9978 -os-c -ss 83.910 113.630 SOURCE4 5 0.7367 -o -c -sx 76.880 121.150 SOURCE3 5 3.6452 -o -c -sy 78.310 119.320 SOURCE3 5 2.4495 -p2-c -p2 58.960 113.750 SOURCE3 1 -p3-c -p3 58.400 118.040 SOURCE3 1 0.0000 -p3-c -py 67.140 90.080 SOURCE3 1 0.0000 -p5-c -p5 57.080 123.760 SOURCE3 1 -ca-cp-ca 67.250 118.330 SOURCE4 521 0.6228 -ca-cp-cp 64.140 121.140 SOURCE4 979 1.4462 -ca-cp-na 68.850 119.430 SOURCE4 21 0.6591 -ca-cp-nb 69.270 121.650 SOURCE4 63 0.6564 -cp-cp-cp 72.200 90.000 SOURCE3 4 0.0000 -cp-cp-cq 62.640 124.480 SOURCE4 5 1.9038 -cp-cp-nb 68.050 116.600 SOURCE4 88 1.1887 -pe-c -pe 58.620 113.770 SOURCE3 1 0.0000 -pf-c -pf 58.620 113.770 SOURCE3 1 same_as_pe-c-pe -nb-cp-nb 71.310 125.720 SOURCE4 5 0.6674 -py-c -py 57.520 123.800 SOURCE3 1 0.0000 -ca-cq-ca 67.000 118.240 SOURCE4 5 0.2181 -ca-cq-cq 64.220 120.410 SOURCE4 12 1.4029 -ca-cq-nb 69.270 121.650 SOURCE4 63 same as ca-cp-nb -cp-cq-cq 62.640 124.470 SOURCE4 5 1.0864 -cq-cq-cq 72.200 90.000 SOURCE3 4 0.0000 -cq-cq-nb 68.050 116.600 SOURCE4 88 same as cp-cp-nb -s4-c -s4 98.110 108.810 SOURCE3 1 -s6-c -s6 95.130 115.750 SOURCE3 1 -sh-c -sh 100.060 115.330 SOURCE3 1 0.0000 -s -c -s 104.130 120.400 SOURCE3 2 1.2766 -s -c -sh 99.770 122.760 SOURCE4 11 1.5734 -s -c -ss 99.130 125.900 SOURCE3 1 0.0000 -ss-c -ss 102.180 113.000 SOURCE3 1 0.0000 -sx-c -sx 97.340 108.800 SOURCE3 1 0.0000 -sy-c -sy 95.370 115.780 SOURCE3 1 0.0000 -c2-cu-cx 58.560 148.210 SOURCE4 6 1.8305 -c -cu-cu 94.970 62.600 SOURCE2 1 0.0000 -cu-cu-cx 100.970 50.800 SOURCE2 1 0.0000 -cu-cu-ha 46.110 147.730 SOURCE2 3 2.0950 -cv-cv-cy 73.280 94.170 SOURCE3 2 0.0000 -cv-cv-ha 47.300 133.700 SOURCE3 2 0.0000 -cx-cv-cx 84.660 63.900 SOURCE2 1 0.0000 -cy-cv-ha 42.890 132.140 SOURCE3 2 0.0000 -c1-cx-cx 63.100 120.660 SOURCE4 9 0.9067 -c2-cx-cx 62.330 120.540 SOURCE4 51 2.2377 -c2-cx-h1 46.630 115.780 SOURCE4 8 0.2332 -c2-cx-hc 46.770 115.100 SOURCE4 12 0.7463 -c2-cx-os 67.140 116.170 SOURCE4 14 1.2782 -c3-cx-c3 63.000 114.480 SOURCE4 46 1.9627 -c3-cx-cx 61.820 120.060 SOURCE4 448 2.1467 -c3-cx-h1 45.870 115.420 SOURCE4 89 1.1096 -c3-cx-hc 46.120 114.160 SOURCE4 85 1.1118 -c3-cx-n3 64.310 118.500 SOURCE4 17 2.4897 -c3-cx-os 66.570 115.500 SOURCE4 161 1.3016 -ca-cx-cx 61.860 122.180 SOURCE4 65 1.6898 -ca-cx-h1 46.810 114.570 SOURCE4 7 0.6498 -ca-cx-hc 47.050 113.410 SOURCE4 18 0.7843 -ca-cx-oh 69.250 112.930 SOURCE3 1 0.0000 -ca-cx-os 66.420 118.500 SOURCE4 6 0.7514 -c -cx-c3 62.910 116.930 SOURCE4 18 1.8253 -cc-cx-cx 63.040 118.970 SOURCE4 30 0.7725 -cc-cx-hc 47.440 113.840 SOURCE4 15 0.6682 -c -cx-cx 62.960 117.960 SOURCE4 147 1.8483 -cd-cx-cx 62.450 120.460 SOURCE4 9 0.8796 -c -cx-h1 46.270 117.250 SOURCE4 24 0.7935 -c -cx-hc 46.420 116.530 SOURCE4 36 1.2830 -cl-cx-cl 62.910 114.200 SOURCE2 1 0.0000 -cl-cx-cx 60.790 120.100 SOURCE4 15 0.5917 -cl-cx-h1 43.410 111.430 SOURCE3 1 0.0000 -cl-cx-hc 42.580 115.800 SOURCE2 1 0.0000 -c -cx-os 67.250 115.590 SOURCE4 36 0.8227 -cu-cx-cu 91.530 54.600 SOURCE2 1 0.0000 -cu-cx-cx 88.720 58.500 SOURCE4 7 0.1333 -cu-cx-hc 45.490 118.090 SOURCE4 7 1.0126 -cx-cx-cx 87.900 60.000 SOURCE4 681 0.6259 -cx-cx-cy 67.540 100.530 SOURCE3 4 0.0000 -cx-cx-f 64.530 117.930 SOURCE4 7 1.1613 -cx-cx-h1 45.450 119.660 SOURCE3 12 0.4529 -cx-cx-hc 45.790 117.920 SOURCE3 92 1.1927 -cx-cx-hx 45.470 119.620 SOURCE4 9 0.1118 -cx-cx-n3 91.170 59.590 SOURCE4 154 0.3104 -cx-cx-na 62.940 125.850 SOURCE4 16 2.0385 -cx-cx-nh 92.030 59.150 SOURCE4 116 0.6758 -cx-cx-os 93.610 59.070 SOURCE4 306 0.5253 -cy-cx-hc 43.980 125.430 SOURCE3 2 0.0000 -f -cx-f 70.610 106.900 SOURCE2 2 1.4000 -f -cx-h1 50.350 111.680 SOURCE3 1 0.0000 -f -cx-hc 50.220 112.300 SOURCE2 1 0.0000 -h1-cx-h1 38.380 115.450 SOURCE4 230 0.3302 -h1-cx-n3 47.970 116.430 SOURCE4 173 1.4531 -h1-cx-n 49.060 115.420 SOURCE4 12 1.0443 -h1-cx-na 49.960 108.670 SOURCE4 8 1.6134 -h1-cx-nh 48.500 116.320 SOURCE4 151 1.0310 -h1-cx-os 50.010 115.170 SOURCE3 8 0.0226 -h2-cx-h2 37.870 119.430 SOURCE3 1 0.0000 -h2-cx-n2 47.550 117.180 SOURCE3 4 0.0000 -hc-cx-hc 38.580 114.470 SOURCE3 19 0.3295 -hc-cx-os 50.250 114.100 SOURCE2 1 0.0000 -hx-cx-n4 47.620 114.470 SOURCE4 8 0.1059 -n2-cx-n2 102.060 50.160 SOURCE3 1 0.0000 -n -cx-oh 70.160 119.750 SOURCE3 2 0.0000 -n -cx-os 92.710 65.980 SOURCE3 1 0.0000 -oh-cx-oh 76.670 107.850 SOURCE3 1 0.0000 -oh-cx-os 71.640 118.120 SOURCE3 4 1.3581 -os-cx-os 70.900 115.840 SOURCE4 7 2.0760 -c2-cy-cy 66.570 100.400 SOURCE2 1 0.0000 -c3-cy-c3 63.190 111.580 SOURCE4 15 1.0060 -c3-cy-cy 60.760 118.700 SOURCE4 293 1.8510 -c3-cy-h1 46.160 111.770 SOURCE4 119 0.4412 -c3-cy-hc 46.210 111.550 SOURCE3 5 0.6276 -c3-cy-n3 65.280 112.920 SOURCE3 2 0.0000 -c3-cy-n 68.320 104.050 SOURCE4 122 0.5745 -c3-cy-os 66.990 111.960 SOURCE4 11 1.0668 -c -cy-c3 61.780 116.720 SOURCE4 129 0.5236 -cc-cy-cy 60.440 121.790 SOURCE4 6 0.2155 -c -cy-cy 71.810 84.990 SOURCE4 263 0.6952 -cd-cy-cy 60.650 120.880 SOURCE4 13 0.5333 -ce-cy-h2 45.500 117.250 SOURCE4 17 0.5351 -ce-cy-n 74.690 88.020 SOURCE4 14 0.1416 -ce-cy-ss 74.010 121.330 SOURCE4 13 0.1599 -c -cy-h1 45.890 113.100 SOURCE4 71 0.7655 -c -cy-hc 45.750 113.850 SOURCE3 8 0.2067 -cl-cy-cy 61.910 112.000 SOURCE3 2 0.0000 -cl-cy-h1 44.060 106.590 SOURCE3 1 0.0000 -cl-cy-hc 42.600 114.000 SOURCE2 1 0.0000 -c -cy-n 64.320 117.390 SOURCE4 70 1.0742 -c -cy-os 66.270 114.420 SOURCE4 6 1.2052 -cv-cy-cy 71.460 86.670 SOURCE4 6 1.1600 -cv-cy-hc 46.060 114.470 SOURCE4 7 0.4307 -cx-cy-cy 66.080 101.230 SOURCE3 4 0.0000 -cx-cy-hc 45.250 118.300 SOURCE2 3 5.7799 -cy-cy-cy 70.160 87.610 SOURCE3 32 1.5407 -cy-cy-f 64.550 112.870 SOURCE4 13 1.6772 -cy-cy-h1 44.870 114.840 SOURCE3 20 2.5651 -cy-cy-h2 44.510 116.770 SOURCE4 83 0.8683 -cy-cy-hc 44.820 115.140 SOURCE3 114 0.8364 -cy-cy-n3 73.470 87.580 SOURCE3 4 0.6135 -cy-cy-n 65.220 112.130 SOURCE3 31 2.0700 -cy-cy-na 63.370 119.700 SOURCE4 9 0.3333 -cy-cy-oh 66.000 114.190 SOURCE3 4 0.0000 -cy-cy-os 66.410 111.770 SOURCE4 18 2.1334 -cy-cy-s6 74.590 117.460 SOURCE4 7 1.2423 -cy-cy-ss 74.450 118.180 SOURCE4 55 0.9860 -h1-cy-h1 39.010 109.720 SOURCE3 6 0.8087 -h1-cy-n3 48.210 113.360 SOURCE3 6 1.4509 -h1-cy-n 49.100 111.180 SOURCE4 141 0.5848 -h1-cy-oh 50.890 111.490 SOURCE3 2 0.0000 -h1-cy-os 50.530 110.940 SOURCE3 8 0.6522 -h1-cy-s6 51.950 112.570 SOURCE4 5 1.2943 -h2-cy-n 48.420 114.440 SOURCE4 88 0.7114 -h2-cy-os 50.970 109.190 SOURCE4 6 0.4162 -h2-cy-s6 53.300 106.850 SOURCE4 6 0.3975 -h2-cy-ss 52.700 109.730 SOURCE4 92 0.7424 -hc-cy-hc 39.240 109.040 SOURCE3 28 0.5962 -n -cy-os 71.620 107.500 SOURCE4 9 2.3773 -n -cy-s6 82.570 103.450 SOURCE4 6 0.7197 -n -cy-ss 82.030 105.120 SOURCE4 69 0.3987 -nh-cz-nh 72.970 120.170 SOURCE4 26 0.3964 -br-n1-c1 51.100 180.000 HF/6-31G* 1 -c1-n1-c1 64.910 179.920 HF/6-31G* 1 -c1-n1-c2 60.250 177.730 HF/6-31G* 1 -c1-n1-c3 54.830 180.000 HF/6-31G* 1 -c1-n1-ca 56.970 179.990 HF/6-31G* 1 -c1-n1-cl 53.870 179.950 HF/6-31G* 1 -c1-n1-f 55.860 179.960 HF/6-31G* 1 -c1-n1-hn 45.620 179.980 HF/6-31G* 1 -c1-n1-i 46.230 179.950 HF/6-31G* 1 -c1-n1-n1 66.890 180.000 HF/6-31G* 1 -c1-n1-n2 65.700 171.560 HF/6-31G* 1 -c1-n1-n3 60.690 175.590 HF/6-31G* 1 -c1-n1-n4 59.680 179.690 HF/6-31G* 1 -c1-n1-na 59.950 180.000 HF/6-31G* 1 -c1-n1-nh 60.880 176.350 HF/6-31G* 1 -c1-n1-o 62.620 179.950 HF/6-31G* 1 -c1-n1-oh 62.880 174.310 HF/6-31G* 1 -c1-n1-os 62.150 176.610 HF/6-31G* 1 -c1-n1-p2 53.810 172.830 HF/6-31G* 1 -c1-n1-p3 54.260 173.510 HF/6-31G* 1 -c1-n1-p4 53.620 173.640 HF/6-31G* 1 -c1-n1-p5 56.480 177.280 HF/6-31G* 1 -c1-n1-s2 76.360 178.110 HF/6-31G* 1 -c1-n1-s4 69.870 169.600 HF/6-31G* 1 -c1-n1-s 67.470 179.990 HF/6-31G* 1 -c1-n1-s6 78.230 175.920 HF/6-31G* 1 -c1-n1-sh 70.520 174.250 HF/6-31G* 1 -c1-n1-ss 70.160 176.060 HF/6-31G* 1 -c2-n1-n1 61.580 180.000 HF/6-31G* 1 -c2-n1-o 73.090 116.940 SOURCE3 2 0.0060 -c2-n1-s 81.900 118.000 SOURCE3 2 0.0121 -c3-n1-n1 56.300 180.000 HF/6-31G* 1 -ca-n1-n1 58.540 180.000 HF/6-31G* 1 -ce-n1-o 71.350 122.400 SOURCE3 1 same_as_cf-n1-o -ce-n1-s 82.090 117.340 SOURCE3 1 same_as_cf-n1-s -cf-n1-o 71.060 122.400 SOURCE3 1 0.0000 -cf-n1-s 81.960 117.340 SOURCE3 1 0.0000 -cl-n1-n1 55.230 179.940 HF/6-31G* 1 -f -n1-n1 57.390 179.930 HF/6-31G* 1 -hn-n1-n1 47.140 179.910 HF/6-31G* 1 -i -n1-n1 47.260 179.940 HF/6-31G* 1 -n1-n1-n1 68.970 179.970 HF/6-31G* 1 -n1-n1-n2 67.650 171.570 HF/6-31G* 1 -n1-n1-n3 62.490 175.090 HF/6-31G* 1 -n1-n1-n4 61.310 179.910 HF/6-31G* 1 -n1-n1-na 61.630 179.970 HF/6-31G* 1 -n1-n1-nh 62.660 176.000 HF/6-31G* 1 -n1-n1-o 64.430 179.940 HF/6-31G* 1 -n1-n1-oh 64.780 173.770 HF/6-31G* 1 -n1-n1-os 64.010 176.120 HF/6-31G* 1 -n1-n1-p2 54.850 174.710 HF/6-31G* 1 -n1-n1-p3 55.500 174.270 HF/6-31G* 1 -n1-n1-s 69.160 180.000 SOURCE3 1 0.0000 -n1-n1-sh 72.150 175.070 HF/6-31G* 1 -n1-n1-ss 72.040 175.610 HF/6-31G* 1 -o -n1-p2 66.900 116.050 SOURCE3 1 0.0000 -p2-n1-s 80.340 119.930 SOURCE3 1 0.0000 -br-n2-br 63.890 106.600 SOURCE3 1 -br-n2-c2 59.130 112.400 SOURCE3 1 0.0000 -br-n2-n2 61.080 110.420 SOURCE3 1 0.0000 -br-n2-o 60.100 114.470 SOURCE3 1 0.0000 -br-n2-p2 63.250 111.030 SOURCE3 1 0.0000 -br-n2-s 78.980 115.780 SOURCE3 1 0.0000 -c1-n2-c1 74.410 121.100 SOURCE3 1 -c1-n2-c3 58.670 151.880 SOURCE3 4 15.8282 -c1-n2-cl 59.530 118.800 SOURCE2 1 0.0000 -c1-n2-hn 51.470 126.500 SOURCE2 3 7.6267 -c1-n2-n2 76.750 113.400 SOURCE3 1 -c1-n2-o 79.200 113.590 SOURCE3 1 -c1-n2-p2 66.970 119.570 SOURCE3 1 -c1-n2-s 88.340 117.670 SOURCE3 1 -c2-n2-c2 70.760 118.180 SOURCE3 1 -c2-n2-c3 66.130 115.300 SOURCE3 8 4.2940 -c2-n2-ca 69.830 119.940 SOURCE3 1 -c2-n2-cl 60.950 112.640 SOURCE3 1 0.0000 -c2-n2-f 68.300 108.140 SOURCE3 1 0.0000 -c2-n2-hn 52.630 110.330 SOURCE3 9 0.6498 -c2-n2-i 51.860 114.740 SOURCE3 2 0.0139 -c2-n2-n1 75.450 115.090 HF/6-31G* 1 -c2-n2-n2 77.940 103.590 SOURCE3 2 0.0000 -c2-n2-n3 71.340 118.140 SOURCE3 1 -c2-n2-n4 62.390 112.220 SOURCE3 3 0.0406 -c2-n2-n 70.160 117.980 SOURCE4 11 0.9019 -c2-n2-na 70.350 117.580 SOURCE3 8 1.6671 -c2-n2-nh 70.710 117.610 SOURCE3 6 3.2642 -c2-n2-no 64.220 111.540 SOURCE3 1 0.0000 -c2-n2-o 75.470 116.940 SOURCE3 1 -c2-n2-oh 72.080 110.890 SOURCE4 22 1.2709 -c2-n2-os 71.830 110.510 SOURCE4 13 0.7888 -c2-n2-p2 67.180 116.000 SOURCE3 1 -c2-n2-p3 61.270 119.300 SOURCE3 3 2.8489 -c2-n2-p4 62.640 118.770 SOURCE3 1 -c2-n2-s4 86.210 112.290 SOURCE3 1 -c2-n2-s6 87.140 116.240 SOURCE3 1 -c2-n2-s 86.900 118.000 SOURCE3 1 -c2-n2-sh 79.840 115.480 SOURCE3 1 0.0000 -c2-n2-ss 82.230 118.040 SOURCE3 4 2.2804 -c3-n2-c3 63.760 110.700 SOURCE3 1 -c3-n2-ca 65.970 114.950 SOURCE4 5 0.9744 -c3-n2-ce 65.370 118.520 SOURCE4 113 1.6475 -c3-n2-cf 65.320 118.690 SOURCE4 10 1.2155 -c3-n2-hn 45.180 118.400 SOURCE3 1 -c3-n2-n1 68.640 116.200 SOURCE4 12 0.5407 -c3-n2-n2 69.290 111.180 SOURCE3 7 0.4349 -c3-n2-nh 68.080 109.990 SOURCE3 1 0.0000 -c3-n2-o 70.290 112.400 SOURCE2 1 0.0000 -c3-n2-p2 64.870 114.210 SOURCE3 2 2.2772 -c3-n2-s6 83.890 113.840 SOURCE3 1 0.0000 -c3-n2-s 83.150 116.720 SOURCE3 1 0.0000 -ca-n2-ca 71.790 112.200 SOURCE3 1 -ca-n2-hn 50.010 120.000 SOURCE3 1 -ca-n2-n2 74.000 113.530 SOURCE3 1 -ca-n2-o 75.260 116.000 SOURCE2 1 0.0000 -ca-n2-p2 66.400 118.110 SOURCE3 1 -ca-n2-s 85.850 120.110 SOURCE3 1 -c -n2-c2 66.220 120.970 SOURCE3 1 -c -n2-c 62.710 123.800 SOURCE3 1 -c -n2-ca 66.050 120.500 SOURCE3 1 -cc-n2-cl 60.100 115.790 SOURCE3 1 same_as_cd-n2-cl -cc-n2-hn 52.300 111.140 SOURCE4 12 0.8109 -cc-n2-na 72.990 108.920 SOURCE4 9 1.6245 -cc-n2-nh 70.350 118.470 SOURCE4 6 1.7995 -cd-n2-cl 60.110 115.790 SOURCE3 1 0.0000 -cd-n2-hn 52.630 110.090 SOURCE4 8 0.6980 -ce-n2-hn 52.730 111.120 SOURCE4 68 0.2440 -ce-n2-n 70.330 118.090 SOURCE4 92 1.1048 -ce-n2-nh 70.640 118.550 SOURCE4 52 1.1425 -ce-n2-o 77.370 112.160 SOURCE3 1 -ce-n2-oh 71.450 113.480 SOURCE4 36 1.7049 -ce-n2-os 71.290 112.780 SOURCE4 33 0.8683 -ce-n2-s 87.710 116.280 SOURCE3 1 -cf-n2-hn 53.860 106.500 SOURCE3 1 same_as_ce-n2-hn -cf-n2-n 70.490 117.550 SOURCE4 9 0.7822 -cf-n2-nh 70.490 119.080 SOURCE3 2 same_as_ce-n2-nh -cf-n2-o 77.370 112.160 SOURCE3 1 same_as_ce-n2-o -cf-n2-oh 72.610 109.870 SOURCE3 1 same_as_ce-n2-oh -cf-n2-os 70.950 113.870 SOURCE4 7 0.6449 -cf-n2-s 87.710 116.280 SOURCE3 1 same_as_ce-n2-s -cl-n2-n1 63.750 108.700 SOURCE2 1 0.0000 -cl-n2-n2 63.120 110.470 SOURCE3 1 0.0000 -cl-n2-o 62.610 114.030 SOURCE3 1 -cl-n2-p2 62.850 112.980 SOURCE3 1 0.0000 -cl-n2-s 79.610 115.770 SOURCE3 1 0.0000 -cx-n2-n2 90.460 64.920 SOURCE3 2 0.0000 -f -n2-n2 68.290 114.600 SOURCE2 1 0.0000 -f -n2-o 71.170 110.100 SOURCE2 1 0.0000 -f -n2-p2 66.600 107.100 SOURCE3 1 0.0000 -f -n2-s 84.970 110.730 SOURCE3 1 0.0000 -hn-n2-hn 38.610 120.000 SOURCE3 1 -hn-n2-n1 55.330 114.100 SOURCE2 1 0.0000 -hn-n2-n2 55.840 105.010 SOURCE3 19 1.5183 -hn-n2-ne 54.690 108.560 SOURCE3 29 5.5708 -hn-n2-nf 54.690 108.560 SOURCE3 29 same_as_hn-n2-ne -hn-n2-o 57.610 107.370 SOURCE3 1 0.0000 -hn-n2-p2 46.310 112.090 SOURCE3 18 4.0663 -hn-n2-p4 43.060 111.330 SOURCE3 1 0.0000 -hn-n2-p5 44.500 122.340 SOURCE3 1 0.0000 -hn-n2-pe 48.420 111.410 SOURCE3 20 4.9895 -hn-n2-pf 48.420 111.410 SOURCE3 20 same_as_hn-n2-pe -hn-n2-s2 61.190 115.800 SOURCE2 1 0.0000 -hn-n2-s4 58.650 111.210 SOURCE3 1 0.0000 -hn-n2-s 62.150 108.170 SOURCE3 1 0.0000 -hn-n2-s6 60.520 112.590 SOURCE3 2 0.0000 -i -n2-n2 53.710 111.790 SOURCE3 1 0.0000 -i -n2-o 52.330 116.820 SOURCE3 1 0.0000 -i -n2-p2 57.140 113.260 SOURCE3 1 0.0000 -i -n2-s 71.310 116.850 SOURCE3 1 0.0000 -n1-n2-n1 80.820 112.000 HF/6-31G* 1 -n2-n2-n1 62.280 180.000 dac_for_azides 0 -n2-n2-n2 78.200 109.490 SOURCE3 2 0.0000 -n2-n2-n3 76.590 108.880 SOURCE3 1 -n2-n2-n4 65.780 106.450 SOURCE3 1 0.0000 -n2-n2-na 74.180 112.230 SOURCE3 1 -n2-n2-nh 74.760 111.700 SOURCE3 5 0.3475 -n2-n2-no 67.680 105.970 SOURCE3 1 0.0000 -n2-n2-o 80.170 110.430 SOURCE3 1 -n2-n2-oh 74.020 111.510 SOURCE3 1 0.0000 -n2-n2-os 74.690 108.380 SOURCE3 1 0.0000 -n2-n2-p2 71.160 109.150 SOURCE3 1 -n2-n2-p3 64.580 113.050 SOURCE3 1 0.0000 -n2-n2-p4 64.290 118.770 SOURCE3 1 -n2-n2-p5 70.950 110.460 SOURCE3 1 -n2-n2-s4 90.620 107.300 SOURCE3 1 -n2-n2-s6 91.570 111.250 SOURCE3 1 -n2-n2-s 90.160 115.910 SOURCE3 1 -n2-n2-sh 83.540 111.100 SOURCE3 1 0.0000 -n2-n2-ss 86.650 112.140 SOURCE3 1 0.0000 -n3-n2-n3 72.950 115.070 SOURCE3 1 -n3-n2-o 76.860 114.000 SOURCE2 1 0.0000 -n3-n2-p2 68.490 115.340 SOURCE3 1 -n3-n2-s 88.540 117.130 SOURCE3 1 -n4-n2-n4 59.970 106.700 SOURCE3 1 -n4-n2-o 64.860 112.200 SOURCE3 1 0.0000 -n4-n2-p2 62.840 113.070 SOURCE3 1 0.0000 -n4-n2-s 79.030 118.500 SOURCE3 1 0.0000 -na-n2-na 73.470 107.000 SOURCE3 1 -na-n2-o 75.740 113.090 SOURCE3 1 0.0000 -na-n2-p2 66.830 119.160 SOURCE3 1 0.0000 -na-n2-s 87.260 118.260 SOURCE3 1 0.0000 -ne-n2-nh 74.080 113.250 SOURCE4 11 0.7711 -ne-n2-o 79.970 110.310 SOURCE3 1 -ne-n2-s 89.910 116.220 SOURCE3 1 -nf-n2-nh 74.690 111.380 SOURCE3 1 same_as_ne-n2-nh -nf-n2-o 79.970 110.310 SOURCE3 1 same_as_ne-n2-o -nf-n2-s 89.910 116.220 SOURCE3 1 same_as_ne-n2-s -nh-n2-nh 69.670 121.200 SOURCE3 1 -nh-n2-o 76.020 113.600 SOURCE4 13 1.0945 -nh-n2-p2 67.100 118.830 SOURCE3 2 0.1024 -nh-n2-s 88.040 116.900 SOURCE3 2 0.2276 -n -n2-n2 75.480 108.180 SOURCE4 8 0.3496 -n -n2-o 74.990 115.100 SOURCE4 31 0.2796 -no-n2-no 62.810 103.700 SOURCE3 1 -no-n2-o 70.400 100.760 SOURCE3 1 0.0000 -no-n2-p2 64.250 111.950 SOURCE3 1 0.0000 -n -n2-p2 67.320 117.300 SOURCE3 1 0.0000 -n -n2-s 88.140 115.740 SOURCE3 1 0.0000 -oh-n2-oh 74.840 101.700 SOURCE3 1 -oh-n2-p2 67.990 115.110 SOURCE3 1 0.0000 -oh-n2-s 87.990 116.080 SOURCE3 1 0.0000 -o -n2-o 81.020 115.370 SOURCE3 1 -o -n2-oh 75.560 112.150 SOURCE2 2 1.4500 -o -n2-os 75.730 110.350 SOURCE3 2 0.0042 -o -n2-p2 70.040 116.080 SOURCE3 1 -o -n2-p3 65.080 113.430 SOURCE3 1 0.0000 -o -n2-p4 67.340 110.610 SOURCE3 1 -o -n2-p5 72.480 109.110 SOURCE3 1 -o -n2-pe 67.310 134.560 SOURCE3 1 -o -n2-pf 67.310 134.560 SOURCE3 1 same_as_o-n2-pe -o -n2-s4 91.280 108.910 SOURCE3 1 -o -n2-s6 93.100 111.340 SOURCE3 1 -o -n2-s 91.240 117.180 SOURCE3 1 -o -n2-sh 82.970 114.980 SOURCE3 1 0.0000 -os-n2-os 71.250 110.290 SOURCE3 1 -os-n2-p2 69.290 110.200 SOURCE3 1 0.0000 -o -n2-ss 86.560 115.340 SOURCE3 1 0.0000 -os-n2-s 89.190 112.230 SOURCE3 1 0.0000 -p2-n2-p2 66.870 116.800 SOURCE3 1 -p2-n2-p3 61.450 124.480 SOURCE3 1 0.0000 -p2-n2-p4 61.350 128.370 SOURCE3 1 -p2-n2-p5 65.160 123.470 SOURCE3 1 -p2-n2-s4 86.260 112.100 SOURCE3 1 -p2-n2-s6 86.440 115.700 SOURCE3 1 -p2-n2-s 85.910 117.840 SOURCE3 1 -p2-n2-sh 80.450 118.450 SOURCE3 1 0.0000 -p2-n2-ss 82.010 120.430 SOURCE3 1 0.0000 -p3-n2-p3 59.930 120.400 SOURCE3 1 -p3-n2-s 80.080 120.860 SOURCE3 1 0.0000 -p4-n2-s 77.830 131.840 SOURCE3 1 -p5-n2-p5 66.060 120.600 SOURCE3 1 -p5-n2-s 85.340 119.890 SOURCE3 1 -pe-n2-s 88.590 115.730 SOURCE3 1 -pf-n2-s 88.590 115.730 SOURCE3 1 same_as_pe-n2-s -s4-n2-s4 105.720 119.180 SOURCE3 1 -s4-n2-s6 107.600 119.180 SOURCE3 1 -s6-n2-s6 109.720 119.180 SOURCE3 1 -sh-n2-sh 96.030 123.930 SOURCE3 1 -sh-n2-ss 98.240 123.930 SOURCE3 1 -s -n2-s 109.670 120.880 SOURCE3 1 -s -n2-s4 110.840 113.000 SOURCE3 1 -s -n2-s6 109.880 119.610 SOURCE3 1 -s -n2-sh 101.850 122.050 SOURCE3 1 0.0000 -s -n2-ss 106.640 118.190 SOURCE3 1 0.0000 -ss-n2-ss 100.790 123.930 SOURCE3 1 -br-n3-br 66.540 107.150 SOURCE3 1 0.0000 -br-n3-c3 62.700 106.930 SOURCE3 2 0.0000 -c1-n3-c1 64.090 123.340 SOURCE3 1 -c1-n3-f 68.220 104.700 SOURCE2 1 0.0000 -c1-n3-hn 47.740 118.310 SOURCE3 1 -c1-n3-o 70.010 116.630 SOURCE3 1 -c2-n3-c2 66.220 124.680 SOURCE3 1 -c2-n3-hn 49.110 119.380 SOURCE3 1 -c3-n3-c3 64.010 110.900 SOURCE3 40 2.3048 -c3-n3-cl 62.170 107.230 SOURCE3 3 0.3673 -c3-n3-cx 62.450 116.320 SOURCE4 24 0.5119 -c3-n3-cy 61.690 118.260 SOURCE4 14 0.8788 -c3-n3-f 66.810 103.130 SOURCE3 2 0.0000 -c3-n3-hn 47.130 109.920 SOURCE3 120 2.2590 -c3-n3-i 56.980 108.480 SOURCE3 2 0.0000 -c3-n3-n2 66.230 118.750 SOURCE2 2 2.6500 -c3-n3-n3 66.760 108.150 SOURCE3 15 1.3999 -c3-n3-n4 67.180 109.650 SOURCE3 3 0.1146 -c3-n3-n 66.670 111.750 SOURCE4 50 1.6777 -c3-n3-nh 66.370 111.890 SOURCE4 21 1.3006 -c3-n3-no 66.020 111.270 SOURCE3 1 0.0000 -c3-n3-o 68.680 113.310 SOURCE3 5 8.9081 -c3-n3-oh 69.070 106.140 SOURCE4 14 1.1040 -c3-n3-os 68.480 104.950 SOURCE4 9 0.9687 -c3-n3-p3 59.890 121.930 SOURCE3 3 5.6009 -c3-n3-p5 62.050 119.810 SOURCE4 58 1.8367 -c3-n3-s4 77.770 112.910 SOURCE3 3 0.8983 -c3-n3-s6 80.590 116.570 SOURCE4 73 1.8772 -c3-n3-s 77.780 110.020 SOURCE3 1 0.0000 -c3-n3-sh 78.550 112.700 SOURCE3 1 0.0000 -c3-n3-ss 77.950 116.010 SOURCE3 3 1.1944 -c3-n3-sy 79.010 115.270 SOURCE4 108 1.7647 -cl-n3-cl 61.850 108.280 SOURCE3 1 0.0000 -cl-n3-hn 42.590 104.390 SOURCE3 2 0.0000 -cl-n3-n3 63.750 107.650 SOURCE3 1 0.0000 -cx-n3-cx 86.390 60.710 SOURCE4 57 0.2359 -cx-n3-hn 47.150 109.570 SOURCE4 26 0.7439 -cx-n3-p5 62.150 119.320 SOURCE4 71 1.1948 -cx-n3-py 60.630 121.750 SOURCE4 10 1.0295 -cy-n3-cy 70.040 90.870 SOURCE4 10 0.5777 -cy-n3-hn 46.250 112.120 SOURCE4 9 1.9058 -f -n3-f 67.710 102.220 SOURCE2 4 0.7562 -f -n3-hn 50.780 99.800 SOURCE2 1 0.0000 -hn-n3-hn 41.300 107.130 SOURCE3 44 1.9687 -hn-n3-i 35.430 109.980 SOURCE3 2 0.0000 -hn-n3-n1 52.050 110.170 HF/6-31G* 1 -hn-n3-n2 51.400 115.940 SOURCE3 1 -hn-n3-n3 50.160 103.980 SOURCE3 18 1.8593 -hn-n3-n4 50.870 106.400 SOURCE3 5 0.5863 -hn-n3-n 51.020 106.570 SOURCE3 6 1.0767 -hn-n3-na 50.320 107.890 SOURCE3 1 -hn-n3-nh 50.440 107.390 SOURCE3 11 1.6294 -hn-n3-no 50.250 104.780 SOURCE3 3 1.1126 -hn-n3-o 53.140 113.320 SOURCE3 3 4.3945 -hn-n3-oh 53.080 101.110 SOURCE3 4 0.9921 -hn-n3-os 51.670 100.920 SOURCE3 6 0.7295 -hn-n3-p2 42.850 120.260 SOURCE3 1 -hn-n3-p3 41.820 116.890 SOURCE3 9 3.8816 -hn-n3-p4 43.440 113.050 SOURCE3 2 0.0000 -hn-n3-p5 44.280 113.680 SOURCE3 6 2.1781 -hn-n3-s4 53.750 108.930 SOURCE3 7 1.7819 -hn-n3-s 52.560 109.470 SOURCE3 1 -hn-n3-s6 58.300 109.330 SOURCE4 86 0.9610 -hn-n3-sh 54.580 108.670 SOURCE3 3 2.5025 -hn-n3-ss 54.880 109.850 SOURCE3 5 2.3215 -hn-n3-sy 55.880 109.490 SOURCE4 278 0.7897 -i -n3-i 60.040 111.270 SOURCE3 1 0.0000 -n1-n3-n1 72.400 113.210 HF/6-31G* 1 -n2-n3-n2 71.820 118.730 SOURCE3 1 -n2-n3-o 74.130 114.910 SOURCE3 1 -n3-n3-n3 69.570 105.710 SOURCE3 3 0.3561 -n4-n3-n4 69.040 113.480 SOURCE3 1 0.0000 -n4-n3-nh 70.910 107.140 SOURCE3 1 -na-n3-na 69.210 112.000 SOURCE3 1 -nh-n3-nh 70.750 107.150 SOURCE3 1 0.0000 -n -n3-n 70.250 110.550 SOURCE3 1 0.0000 -no-n3-no 67.040 115.260 SOURCE3 1 0.0000 -oh-n3-oh 72.790 107.180 SOURCE3 1 0.0000 -o -n3-o 71.890 126.140 SOURCE3 1 -o -n3-p2 66.640 117.020 SOURCE3 1 -o -n3-p4 65.880 116.650 SOURCE3 1 -o -n3-s4 81.710 114.090 SOURCE3 1 -o -n3-s6 87.090 113.800 SOURCE3 1 -o -n3-s 78.520 119.810 SOURCE3 1 -os-n3-os 70.790 106.520 SOURCE3 1 0.0000 -p2-n3-p2 60.890 130.130 SOURCE3 1 -p3-n3-p3 61.530 118.740 SOURCE3 3 3.3755 -p4-n3-p4 63.370 116.350 SOURCE3 1 -p5-n3-p5 63.830 119.420 SOURCE3 1 0.0000 -s4-n3-s4 96.310 120.020 SOURCE3 1 0.0000 -s4-n3-s6 99.300 120.950 SOURCE3 1 -s6-n3-s6 101.380 126.130 SOURCE3 1 0.0000 -sh-n3-sh 98.100 118.630 SOURCE3 1 0.0000 -sh-n3-ss 98.150 119.670 SOURCE3 1 -s -n3-s 90.470 131.360 SOURCE3 1 0.0000 -ss-n3-ss 98.680 119.570 SOURCE3 1 0.0000 -br-n4-br 65.140 114.820 SOURCE3 1 0.0000 -br-n4-hn 41.380 108.440 SOURCE3 7 0.5630 -c1-n4-c1 65.530 113.870 SOURCE3 1 0.0000 -c1-n4-hn 48.620 110.190 SOURCE3 7 1.0847 -c2-n4-c2 63.010 112.580 SOURCE3 1 0.0000 -c2-n4-c3 63.100 110.960 SOURCE4 13 2.4632 -c2-n4-hn 46.430 111.360 SOURCE3 13 1.2672 -c3-n4-c3 62.840 110.640 SOURCE3 13 1.3060 -c3-n4-ca 63.610 110.400 SOURCE4 46 1.4643 -c3-n4-cc 62.840 111.090 SOURCE4 7 0.7065 -c3-n4-cl 62.270 108.040 SOURCE3 3 0.0000 -c3-n4-hn 46.190 110.110 SOURCE3 100 1.3136 -c3-n4-n3 66.730 108.720 SOURCE3 2 0.0000 -c3-n4-n4 63.720 114.070 SOURCE3 4 0.0000 -c3-n4-n 66.200 109.260 SOURCE4 7 1.9859 -c3-n4-nh 64.760 111.730 SOURCE3 1 0.0000 -c3-n4-no 65.250 109.080 SOURCE3 1 0.0000 -c3-n4-o 67.250 111.660 SOURCE3 1 0.0000 -c3-n4-oh 65.900 113.730 SOURCE3 1 0.0000 -c3-n4-os 67.380 107.420 SOURCE3 3 3.5920 -c3-n4-p2 56.830 112.520 SOURCE3 1 0.0000 -c3-n4-p3 58.790 110.730 SOURCE3 3 2.1084 -c3-n4-p5 59.350 113.220 SOURCE3 3 0.4021 -c3-n4-s4 72.410 108.230 SOURCE3 3 0.4195 -c3-n4-s6 73.090 111.560 SOURCE3 3 1.8851 -c3-n4-s 74.940 113.550 SOURCE3 1 0.0000 -c3-n4-sh 74.840 115.810 SOURCE3 1 0.0000 -c3-n4-ss 75.510 113.680 SOURCE3 3 1.1405 -ca-n4-ca 63.210 114.480 SOURCE3 1 0.0000 -ca-n4-hn 47.540 108.520 SOURCE3 5 1.1693 -c -n4-c 61.500 108.610 SOURCE3 1 0.0000 -c -n4-hn 44.680 110.860 SOURCE3 10 1.0073 -cl-n4-cl 60.960 114.910 SOURCE3 1 0.0000 -cl-n4-hn 42.500 108.870 SOURCE3 7 0.7719 -f -n4-f 70.470 109.050 SOURCE3 1 0.0000 -f -n4-hn 51.670 108.390 SOURCE3 4 0.0000 -hn-n4-hn 40.520 108.110 SOURCE3 208 1.4126 -hn-n4-i 36.440 108.720 SOURCE3 7 1.2717 -hn-n4-n1 51.790 109.390 HF/6-31G* 1 -hn-n4-n2 42.290 109.680 SOURCE3 19 0.6266 -hn-n4-n3 49.850 110.400 SOURCE3 11 0.7307 -hn-n4-n4 48.090 108.660 SOURCE3 18 1.2967 -hn-n4-n 49.590 109.080 SOURCE3 13 1.6047 -hn-n4-na 49.430 109.380 SOURCE3 25 1.0758 -hn-n4-nh 48.360 109.920 SOURCE3 12 0.7304 -hn-n4-no 49.190 104.380 SOURCE3 2 0.0000 -hn-n4-o 52.090 109.260 SOURCE3 6 2.1203 -hn-n4-oh 51.120 108.090 SOURCE3 6 1.6728 -hn-n4-os 50.150 109.390 SOURCE3 10 1.4403 -hn-n4-p2 37.700 110.500 SOURCE3 25 1.0664 -hn-n4-p3 39.300 109.890 SOURCE3 10 2.3870 -hn-n4-p4 37.650 111.330 SOURCE3 3 0.0000 -hn-n4-p5 40.530 110.000 SOURCE3 10 1.0282 -hn-n4-py 37.420 117.890 SOURCE3 8 0.0000 -hn-n4-s4 46.920 110.100 SOURCE3 6 0.8471 -hn-n4-s 51.970 106.890 SOURCE3 6 1.0775 -hn-n4-s6 48.900 108.940 SOURCE3 10 0.5715 -hn-n4-sh 52.260 108.560 SOURCE3 6 0.8535 -hn-n4-ss 52.080 109.170 SOURCE3 10 0.8455 -i -n4-i 58.990 118.490 SOURCE3 1 0.0000 -n1-n4-n1 72.690 110.670 HF/6-31G* 1 -n2-n4-n2 59.430 108.640 SOURCE3 1 0.0000 -n3-n4-n3 69.790 111.070 SOURCE3 1 0.0000 -n4-n4-n4 65.210 115.490 SOURCE3 1 0.0000 -na-n4-na 66.270 119.600 SOURCE3 1 0.0000 -nh-n4-nh 67.830 109.380 SOURCE3 1 0.0000 -n -n4-n 66.680 118.620 SOURCE3 1 0.0000 -oh-n4-oh 72.250 108.190 SOURCE3 1 0.0000 -o -n4-o 70.280 120.970 SOURCE3 1 0.0000 -os-n4-os 72.460 104.400 SOURCE3 1 0.0000 -p2-n4-p2 55.970 113.910 SOURCE3 2 0.0000 -p3-n4-p3 56.000 121.380 SOURCE3 1 0.0000 -p5-n4-p5 61.270 107.020 SOURCE3 1 0.0000 -py-n4-py 73.000 69.790 SOURCE3 2 0.0000 -s4-n4-s4 87.700 115.430 SOURCE3 1 -s6-n4-s6 92.770 109.510 SOURCE3 1 0.0000 -sh-n4-sh 96.690 112.590 SOURCE3 1 0.0000 -s -n4-s 90.880 124.550 SOURCE3 1 0.0000 -ss-n4-ss 98.130 109.200 SOURCE3 1 0.0000 -br-na-br 60.550 123.000 SOURCE3 1 -br-na-c2 63.610 100.480 SOURCE3 2 1.0536 -br-na-ca 57.150 124.810 SOURCE3 1 -br-na-cc 57.160 124.620 SOURCE3 3 0.5348 -br-na-cd 57.160 124.620 SOURCE3 3 same_as_br-na-cc -br-na-nc 59.860 119.420 SOURCE3 4 1.6703 -br-na-nd 59.860 119.420 SOURCE3 4 same_as_br-na-nc -br-na-os 63.920 104.990 SOURCE3 1 0.0000 -br-na-p2 59.980 121.010 SOURCE3 1 -br-na-pc 60.360 120.260 SOURCE3 3 2.1456 -br-na-pd 60.360 120.260 SOURCE3 3 same_as_br-na-pc -br-na-ss 79.050 112.280 SOURCE3 1 0.0000 -c1-na-c1 67.200 117.200 SOURCE3 1 -c1-na-c2 64.320 125.200 SOURCE3 1 -c1-na-ca 66.540 120.570 SOURCE3 1 -c1-na-cc 65.820 121.350 SOURCE3 6 0.6517 -c1-na-cd 65.820 121.350 SOURCE3 6 0.6517 -c1-na-nc 68.270 120.240 SOURCE3 4 1.6849 -c1-na-nd 68.270 120.240 SOURCE3 4 same_as_c1-na-nc -c1-na-os 70.240 106.960 SOURCE3 2 0.0000 -c1-na-p2 60.440 122.250 SOURCE3 1 -c1-na-pc 61.100 121.480 SOURCE3 3 2.1681 -c1-na-pd 61.100 121.480 SOURCE3 3 same_as_c1-na-pc -c1-na-ss 78.330 118.300 SOURCE3 1 0.0000 -c2-na-c2 67.800 110.370 SOURCE3 6 0.5121 -c2-na-c3 64.230 117.200 SOURCE3 2 0.0000 -c2-na-ca 64.550 125.330 SOURCE4 7 0.5648 -c2-na-cc 63.980 125.750 SOURCE3 10 1.5856 -c2-na-cd 63.980 125.750 SOURCE3 10 1.5856 -c2-na-cl 63.280 101.010 SOURCE3 2 1.5799 -c2-na-f 68.640 103.110 SOURCE3 1 0.0000 -c2-na-hn 47.620 119.280 SOURCE3 14 6.6027 -c2-na-i 58.980 106.740 SOURCE3 1 0.0000 -c2-na-n1 66.270 124.810 HF/6-31G* 1 -c2-na-n2 65.800 125.000 SOURCE3 1 -c2-na-n3 64.640 124.800 SOURCE3 1 -c2-na-n4 65.190 121.320 SOURCE3 1 -c2-na-n 65.630 124.700 SOURCE3 1 -c2-na-na 65.140 124.600 SOURCE3 1 -c2-na-nc 67.270 121.140 SOURCE4 5 1.0225 -c2-na-nd 67.600 119.950 SOURCE3 4 same_as_c2-na-nc -c2-na-nh 65.040 124.980 SOURCE3 1 -c2-na-no 64.340 124.200 SOURCE3 1 -c2-na-o 68.210 125.900 SOURCE3 1 -c2-na-oh 65.800 123.900 SOURCE3 1 -c2-na-os 68.530 110.330 SOURCE3 4 3.2172 -c2-na-p2 60.200 122.140 SOURCE3 1 -c2-na-p3 58.910 126.100 SOURCE3 1 -c2-na-p4 64.460 125.000 SOURCE3 1 -c2-na-p5 60.390 125.100 SOURCE3 1 -c2-na-pc 60.800 121.560 SOURCE3 3 1.6252 -c2-na-pd 60.800 121.560 SOURCE3 3 same_as_c2-na-pc -c2-na-s4 73.870 124.900 SOURCE3 1 -c2-na-s6 76.240 124.400 SOURCE3 1 -c2-na-s 74.540 125.800 SOURCE3 1 -c2-na-sh 76.230 125.100 SOURCE3 1 -c2-na-ss 78.900 115.530 SOURCE3 5 1.4036 -c3-na-c3 60.720 125.590 SOURCE3 1 0.0000 -c3-na-ca 63.150 124.360 SOURCE3 5 4.2557 -c3-na-cc 62.560 125.090 SOURCE3 18 1.2138 -c3-na-cd 62.560 125.090 SOURCE3 18 1.2138 -c3-na-cp 63.760 119.460 SOURCE4 7 0.4108 -c3-na-n2 65.480 120.050 SOURCE4 5 0.8795 -c3-na-n 67.370 112.680 SOURCE4 12 0.5122 -c3-na-nc 65.740 120.460 SOURCE3 8 2.1625 -c3-na-nd 65.740 120.460 SOURCE3 8 2.1625 -c3-na-os 68.910 104.390 SOURCE3 3 1.2017 -c3-na-p2 59.290 123.120 SOURCE3 1 -c3-na-pc 59.960 122.110 SOURCE3 3 2.8504 -c3-na-pd 59.960 122.110 SOURCE3 3 same_as_c3-na-pc -c3-na-sh 80.220 110.280 SOURCE3 1 -c3-na-ss 79.610 110.870 SOURCE3 3 0.8260 -ca-na-ca 66.980 120.090 SOURCE4 321 1.7366 -ca-na-cc 68.460 113.150 SOURCE3 18 9.8644 -ca-na-cd 68.460 113.150 SOURCE3 18 9.8644 -ca-na-cl 57.170 124.790 SOURCE3 1 -ca-na-cp 65.880 120.960 SOURCE4 20 1.2820 -ca-na-cx 63.070 124.090 SOURCE4 12 1.8167 -ca-na-f 65.510 116.400 SOURCE3 1 -ca-na-hn 47.630 125.590 SOURCE4 437 1.1893 -ca-na-i 55.210 121.620 SOURCE3 1 -ca-na-n2 68.210 119.850 SOURCE4 6 1.2043 -ca-na-n4 66.370 120.190 SOURCE3 1 -ca-na-n 67.340 122.000 SOURCE3 1 -ca-na-na 66.290 123.760 SOURCE3 1 -ca-na-nb 68.180 122.160 SOURCE4 7 0.8543 -ca-na-nc 69.270 117.850 SOURCE3 6 3.6536 -ca-na-nd 69.270 117.850 SOURCE3 6 same_as_ca-na-nc -ca-na-nh 66.140 124.330 SOURCE4 7 1.3855 -ca-na-o 71.140 119.990 SOURCE4 51 1.2671 -ca-na-oh 66.690 124.080 SOURCE3 1 -ca-na-os 69.700 109.460 SOURCE3 1 0.0000 -ca-na-p2 59.660 125.850 SOURCE3 1 -ca-na-p3 59.650 124.380 SOURCE3 1 -ca-na-p4 65.120 124.970 SOURCE3 1 -ca-na-p5 61.240 123.300 SOURCE3 1 -ca-na-pc 61.050 122.130 SOURCE3 3 2.2393 -ca-na-pd 61.050 122.130 SOURCE3 3 same_as_ca-na-pc -ca-na-py 57.370 140.880 SOURCE3 2 0.0000 -ca-na-s4 76.640 117.230 SOURCE3 1 -ca-na-s6 77.900 120.690 SOURCE3 1 -ca-na-s 75.010 125.640 SOURCE3 1 -ca-na-sh 76.630 125.440 SOURCE3 1 -ca-na-ss 74.880 129.910 SOURCE4 8 0.1449 -cc-na-cc 68.940 109.900 SOURCE3 109 1.5547 -cc-na-cd 63.880 128.010 SOURCE3 1 0.0000 -cc-na-ce 63.050 126.610 SOURCE4 8 0.5158 -cc-na-cl 57.100 124.610 SOURCE3 3 0.5208 -cc-na-f 64.600 118.030 SOURCE3 4 0.3081 -cc-na-hn 46.990 125.660 SOURCE4 549 1.5224 -cc-na-i 54.340 125.700 SOURCE3 6 0.7821 -cc-na-n2 66.830 122.960 SOURCE3 15 0.9350 -cc-na-n4 65.900 120.310 SOURCE3 10 3.4394 -cc-na-n 66.520 123.190 SOURCE3 13 0.3010 -cc-na-na 65.910 123.430 SOURCE3 23 0.2088 -cc-na-nc 70.180 113.020 SOURCE3 38 2.2867 -cc-na-nd 66.370 126.350 SOURCE4 94 1.1249 -cc-na-nh 66.230 122.250 SOURCE3 19 0.2010 -cc-na-no 65.400 121.780 SOURCE3 9 0.3521 -cc-na-o 69.010 125.210 SOURCE3 10 0.0124 -cc-na-oh 66.670 122.380 SOURCE3 10 0.1570 -cc-na-os 67.340 115.740 SOURCE3 41 5.4093 -cc-na-p2 59.490 125.860 SOURCE3 14 2.2993 -cc-na-p3 59.280 125.250 SOURCE3 8 0.1998 -cc-na-p4 64.080 127.730 SOURCE3 7 3.6077 -cc-na-p5 60.690 124.700 SOURCE3 13 1.4225 -cc-na-s4 75.240 121.030 SOURCE3 10 0.5589 -cc-na-s6 77.180 122.190 SOURCE3 10 0.9634 -cc-na-s 74.800 125.660 SOURCE3 8 0.1880 -cc-na-sh 76.830 123.960 SOURCE3 10 0.3424 -cc-na-ss 76.340 124.220 SOURCE4 8 0.1585 -cd-na-cd 68.940 109.900 SOURCE3 109 1.5547 -cd-na-cl 57.100 124.610 SOURCE3 3 same_as_cc-na-cl -cd-na-f 64.600 118.030 SOURCE3 4 0.3081 -cd-na-hn 47.070 125.220 SOURCE4 312 1.1426 -cd-na-i 54.340 125.700 SOURCE3 6 0.7821 -cd-na-n2 66.830 122.960 SOURCE3 15 0.9350 -cd-na-n4 65.900 120.310 SOURCE3 10 3.4394 -cd-na-n 66.520 123.190 SOURCE3 13 0.3010 -cd-na-na 65.910 123.430 SOURCE3 23 0.2088 -cd-na-nc 66.510 125.820 SOURCE4 30 1.6776 -cd-na-nd 70.180 113.020 SOURCE3 38 2.2867 -cd-na-nh 66.230 122.250 SOURCE3 19 0.2010 -cd-na-no 65.400 121.780 SOURCE3 9 0.3521 -cd-na-o 69.010 125.210 SOURCE3 10 0.0124 -cd-na-oh 66.670 122.380 SOURCE3 10 0.1570 -cd-na-os 65.210 123.420 SOURCE4 7 2.3824 -cd-na-p2 59.490 125.860 SOURCE3 14 2.2993 -cd-na-p3 59.280 125.250 SOURCE3 8 0.1998 -cd-na-p4 64.080 127.730 SOURCE3 7 same_as_cc-na-p4 -cd-na-p5 60.690 124.700 SOURCE3 13 1.4225 -cd-na-s4 75.240 121.030 SOURCE3 10 0.5589 -cd-na-s6 77.180 122.190 SOURCE3 10 0.9634 -cd-na-s 74.800 125.660 SOURCE3 8 0.1880 -cd-na-sh 76.830 123.960 SOURCE3 10 0.3424 -cd-na-ss 77.930 119.180 SOURCE3 36 5.0538 -cl-na-cl 56.330 122.800 SOURCE3 1 -cl-na-nc 59.890 119.360 SOURCE3 4 1.7128 -cl-na-nd 59.890 119.360 SOURCE3 4 same_as_cl-na-nc -cl-na-os 63.040 106.580 SOURCE3 1 0.0000 -cl-na-p2 58.340 121.290 SOURCE3 1 -cl-na-pc 58.780 120.510 SOURCE3 3 2.1985 -cl-na-pd 58.780 120.510 SOURCE3 3 same_as_cl-na-pc -cl-na-ss 77.180 111.910 SOURCE3 1 0.0000 -f -na-f 62.220 120.200 SOURCE3 1 -f -na-nc 66.640 118.050 SOURCE3 4 1.7931 -f -na-nd 66.640 118.050 SOURCE3 4 same_as_f-na-nc -f -na-os 69.150 103.860 SOURCE3 1 0.0000 -f -na-p2 59.680 119.950 SOURCE3 1 -f -na-pc 60.340 119.100 SOURCE3 3 2.3967 -f -na-pd 60.340 119.100 SOURCE3 3 same_as_f-na-pc -f -na-ss 80.160 108.010 SOURCE3 1 0.0000 -hn-na-hn 39.830 116.800 SOURCE3 1 -hn-na-n 50.900 111.260 SOURCE4 5 1.1280 -hn-na-nc 50.000 119.610 SOURCE3 16 1.8079 -hn-na-nd 50.000 119.610 SOURCE3 16 1.8079 -hn-na-os 51.440 101.410 SOURCE3 7 3.0814 -hn-na-p2 40.320 122.520 SOURCE3 1 -hn-na-pc 40.940 121.480 SOURCE3 3 2.9355 -hn-na-pd 40.940 121.480 SOURCE3 3 same_as_hn-na-pc -hn-na-ss 53.460 113.950 SOURCE3 1 0.0000 -i -na-i 58.320 124.200 SOURCE3 1 -i -na-nc 56.940 120.030 SOURCE3 4 2.0032 -i -na-nd 56.940 120.030 SOURCE3 4 same_as_i-na-nc -i -na-os 59.850 109.910 SOURCE3 1 0.0000 -i -na-p2 57.960 122.280 SOURCE3 1 -i -na-pc 58.320 121.400 SOURCE3 3 2.4763 -i -na-pd 58.320 121.400 SOURCE3 3 same_as_i-na-pc -i -na-ss 74.730 118.400 SOURCE3 1 0.0000 -n2-na-n2 70.350 116.710 SOURCE3 1 -n2-na-nc 69.850 119.960 SOURCE3 4 4.5041 -n2-na-nd 69.850 119.960 SOURCE3 4 same_as_n2-na-nc -n2-na-os 70.330 111.530 SOURCE3 1 0.0000 -n2-na-p2 61.200 124.880 SOURCE3 1 -n2-na-pc 62.110 123.180 SOURCE3 3 4.7947 -n2-na-pd 62.110 123.180 SOURCE3 3 same_as_n2-na-pc -n2-na-ss 78.110 124.640 SOURCE3 1 0.0000 -n3-na-n3 65.770 124.000 SOURCE3 1 -n4-na-n4 68.570 111.700 SOURCE3 1 -n4-na-nc 69.090 116.440 SOURCE3 4 3.6604 -n4-na-nd 69.090 116.440 SOURCE3 4 same_as_n4-na-nc -n4-na-os 71.610 102.970 SOURCE3 1 0.0000 -n4-na-p2 60.870 123.560 SOURCE3 1 -n4-na-pc 61.710 121.980 SOURCE3 3 4.4884 -n4-na-pd 61.710 121.980 SOURCE3 3 same_as_n4-na-pc -na-na-na 66.770 123.600 SOURCE3 1 -na-na-nc 69.080 119.640 SOURCE3 4 1.6920 -na-na-nd 69.080 119.640 SOURCE3 4 same_as_na-na-nc -na-na-os 70.250 109.470 SOURCE3 1 0.0000 -na-na-p2 61.690 121.720 SOURCE3 1 -na-na-pc 62.360 120.910 SOURCE3 3 2.3033 -na-na-pd 62.360 120.910 SOURCE3 3 same_as_na-na-pc -na-na-ss 80.370 116.500 SOURCE3 1 0.0000 -nc-na-nc 71.200 117.080 SOURCE3 31 1.8121 -nc-na-nd 69.530 122.770 SOURCE4 5 0.1352 -nc-na-nh 68.820 120.550 SOURCE3 8 1.1436 -nc-na-no 68.190 119.150 SOURCE3 4 1.6049 -nc-na-o 72.040 122.790 SOURCE3 6 1.3154 -nc-na-oh 69.710 119.220 SOURCE3 4 1.7201 -nc-na-os 68.300 119.650 SOURCE3 4 1.5019 -nc-na-p2 62.600 119.990 SOURCE3 4 3.6009 -nc-na-p3 62.200 120.070 SOURCE3 4 3.7188 -nc-na-p4 68.140 119.770 SOURCE3 3 0.3747 -nc-na-p5 63.880 118.950 SOURCE3 4 3.1194 -nc-na-pc 63.450 118.660 SOURCE3 27 1.5082 -nc-na-s4 77.870 119.200 SOURCE3 4 2.3841 -nc-na-s6 80.300 119.240 SOURCE3 4 2.2262 -nc-na-s 77.910 122.260 SOURCE3 4 0.9173 -nc-na-sh 80.100 120.500 SOURCE3 4 1.5016 -nc-na-ss 79.650 120.500 SOURCE3 4 1.5615 -nd-na-nd 71.200 117.080 SOURCE3 31 1.8121 -nd-na-nh 68.820 120.550 SOURCE3 8 same_as_nc-na-nh -nd-na-no 68.190 119.150 SOURCE3 4 same_as_nc-na-no -nd-na-o 72.040 122.790 SOURCE3 6 same_as_nc-na-o -nd-na-oh 69.710 119.220 SOURCE3 4 same_as_nc-na-oh -nd-na-os 68.300 119.650 SOURCE3 4 same_as_nc-na-os -nd-na-p2 62.600 119.990 SOURCE3 4 same_as_nc-na-p2 -nd-na-p3 62.200 120.070 SOURCE3 4 same_as_nc-na-p3 -nd-na-p4 68.140 119.770 SOURCE3 3 same_as_nc-na-p4 -nd-na-p5 63.880 118.950 SOURCE3 4 same_as_nc-na-p5 -nd-na-pd 63.450 118.660 SOURCE3 27 same_as_nc-na-pc -nd-na-s4 77.870 119.200 SOURCE3 4 same_as_nc-na-s4 -nd-na-s6 80.300 119.240 SOURCE3 4 same_as_nc-na-s6 -nd-na-s 77.910 122.260 SOURCE3 4 same_as_nc-na-s -nd-na-sh 80.100 120.500 SOURCE3 4 same_as_nc-na-sh -nd-na-ss 79.650 120.500 SOURCE3 4 same_as_nc-na-ss -nh-na-nh 66.770 123.600 SOURCE3 1 -nh-na-os 69.650 111.370 SOURCE3 1 0.0000 -nh-na-p2 61.900 120.860 SOURCE3 1 -nh-na-pc 62.500 120.380 SOURCE3 6 1.3513 -nh-na-pd 62.500 120.380 SOURCE3 6 same_as_nh-na-pc -nh-na-ss 81.840 112.350 SOURCE3 2 5.2951 -n -na-n 67.780 123.800 SOURCE3 1 -n -na-nc 69.610 119.850 SOURCE3 4 1.6156 -n -na-nd 69.610 119.850 SOURCE3 4 same_as_n-na-nc -no-na-no 65.220 122.800 SOURCE3 1 -no-na-os 70.300 106.550 SOURCE3 1 0.0000 -no-na-pc 62.140 120.110 SOURCE3 3 2.0821 -no-na-pd 62.140 120.110 SOURCE3 3 same_as_no-na-pc -n -na-os 72.340 104.710 SOURCE3 1 0.0000 -no-na-ss 80.360 114.950 SOURCE3 1 0.0000 -n -na-p2 61.990 121.350 SOURCE3 1 -n -na-pc 62.650 120.640 SOURCE3 3 2.0168 -n -na-pd 62.650 120.640 SOURCE3 3 same_as_n-na-pc -n -na-ss 80.800 116.100 SOURCE3 1 0.0000 -oh-na-oh 68.130 122.200 SOURCE3 1 -oh-na-p2 62.330 120.760 SOURCE3 1 -oh-na-pc 63.000 119.990 SOURCE3 3 2.1734 -oh-na-pd 63.000 119.990 SOURCE3 3 same_as_oh-na-pc -oh-na-ss 82.110 113.040 SOURCE3 1 0.0000 -o -na-o 74.030 126.200 SOURCE3 1 -o -na-os 70.760 118.390 SOURCE3 1 0.0000 -o -na-p2 62.830 122.800 SOURCE3 1 -o -na-pc 63.490 122.340 SOURCE3 3 1.2908 -o -na-pd 63.490 122.340 SOURCE3 3 same_as_o-na-pc -os-na-os 71.290 104.450 SOURCE3 2 0.0983 -os-na-p2 62.590 117.860 SOURCE3 1 0.0000 -os-na-p3 66.040 104.700 SOURCE3 1 0.0000 -os-na-p5 65.290 111.410 SOURCE3 1 0.0000 -os-na-pc 62.490 119.910 SOURCE3 3 1.9002 -os-na-pd 62.490 119.910 SOURCE3 3 same_as_os-na-pc -os-na-s4 82.020 105.880 SOURCE3 2 0.0000 -os-na-s6 82.010 112.000 SOURCE3 2 0.0000 -os-na-ss 82.680 109.640 SOURCE3 3 4.1395 -p2-na-p2 60.320 120.910 SOURCE3 1 -p2-na-p3 59.150 124.800 SOURCE3 1 -p2-na-p5 60.140 123.990 SOURCE3 1 -p2-na-pc 60.660 120.720 SOURCE3 3 0.2407 -p2-na-pd 60.660 120.720 SOURCE3 3 same_as_p2-na-pc -p2-na-s4 74.880 122.470 SOURCE3 1 -p2-na-s6 76.310 122.500 SOURCE3 1 -p2-na-s 75.690 121.850 SOURCE3 1 -p2-na-sh 76.680 121.750 SOURCE3 1 -p2-na-ss 76.380 121.880 SOURCE3 1 -p3-na-p3 58.510 126.600 SOURCE3 1 -p3-na-pc 59.780 123.320 SOURCE3 3 4.1781 -p3-na-pd 59.780 123.320 SOURCE3 3 same_as_p3-na-pc -p5-na-p5 60.590 124.600 SOURCE3 1 -p5-na-pc 60.760 122.690 SOURCE3 3 3.6738 -p5-na-pd 60.760 122.690 SOURCE3 3 same_as_p5-na-pc -p5-na-ss 78.220 118.520 SOURCE3 1 0.0000 -pc-na-pc 60.940 120.780 SOURCE3 27 1.6457 -pc-na-s4 75.520 121.510 SOURCE3 3 2.7242 -pc-na-s6 76.990 121.550 SOURCE3 3 2.7065 -pc-na-s 76.170 121.470 SOURCE3 3 1.0668 -pc-na-sh 77.280 121.080 SOURCE3 3 1.8942 -pc-na-ss 76.970 121.200 SOURCE3 3 1.9295 -pd-na-pd 60.940 120.780 SOURCE3 27 same_as_pc-na-pc -pd-na-s4 75.520 121.510 SOURCE3 3 same_as_pc-na-s4 -pd-na-s6 76.990 121.550 SOURCE3 3 same_as_pc-na-s6 -pd-na-s 76.170 121.470 SOURCE3 3 same_as_pc-na-s -pd-na-sh 77.280 121.080 SOURCE3 3 same_as_pc-na-sh -pd-na-ss 76.970 121.200 SOURCE3 3 same_as_pc-na-ss -py-na-py 76.600 78.250 SOURCE3 1 0.0000 -s4-na-s4 92.990 124.200 SOURCE3 1 -s4-na-s6 99.310 112.860 SOURCE3 1 -s4-na-ss 99.570 111.920 SOURCE3 1 0.0000 -s6-na-s6 96.930 123.200 SOURCE3 1 -s6-na-ss 98.410 119.100 SOURCE3 1 0.0000 -sh-na-sh 96.720 124.600 SOURCE3 1 -sh-na-ss 98.710 118.790 SOURCE3 1 0.0000 -s -na-s 93.790 126.000 SOURCE3 1 -s -na-ss 100.150 112.490 SOURCE3 1 0.0000 -ss-na-ss 100.760 113.240 SOURCE3 2 6.6084 -sy-na-sy 96.930 123.200 SOURCE3 1 -ca-nb-ca 68.590 115.860 SOURCE3 46 1.1645 -ca-nb-cp 68.010 118.040 SOURCE4 58 0.7819 -ca-nb-cq 68.010 118.040 SOURCE4 58 same as ca-nb-cp -ca-nb-nb 69.370 118.890 SOURCE3 10 0.6031 -cp-nb-nb 68.790 121.110 SOURCE4 12 0.4315 -nb-nb-nb 70.440 121.040 SOURCE3 1 0.0000 -br-n -br 66.590 116.200 SOURCE3 1 0.0000 -br-n -c 61.850 120.770 SOURCE3 5 2.6390 -br-n -ca 62.070 118.190 SOURCE3 1 -br-n -cc 62.340 118.190 SOURCE3 1 same_as_br-n-cd -br-n -cd 62.340 118.190 SOURCE3 1 0.0000 -c1-n -c1 73.520 102.690 SOURCE3 1 -c1-n -ca 65.900 118.880 SOURCE3 1 -c1-n -cc 67.020 118.880 SOURCE3 1 same_as_c1-n-cd -c1-n -cd 67.020 118.880 SOURCE3 1 0.0000 -c2-n -c2 65.180 116.750 SOURCE3 1 0.0000 -c2-n -c3 63.060 119.980 SOURCE4 23 2.3373 -c2-n -ca 64.880 116.540 SOURCE3 1 -c2-n -cc 65.850 116.540 SOURCE3 1 same_as_c2-n-cd -c2-n -cd 65.850 116.540 SOURCE3 1 0.0000 -c2-n -hn 47.330 118.360 SOURCE4 40 1.8005 -c3-n -c3 63.130 115.560 SOURCE4 392 2.0191 -c3-n -ca 62.760 119.960 SOURCE4 165 2.0808 -c3-n -cc 63.380 120.810 SOURCE4 172 1.6565 -c3-n -cd 63.240 121.340 SOURCE4 95 1.0297 -c3-n -cy 62.510 117.110 SOURCE4 49 1.0344 -c3-n -hn 46.040 116.780 SOURCE3 39 2.1985 -c3-n -n2 64.890 121.680 SOURCE4 52 1.3175 -c3-n -n 66.400 114.820 SOURCE4 9 0.7008 -c3-n -nc 66.990 115.190 SOURCE4 41 0.8150 -c3-n -nd 66.870 115.310 SOURCE4 7 0.9993 -c3-n -oh 66.880 113.050 SOURCE4 31 0.8144 -c3-n -os 66.990 112.650 SOURCE4 16 1.5399 -c3-n -sy 76.610 121.270 SOURCE4 5 1.1298 -ca-n -ca 64.310 117.390 SOURCE4 39 1.6465 -ca-n -cc 64.270 121.000 SOURCE4 16 1.8986 -ca-n -cd 68.060 107.900 SOURCE4 18 0.3512 -ca-n -cl 61.550 117.720 SOURCE3 1 -ca-n -f 64.620 114.920 SOURCE3 1 -ca-n -hn 47.360 115.940 SOURCE4 537 1.8890 -ca-n -i 56.580 119.300 SOURCE3 1 -ca-n -n2 65.720 122.170 SOURCE4 5 0.2545 -ca-n -n4 64.150 122.980 SOURCE3 1 -ca-n -n 66.300 118.540 SOURCE4 21 0.3399 -ca-n -na 66.330 119.310 SOURCE4 16 0.3168 -ca-n -nc 68.180 114.630 SOURCE4 5 0.3030 -ca-n -nd 68.570 113.030 SOURCE3 1 same_as_ca-n-nc -ca-n -nh 66.600 116.450 SOURCE3 1 -ca-n -p2 62.890 112.320 SOURCE3 1 -ca-n -p3 58.640 125.110 SOURCE3 1 -ca-n -s4 75.900 118.400 SOURCE3 1 -ca-n -s6 78.480 117.320 SOURCE3 1 -ca-n -ss 78.660 116.600 SOURCE3 1 -c -n -c1 68.470 117.040 SOURCE3 1 0.0000 -c -n -c2 65.090 122.150 SOURCE3 9 5.1016 -c -n -c3 63.920 121.350 SOURCE3 54 2.3808 -c3-nc-cd 67.600 109.510 SOURCE3 9 5.4142 -c -n -c 65.330 127.140 SOURCE4 514 2.0111 -c -n -ca 64.290 123.710 SOURCE3 10 3.8159 -ca-nc-ca 70.730 109.950 SOURCE3 1 -ca-nc-cd 72.670 104.240 SOURCE4 187 1.2216 -ca-nc-n 73.700 104.690 SOURCE3 1 -ca-nc-na 74.610 102.630 SOURCE4 13 0.2570 -ca-nc-os 73.070 104.500 SOURCE4 9 0.1740 -ca-nc-ss 85.860 116.290 SOURCE3 1 -c -n -cc 65.240 124.190 SOURCE3 57 2.2262 -c -nc-ca 66.430 120.660 SOURCE3 1 -cc-n -cc 68.800 108.920 SOURCE3 11 0.3167 -cc-nc-cc 68.600 110.190 SOURCE3 1 0.0000 -cc-nc-cd 70.480 107.470 SOURCE3 26 5.4053 -c -nc-cd 66.550 120.320 SOURCE4 76 0.9196 -cc-n -cl 62.010 117.720 SOURCE3 1 same_as_cd-n-cl -cc-nc-na 73.380 102.970 SOURCE3 1 0.0000 -cc-nc-nd 72.540 107.940 SOURCE3 6 1.4052 -c -n -cd 65.240 124.190 SOURCE3 57 2.2262 -cd-nc-cd 68.020 119.060 SOURCE4 7 0.1559 -cd-nc-n 69.430 118.060 SOURCE4 60 1.8266 -cd-nc-na 74.240 103.730 SOURCE3 122 2.3292 -cd-nc-nc 72.470 106.430 SOURCE4 9 0.7064 -cd-nc-os 73.170 104.300 SOURCE4 58 1.0231 -cd-nc-ss 88.980 108.340 SOURCE4 33 1.3882 -c -n -ce 62.210 131.830 SOURCE4 146 1.3048 -cc-n -f 65.610 114.920 SOURCE3 1 same_as_cd-n-f -cc-n -hn 48.080 118.710 SOURCE4 170 2.2963 -cc-n -i 56.610 119.300 SOURCE3 1 same_as_cd-n-i -c -n -cl 62.720 116.350 SOURCE4 11 0.6829 -cc-n -n2 70.090 110.870 SOURCE3 1 same_as_cd-n-n2 -cc-n -n 66.530 121.370 SOURCE3 1 same_as_cd-n-n -cc-n -na 67.870 117.570 SOURCE3 1 same_as_cd-n-na -cc-n -nc 70.120 111.950 SOURCE4 13 0.6972 -cc-n -nh 67.300 117.520 SOURCE3 1 same_as_cd-n-nh -cc-n -no 66.400 115.920 SOURCE3 1 same_as_cd-n-no -cc-n -o 70.070 120.540 SOURCE3 1 same_as_cd-n-o -cc-n -oh 67.320 118.150 SOURCE3 1 same_as_cd-n-oh -cc-n -os 68.060 115.560 SOURCE3 1 same_as_cd-n-os -cc-n -p2 63.340 112.320 SOURCE3 1 same_as_cd-n-p2 -cc-n -p3 59.020 125.110 SOURCE3 1 same_as_cd-n-p3 -cc-n -p5 61.710 121.000 SOURCE3 1 same_as_cd-n-p5 -cc-n -s4 76.360 118.400 SOURCE3 1 same_as_cd-n-s4 -cc-n -s6 79.070 117.320 SOURCE3 1 same_as_cd-n-s6 -cc-n -s 76.920 118.290 SOURCE3 1 same_as_cd-n-s -cc-n -sh 78.020 119.130 SOURCE3 1 same_as_cd-n-sh -cc-n -ss 79.250 116.600 SOURCE3 2 same_as_cd-n-ss -c -n -cx 64.220 122.070 SOURCE4 11 1.9478 -c -n -cy 72.260 94.230 SOURCE4 270 1.3777 -cd-n -cd 68.800 108.920 SOURCE3 11 same_as_cc-n-cc -cd-n -cl 62.010 117.720 SOURCE3 1 0.0000 -cd-n -f 65.610 114.920 SOURCE3 1 0.0000 -cd-n -hn 47.860 119.820 SOURCE4 106 1.1020 -cd-n -i 56.610 119.300 SOURCE3 1 0.0000 -cd-n -n2 70.090 110.870 SOURCE3 1 0.0000 -cd-n -n 66.530 121.370 SOURCE3 1 0.0000 -cd-n -na 67.870 117.570 SOURCE3 1 0.0000 -cd-n -nd 69.680 113.030 SOURCE3 1 same_as_cc-n-nc -cd-n -nh 67.300 117.520 SOURCE3 1 0.0000 -cd-n -no 66.400 115.920 SOURCE3 1 0.0000 -cd-n -o 70.070 120.540 SOURCE3 1 0.0000 -cd-n -oh 67.320 118.150 SOURCE3 1 0.0000 -cd-n -os 68.060 115.560 SOURCE3 1 0.0000 -cd-n -p2 63.340 112.320 SOURCE3 1 0.0000 -cd-n -p3 59.020 125.110 SOURCE3 1 0.0000 -cd-n -p5 61.710 121.000 SOURCE3 1 0.0000 -cd-n -s4 76.360 118.400 SOURCE3 1 0.0000 -cd-n -s6 79.070 117.320 SOURCE3 1 0.0000 -cd-n -s 76.920 118.290 SOURCE3 1 0.0000 -cd-n -sh 78.020 119.130 SOURCE3 1 0.0000 -cd-n -ss 79.250 116.600 SOURCE3 2 1.8318 -ce-n -cy 64.680 111.970 SOURCE4 142 2.1245 -c -n -f 68.300 108.630 SOURCE3 3 4.6785 -cf-n -cy 64.910 110.790 SOURCE4 10 1.1677 -c -n -hn 49.210 118.460 SOURCE3 157 2.4094 -c -n -i 56.340 120.380 SOURCE3 5 2.1600 -cl-n -cl 63.240 111.690 SOURCE3 1 0.0000 -c -n -n2 68.060 120.590 SOURCE3 9 3.2410 -c -n -n3 67.130 120.430 SOURCE3 5 0.9481 -c -n -n4 68.850 112.320 SOURCE3 5 1.2622 -c -n -n 68.180 118.420 SOURCE3 10 2.8922 -c -n -na 68.250 119.200 SOURCE3 11 2.3032 -na-nc-nd 75.970 105.470 SOURCE3 6 0.6349 -c -n -nc 67.170 125.230 SOURCE4 72 2.1204 -nc-nc-nd 73.150 111.150 SOURCE3 3 same_as_nc-nd-nd -c -n -nd 67.140 124.930 SOURCE4 12 2.2148 -nd-nc-os 74.420 107.220 SOURCE3 3 0.4707 -c -n -nh 68.020 117.810 SOURCE4 21 1.5935 -c -n -no 66.470 118.160 SOURCE3 4 5.4870 -c -n -o 71.640 118.900 SOURCE3 9 5.4085 -c -n -oh 69.530 113.390 SOURCE3 6 1.3345 -c -n -os 69.600 113.140 SOURCE3 7 3.0839 -c -n -p2 60.460 124.560 SOURCE3 8 3.6907 -c -n -p3 59.910 122.540 SOURCE3 9 4.4802 -c -n -p4 60.710 123.440 SOURCE3 1 0.0000 -c -n -p5 60.230 128.500 SOURCE4 6 0.5353 -c -n -pc 60.840 122.230 SOURCE3 3 2.8787 -c -n -pd 60.840 122.230 SOURCE3 3 same_as_c-n-pc -c -n -s4 76.060 120.410 SOURCE3 4 3.1760 -c -n -s6 77.030 125.010 SOURCE4 13 1.6314 -c -n -s 74.720 126.550 SOURCE3 3 4.3365 -c -n -sh 78.300 119.540 SOURCE3 4 1.7681 -c -n -ss 78.430 120.370 SOURCE3 7 1.4450 -c -n -sy 77.090 124.810 SOURCE4 51 1.0517 -cx-n -hn 46.260 118.580 SOURCE4 5 0.3288 -cx-n -os 97.400 54.040 SOURCE3 1 0.0000 -cy-n -hn 45.340 119.000 SOURCE4 65 1.3840 -c3-nd-cc 67.600 109.510 SOURCE3 9 same_as_c3-nc-cd -ca-nd-ca 70.730 109.950 SOURCE3 1 same_as_ca-nc-ca -ca-nd-cc 72.240 105.470 SOURCE4 250 2.4919 -ca-nd-n 73.580 104.690 SOURCE3 1 same_as_ca-nc-n -ca-nd-na 74.060 104.160 SOURCE3 1 same_as_ca-nc-na -ca-nd-nc 73.550 108.410 SOURCE4 9 0.1575 -ca-nd-os 73.130 104.340 SOURCE3 1 same_as_ca-nc-os -ca-nd-ss 85.860 116.290 SOURCE3 1 same_as_ca-nc-ss -c -nd-ca 65.700 120.660 SOURCE3 1 same_as_c-nc-ca -c -nd-cc 65.710 120.680 SOURCE4 62 1.4340 -cc-nd-cc 68.900 116.040 SOURCE4 10 0.2861 -cc-nd-cd 71.090 105.630 SOURCE4 1214 2.1301 -cc-nd-n 73.800 104.150 SOURCE3 4 same_as_cd-nc-n -cc-nd-na 74.240 103.730 SOURCE3 122 2.3292 -cc-nd-nd 71.970 107.920 SOURCE4 346 1.6831 -cc-nd-os 72.920 105.010 SOURCE4 58 0.4186 -cc-nd-ss 89.270 107.640 SOURCE4 12 0.4724 -cd-nd-cd 70.890 103.170 SOURCE4 5 0.0317 -cd-nd-na 73.380 102.970 SOURCE3 1 same_as_cc-nc-na -cd-nd-nc 72.540 107.940 SOURCE3 6 1.4052 -na-nd-nc 75.970 105.470 SOURCE3 6 0.6349 -nc-nd-nd 73.100 111.300 SOURCE4 58 0.2082 -nc-nd-os 74.420 107.220 SOURCE3 3 same_as_nd-nc-os -c1-ne-ca 60.080 152.480 SOURCE4 8 1.5840 -c1-ne-cg 66.000 140.000 SOURCE2 1 0.0000 -c2-ne-ca 66.060 120.920 SOURCE4 53 1.9651 -c2-ne-ce 67.330 118.170 SOURCE3 3 1.2374 -c2-ne-cg 68.360 123.580 SOURCE4 12 0.8560 -c2-ne-n2 74.560 113.310 SOURCE3 1 -c2-ne-ne 69.170 110.860 SOURCE3 7 4.5874 -c2-ne-p2 63.870 134.030 SOURCE3 1 -c2-ne-pe 62.610 120.520 SOURCE3 8 8.1381 -c2-ne-px 63.660 117.750 SOURCE3 5 0.8581 -c2-ne-py 66.630 117.040 SOURCE3 3 1.4398 -c2-ne-sx 77.140 111.980 SOURCE3 3 0.4090 -c2-ne-sy 77.530 120.970 SOURCE4 6 0.2394 -ca-ne-cf 65.630 121.760 SOURCE4 9 1.9872 -ca-ne-n2 69.660 114.270 SOURCE4 9 0.4600 -ca-ne-nf 69.710 115.050 SOURCE4 22 0.7409 -ca-ne-o 71.100 113.960 SOURCE3 3 1.1253 -ca-ne-p2 65.650 118.090 SOURCE3 1 0.0000 -ca-ne-s 83.220 120.110 SOURCE3 1 0.0000 -c -ne-c2 67.860 118.530 SOURCE3 3 3.2058 -ce-ne-n2 71.160 111.190 SOURCE3 1 0.0000 -ce-ne-o 72.260 112.160 SOURCE3 1 0.0000 -ce-ne-p2 66.250 117.020 SOURCE3 1 0.0000 -ce-ne-s 84.980 116.280 SOURCE3 1 0.0000 -cg-ne-n1 71.710 120.200 SOURCE2 1 0.0000 -cg-ne-n2 73.160 113.390 SOURCE3 1 0.0000 -cg-ne-o 74.430 114.700 SOURCE2 1 0.0000 -cg-ne-p2 66.960 119.570 SOURCE3 1 0.0000 -cg-ne-s 86.420 117.700 SOURCE3 1 0.0000 -c -ne-sy 78.040 116.050 SOURCE4 6 1.2661 -n2-ne-n2 78.590 107.220 SOURCE3 1 -n2-ne-ne 70.940 110.720 SOURCE3 9 6.1488 -n2-ne-o 78.090 114.100 SOURCE3 1 0.0000 -n2-ne-p2 72.370 109.660 SOURCE3 1 -n2-ne-pe 66.510 112.150 SOURCE3 7 6.5273 -n2-ne-px 65.740 115.970 SOURCE3 3 1.9854 -n2-ne-py 69.010 114.600 SOURCE3 3 2.9261 -n2-ne-s 90.200 115.900 SOURCE3 1 0.0000 -n2-ne-sx 80.750 107.290 SOURCE3 1 0.0000 -n2-ne-sy 82.850 111.210 SOURCE3 1 0.0000 -ne-ne-o 72.280 110.450 SOURCE3 10 1.8535 -ne-ne-p2 67.420 114.390 SOURCE3 6 4.0528 -ne-ne-s 85.550 115.950 SOURCE3 6 3.4604 -o -ne-o 76.910 124.090 SOURCE3 2 8.7534 -o -ne-pe 61.880 132.320 SOURCE3 11 23.9559 -o -ne-px 68.040 110.620 SOURCE3 1 0.0000 -o -ne-py 71.120 110.790 SOURCE3 4 1.6818 -o -ne-s 91.120 117.190 SOURCE3 2 0.0225 -o -ne-sx 80.740 108.920 SOURCE3 1 0.0000 -o -ne-sy 83.600 111.340 SOURCE3 1 0.0000 -p2-ne-pe 65.270 116.810 SOURCE3 1 0.0000 -p2-ne-px 62.490 128.350 SOURCE3 1 0.0000 -p2-ne-py 65.650 123.470 SOURCE3 1 0.0000 -p2-ne-sx 80.480 112.120 SOURCE3 1 0.0000 -p2-ne-sy 81.800 115.730 SOURCE3 1 0.0000 -pe-ne-s 83.520 115.730 SOURCE3 1 0.0000 -px-ne-s 78.540 131.840 SOURCE3 1 0.0000 -py-ne-s 86.300 116.180 SOURCE3 4 3.7135 -s -ne-s 109.960 120.870 SOURCE3 1 0.0000 -s -ne-sx 101.960 112.960 SOURCE3 1 0.0000 -s -ne-sy 102.420 119.630 SOURCE3 1 0.0000 -c1-nf-ca 63.220 137.740 SOURCE3 1 same_as_c1-ne-ca -c1-nf-ch 66.000 140.000 SOURCE2 1 same_as_c1-ne-cg -c2-nf-ca 66.690 118.670 SOURCE3 2 same_as_c2-ne-ca -c2-nf-cf 67.330 118.170 SOURCE3 3 same_as_c2-ne-ce -c2-nf-n2 74.560 113.310 SOURCE3 1 same_as_c2-ne-n2 -c2-nf-nf 69.170 110.860 SOURCE3 7 same_as_c2-ne-ne -c2-nf-p2 63.870 134.030 SOURCE3 1 same_as_c2-ne-p2 -c2-nf-pf 62.610 120.520 SOURCE3 8 same_as_c2-ne-pe -c2-nf-px 63.660 117.750 SOURCE3 5 same_as_c2-ne-px -c2-nf-py 66.630 117.040 SOURCE3 3 same_as_c2-ne-py -c2-nf-sx 77.140 111.980 SOURCE3 3 same_as_c2-ne-sx -c2-nf-sy 79.580 114.810 SOURCE3 3 same_as_c2-ne-sy -ca-nf-ce 65.450 122.300 SOURCE4 6 1.8938 -ca-nf-n2 70.020 113.110 SOURCE3 2 same_as_ca-ne-n2 -ca-nf-ne 69.660 115.190 SOURCE4 22 0.6536 -ca-nf-o 71.100 113.960 SOURCE3 3 same_as_ca-ne-o -ca-nf-p2 65.650 118.090 SOURCE3 1 same_as_ca-ne-p2 -ca-nf-s 83.220 120.110 SOURCE3 1 same_as_ca-ne-s -c -nf-c2 67.770 118.530 SOURCE3 3 same_as_c-ne-c2 -cf-nf-n2 71.160 111.190 SOURCE3 1 same_as_ce-ne-n2 -cf-nf-o 72.260 112.160 SOURCE3 1 same_as_ce-ne-o -cf-nf-p2 66.250 117.020 SOURCE3 1 same_as_ce-ne-p2 -cf-nf-s 84.980 116.280 SOURCE3 1 same_as_ce-ne-s -ch-nf-n1 71.710 120.200 SOURCE2 1 same_as_cg-ne-n1 -ch-nf-n2 73.160 113.390 SOURCE3 1 same_as_cg-ne-n2 -ch-nf-o 74.430 114.700 SOURCE2 1 same_as_cg-ne-o -ch-nf-p2 66.960 119.570 SOURCE3 1 same_as_cg-ne-p2 -ch-nf-s 86.420 117.700 SOURCE3 1 same_as_cg-ne-s -f -n -f 67.900 102.980 SOURCE3 1 0.0000 -n2-nf-n2 78.590 107.220 SOURCE3 1 same_as_n2-ne-n2 -n2-nf-nf 70.940 110.720 SOURCE3 9 same_as_n2-ne-ne -n2-nf-o 78.090 114.100 SOURCE3 1 same_as_n2-ne-o -n2-nf-p2 72.370 109.660 SOURCE3 1 same_as_n2-ne-p2 -n2-nf-pf 66.510 112.150 SOURCE3 7 same_as_n2-ne-pe -n2-nf-px 65.740 115.970 SOURCE3 3 same_as_n2-ne-px -n2-nf-py 69.010 114.600 SOURCE3 3 same_as_n2-ne-py -n2-nf-s 90.200 115.900 SOURCE3 1 same_as_n2-ne-s -n2-nf-sx 80.750 107.290 SOURCE3 1 same_as_n2-ne-sx -n2-nf-sy 82.850 111.210 SOURCE3 1 same_as_n2-ne-sy -nf-nf-o 72.280 110.450 SOURCE3 10 same_as_ne-ne-o -nf-nf-p2 67.420 114.390 SOURCE3 6 same_as_ne-ne-p2 -nf-nf-s 85.550 115.950 SOURCE3 6 same_as_ne-ne-s -o -nf-o 76.910 124.090 SOURCE3 2 same_as_o-ne-o -o -nf-pf 61.880 132.320 SOURCE3 11 same_as_o-ne-pe -o -nf-px 68.040 110.620 SOURCE3 1 same_as_o-ne-px -o -nf-py 71.120 110.790 SOURCE3 4 same_as_o-ne-py -o -nf-s 91.120 117.190 SOURCE3 2 same_as_o-ne-s -o -nf-sx 80.740 108.920 SOURCE3 1 same_as_o-ne-sx -o -nf-sy 83.600 111.340 SOURCE3 1 same_as_o-ne-sy -p2-nf-pf 65.270 116.810 SOURCE3 1 same_as_p2-ne-pe -p2-nf-px 62.490 128.350 SOURCE3 1 same_as_p2-ne-px -p2-nf-py 65.650 123.470 SOURCE3 1 same_as_p2-ne-py -p2-nf-sx 80.480 112.120 SOURCE3 1 same_as_p2-ne-sx -p2-nf-sy 81.800 115.730 SOURCE3 1 same_as_p2-ne-sy -pf-nf-s 83.520 115.730 SOURCE3 1 same_as_pe-ne-s -px-nf-s 78.540 131.840 SOURCE3 1 same_as_px-ne-s -py-nf-s 86.300 116.180 SOURCE3 4 same_as_py-ne-s -s -nf-s 109.960 120.870 SOURCE3 1 same_as_s-ne-s -s -nf-sx 101.960 112.960 SOURCE3 1 same_as_s-ne-sx -s -nf-sy 102.420 119.630 SOURCE3 1 same_as_s-ne-sy -br-nh-br 67.090 106.270 SOURCE3 1 -br-nh-ca 62.040 111.880 SOURCE3 1 0.0000 -br-nh-hn 42.110 101.560 SOURCE3 1 0.0000 -c1-nh-c1 68.330 116.980 SOURCE3 1 0.0000 -c1-nh-c2 66.360 122.710 SOURCE4 5 1.0077 -c1-nh-ca 66.220 122.360 SOURCE3 3 1.2016 -c1-nh-hn 49.550 117.300 SOURCE4 8 0.7120 -c2-nh-c2 65.540 124.500 SOURCE4 43 1.7515 -c2-nh-c3 63.170 123.710 SOURCE3 8 3.5348 -c2-nh-ca 64.590 127.340 SOURCE4 97 2.4321 -c2-nh-cc 64.990 125.770 SOURCE4 6 1.4868 -c2-nh-cd 64.840 126.330 SOURCE4 5 0.9167 -c2-nh-cx 63.080 124.440 SOURCE4 10 1.6817 -c2-nh-hn 49.620 114.890 SOURCE4 1000 1.4571 -c2-nh-n2 68.360 120.000 SOURCE4 33 1.1823 -c2-nh-n3 67.570 116.980 SOURCE4 14 1.4183 -c2-nh-no 66.090 125.630 SOURCE4 7 0.7554 -c2-nh-oh 69.450 112.510 SOURCE4 12 1.1687 -c2-nh-os 69.270 112.930 SOURCE4 6 0.3945 -c2-nh-sy 78.160 121.130 SOURCE4 10 0.5133 -c3-nh-c3 63.530 114.440 SOURCE4 523 2.1428 -c3-nh-ca 64.560 117.770 SOURCE3 8 1.7521 -c3-nh-cc 63.650 121.180 SOURCE3 1 0.0000 -c3-nh-cd 64.170 119.220 SOURCE4 162 2.4515 -c3-nh-cf 63.620 119.920 SOURCE4 20 1.8571 -c3-nh-cz 63.010 125.510 SOURCE4 12 0.5177 -c3-nh-hn 46.460 114.950 SOURCE3 19 2.4787 -c3-nh-n2 67.890 112.350 SOURCE3 9 4.0058 -c3-nh-n 67.100 111.710 SOURCE4 6 2.4251 -c3-nh-na 66.920 112.430 SOURCE4 8 1.4219 -c3-nh-p2 60.930 123.350 SOURCE3 1 0.0000 -c3-nh-sy 78.350 116.120 SOURCE4 13 1.2830 -ca-nh-ca 64.340 127.460 SOURCE3 2 0.0002 -ca-nh-cc 63.730 129.910 SOURCE4 29 1.3269 -ca-nh-cd 63.880 129.310 SOURCE4 9 1.5610 -ca-nh-cl 62.010 113.150 SOURCE3 1 0.0000 -ca-nh-cx 63.110 123.630 SOURCE4 36 0.5899 -ca-nh-f 67.900 106.090 SOURCE3 3 1.0660 -ca-nh-hn 49.080 116.130 SOURCE4 1780 1.2853 -ca-nh-i 55.550 117.830 SOURCE3 1 0.0000 -ca-nh-n1 69.370 117.130 HF/6-31G* 1 -ca-nh-n2 67.820 121.110 SOURCE4 19 0.9700 -ca-nh-n3 68.180 114.210 SOURCE3 6 2.2412 -ca-nh-n4 68.560 108.940 SOURCE3 5 0.6562 -ca-nh-n 68.070 116.150 SOURCE4 12 0.8135 -ca-nh-na 68.580 114.540 SOURCE3 8 0.7807 -ca-nh-nh 68.490 114.870 SOURCE3 6 2.1432 -ca-nh-no 69.190 113.920 SOURCE3 4 2.9561 -ca-nh-o 69.640 121.920 SOURCE3 2 3.9630 -ca-nh-oh 69.150 112.800 SOURCE3 1 0.0000 -ca-nh-os 69.930 110.170 SOURCE3 3 0.6448 -ca-nh-p2 61.620 125.270 SOURCE3 8 5.1798 -ca-nh-p3 60.110 125.700 SOURCE3 3 5.7796 -ca-nh-p4 61.180 124.010 SOURCE3 3 2.5810 -ca-nh-p5 61.760 125.610 SOURCE3 3 0.5287 -ca-nh-s4 78.630 115.620 SOURCE3 3 0.3434 -ca-nh-s6 77.920 123.530 SOURCE4 33 2.0385 -ca-nh-s 75.150 122.540 SOURCE3 3 2.7001 -ca-nh-sh 78.190 121.410 SOURCE3 1 0.0000 -ca-nh-ss 78.160 121.500 SOURCE3 3 2.6255 -ca-nh-sy 76.750 125.260 SOURCE4 41 1.7517 -cc-nh-cx 63.320 122.820 SOURCE4 42 1.1841 -cc-nh-hn 48.860 117.160 SOURCE3 11 2.6137 -cc-nh-n2 68.230 119.660 SOURCE4 5 1.3903 -cc-nh-sy 77.480 122.910 SOURCE4 23 1.2029 -cd-nh-cx 62.500 126.090 SOURCE4 16 2.3269 -cd-nh-hn 48.860 117.160 SOURCE3 11 2.6137 -ce-nh-hn 48.340 115.620 SOURCE4 187 1.0421 -ce-nh-o 66.820 129.430 SOURCE3 1 0.0000 -ce-nh-sy 80.450 112.970 SOURCE4 7 1.0636 -cf-nh-hn 48.620 115.620 SOURCE4 16 1.3549 -cf-nh-o 67.070 129.430 SOURCE3 1 same_as_ce-nh-o -cl-nh-cl 62.930 106.600 SOURCE3 1 -cl-nh-hn 43.080 104.140 SOURCE3 1 0.0000 -cx-nh-cx 86.530 62.020 SOURCE4 45 0.6189 -cx-nh-hn 45.790 118.890 SOURCE4 8 0.1391 -cz-nh-hn 48.790 121.240 SOURCE4 40 0.5682 -f -nh-f 66.930 101.700 SOURCE3 1 0.0000 -f -nh-hn 49.800 101.230 SOURCE3 1 0.0000 -hn-nh-hn 40.050 114.850 SOURCE4 1108 2.0811 -hn-nh-i 36.550 107.570 SOURCE3 1 0.0000 -hn-nh-n1 52.310 110.570 HF/6-31G* 1 -hn-nh-n2 50.080 118.220 SOURCE4 75 2.3319 -hn-nh-n3 50.050 109.120 SOURCE3 5 2.3680 -hn-nh-n4 49.690 104.400 SOURCE3 3 0.5056 -hn-nh-n 50.890 107.960 SOURCE4 16 1.2025 -hn-nh-na 50.950 107.910 SOURCE3 26 1.5528 -hn-nh-nh 50.320 110.640 SOURCE4 8 1.3390 -hn-nh-no 50.990 109.930 SOURCE4 7 0.2027 -hn-nh-o 52.990 116.450 SOURCE3 2 0.6063 -hn-nh-oh 51.130 106.550 SOURCE4 8 0.4590 -hn-nh-os 51.510 104.760 SOURCE3 3 0.4883 -hn-nh-p2 42.970 118.180 SOURCE3 21 3.6927 -hn-nh-p3 41.930 116.190 SOURCE3 3 3.0539 -hn-nh-p4 43.250 112.600 SOURCE3 3 0.8237 -hn-nh-p5 43.730 115.260 SOURCE3 3 0.9168 -hn-nh-s4 54.500 107.480 SOURCE3 3 1.3960 -hn-nh-s 51.650 114.370 SOURCE3 1 0.0000 -hn-nh-s6 55.730 109.980 SOURCE4 29 0.7478 -hn-nh-sh 54.760 112.250 SOURCE3 1 0.0000 -hn-nh-ss 54.360 113.890 SOURCE3 3 1.4030 -hn-nh-sy 54.780 111.230 SOURCE4 62 1.1413 -i -nh-i 59.800 115.820 SOURCE3 1 -n1-nh-n1 75.130 106.710 HF/6-31G* 1 -n2-nh-n2 70.760 117.500 SOURCE3 2 1.1907 -n2-nh-n3 69.630 115.540 SOURCE3 1 0.0000 -n2-nh-o 70.400 126.060 SOURCE3 1 0.0000 -n3-nh-n3 69.520 110.980 SOURCE3 1 0.0000 -n4-nh-n4 68.150 108.360 SOURCE3 1 0.0000 -na-nh-na 70.140 112.010 SOURCE3 1 0.0000 -hn-n -hn 39.730 117.850 SOURCE3 15 2.3694 -nh-nh-nh 70.070 112.230 SOURCE3 1 0.0000 -hn-n -i 36.080 117.240 SOURCE3 2 0.4435 -hn-n -n2 49.620 118.330 SOURCE3 5 2.2377 -hn-n -n3 48.690 117.220 SOURCE4 37 1.3737 -hn-n -n4 48.900 112.680 SOURCE3 3 1.9746 -hn-n -n 50.140 113.120 SOURCE3 7 3.2954 -hn-n -na 50.400 113.550 SOURCE3 8 1.9324 -hn-n -nc 50.760 115.240 SOURCE4 10 0.4966 -hn-n -nh 49.740 113.130 SOURCE4 12 1.2125 -hn-n -no 48.710 110.110 SOURCE3 1 0.0000 -hn-n -o 53.830 116.320 SOURCE3 2 0.0175 -n -nh-o 72.070 115.630 SOURCE3 1 -hn-n -oh 50.330 110.710 SOURCE4 46 1.1278 -no-nh-no 72.070 108.550 SOURCE3 1 0.0000 -hn-n -os 50.520 109.820 SOURCE4 12 0.6996 -hn-n -p2 41.490 118.050 SOURCE3 7 3.0564 -hn-n -p3 40.240 119.630 SOURCE3 2 0.0000 -hn-n -p4 41.880 115.710 SOURCE3 1 0.0000 -hn-n -p5 43.060 113.200 SOURCE4 6 1.0341 -hn-n -s4 52.120 112.460 SOURCE3 1 0.0000 -hn-n -s 52.060 114.920 SOURCE3 2 0.0260 -hn-n -s6 54.500 112.180 SOURCE4 6 0.6101 -hn-n -sh 53.400 114.910 SOURCE3 1 0.0000 -hn-n -ss 53.620 115.600 SOURCE3 3 0.6414 -hn-n -sy 54.450 112.340 SOURCE4 38 0.6039 -oh-nh-oh 72.150 106.270 SOURCE3 1 -o -nh-o 72.240 128.060 SOURCE3 1 -os-nh-os 72.410 105.270 SOURCE3 1 -p2-nh-p2 61.230 127.330 SOURCE3 2 2.7857 -p3-nh-p3 59.950 125.080 SOURCE3 1 -p5-nh-p5 65.370 112.760 SOURCE3 1 -s4-nh-s4 100.210 112.390 SOURCE3 1 -s6-nh-s6 99.870 120.270 SOURCE3 1 -sh-nh-sh 99.730 119.000 SOURCE3 1 -s -nh-s 95.590 118.730 SOURCE3 1 0.0000 -ss-nh-ss 99.620 119.250 SOURCE3 1 -i -n -i 60.660 118.200 SOURCE3 1 0.0000 -n2-n -n2 70.160 116.890 SOURCE3 1 0.0000 -n3-n -n3 68.020 117.940 SOURCE3 1 0.0000 -n4-n -n4 68.420 112.690 SOURCE3 1 0.0000 -na-n -na 69.610 117.380 SOURCE3 1 0.0000 -nc-n -nc 71.080 116.410 SOURCE3 1 0.0000 -nc-n -p2 63.760 117.210 SOURCE3 1 -nc-n -pc 63.550 117.210 SOURCE3 1 0.0000 -nd-n -nd 70.860 116.410 SOURCE3 1 same_as_nc-n-nc -nd-n -p2 63.720 117.210 SOURCE3 1 same_as_nc-n-p2 -nd-n -pd 63.510 117.210 SOURCE3 1 same_as_nc-n-pc -nh-n -nh 69.100 115.180 SOURCE3 1 0.0000 -n -n -n 69.890 114.620 SOURCE3 1 0.0000 -no-n -no 68.520 108.660 SOURCE3 1 0.0000 -br-no-o 58.480 113.190 SOURCE3 2 0.0000 -c1-no-o 71.340 116.630 SOURCE3 6 0.0000 -c2-no-o 69.870 116.870 SOURCE3 8 0.4200 -c3-no-o 66.960 116.560 SOURCE3 6 0.3959 -ca-no-o 68.740 118.100 SOURCE3 10 1.1524 -cc-no-o 70.340 117.520 SOURCE4 198 0.6255 -cl-no-o 61.610 115.080 SOURCE3 2 0.0000 -c -no-o 67.100 115.260 SOURCE3 1 -hn-no-o 55.310 115.490 SOURCE3 2 0.0000 -oh-n -oh 72.050 107.260 SOURCE3 1 0.0000 -i -no-o 54.600 116.310 SOURCE3 2 0.0000 -n1-no-o 73.780 115.000 HF/6-31G* 1 -n2-no-o 65.790 115.100 SOURCE2 2 2.4000 -n3-no-o 72.010 115.560 SOURCE3 6 0.6427 -n4-no-o 72.870 109.000 SOURCE3 2 0.0000 -na-no-o 72.240 115.490 SOURCE3 18 0.5640 -nh-no-o 74.080 115.710 SOURCE3 8 0.4811 -n -no-o 71.670 115.410 SOURCE3 8 0.3748 -no-no-o 59.920 112.380 SOURCE3 4 0.0000 -o -n -o 73.390 128.610 SOURCE3 3 1.0626 -o -no-o 77.150 125.130 SOURCE4 461 0.7605 -o -no-oh 74.090 114.700 SOURCE3 2 0.0000 -o -no-os 73.710 114.010 SOURCE3 8 0.9778 -o -no-p2 64.840 117.380 SOURCE3 20 0.8083 -o -no-p3 61.420 116.780 SOURCE3 6 0.4929 -o -no-p4 60.600 116.640 SOURCE3 6 0.0089 -o -no-p5 61.770 116.690 SOURCE3 8 0.4507 -o -no-s4 72.320 114.490 SOURCE3 6 0.5674 -o -no-s6 73.140 114.390 SOURCE3 6 0.8311 -o -no-s 81.060 119.810 SOURCE3 4 0.0042 -o -no-sh 79.650 116.100 SOURCE3 2 0.0000 -o -no-ss 78.810 115.580 SOURCE3 6 0.5860 -os-n -os 72.280 106.530 SOURCE3 1 0.0000 -p2-n -p2 61.200 119.620 SOURCE3 1 -p3-n -p3 62.850 108.730 SOURCE3 3 0.2591 -p4-n -p4 64.210 108.550 SOURCE3 1 -p5-n -p5 67.920 99.990 SOURCE3 1 -pc-n -pc 60.950 119.620 SOURCE3 1 0.0000 -pd-n -pd 60.950 119.620 SOURCE3 1 same_as_pc-n-pc -s4-n -s4 97.760 113.750 SOURCE3 1 0.0000 -s6-n -s6 99.030 119.680 SOURCE3 1 0.0000 -sh-n -sh 98.560 119.030 SOURCE3 1 0.0000 -s -n -s 93.680 126.000 SOURCE3 1 -ss-n -ss 99.420 118.490 SOURCE3 1 0.0000 -br-oh-ho 42.150 101.600 SOURCE3 1 0.0000 -c1-oh-ho 50.200 108.760 SOURCE3 1 0.0000 -c2-oh-ho 49.910 108.980 SOURCE3 6 2.2379 -c3-oh-ho 47.090 108.160 SOURCE3 42 1.3034 -ca-oh-ho 48.850 109.470 SOURCE3 7 1.0405 -cc-oh-ho 50.060 106.970 SOURCE4 63 1.4230 -cd-oh-ho 49.840 107.160 SOURCE4 54 1.4035 -ce-oh-ho 49.700 106.840 SOURCE4 23 1.5653 -cf-oh-ho 50.070 107.190 SOURCE4 11 0.9954 -c -oh-ho 51.190 107.370 SOURCE3 34 1.6830 -cl-oh-ho 43.560 102.400 SOURCE2 1 0.0000 -cx-oh-ho 49.640 106.170 SOURCE3 3 0.0644 -cy-oh-ho 47.620 107.320 SOURCE4 5 0.4955 -f -oh-ho 48.470 96.800 SOURCE2 1 0.0000 -ho-oh-ho 41.930 104.800 SOURCE2 1 0.0000 -ho-oh-i 35.670 107.980 SOURCE3 2 0.0000 -ho-oh-n1 52.550 107.810 HF/6-31G* 1 -ho-oh-n2 50.570 102.740 SOURCE3 9 2.1286 -ho-oh-n3 50.610 102.330 SOURCE3 5 1.2591 -ho-oh-n4 49.440 106.630 SOURCE3 3 0.2770 -ho-oh-n 50.460 101.030 SOURCE3 6 1.4086 -ho-oh-na 50.240 103.710 SOURCE3 9 1.2590 -ho-oh-nh 49.970 102.420 SOURCE4 15 0.6819 -ho-oh-no 50.310 102.170 SOURCE3 1 0.0000 -ho-oh-o 47.260 100.870 SOURCE3 1 -ho-oh-oh 49.340 98.720 SOURCE3 2 0.0000 -ho-oh-os 49.580 99.690 SOURCE4 18 0.3384 -ho-oh-p2 44.140 109.450 SOURCE3 8 3.3491 -ho-oh-p3 42.540 110.640 SOURCE3 3 0.5191 -ho-oh-p4 43.670 110.190 SOURCE3 4 0.2372 -ho-oh-p5 44.150 110.140 SOURCE3 92 3.8033 -ho-oh-py 44.390 110.730 SOURCE3 79 1.7835 -ho-oh-s4 54.130 106.760 SOURCE4 9 0.4035 -ho-oh-s 51.720 100.150 SOURCE3 2 0.0000 -ho-oh-s6 57.540 109.200 SOURCE3 13 0.1856 -ho-oh-sh 54.390 106.240 SOURCE3 2 0.0661 -ho-oh-ss 54.540 107.060 SOURCE3 4 0.9967 -ho-oh-sy 55.940 106.410 SOURCE4 33 0.3729 -br-os-br 65.080 110.630 SOURCE3 1 0.0000 -c1-os-c1 66.990 115.020 SOURCE3 1 0.0000 -c1-os-c3 64.470 113.390 SOURCE3 1 0.0000 -c2-os-c2 65.950 113.140 SOURCE3 6 2.1932 -c2-os-c3 64.210 112.090 SOURCE3 7 4.1809 -c2-os-ca 65.430 113.590 SOURCE3 1 0.0000 -c2-os-n2 64.910 118.130 SOURCE3 1 0.0000 -c2-os-na 68.210 103.850 SOURCE3 4 0.6297 -c2-os-os 68.350 102.770 SOURCE3 1 0.0000 -c2-os-p5 61.090 126.370 SOURCE4 7 1.7939 -c2-os-ss 79.830 108.130 SOURCE3 1 0.0000 -c3-os-c3 62.390 112.450 SOURCE4 1293 1.6468 -c3-os-ca 62.270 117.970 SOURCE4 2495 1.4576 -c3-os-cc 62.430 117.580 SOURCE4 118 1.0660 -c3-os-cd 62.560 117.110 SOURCE4 130 1.0230 -c3-os-ce 62.850 115.700 SOURCE4 31 2.2296 -c3-os-cf 62.540 117.850 SOURCE4 6 1.2514 -c3-os-cl 60.430 110.500 SOURCE2 1 0.0000 -c3-os-cy 61.670 115.650 SOURCE4 5 0.2390 -c3-os-i 54.880 113.700 SOURCE3 1 0.0000 -c3-os-n1 66.310 113.500 HF/6-31G* 1 -c3-os-n2 65.920 108.120 SOURCE3 7 0.3048 -c3-os-n3 64.520 110.280 SOURCE4 14 1.9026 -c3-os-n4 64.880 110.500 SOURCE3 3 0.5426 -c3-os-n 65.400 109.520 SOURCE4 14 0.6827 -c3-os-na 64.540 109.910 SOURCE3 9 1.8268 -c3-os-nc 64.800 112.730 SOURCE3 2 1.0358 -c3-os-nd 64.800 112.730 SOURCE3 2 same_as_c3-os-nc -c3-os-nh 65.220 109.690 SOURCE4 8 0.1662 -c3-os-no 63.890 113.800 SOURCE4 42 0.2726 -c3-os-o 65.620 103.000 SOURCE3 1 0.0000 -c3-os-oh 65.240 107.970 SOURCE4 11 0.4333 -c3-os-os 65.890 105.010 SOURCE3 7 0.6328 -c3-os-p2 63.400 115.470 SOURCE3 8 2.6374 -c3-os-p3 60.450 115.970 SOURCE3 3 0.3597 -c3-os-p4 61.300 117.480 SOURCE3 4 0.3850 -c3-os-p5 62.000 118.000 SOURCE3 31 1.2882 -c3-os-py 61.690 117.800 SOURCE3 16 0.9654 -c3-os-s4 77.610 111.500 SOURCE3 6 1.4240 -c3-os-s6 80.000 115.790 SOURCE4 60 1.2588 -c3-os-s 75.020 109.550 SOURCE3 1 0.0000 -c3-os-sh 78.050 112.820 SOURCE3 1 0.0000 -c3-os-ss 76.870 113.190 SOURCE3 3 0.2455 -ca-os-ca 63.310 119.950 SOURCE4 107 1.6535 -ca-os-cc 67.320 106.320 SOURCE4 56 2.1614 -ca-os-cd 66.250 109.770 SOURCE3 6 5.0326 -ca-os-n3 65.390 112.190 SOURCE3 1 0.0000 -ca-os-na 66.470 108.240 SOURCE3 1 0.0000 -ca-os-nc 66.090 113.680 SOURCE3 2 -ca-os-nd 66.090 113.680 SOURCE3 2 -ca-os-p5 61.600 123.420 SOURCE4 54 1.1358 -ca-os-s6 80.940 116.970 SOURCE4 15 0.9514 -c -os-c2 64.910 118.020 SOURCE4 7 0.3666 -c -os-c3 63.630 115.140 SOURCE3 17 1.8967 -c -os-c 64.540 120.640 SOURCE4 7 1.5114 -c -os-ca 63.750 120.870 SOURCE4 257 1.7209 -c -os-cc 64.150 119.620 SOURCE3 5 6.0675 -cc-os-cc 67.250 106.760 SOURCE4 192 0.6652 -cc-os-cd 63.800 118.620 SOURCE4 14 1.9764 -c -os-cd 64.150 119.620 SOURCE3 5 6.0675 -cc-os-na 65.510 111.660 SOURCE3 28 4.1343 -cc-os-nc 68.120 107.230 SOURCE3 6 2.7507 -cc-os-os 66.270 108.470 SOURCE3 2 0.0000 -cc-os-ss 75.750 119.590 SOURCE3 1 0.0000 -c -os-cy 71.750 91.100 SOURCE3 2 0.0155 -cd-os-cd 67.350 106.450 SOURCE4 60 0.9115 -cd-os-na 65.510 111.660 SOURCE3 28 4.1343 -cd-os-nd 68.120 107.230 SOURCE3 6 2.7507 -cd-os-os 66.270 108.470 SOURCE3 2 same_as_cc-os-os -cd-os-ss 75.750 119.590 SOURCE3 1 same_as_cc-os-ss -cl-os-cl 60.450 110.760 SOURCE3 2 0.0000 -c -os-n2 66.950 112.080 SOURCE4 6 0.1154 -c -os-n 66.830 112.100 SOURCE4 6 0.6163 -c -os-oh 66.500 110.500 SOURCE3 1 0.0000 -c -os-os 66.250 110.280 SOURCE4 10 1.3612 -c -os-p5 62.330 122.100 SOURCE4 5 0.5870 -c -os-sy 78.280 113.490 SOURCE3 1 0.0000 -cx-os-cx 85.270 61.820 SOURCE4 107 0.1793 -cx-os-n 88.980 59.990 SOURCE3 1 0.0000 -cx-os-os 90.380 56.520 SOURCE3 2 0.0000 -cy-os-cy 68.810 93.400 SOURCE2 2 1.4000 -f -os-f 63.940 103.300 SOURCE2 1 0.0000 -f -os-os 63.940 109.500 SOURCE2 1 0.0000 -i -os-i 58.060 115.670 SOURCE3 1 0.0000 -n1-os-n1 70.280 117.790 HF/6-31G* 1 -n2-os-n2 68.760 106.830 SOURCE3 1 0.0000 -n2-os-s6 84.320 111.300 SOURCE4 7 0.5651 -n3-os-n3 67.760 104.880 SOURCE3 1 0.0000 -n4-os-n4 65.660 114.680 SOURCE3 1 0.0000 -na-os-na 66.100 109.590 SOURCE3 1 0.0000 -na-os-ss 81.940 104.340 SOURCE3 1 0.0000 -nc-os-nc 68.170 110.400 SOURCE2 1 0.0000 -nc-os-ss 80.210 110.970 SOURCE3 1 0.0000 -nd-os-nd 68.170 110.400 SOURCE2 1 same_as_nc-os-nc -nd-os-ss 80.210 110.970 SOURCE3 1 same_as_nc-os-ss -nh-os-nh 67.810 108.290 SOURCE3 1 0.0000 -n -os-n 68.080 108.310 SOURCE3 1 0.0000 -no-os-no 66.400 111.860 SOURCE3 1 0.0000 -n -os-s6 83.370 113.620 SOURCE4 5 0.0928 -o -os-o 62.760 114.680 SOURCE3 1 0.0000 -p2-os-p2 64.670 120.020 SOURCE3 1 0.0000 -p2-os-p5 67.590 107.860 SOURCE3 1 0.0000 -p3-os-p3 60.040 121.220 SOURCE3 1 0.0000 -p3-os-py 65.620 105.580 SOURCE3 1 0.0000 -p5-os-p5 61.920 126.250 SOURCE3 1 0.0000 -s4-os-s4 99.450 111.630 SOURCE3 1 0.0000 -s6-os-s6 103.740 119.070 SOURCE3 2 0.4318 -sh-os-sh 97.950 118.950 SOURCE3 1 0.0000 -s -os-s 91.270 118.080 SOURCE3 1 0.0000 -ss-os-ss 97.420 115.640 SOURCE3 1 0.0000 -br-p2-br 65.020 108.600 SOURCE3 1 -br-p2-c2 63.020 102.320 SOURCE3 2 0.0146 -br-p2-n2 64.590 103.330 SOURCE3 1 0.0000 -br-p2-o 63.020 110.870 SOURCE3 1 0.0000 -br-p2-p2 63.350 115.460 SOURCE3 4 7.8622 -br-p2-s 82.100 110.520 SOURCE3 1 0.0000 -c1-p2-c1 62.650 99.040 SOURCE3 1 -c1-p2-c2 63.650 101.290 SOURCE3 1 -c1-p2-n2 66.100 101.790 SOURCE3 1 -c1-p2-o 66.040 107.620 SOURCE3 1 -c1-p2-p2 67.310 99.540 SOURCE3 1 -c1-p2-s 82.930 105.900 SOURCE3 1 -c2-p2-c2 64.650 104.500 SOURCE3 1 -c2-p2-c3 61.690 101.900 SOURCE3 4 0.1132 -c2-p2-ca 61.990 101.950 SOURCE3 1 -c2-p2-cl 61.200 102.720 SOURCE3 2 0.0000 -c2-p2-f 66.480 103.470 SOURCE3 2 0.0136 -c2-p2-hp 48.160 97.190 SOURCE3 3 0.0216 -c2-p2-i 54.100 101.940 SOURCE3 2 0.0368 -c2-p2-n2 69.040 99.880 SOURCE3 1 -c2-p2-n3 67.110 101.800 SOURCE3 1 -c2-p2-n4 62.450 98.260 SOURCE3 6 0.1522 -c2-p2-n 65.340 103.280 SOURCE3 4 3.3113 -c2-p2-na 64.790 103.990 SOURCE3 8 1.6834 -c2-p2-nh 65.840 105.170 SOURCE3 8 0.8263 -c2-p2-no 66.990 97.970 SOURCE3 3 0.4175 -c2-p2-o 66.350 115.160 SOURCE3 1 -c2-p2-oh 67.930 102.890 SOURCE3 3 0.8191 -c2-p2-os 69.280 102.120 SOURCE3 4 0.8783 -c2-p2-p2 69.100 99.560 SOURCE3 1 -c2-p2-p3 60.750 99.270 SOURCE3 4 1.1590 -c2-p2-p4 60.850 96.940 SOURCE3 1 -c2-p2-p5 60.620 97.610 SOURCE3 1 -c2-p2-s4 77.420 95.150 SOURCE3 1 -c2-p2-s6 77.560 95.510 SOURCE3 1 -c2-p2-s 85.340 105.530 SOURCE3 1 -c2-p2-sh 81.290 101.490 SOURCE3 3 0.0057 -c2-p2-ss 81.300 101.810 SOURCE3 4 0.5883 -c3-p2-c3 59.710 99.300 SOURCE3 1 -c3-p2-n2 64.420 100.820 SOURCE3 1 0.0000 -c3-p2-o 64.090 106.720 SOURCE3 1 0.0000 -c3-p2-os 65.020 101.340 SOURCE3 1 0.0000 -c3-p2-p2 65.390 100.480 SOURCE3 1 0.0000 -c3-p2-s 80.980 105.680 SOURCE3 1 0.0000 -ca-p2-ca 60.070 99.700 SOURCE3 1 -ca-p2-n2 64.770 100.820 SOURCE3 1 -ca-p2-n 66.610 89.970 SOURCE3 1 -ca-p2-na 66.630 89.210 SOURCE3 1 -ca-p2-o 64.430 106.880 SOURCE3 1 -ca-p2-s 80.490 107.930 SOURCE3 1 -c -p2-c2 62.160 97.300 SOURCE3 1 -c -p2-c 61.190 90.100 SOURCE3 1 -ce-p2-o 64.940 107.440 SOURCE3 1 -ce-p2-s 82.030 105.540 SOURCE3 1 -cf-p2-o 64.940 107.440 SOURCE3 1 same_as_ce-p2-o -cf-p2-s 82.030 105.540 SOURCE3 1 same_as_ce-p2-s -cl-p2-cl 59.120 108.700 SOURCE3 1 -cl-p2-n2 63.020 103.380 SOURCE3 1 0.0000 -cl-p2-o 61.870 110.570 SOURCE3 1 0.0000 -cl-p2-p2 64.880 103.110 SOURCE3 1 0.0000 -cl-p2-s 79.650 110.110 SOURCE3 1 0.0000 -f -p2-f 67.450 107.100 SOURCE3 1 -f -p2-n2 69.660 103.570 SOURCE3 1 0.0000 -f -p2-o 70.010 110.610 SOURCE3 1 0.0000 -f -p2-p2 68.870 103.480 SOURCE3 1 0.0000 -f -p2-s 83.240 114.710 SOURCE3 2 5.2794 -hp-p2-hp 36.510 98.760 SOURCE3 1 -hp-p2-n1 49.670 95.180 SOURCE3 2 1.5708 -hp-p2-n2 51.270 95.540 SOURCE3 19 4.7352 -hp-p2-ne 51.040 100.100 SOURCE3 14 6.1290 -hp-p2-nf 51.040 100.100 SOURCE3 14 same_as_hp-p2-ne -hp-p2-o 51.210 105.580 SOURCE3 1 0.0000 -hp-p2-p2 48.180 101.880 SOURCE3 27 12.9535 -hp-p2-p4 41.290 94.510 SOURCE3 1 0.0000 -hp-p2-p5 42.510 89.070 SOURCE3 1 0.0000 -hp-p2-pe 47.430 97.250 SOURCE3 16 8.8916 -hp-p2-pf 47.430 97.250 SOURCE3 16 same_as_hp-p2-pe -hp-p2-s4 53.260 89.990 SOURCE3 1 0.0000 -hp-p2-s 61.200 102.520 SOURCE3 1 0.0000 -hp-p2-s6 54.080 88.130 SOURCE3 1 0.0000 -i -p2-i 57.140 104.160 SOURCE3 1 -i -p2-n2 55.340 101.770 SOURCE3 1 0.0000 -i -p2-o 53.280 109.510 SOURCE3 1 0.0000 -i -p2-p2 58.360 102.630 SOURCE3 1 0.0000 -i -p2-s 71.170 110.600 SOURCE3 1 0.0000 -n1-p2-n1 74.350 86.220 HF/6-31G* 1 -n2-p2-n2 72.910 98.000 SOURCE3 1 -n2-p2-n3 70.540 100.420 SOURCE3 1 -n2-p2-n4 66.370 93.420 SOURCE3 1 0.0000 -n2-p2-na 68.130 102.030 SOURCE3 1 0.0000 -n2-p2-nh 69.830 101.870 SOURCE3 2 0.8491 -n2-p2-no 69.740 98.120 SOURCE3 1 0.0000 -n2-p2-o 69.560 115.340 SOURCE3 1 -n2-p2-oh 68.760 109.720 SOURCE3 1 0.0000 -n2-p2-os 72.480 102.290 SOURCE3 1 0.0000 -n2-p2-p3 62.580 99.510 SOURCE3 1 0.0000 -n2-p2-p4 61.230 101.730 SOURCE3 1 -n2-p2-p5 63.780 93.680 SOURCE3 1 -n2-p2-s4 78.670 97.830 SOURCE3 1 -n2-p2-s6 78.860 98.140 SOURCE3 1 -n2-p2-s 85.870 112.940 SOURCE3 1 -n2-p2-sh 84.460 100.820 SOURCE3 1 0.0000 -n2-p2-ss 84.230 101.760 SOURCE3 1 0.0000 -n3-p2-n3 67.280 106.300 SOURCE3 1 -n3-p2-o 70.570 106.830 SOURCE3 1 -n3-p2-p2 70.440 100.580 SOURCE3 1 -n3-p2-s 87.340 105.750 SOURCE3 1 -n4-p2-n4 63.300 88.800 SOURCE3 1 -n4-p2-o 65.000 101.360 SOURCE3 1 0.0000 -n4-p2-p2 66.570 96.530 SOURCE3 1 0.0000 -n4-p2-s 81.040 104.980 SOURCE3 1 0.0000 -na-p2-na 64.300 106.100 SOURCE3 1 -na-p2-o 68.270 107.460 SOURCE3 1 0.0000 -na-p2-s 84.570 108.150 SOURCE3 1 0.0000 -ne-p2-o 73.070 107.710 SOURCE3 1 -ne-p2-s 89.700 105.500 SOURCE3 1 -nf-p2-o 73.070 107.710 SOURCE3 1 same_as_ne-p2-o -nf-p2-s 89.700 105.500 SOURCE3 1 same_as_ne-p2-s -nh-p2-nh 67.650 104.000 SOURCE3 1 -nh-p2-o 69.920 108.110 SOURCE3 2 0.6773 -nh-p2-p2 67.910 107.730 SOURCE3 3 3.1678 -nh-p2-s 85.580 109.620 SOURCE3 2 1.7725 -n -p2-n2 69.610 98.850 SOURCE3 1 0.0000 -n -p2-o 69.470 105.080 SOURCE3 1 0.0000 -no-p2-no 67.260 98.200 SOURCE3 1 -no-p2-o 69.400 104.870 SOURCE3 1 0.0000 -no-p2-p2 66.610 108.570 SOURCE3 3 8.2121 -no-p2-s 84.470 109.060 SOURCE3 2 5.4074 -n -p2-p2 68.780 102.120 SOURCE3 1 0.0000 -n -p2-s 83.340 112.340 SOURCE3 1 0.0000 -oh-p2-oh 71.860 100.100 SOURCE3 1 -oh-p2-p2 69.090 107.820 SOURCE3 2 2.6708 -oh-p2-s 87.090 109.750 SOURCE3 1 0.0000 -o -p2-o 70.950 119.960 SOURCE3 1 -o -p2-oh 70.850 110.460 SOURCE3 1 0.0000 -o -p2-os 72.860 108.810 SOURCE3 1 0.0000 -o -p2-p2 68.910 114.230 SOURCE3 1 -o -p2-p3 61.190 106.690 SOURCE3 1 0.0000 -o -p2-p4 61.150 104.370 SOURCE3 1 -o -p2-p5 61.090 104.490 SOURCE3 1 -o -p2-pe 59.000 145.960 SOURCE3 1 -o -p2-pf 59.000 145.960 SOURCE3 1 same_as_o-p2-pe -o -p2-s4 76.220 106.590 SOURCE3 1 -o -p2-s6 77.110 105.040 SOURCE3 1 -o -p2-s 86.500 117.420 SOURCE3 1 -o -p2-sh 82.540 109.600 SOURCE3 1 0.0000 -os-p2-os 75.140 98.300 SOURCE3 1 -os-p2-p2 72.150 101.460 SOURCE3 1 0.0000 -o -p2-ss 82.710 109.600 SOURCE3 1 0.0000 -os-p2-s 88.770 108.470 SOURCE3 3 1.7065 -p2-p2-n2 72.700 97.400 SOURCE3 1 -p2-p2-p3 63.950 101.730 SOURCE3 1 0.0000 -p2-p2-p4 63.280 101.980 SOURCE3 1 -p2-p2-p5 64.100 99.330 SOURCE3 1 -p2-p2-s4 82.350 95.730 SOURCE3 1 -p2-p2-s6 82.540 95.950 SOURCE3 1 -p2-p2-s 87.130 111.280 SOURCE3 1 -p2-p2-sh 81.160 113.940 SOURCE3 3 8.5009 -p3-p2-p3 59.740 101.000 SOURCE3 1 -p3-p2-s 76.850 113.280 SOURCE3 2 6.7035 -p4-p2-s 79.510 103.890 SOURCE3 1 -p5-p2-p5 62.680 89.400 SOURCE3 1 -p5-p2-s 80.520 101.210 SOURCE3 1 -pe-p2-s 87.030 106.350 SOURCE3 1 -pf-p2-s 87.030 106.350 SOURCE3 1 same_as_pe-p2-s -s4-p2-s4 102.320 85.300 SOURCE3 1 -s6-p2-s6 95.800 98.200 SOURCE3 1 -sh-p2-sh 105.800 98.500 SOURCE3 1 -s -p2-s 113.120 106.600 SOURCE3 1 -s -p2-s4 99.570 105.290 SOURCE3 1 -s -p2-s6 99.150 106.930 SOURCE3 1 -s -p2-sh 104.500 110.730 SOURCE3 2 0.0232 -s -p2-ss 103.090 114.140 SOURCE3 4 5.9223 -ss-p2-ss 106.390 97.900 SOURCE3 1 -br-p3-br 65.960 103.540 SOURCE3 1 0.0000 -br-p3-hp 43.060 96.360 SOURCE3 4 0.6701 -c1-p3-c1 61.500 100.500 SOURCE3 1 0.0000 -c1-p3-f 65.100 96.900 SOURCE2 1 0.0000 -c1-p3-hp 44.980 97.670 SOURCE3 2 0.0000 -c2-p3-c2 59.650 101.770 SOURCE3 3 0.0000 -c2-p3-hp 44.060 97.850 SOURCE3 4 0.0000 -c3-p3-c3 59.950 99.660 SOURCE3 40 0.9854 -c3-p3-ca 59.600 101.940 SOURCE3 2 0.0000 -c3-p3-cl 61.420 99.890 SOURCE3 1 0.0000 -c3-p3-f 63.510 97.800 SOURCE2 1 0.0000 -c3-p3-hp 43.910 97.660 SOURCE3 9 0.4096 -c3-p3-n2 63.720 96.550 SOURCE3 2 0.0000 -c3-p3-n3 62.780 101.180 SOURCE3 10 2.2338 -c3-p3-n4 61.660 96.940 SOURCE3 6 0.4815 -c3-p3-n 61.970 101.770 SOURCE3 12 2.4449 -c3-p3-na 62.590 100.170 SOURCE3 4 0.0554 -c3-p3-nh 61.770 104.500 SOURCE3 2 0.0000 -c3-p3-no 62.270 96.980 SOURCE3 2 0.0000 -c3-p3-o 62.860 111.670 SOURCE3 28 5.3387 -c3-p3-oh 64.890 98.210 SOURCE3 2 0.0000 -c3-p3-os 64.330 99.530 SOURCE3 3 1.7678 -c3-p3-p3 57.790 100.310 SOURCE3 18 2.1836 -c3-p3-p5 57.640 100.900 SOURCE3 10 2.7070 -c3-p3-s4 76.740 98.880 SOURCE3 8 6.2235 -c3-p3-s6 76.100 101.180 SOURCE3 12 6.4536 -c3-p3-sh 75.720 98.710 SOURCE3 2 0.0000 -c3-p3-ss 75.730 99.370 SOURCE3 2 0.0000 -ca-p3-ca 60.550 99.860 SOURCE3 1 0.0000 -ca-p3-hp 44.340 97.500 SOURCE3 2 0.0000 -c -p3-c3 60.100 97.060 SOURCE3 3 1.1490 -c -p3-c 58.350 100.900 SOURCE3 1 0.0000 -c -p3-hp 43.390 96.550 SOURCE3 6 0.5223 -cl-p3-cl 62.670 102.820 SOURCE3 1 0.0000 -cl-p3-f 63.640 99.200 SOURCE2 1 0.0000 -cl-p3-hp 44.110 96.300 SOURCE3 3 0.6203 -c -p3-os 70.240 81.320 SOURCE3 1 0.0000 -cx-p3-hp 44.010 95.200 SOURCE2 1 0.0000 -f -p3-f 68.840 97.400 SOURCE2 8 1.6636 -f -p3-hp 48.850 96.410 SOURCE3 2 0.0000 -f -p3-n3 66.890 100.600 SOURCE2 1 0.0000 -f -p3-os 67.790 102.200 SOURCE2 1 0.0000 -f -p3-p3 59.520 97.200 SOURCE2 1 0.0000 -hp-p3-hp 35.200 95.520 SOURCE3 44 2.4200 -hp-p3-i 37.430 96.190 SOURCE3 4 0.6454 -hp-p3-n1 49.970 92.980 HF/6-31G* 1 -hp-p3-n2 46.470 98.280 SOURCE3 10 1.8860 -hp-p3-n3 48.110 94.460 SOURCE3 2 0.0000 -hp-p3-n4 45.300 93.210 SOURCE3 2 0.0000 -hp-p3-n 47.100 95.150 SOURCE3 2 0.0000 -hp-p3-na 46.750 97.270 SOURCE3 12 0.9318 -hp-p3-nh 48.200 94.100 SOURCE3 2 0.0000 -hp-p3-no 46.080 93.060 SOURCE3 2 0.0000 -hp-p3-o 51.150 101.020 SOURCE3 2 0.0000 -hp-p3-oh 49.120 95.950 SOURCE3 2 0.0000 -hp-p3-os 48.580 97.350 SOURCE3 6 2.8326 -hp-p3-p2 40.920 99.110 SOURCE3 16 4.3022 -hp-p3-p3 40.500 95.520 SOURCE3 4 0.0844 -hp-p3-p4 40.370 95.950 SOURCE3 6 0.0489 -hp-p3-p5 40.510 95.540 SOURCE3 2 0.0000 -hp-p3-s4 54.390 95.490 SOURCE3 2 0.0000 -hp-p3-s6 55.380 92.950 SOURCE3 2 0.0000 -hp-p3-sh 53.620 94.210 SOURCE3 2 0.0000 -hp-p3-ss 53.780 94.610 SOURCE3 2 0.0000 -i -p3-i 58.550 105.250 SOURCE3 1 0.0000 -n1-p3-n1 73.380 90.440 HF/6-31G* 1 -n2-p3-n2 64.560 103.460 SOURCE3 1 0.0000 -n3-p3-n3 62.770 113.800 SOURCE3 1 0.0000 -n3-p3-o 68.780 107.100 SOURCE3 4 0.0000 -n3-p3-oh 68.930 98.360 SOURCE3 1 -n4-p3-n4 61.460 100.530 SOURCE3 1 0.0000 -na-p3-na 63.790 106.220 SOURCE3 1 -nh-p3-nh 64.100 109.110 SOURCE3 1 0.0000 -n -p3-n 64.000 104.580 SOURCE3 1 -n -p3-o 68.400 104.990 SOURCE3 4 0.0000 -no-p3-no 63.350 98.330 SOURCE3 1 0.0000 -oh-p3-oh 68.360 104.480 SOURCE3 1 0.0000 -o -p3-o 69.980 122.180 SOURCE3 2 7.8556 -o -p3-p3 56.940 116.740 SOURCE3 14 0.7525 -o -p3-p5 59.320 107.620 SOURCE3 4 0.0000 -o -p3-s4 78.140 110.700 SOURCE3 4 0.7259 -o -p3-s6 79.950 106.660 SOURCE3 6 3.4017 -os-p3-os 67.300 106.650 SOURCE3 1 0.0000 -p2-p3-p2 58.990 103.580 SOURCE3 1 0.0000 -p3-p3-p3 56.870 105.310 SOURCE3 4 3.5864 -p4-p3-p4 58.570 99.090 SOURCE3 1 -p5-p3-p5 58.650 99.100 SOURCE3 1 0.0000 -s4-p3-s4 100.040 98.260 SOURCE3 1 0.0000 -s6-p3-s6 100.770 97.780 SOURCE3 1 0.0000 -sh-p3-sh 93.590 107.580 SOURCE3 1 0.0000 -s -p3-s 87.250 131.320 SOURCE3 1 -ss-p3-ss 93.360 109.240 SOURCE3 1 0.0000 -br-p4-br 65.640 110.410 SOURCE3 1 -br-p4-o 60.420 124.800 SOURCE3 1 -c2-p4-c2 59.340 104.210 SOURCE3 1 -c2-p4-hp 44.230 99.500 SOURCE3 2 0.0000 -c2-p4-o 63.010 113.590 SOURCE3 1 -c3-p4-c3 59.460 102.550 SOURCE3 4 0.0192 -c3-p4-n2 62.470 103.170 SOURCE3 1 -c3-p4-n3 63.130 102.370 SOURCE3 1 0.0000 -c3-p4-n4 60.000 99.570 SOURCE3 1 0.0000 -c3-p4-n 62.290 103.260 SOURCE3 1 0.0000 -c3-p4-na 60.600 117.670 SOURCE3 5 19.0404 -c3-p4-nh 62.860 102.790 SOURCE3 1 0.0000 -c3-p4-no 61.120 99.800 SOURCE3 3 0.2151 -c3-p4-o 61.960 116.440 SOURCE3 25 2.6494 -c3-p4-oh 65.550 98.560 SOURCE3 2 0.4558 -c3-p4-os 65.800 98.010 SOURCE3 2 0.0931 -c3-p4-p2 56.110 109.270 SOURCE3 1 -c3-p4-p3 56.940 103.530 SOURCE3 1 0.0000 -c3-p4-p4 60.790 102.120 SOURCE3 1 -c3-p4-p5 56.380 104.150 SOURCE3 1 -c3-p4-sh 75.720 100.170 SOURCE3 2 0.0815 -c3-p4-ss 75.600 101.190 SOURCE3 1 -ca-p4-ca 58.870 107.770 SOURCE3 1 -ca-p4-o 63.970 111.640 SOURCE3 1 -cl-p4-cl 62.460 103.510 SOURCE3 1 0.0000 -cl-p4-o 61.910 116.530 SOURCE3 2 0.0000 -hp-p4-hp 36.070 99.210 SOURCE3 4 6.4572 -hp-p4-n1 48.330 99.910 HF/6-31G* 1 -hp-p4-o 50.250 109.350 SOURCE3 6 10.8284 -hp-p4-p3 39.650 98.960 SOURCE3 4 0.0000 -hp-p4-s 49.200 110.240 SOURCE3 4 4.1081 -i -p4-i 61.590 113.220 SOURCE3 2 6.7916 -i -p4-o 60.270 110.220 SOURCE3 4 9.7726 -n1-p4-n1 68.740 100.610 HF/6-31G* 1 -n1-p4-o 67.970 114.590 HF/6-31G* 1 -n2-p4-n2 66.360 102.540 SOURCE3 1 -n2-p4-o 65.230 120.280 SOURCE3 1 -n3-p4-o 67.920 113.270 SOURCE3 1 0.0000 -n4-p4-o 63.230 107.610 SOURCE3 1 0.0000 -na-p4-o 72.190 110.600 SOURCE3 5 1.3133 -nh-p4-nh 69.560 95.300 SOURCE3 1 0.0000 -nh-p4-o 66.920 115.860 SOURCE3 3 3.2712 -n -p4-o 65.600 117.990 SOURCE3 1 0.0000 -no-p4-o 63.000 114.690 SOURCE3 3 0.1070 -oh-p4-oh 72.990 95.710 SOURCE3 1 0.0000 -o -p4-o 72.010 117.220 SOURCE3 6 2.7792 -o -p4-oh 68.540 117.390 SOURCE3 4 1.0083 -o -p4-os 68.880 116.670 SOURCE3 4 0.6923 -o -p4-p2 56.720 121.350 SOURCE3 1 -o -p4-p3 57.580 114.000 SOURCE3 3 0.6663 -o -p4-p4 61.640 116.430 SOURCE3 1 -o -p4-p5 58.150 109.760 SOURCE3 1 -o -p4-s4 72.350 112.190 SOURCE3 1 -o -p4-s6 71.250 113.890 SOURCE3 1 -o -p4-s 75.540 112.780 SOURCE3 2 0.0000 -o -p4-sh 74.810 118.090 SOURCE3 1 -os-p4-os 71.510 100.340 SOURCE3 1 0.0000 -o -p4-ss 75.800 116.140 SOURCE3 4 1.0636 -p2-p4-p2 56.350 110.710 SOURCE3 1 -p3-p4-p3 54.380 114.980 SOURCE3 1 0.0000 -p4-p4-p4 61.300 107.380 SOURCE3 1 -p5-p4-p5 55.630 107.780 SOURCE3 1 -s4-p4-s4 93.720 96.240 SOURCE3 1 -s6-p4-s6 90.160 102.360 SOURCE3 1 -sh-p4-sh 98.440 98.810 SOURCE3 1 0.0000 -s -p4-s 93.540 106.300 SOURCE3 2 25.0119 -ss-p4-ss 96.270 104.410 SOURCE3 1 0.0000 -br-p5-br 67.070 103.380 SOURCE3 1 0.0000 -br-p5-o 62.390 114.650 SOURCE3 3 1.0910 -br-p5-oh 65.360 102.920 SOURCE3 4 0.5468 -c1-p5-c1 62.070 102.890 SOURCE3 1 0.0000 -c1-p5-o 64.450 115.770 SOURCE3 2 0.0000 -c1-p5-oh 66.220 102.790 SOURCE3 2 0.0000 -c2-p5-c2 57.300 106.560 SOURCE3 1 -c2-p5-o 63.330 109.240 SOURCE4 7 2.2628 -c2-p5-oh 64.000 101.690 SOURCE3 1 -c2-p5-os 63.780 103.340 SOURCE3 1 -c3-p5-c3 59.060 106.230 SOURCE3 14 2.6389 -c3-p5-hp 43.230 103.620 SOURCE4 7 1.1616 -c3-p5-n3 63.940 102.760 SOURCE3 1 0.0000 -c3-p5-o 63.790 112.500 SOURCE3 23 4.4203 -c3-p5-oh 65.260 101.560 SOURCE3 17 2.1803 -c3-p5-os 65.840 100.770 SOURCE4 51 2.0928 -c3-p5-p4 55.960 106.270 SOURCE3 1 -c3-p5-s 75.870 113.400 SOURCE3 4 2.0067 -c3-p5-ss 74.660 103.760 SOURCE3 1 0.0000 -ca-p5-ca 59.290 107.530 SOURCE3 1 -ca-p5-o 63.850 113.980 SOURCE3 1 -ca-p5-oh 65.600 101.770 SOURCE3 1 -ca-p5-os 65.310 103.750 SOURCE3 1 -c -p5-c 57.470 104.160 SOURCE3 1 -cl-p5-cl 62.400 103.700 SOURCE2 1 0.0000 -cl-p5-o 62.360 115.320 SOURCE3 2 0.0000 -cl-p5-oh 65.050 102.440 SOURCE3 2 0.0000 -c -p5-o 63.510 107.190 SOURCE4 16 0.5711 -c -p5-oh 63.500 102.120 SOURCE3 1 -f -p5-f 67.910 99.960 SOURCE2 4 0.9197 -f -p5-o 69.070 112.030 SOURCE4 7 0.5178 -f -p5-oh 69.260 101.980 SOURCE3 2 0.0000 -f -p5-os 69.530 102.700 SOURCE4 5 0.1524 -f -p5-s 77.040 117.400 SOURCE2 1 0.0000 -hp-p5-hp 34.260 101.090 SOURCE3 4 1.3036 -hp-p5-n1 49.690 101.320 HF/6-31G* 1 -hp-p5-o 48.280 116.580 SOURCE3 7 1.3282 -hp-p5-oh 48.850 101.450 SOURCE3 5 0.9084 -hp-p5-s 52.540 119.200 SOURCE2 1 0.0000 -i -p5-i 57.350 107.170 SOURCE3 1 0.0000 -i -p5-o 52.720 115.930 SOURCE3 3 0.0415 -i -p5-oh 56.650 102.260 SOURCE3 4 1.9577 -n1-p5-n1 73.170 101.550 HF/6-31G* 1 -n1-p5-o 71.450 113.780 HF/6-31G* 1 -n2-p5-n2 70.250 106.340 SOURCE3 1 -n2-p5-o 70.800 113.530 SOURCE3 1 -n2-p5-oh 71.420 102.400 SOURCE3 1 -n3-p5-n3 68.510 103.370 SOURCE4 47 2.1009 -n3-p5-nh 68.130 104.020 SOURCE4 5 1.8740 -n3-p5-o 68.760 114.640 SOURCE4 76 2.2728 -n3-p5-oh 69.420 104.180 SOURCE3 6 0.4373 -n3-p5-os 70.640 101.940 SOURCE4 34 2.3553 -n3-p5-s 78.990 117.120 SOURCE4 7 0.7109 -n4-p5-n4 62.620 102.200 SOURCE3 1 0.0000 -n4-p5-o 65.690 109.780 SOURCE3 5 2.7519 -n4-p5-oh 67.490 98.480 SOURCE3 6 0.4104 -n4-p5-os 69.210 94.550 SOURCE3 2 0.0000 -na-p5-na 64.830 108.570 SOURCE3 1 0.0000 -na-p5-o 67.730 113.430 SOURCE3 11 0.8968 -na-p5-oh 68.960 102.070 SOURCE3 16 1.4144 -na-p5-os 69.040 103.060 SOURCE3 4 0.7463 -nh-p5-nh 69.500 99.510 SOURCE3 1 0.0000 -nh-p5-o 67.300 118.910 SOURCE3 3 1.3237 -nh-p5-oh 69.360 103.810 SOURCE3 2 0.0000 -nh-p5-os 70.950 100.510 SOURCE3 2 0.0000 -n -p5-n3 67.330 104.110 SOURCE4 11 1.4088 -n -p5-n 66.800 103.090 SOURCE3 1 0.0000 -n -p5-o 69.370 108.730 SOURCE4 5 0.2571 -n -p5-oh 68.990 102.440 SOURCE3 4 0.0999 -no-p5-no 64.570 95.680 SOURCE3 1 0.0000 -no-p5-o 64.720 112.750 SOURCE3 4 3.3684 -no-p5-oh 66.430 101.350 SOURCE3 2 0.0000 -no-p5-os 66.640 101.700 SOURCE3 4 0.0565 -n -p5-os 70.090 100.480 SOURCE3 2 0.0000 -oh-p5-oh 71.250 102.450 SOURCE3 39 2.4223 -oh-p5-os 71.770 102.370 SOURCE3 8 1.5063 -oh-p5-p2 60.920 103.530 SOURCE3 1 -oh-p5-p3 60.040 103.830 SOURCE3 13 0.4303 -oh-p5-p4 60.070 101.790 SOURCE3 1 -oh-p5-p5 64.950 100.450 SOURCE3 1 -oh-p5-s4 81.520 103.240 SOURCE3 1 -oh-p5-s6 82.230 101.480 SOURCE3 1 -oh-p5-s 85.370 102.880 SOURCE3 3 1.6044 -oh-p5-sh 80.940 101.410 SOURCE3 2 0.0000 -oh-p5-ss 78.780 104.330 SOURCE3 6 2.0112 -o -p5-o 73.530 115.800 SOURCE3 17 5.7902 -o -p5-oh 69.980 115.260 SOURCE4 740 1.3004 -o -p5-os 70.340 116.090 SOURCE3 35 3.2062 -o -p5-p2 58.380 114.600 SOURCE3 1 -o -p5-p3 57.310 115.480 SOURCE3 9 2.1084 -o -p5-p4 56.910 114.660 SOURCE3 1 -o -p5-p5 62.020 113.440 SOURCE3 1 -o -p5-s4 80.110 110.230 SOURCE3 1 -o -p5-s6 79.570 111.750 SOURCE3 1 -o -p5-s 81.840 116.940 SOURCE3 3 2.9506 -o -p5-sh 77.150 114.560 SOURCE3 3 1.7645 -os-p5-os 72.510 101.770 SOURCE4 243 2.0816 -os-p5-p3 60.190 103.670 SOURCE3 2 0.0000 -os-p5-p5 63.870 104.480 SOURCE3 1 -os-p5-s4 82.050 102.520 SOURCE3 1 -os-p5-s6 82.310 101.890 SOURCE3 1 -o -p5-ss 76.760 112.460 SOURCE3 6 2.7392 -os-p5-s 80.280 117.280 SOURCE4 74 0.7542 -os-p5-sh 79.910 104.590 SOURCE3 2 0.0000 -os-p5-ss 79.620 102.650 SOURCE4 25 1.8093 -p2-p5-p2 57.260 107.140 SOURCE3 1 -p3-p5-p3 56.920 105.230 SOURCE3 3 5.1024 -p4-p5-p4 57.300 101.620 SOURCE3 1 -p5-p5-p5 59.250 112.720 SOURCE3 1 -s6-p5-s6 98.920 105.180 SOURCE3 1 -sh-p5-sh 97.210 104.560 SOURCE3 1 0.0000 -sh-p5-ss 95.280 107.130 SOURCE3 1 -s -p5-s 100.790 114.130 SOURCE3 1 0.0000 -ss-p5-ss 93.470 109.610 SOURCE3 1 0.0000 -cd-pc-n 68.330 90.800 SOURCE3 3 2.3423 -cd-pc-na 68.730 90.180 SOURCE3 81 2.7619 -cc-pd-n 68.330 90.800 SOURCE3 3 same_as_cd-pc-n -cc-pd-na 68.730 90.180 SOURCE3 81 same_as_cd-pc-na -c2-pe-ca 62.070 101.440 SOURCE3 3 0.7177 -c2-pe-ce 61.820 103.010 SOURCE3 4 1.4470 -c2-pe-cg 65.280 104.030 SOURCE3 3 3.8740 -c2-pe-n2 71.820 94.140 SOURCE3 1 -c2-pe-ne 66.880 98.700 SOURCE3 12 5.3383 -c2-pe-o 65.620 115.160 SOURCE3 2 0.0149 -c2-pe-p2 64.330 107.820 SOURCE3 1 -c2-pe-pe 60.830 102.990 SOURCE3 9 8.2860 -c2-pe-px 64.550 97.370 SOURCE3 4 0.6655 -c2-pe-py 64.310 96.710 SOURCE3 4 1.2755 -c2-pe-s 83.060 111.160 SOURCE3 2 0.0000 -c2-pe-sx 77.900 95.110 SOURCE3 4 0.2676 -c2-pe-sy 76.420 95.560 SOURCE3 2 0.0462 -ca-pe-n2 65.480 102.030 SOURCE3 1 0.0000 -ca-pe-o 64.570 106.880 SOURCE3 2 0.0018 -ca-pe-p2 64.350 100.790 SOURCE3 1 0.0000 -ca-pe-pf 61.170 99.700 SOURCE3 2 0.0000 -ca-pe-s 81.050 107.930 SOURCE3 1 0.0000 -c -pe-c2 61.660 97.300 SOURCE3 3 0.0335 -ce-pe-n2 66.250 100.550 SOURCE3 1 0.0000 -ce-pe-o 64.690 107.440 SOURCE3 1 0.0000 -ce-pe-p2 64.930 99.560 SOURCE3 1 0.0000 -ce-pe-s 82.230 105.540 SOURCE3 1 0.0000 -cg-pe-n2 70.820 101.790 SOURCE3 1 0.0000 -cg-pe-o 69.640 107.620 SOURCE3 1 0.0000 -cg-pe-p2 66.260 104.680 SOURCE3 2 5.1435 -cg-pe-s 85.560 108.600 SOURCE3 4 2.6981 -n2-pe-n2 72.340 108.140 SOURCE3 1 -n2-pe-ne 68.550 106.800 SOURCE3 6 4.5981 -n2-pe-o 70.860 115.390 SOURCE3 1 0.0000 -n2-pe-p2 66.740 111.600 SOURCE3 1 -n2-pe-pe 61.500 109.400 SOURCE3 1 0.0000 -n2-pe-px 63.500 110.300 SOURCE3 3 6.0548 -n2-pe-py 68.340 93.680 SOURCE3 1 0.0000 -n2-pe-s 86.860 114.840 SOURCE3 3 3.6512 -n2-pe-sx 79.730 97.830 SOURCE3 1 0.0000 -n2-pe-sy 78.100 98.140 SOURCE3 1 0.0000 -ne-pe-o 68.170 110.240 SOURCE3 3 3.8478 -ne-pe-p2 66.630 104.480 SOURCE3 2 7.1207 -ne-pe-s 85.380 109.190 SOURCE3 5 3.6708 -o -pe-o 70.340 119.960 SOURCE3 1 0.0000 -o -pe-p2 66.560 114.230 SOURCE3 1 0.0000 -o -pe-pe 53.630 145.960 SOURCE3 1 0.0000 -o -pe-px 65.790 104.370 SOURCE3 1 0.0000 -o -pe-py 65.210 104.490 SOURCE3 1 0.0000 -o -pe-s 86.750 117.420 SOURCE3 2 0.0426 -o -pe-sx 76.900 106.590 SOURCE3 1 0.0000 -o -pe-sy 75.980 105.040 SOURCE3 1 0.0000 -p2-pe-pe 65.430 98.240 SOURCE3 1 0.0000 -p2-pe-px 63.970 108.280 SOURCE3 2 6.2959 -p2-pe-py 62.850 110.870 SOURCE3 3 8.1645 -p2-pe-s 85.370 111.280 SOURCE3 1 0.0000 -p2-pe-sx 81.920 95.730 SOURCE3 1 0.0000 -p2-pe-sy 80.670 95.950 SOURCE3 1 0.0000 -pe-pe-s 80.550 107.910 SOURCE3 2 1.5577 -px-pe-s 83.060 107.620 SOURCE3 2 3.7266 -py-pe-s 82.090 108.730 SOURCE3 3 5.3201 -s -pe-s 88.130 178.440 SOURCE3 1 0.0000 -s -pe-sx 99.120 108.320 SOURCE3 2 3.0318 -s -pe-sy 98.190 106.930 SOURCE3 1 0.0000 -c2-pf-ca 62.070 101.440 SOURCE3 3 same_as_c2-pe-ca -c2-pf-cf 61.820 103.010 SOURCE3 4 same_as_c2-pe-ce -c2-pf-ch 65.280 104.030 SOURCE3 3 same_as_c2-pe-cg -c2-pf-n2 71.820 94.140 SOURCE3 1 same_as_c2-pe-n2 -c2-pf-nf 66.880 98.700 SOURCE3 12 same_as_c2-pe-ne -c2-pf-o 65.620 115.160 SOURCE3 2 same_as_c2-pe-o -c2-pf-p2 64.330 107.820 SOURCE3 1 same_as_c2-pe-p2 -c2-pf-pf 60.830 102.990 SOURCE3 9 same_as_c2-pe-pe -c2-pf-px 64.550 97.370 SOURCE3 4 same_as_c2-pe-px -c2-pf-py 64.310 96.710 SOURCE3 4 same_as_c2-pe-py -c2-pf-s 83.060 111.160 SOURCE3 2 same_as_c2-pe-s -c2-pf-sx 77.900 95.110 SOURCE3 4 same_as_c2-pe-sx -c2-pf-sy 76.420 95.560 SOURCE3 2 same_as_c2-pe-sy -ca-pf-n2 65.480 102.030 SOURCE3 1 same_as_ca-pe-n2 -ca-pf-o 64.570 106.880 SOURCE3 2 same_as_ca-pe-o -ca-pf-p2 64.350 100.790 SOURCE3 1 same_as_ca-pe-p2 -ca-pf-pe 61.170 99.700 SOURCE3 2 0.0000 -ca-pf-s 81.050 107.930 SOURCE3 1 same_as_ca-pe-s -c -pf-c2 61.660 97.300 SOURCE3 3 same_as_c-pe-c2 -cf-pf-n2 66.250 100.550 SOURCE3 1 same_as_ce-pe-n2 -cf-pf-o 64.690 107.440 SOURCE3 1 same_as_ce-pe-o -cf-pf-p2 64.930 99.560 SOURCE3 1 same_as_ce-pe-p2 -cf-pf-s 82.230 105.540 SOURCE3 1 same_as_ce-pe-s -ch-pf-n2 70.820 101.790 SOURCE3 1 same_as_cg-pe-n2 -ch-pf-o 69.640 107.620 SOURCE3 1 same_as_cg-pe-o -ch-pf-p2 66.260 104.680 SOURCE3 2 same_as_cg-pe-p2 -ch-pf-s 85.560 108.600 SOURCE3 4 same_as_cg-pe-s -n2-pf-n2 72.340 108.140 SOURCE3 1 same_as_n2-pe-n2 -n2-pf-nf 68.550 106.800 SOURCE3 6 same_as_n2-pe-ne -n2-pf-o 70.860 115.390 SOURCE3 1 same_as_n2-pe-o -n2-pf-p2 66.740 111.600 SOURCE3 1 same_as_n2-pe-p2 -n2-pf-pf 61.500 109.400 SOURCE3 1 same_as_n2-pe-pe -n2-pf-px 63.500 110.300 SOURCE3 3 same_as_n2-pe-px -n2-pf-py 68.340 93.680 SOURCE3 1 same_as_n2-pe-py -n2-pf-s 86.860 114.840 SOURCE3 3 same_as_n2-pe-s -n2-pf-sx 79.730 97.830 SOURCE3 1 same_as_n2-pe-sx -n2-pf-sy 78.100 98.140 SOURCE3 1 same_as_n2-pe-sy -nf-pf-o 68.170 110.240 SOURCE3 3 same_as_ne-pe-o -nf-pf-p2 66.630 104.480 SOURCE3 2 same_as_ne-pe-p2 -nf-pf-s 85.380 109.190 SOURCE3 5 same_as_ne-pe-s -o -pf-o 70.340 119.960 SOURCE3 1 same_as_o-pe-o -o -pf-p2 66.560 114.230 SOURCE3 1 same_as_o-pe-p2 -o -pf-pf 53.630 145.960 SOURCE3 1 same_as_o-pe-pe -o -pf-px 65.790 104.370 SOURCE3 1 same_as_o-pe-px -o -pf-py 65.210 104.490 SOURCE3 1 same_as_o-pe-py -o -pf-s 86.750 117.420 SOURCE3 2 same_as_o-pe-s -o -pf-sx 76.900 106.590 SOURCE3 1 same_as_o-pe-sx -o -pf-sy 75.980 105.040 SOURCE3 1 same_as_o-pe-sy -p2-pf-pf 65.430 98.240 SOURCE3 1 same_as_p2-pe-pe -p2-pf-px 63.970 108.280 SOURCE3 2 same_as_p2-pe-px -p2-pf-py 62.850 110.870 SOURCE3 3 same_as_p2-pe-py -p2-pf-s 85.370 111.280 SOURCE3 1 same_as_p2-pe-s -p2-pf-sx 81.920 95.730 SOURCE3 1 same_as_p2-pe-sx -p2-pf-sy 80.670 95.950 SOURCE3 1 same_as_p2-pe-sy -pf-pf-s 80.550 107.910 SOURCE3 2 same_as_pe-pe-s -px-pf-s 83.060 107.620 SOURCE3 2 same_as_px-pe-s -py-pf-s 82.090 108.730 SOURCE3 3 same_as_py-pe-s -s -pf-s 88.130 178.440 SOURCE3 1 same_as_s-pe-s -s -pf-sx 99.120 108.320 SOURCE3 2 same_as_s-pe-sx -s -pf-sy 98.190 106.930 SOURCE3 1 same_as_s-pe-sy -c3-px-ca 59.090 104.790 SOURCE3 1 0.0000 -c3-px-ce 59.140 104.860 SOURCE3 4 0.6354 -c3-px-cf 59.140 104.860 SOURCE3 4 same_as_c3-px-ce -c3-px-ne 63.210 102.460 SOURCE3 7 1.8685 -c3-px-nf 63.210 102.460 SOURCE3 7 same_as_c3-px-ne -c3-px-o 62.960 113.680 SOURCE3 28 4.8990 -c3-px-pe 60.390 105.730 SOURCE3 10 4.4059 -c3-px-pf 60.390 105.730 SOURCE3 10 same_as_c3-px-pe -c3-px-py 57.460 103.110 SOURCE3 3 0.8680 -c3-px-sx 72.950 99.550 SOURCE3 1 0.0000 -c3-px-sy 71.410 103.410 SOURCE3 1 0.0000 -ca-px-ca 59.260 104.150 SOURCE3 2 3.6168 -ca-px-o 64.720 107.500 SOURCE3 5 5.7355 -c -px-c3 58.650 101.720 SOURCE3 1 0.0000 -ce-px-ce 59.370 104.210 SOURCE3 1 0.0000 -ce-px-o 63.000 113.790 SOURCE3 6 0.3877 -cf-px-cf 59.370 104.210 SOURCE3 1 same_as_ce-px-ce -cf-px-o 63.000 113.790 SOURCE3 6 same_as_ce-px-o -c -px-o 60.710 114.470 SOURCE3 1 0.0000 -ne-px-ne 66.990 103.220 SOURCE3 2 0.6807 -ne-px-o 67.560 114.130 SOURCE3 11 8.9737 -nf-px-nf 66.990 103.220 SOURCE3 2 same_as_ne-px-ne -nf-px-o 67.560 114.130 SOURCE3 11 same_as_ne-px-o -o -px-pe 62.400 116.500 SOURCE3 12 8.2925 -o -px-pf 62.400 116.500 SOURCE3 12 same_as_o-px-pe -o -px-py 57.960 114.200 SOURCE3 5 1.7165 -o -px-sx 72.440 112.810 SOURCE3 3 0.8799 -o -px-sy 71.990 113.540 SOURCE3 3 0.5010 -pe-px-pe 61.250 110.710 SOURCE3 1 0.0000 -pf-px-pf 61.250 110.710 SOURCE3 1 same_as_pe-px-pe -py-px-py 56.600 107.780 SOURCE3 1 0.0000 -sx-px-sx 94.100 96.240 SOURCE3 1 0.0000 -sy-px-sy 90.960 102.360 SOURCE3 1 0.0000 -c3-py-n4 59.670 103.830 SOURCE3 4 0.0000 -c3-py-na 61.950 106.890 SOURCE3 2 0.0000 -c3-py-o 62.250 117.870 SOURCE3 13 2.3554 -c3-py-oh 65.880 100.160 SOURCE3 2 0.0000 -c3-py-os 64.170 105.390 SOURCE3 1 0.0000 -c3-py-px 56.690 106.270 SOURCE3 2 0.0000 -c3-py-py 54.980 113.970 SOURCE3 10 1.6346 -c3-py-sx 70.270 106.360 SOURCE3 4 0.0000 -ca-py-ca 59.130 107.550 SOURCE3 1 0.0000 -ca-py-o 63.640 113.980 SOURCE3 3 0.5309 -ca-py-oh 65.370 102.680 SOURCE4 5 1.2945 -ca-py-os 64.980 103.750 SOURCE3 2 0.0000 -c -py-c3 57.070 110.360 SOURCE3 1 0.0000 -c -py-c 57.910 104.200 SOURCE3 1 0.0000 -ce-py-ce 59.600 106.540 SOURCE3 1 0.0000 -ce-py-o 64.310 112.160 SOURCE3 5 3.2594 -ce-py-oh 64.850 104.770 SOURCE3 6 2.1852 -ce-py-os 65.240 103.340 SOURCE3 2 0.0000 -cf-py-cf 59.600 106.540 SOURCE3 1 same_as_ce-py-ce -cf-py-o 64.310 112.160 SOURCE3 5 same_as_ce-py-o -cf-py-oh 64.850 104.770 SOURCE3 6 same_as_ce-py-oh -cf-py-os 65.240 103.340 SOURCE3 2 same_as_ce-py-os -c -py-o 61.560 115.250 SOURCE3 6 2.6519 -c -py-oh 63.980 102.140 SOURCE3 6 1.0654 -c -py-os 66.040 95.740 SOURCE3 3 9.0999 -n3-py-ne 67.010 108.440 SOURCE4 12 0.9498 -n4-py-o 62.060 115.580 SOURCE3 4 0.0000 -n4-py-py 79.860 55.100 SOURCE3 4 0.0000 -na-py-o 65.180 122.400 SOURCE3 2 0.0000 -na-py-py 85.440 50.880 SOURCE3 2 0.0000 -ne-py-ne 69.540 106.290 SOURCE3 1 0.0000 -ne-py-o 70.320 113.210 SOURCE3 15 3.8894 -ne-py-oh 70.530 104.700 SOURCE3 26 2.7513 -ne-py-os 71.610 101.330 SOURCE3 2 0.0000 -nf-py-nf 69.540 106.290 SOURCE3 1 same_as_ne-py-ne -nf-py-o 70.320 113.210 SOURCE3 15 same_as_ne-py-o -nf-py-oh 70.530 104.700 SOURCE3 26 same_as_ne-py-oh -nf-py-os 71.610 101.330 SOURCE3 2 same_as_ne-py-os -oh-py-oh 72.010 101.780 SOURCE3 35 2.2937 -oh-py-pe 64.390 104.840 SOURCE3 22 2.0337 -oh-py-pf 64.390 104.840 SOURCE3 22 same_as_oh-py-pe -oh-py-px 60.300 104.300 SOURCE3 8 1.2772 -oh-py-py 61.760 100.450 SOURCE3 6 0.0000 -oh-py-sx 75.730 100.940 SOURCE3 4 0.0000 -oh-py-sy 77.890 101.470 SOURCE3 6 0.2490 -o -py-oh 69.900 116.140 SOURCE3 79 2.1455 -o -py-os 69.600 116.790 SOURCE3 17 1.3534 -o -py-pe 62.460 114.560 SOURCE3 12 3.6114 -o -py-pf 62.460 114.560 SOURCE3 12 same_as_o-py-pe -o -py-px 58.710 111.370 SOURCE3 5 0.3803 -o -py-py 56.790 120.430 SOURCE3 16 6.0629 -os-py-os 72.020 101.250 SOURCE3 8 2.0860 -os-py-py 60.540 104.480 SOURCE3 4 0.0000 -os-py-sx 74.640 103.860 SOURCE3 2 0.0000 -os-py-sy 77.620 102.120 SOURCE3 2 0.0000 -o -py-sx 70.140 118.560 SOURCE3 7 6.2976 -o -py-sy 74.750 111.710 SOURCE3 5 1.1937 -pe-py-pe 61.640 107.140 SOURCE3 1 0.0000 -pf-py-pf 61.640 107.140 SOURCE3 1 same_as_pe-py-pe -py-py-py 55.680 112.700 SOURCE3 1 0.0000 -py-py-sx 93.740 61.540 SOURCE3 4 0.0000 -sy-py-sy 92.490 105.170 SOURCE3 1 0.0000 -c1-s2-o 41.150 117.250 SOURCE3 1 0.0000 -c2-s2-n2 42.960 110.840 SOURCE3 1 0.0000 -c2-s2-o 41.410 114.700 SOURCE2 1 0.0000 -cl-s2-n1 35.940 117.700 SOURCE2 1 0.0000 -f -s2-n1 41.390 116.900 SOURCE2 1 0.0000 -n1-s2-o 45.710 108.460 HF/6-31G* 1 -n2-s2-o 42.500 121.200 SOURCE2 2 0.8000 -o -s2-o 42.540 116.170 SOURCE3 1 0.0000 -o -s2-s 50.510 118.300 SOURCE2 1 0.0000 -s -s2-s 63.640 115.040 SOURCE3 1 0.0000 -br-s4-br 40.430 98.020 SOURCE3 1 -br-s4-c3 38.910 92.980 SOURCE3 1 0.0000 -br-s4-o 37.040 112.070 SOURCE3 1 0.0000 -c1-s4-c1 40.890 93.550 SOURCE3 1 0.0000 -c1-s4-o 41.280 110.360 SOURCE3 2 0.0000 -c2-s4-c2 38.790 102.290 SOURCE3 1 -c2-s4-c3 39.720 94.950 SOURCE3 1 -c2-s4-o 41.680 107.090 SOURCE3 1 -c3-s4-c3 38.840 96.820 SOURCE3 11 1.5580 -c3-s4-ca 39.410 95.000 SOURCE3 1 -c3-s4-f 41.500 91.700 SOURCE3 1 0.0000 -c3-s4-hs 29.130 90.600 SOURCE3 1 0.0000 -c3-s4-i 33.080 90.530 SOURCE3 1 0.0000 -c3-s4-n2 43.220 90.590 SOURCE3 1 -c3-s4-n3 40.780 94.490 SOURCE3 4 1.5570 -c3-s4-n 40.220 96.070 SOURCE3 4 1.0354 -c3-s4-n4 38.790 92.470 SOURCE3 1 0.0000 -c3-s4-na 40.740 93.070 SOURCE3 10 1.8813 -c3-s4-nh 40.360 97.080 SOURCE3 1 0.0000 -c3-s4-no 39.130 89.530 SOURCE3 1 0.0000 -c3-s4-o 41.060 106.210 SOURCE3 60 2.0426 -c3-s4-oh 42.680 90.250 SOURCE4 8 0.3023 -c3-s4-os 42.690 90.060 SOURCE3 4 0.4484 -c3-s4-p2 37.780 94.370 SOURCE3 1 -c3-s4-p3 38.650 96.540 SOURCE3 4 1.3634 -c3-s4-p4 36.430 97.400 SOURCE3 1 -c3-s4-p5 38.720 99.180 SOURCE3 1 -c3-s4-s4 50.930 89.500 SOURCE3 1 -c3-s4-s 48.550 98.720 SOURCE3 2 0.0185 -c3-s4-s6 48.800 97.480 SOURCE3 1 -c3-s4-sh 48.100 94.660 SOURCE3 1 0.0000 -c3-s4-ss 47.970 95.310 SOURCE3 3 1.4101 -ca-s4-ca 39.580 95.210 SOURCE3 1 -ca-s4-o 41.300 106.630 SOURCE3 1 -c -s4-c3 38.500 95.070 SOURCE3 1 -c -s4-c 39.630 86.830 SOURCE3 1 -cl-s4-cl 38.990 97.680 SOURCE3 1 0.0000 -cl-s4-o 39.110 108.340 SOURCE3 2 0.0000 -c -s4-o 40.030 106.170 SOURCE3 1 -cx-s4-cx 54.250 48.800 SOURCE2 1 0.0000 -cx-s4-o 40.110 110.000 SOURCE2 1 0.0000 -f -s4-f 43.790 92.710 SOURCE2 3 0.1490 -f -s4-o 43.870 106.810 SOURCE2 2 0.0100 -f -s4-s 47.340 107.500 SOURCE2 1 0.0000 -hs-s4-hs 23.650 87.000 SOURCE3 2 0.0202 -hs-s4-n1 32.050 90.510 HF/6-31G* 1 -hs-s4-o 31.160 110.270 SOURCE3 5 0.1908 -i -s4-i 34.070 97.290 SOURCE3 1 -i -s4-o 29.610 113.910 SOURCE3 1 0.0000 -n1-s4-n1 45.300 94.020 HF/6-31G* 1 -n1-s4-o 43.950 110.090 HF/6-31G* 1 -n2-s4-n2 47.410 90.170 SOURCE3 1 -n2-s4-o 45.130 107.570 SOURCE3 1 -n3-s4-n3 43.100 91.190 SOURCE3 1 0.0000 -n3-s4-o 42.290 109.070 SOURCE3 6 2.3605 -n4-s4-n4 37.790 94.610 SOURCE3 1 0.0000 -n4-s4-o 39.520 104.910 SOURCE3 3 0.4370 -na-s4-na 39.810 103.100 SOURCE3 1 -na-s4-o 41.620 109.750 SOURCE3 10 2.6919 -nh-s4-nh 43.150 92.240 SOURCE3 1 0.0000 -nh-s4-o 42.790 107.540 SOURCE3 3 0.0401 -n -s4-n 42.570 91.300 SOURCE3 1 -n -s4-o 42.600 105.700 SOURCE3 4 1.6857 -no-s4-no 39.760 83.400 SOURCE3 1 0.0000 -no-s4-o 39.370 103.580 SOURCE3 3 1.5109 -oh-s4-oh 43.170 100.340 SOURCE3 1 -o -s4-o 46.570 110.610 SOURCE3 5 3.6413 -o -s4-oh 43.430 110.130 SOURCE4 10 0.5760 -o -s4-os 43.590 109.020 SOURCE3 8 1.5005 -o -s4-p2 37.660 106.770 SOURCE3 1 -o -s4-p3 39.430 106.510 SOURCE3 8 4.0943 -o -s4-p4 37.270 103.360 SOURCE3 1 -o -s4-p5 42.180 96.950 SOURCE3 1 -o -s4-s4 50.530 104.550 SOURCE3 1 -o -s4-s 48.850 112.220 SOURCE3 4 2.8682 -o -s4-s6 50.940 102.840 SOURCE3 1 -o -s4-sh 47.960 107.510 SOURCE3 3 0.7511 -os-s4-os 44.590 93.680 SOURCE3 2 2.4166 -o -s4-ss 47.560 109.490 SOURCE3 5 1.8509 -p2-s4-p2 38.360 92.620 SOURCE3 1 -p3-s4-p3 39.590 95.710 SOURCE3 2 1.2239 -p5-s4-p5 40.900 93.860 SOURCE3 1 -s4-s4-s4 65.560 90.170 SOURCE3 1 -s4-s4-s6 65.560 90.170 SOURCE3 1 -s6-s4-s6 64.380 93.520 SOURCE3 1 -sh-s4-sh 58.920 102.760 SOURCE3 1 0.0000 -sh-s4-ss 58.980 102.640 SOURCE3 1 -s -s4-s 60.000 108.080 SOURCE3 1 0.0000 -ss-s4-ss 61.190 95.470 SOURCE3 1 0.0000 -br-s6-br 41.990 101.570 SOURCE3 1 0.0000 -br-s6-c3 39.570 98.990 SOURCE3 1 0.0000 -br-s6-f 39.450 100.600 SOURCE2 1 0.0000 -br-s6-o 39.980 107.580 SOURCE3 6 0.3000 -c1-s6-c1 40.100 99.990 SOURCE3 1 0.0000 -c1-s6-o 42.610 108.230 SOURCE3 4 0.0000 -c2-s6-c2 38.710 102.750 SOURCE3 1 -c2-s6-c3 38.310 104.050 SOURCE3 1 -c2-s6-o 42.250 106.580 SOURCE3 1 -c3-s6-c3 38.390 102.830 SOURCE3 7 1.2531 -c3-s6-ca 38.480 103.170 SOURCE3 1 -c3-s6-cy 39.140 94.570 SOURCE4 8 0.4183 -c3-s6-f 41.130 97.110 SOURCE3 1 0.0000 -c3-s6-hs 28.120 100.620 SOURCE3 1 0.0000 -c3-s6-i 31.800 97.740 SOURCE3 1 0.0000 -c3-s6-n2 39.680 112.950 SOURCE4 11 0.7920 -c3-s6-n3 41.120 101.380 SOURCE4 60 0.9507 -c3-s6-n 39.940 102.970 SOURCE3 4 0.8785 -c3-s6-n4 38.370 99.400 SOURCE3 3 0.4695 -c3-s6-na 39.840 102.810 SOURCE3 10 3.1256 -c3-s6-nh 39.880 104.310 SOURCE4 34 1.5848 -c3-s6-no 37.590 99.570 SOURCE3 1 0.0000 -c3-s6-o 41.660 108.320 SOURCE3 112 1.8014 -c3-s6-oh 42.370 98.600 SOURCE4 42 0.8366 -c3-s6-os 42.970 96.320 SOURCE4 30 0.4539 -c3-s6-p2 35.860 106.470 SOURCE3 1 -c3-s6-p3 37.690 103.400 SOURCE3 3 0.8516 -c3-s6-p4 35.150 104.120 SOURCE3 1 -c3-s6-p5 38.150 103.460 SOURCE3 1 -c3-s6-s4 48.920 98.100 SOURCE3 1 -c3-s6-s 48.070 104.500 SOURCE3 1 0.0000 -c3-s6-s6 47.990 101.950 SOURCE3 1 -c3-s6-sh 47.570 101.840 SOURCE3 1 0.0000 -c3-s6-ss 47.260 102.470 SOURCE3 3 1.7451 -ca-s6-ca 38.670 103.080 SOURCE3 1 -ca-s6-o 42.780 104.070 SOURCE4 59 0.5636 -c -s6-c3 37.620 101.240 SOURCE3 1 -c -s6-c 36.960 99.820 SOURCE3 1 -cc-s6-o 42.850 103.630 SOURCE4 9 0.5934 -cl-s6-cl 38.290 101.250 SOURCE3 1 0.0000 -cl-s6-f 38.940 99.000 SOURCE2 1 0.0000 -cl-s6-o 39.360 107.660 SOURCE3 4 0.0000 -c -s6-o 40.020 107.970 SOURCE3 1 -c -s6-os 40.270 102.120 SOURCE3 1 -cx-s6-cx 53.940 54.700 SOURCE2 1 0.0000 -cy-s6-o 39.940 110.220 SOURCE4 20 1.1009 -f -s6-f 44.300 94.700 SOURCE2 3 0.9899 -f -s6-o 45.290 106.480 SOURCE3 2 0.0000 -hs-s6-hs 22.430 99.020 SOURCE3 2 0.0595 -hs-s6-n1 34.230 97.270 HF/6-31G* 1 -hs-s6-o 32.480 107.600 SOURCE3 10 0.0343 -i -s6-i 33.730 99.250 SOURCE3 1 -i -s6-o 29.870 109.740 SOURCE3 2 0.0000 -n1-s6-n1 52.370 95.520 HF/6-31G* 1 -n1-s6-o 49.300 107.520 HF/6-31G* 1 -n2-s6-n2 47.050 98.610 SOURCE3 1 -n2-s6-o 45.100 116.410 SOURCE3 3 5.0830 -n2-s6-oh 44.890 106.960 SOURCE3 2 0.0000 -n2-s6-os 45.860 103.250 SOURCE3 1 -n3-s6-n3 44.730 98.570 SOURCE4 7 0.2690 -n3-s6-o 45.610 106.800 SOURCE3 14 1.7908 -n3-s6-os 45.580 99.260 SOURCE4 8 0.5141 -n4-s6-n4 37.520 101.850 SOURCE3 1 0.0000 -n4-s6-o 41.190 102.920 SOURCE3 10 1.5434 -na-s6-na 42.390 98.040 SOURCE3 1 -na-s6-o 44.090 105.670 SOURCE3 20 0.8019 -nh-s6-nh 43.940 94.560 SOURCE3 1 0.0000 -nh-s6-o 43.940 109.120 SOURCE3 6 0.9556 -n -s6-n 41.410 104.160 SOURCE3 1 -n -s6-o 44.260 105.910 SOURCE3 8 0.2953 -no-s6-no 38.320 91.630 SOURCE3 1 0.0000 -no-s6-o 39.210 107.430 SOURCE3 6 1.5494 -n -s6-os 44.300 99.230 SOURCE4 5 0.9794 -oh-s6-oh 46.090 100.340 SOURCE3 6 0.0076 -oh-s6-os 47.130 96.620 SOURCE4 26 0.6688 -oh-s6-p2 37.140 109.670 SOURCE3 2 0.0000 -o -s6-o 46.660 119.730 SOURCE4 324 2.0530 -o -s6-oh 46.380 108.210 SOURCE3 18 0.7437 -o -s6-os 46.660 107.840 SOURCE3 12 0.7025 -o -s6-p2 37.890 106.610 SOURCE3 1 -o -s6-p3 39.630 107.070 SOURCE3 22 1.0550 -o -s6-p4 36.540 105.670 SOURCE3 1 -o -s6-p5 40.380 106.640 SOURCE3 1 -o -s6-s4 49.910 107.850 SOURCE3 1 -o -s6-s 50.300 110.290 SOURCE3 6 2.2405 -o -s6-s6 50.330 106.070 SOURCE3 1 -o -s6-sh 49.520 106.810 SOURCE3 6 0.6292 -os-s6-os 46.800 98.700 SOURCE3 1 0.0000 -o -s6-ss 49.150 107.430 SOURCE3 10 1.1423 -p3-s6-p3 37.080 110.170 SOURCE3 4 5.3678 -p5-s6-p5 38.770 104.490 SOURCE3 1 -s4-s6-s4 61.650 101.990 SOURCE3 1 -s4-s6-s6 65.560 90.170 SOURCE3 1 -s6-s6-s6 61.260 103.290 SOURCE3 1 -sh-s6-sh 59.550 106.430 SOURCE3 1 0.0000 -sh-s6-ss 60.490 102.640 SOURCE3 1 -s -s6-s 60.770 109.340 SOURCE3 1 0.0000 -ss-s6-ss 60.590 101.820 SOURCE3 1 0.0000 -br-sh-hs 27.240 95.640 SOURCE3 1 0.0000 -c1-sh-hs 30.170 95.990 calculated_based_on_C#C-SH 0 -c2-sh-hs 28.660 97.080 SOURCE4 5 0.3132 -c3-sh-hs 28.120 96.600 SOURCE3 12 0.8009 -ca-sh-hs 28.980 94.840 SOURCE4 13 0.4130 -cc-sh-hs 29.040 95.380 SOURCE4 8 1.1410 -c -sh-hs 28.760 96.070 SOURCE3 6 1.1164 -f -sh-hs 30.090 96.500 SOURCE3 1 0.0000 -hs-sh-hs 23.430 93.720 SOURCE3 3 0.4777 -hs-sh-i 23.210 96.440 SOURCE3 1 0.0000 -hs-sh-n1 32.340 93.510 HF/6-31G* 1 -hs-sh-n2 30.110 95.820 SOURCE3 5 3.1495 -hs-sh-n 30.290 95.590 SOURCE3 4 3.9065 -hs-sh-n3 30.070 95.980 SOURCE3 3 1.1735 -hs-sh-n4 29.500 93.130 SOURCE3 3 0.1675 -hs-sh-na 30.110 97.380 SOURCE3 9 1.0223 -hs-sh-nh 29.730 101.110 SOURCE3 1 0.0000 -hs-sh-no 29.630 92.930 SOURCE3 1 0.0000 -hs-sh-o 30.170 109.230 SOURCE3 2 0.0068 -hs-sh-oh 30.500 98.640 SOURCE3 2 0.0605 -hs-sh-os 30.880 98.150 SOURCE3 3 0.1661 -hs-sh-p2 27.940 99.120 SOURCE3 10 5.4110 -hs-sh-p3 26.260 95.810 SOURCE3 3 0.4396 -hs-sh-p4 26.700 94.220 SOURCE3 4 0.7605 -hs-sh-p5 27.090 94.520 SOURCE3 3 0.5589 -hs-sh-s 32.420 102.870 SOURCE3 2 0.0000 -hs-sh-s4 33.290 92.160 SOURCE3 3 1.6519 -hs-sh-s6 33.980 93.830 SOURCE3 3 1.2561 -hs-sh-sh 33.890 99.070 SOURCE3 2 0.0000 -hs-sh-ss 33.730 99.170 SOURCE3 3 0.2457 -br-ss-br 41.920 102.920 SOURCE3 1 0.0000 -br-ss-c3 39.460 99.030 SOURCE3 1 0.0000 -c1-ss-c1 41.480 98.300 SOURCE2 1 0.0000 -c1-ss-c3 39.350 99.900 SOURCE2 1 0.0000 -c2-ss-c2 39.870 99.560 SOURCE3 1 0.0000 -c2-ss-c3 38.710 100.370 SOURCE4 100 2.3280 -c2-ss-cy 40.860 88.610 SOURCE4 27 0.4481 -c2-ss-n2 40.330 106.760 SOURCE3 1 0.0000 -c2-ss-na 40.680 100.510 SOURCE3 6 6.9702 -c2-ss-os 43.660 89.760 SOURCE3 1 0.0000 -c2-ss-ss 51.300 92.260 SOURCE3 1 0.0000 -c3-ss-c3 37.940 99.920 SOURCE3 14 2.0723 -c3-ss-ca 38.040 102.120 SOURCE4 161 1.3084 -c3-ss-cc 38.610 100.850 SOURCE4 74 1.3149 -c3-ss-cd 38.730 100.210 SOURCE4 13 1.3340 -c3-ss-cl 37.940 99.400 SOURCE2 1 0.0000 -c3-ss-cy 38.750 94.320 SOURCE4 62 0.3646 -c3-ss-f 39.670 97.490 SOURCE3 1 0.0000 -c3-ss-i 35.060 100.000 SOURCE3 1 0.0000 -c3-ss-n1 41.250 98.440 HF/6-31G* 1 -c3-ss-n2 41.260 96.420 SOURCE3 5 1.3604 -c3-ss-n3 40.110 98.830 SOURCE3 3 0.2909 -c3-ss-n 39.860 100.300 SOURCE3 4 0.6579 -c3-ss-n4 39.380 97.790 SOURCE3 3 0.2002 -c3-ss-na 39.740 100.140 SOURCE3 12 1.7415 -c3-ss-nh 39.890 100.630 SOURCE3 1 0.0000 -c3-ss-no 39.050 98.620 SOURCE3 1 0.0000 -c3-ss-o 40.460 106.600 SOURCE3 2 1.6714 -c3-ss-oh 40.850 98.280 SOURCE3 2 1.4326 -c3-ss-os 40.650 98.210 SOURCE3 4 1.7097 -c3-ss-p2 39.660 98.410 SOURCE3 8 0.9454 -c3-ss-p3 37.720 98.700 SOURCE3 3 0.0356 -c3-ss-p4 38.030 98.160 SOURCE3 4 0.1361 -c3-ss-p5 37.500 100.220 SOURCE4 23 1.1410 -c3-ss-s4 47.600 96.370 SOURCE3 3 0.0202 -c3-ss-s 47.470 101.900 SOURCE3 1 0.0000 -c3-ss-s6 48.260 96.760 SOURCE3 3 1.5680 -c3-ss-sh 47.800 101.930 SOURCE3 1 0.0000 -c3-ss-ss 47.780 103.100 SOURCE4 70 1.3377 -ca-ss-ca 39.270 98.710 SOURCE4 97 1.2321 -ca-ss-cc 41.730 89.010 SOURCE4 88 1.2324 -ca-ss-cd 41.420 90.360 SOURCE4 46 0.9833 -ca-ss-cl 37.980 101.050 SOURCE3 1 0.0000 -ca-ss-n 41.150 97.160 SOURCE3 1 -ca-ss-na 40.520 99.320 SOURCE3 1 -ca-ss-nc 43.300 94.760 SOURCE3 1 0.0000 -ca-ss-nd 43.300 94.760 SOURCE3 1 same_as_ca-ss-nc -ca-ss-ss 47.820 104.900 SOURCE4 19 0.8743 -c -ss-c2 41.060 92.430 SOURCE3 1 0.0000 -c -ss-c3 38.470 100.290 SOURCE3 5 2.2127 -c -ss-c 38.920 101.400 SOURCE3 1 0.0000 -c -ss-cc 41.050 92.430 SOURCE4 14 2.3600 -cc-ss-cc 41.930 89.910 SOURCE3 11 2.2164 -cc-ss-cd 41.970 89.740 SOURCE4 49 0.7509 -cc-ss-n 41.560 97.160 SOURCE3 1 same_as_cd-ss-n -cc-ss-na 40.910 99.330 SOURCE3 18 same_as_cd-ss-na -cc-ss-nc 44.100 93.610 SOURCE4 10 0.8252 -cc-ss-os 41.600 98.810 SOURCE3 2 2.1583 -cc-ss-ss 48.670 102.460 SOURCE3 2 0.0000 -cd-ss-cd 41.930 89.910 SOURCE3 11 2.2164 -cd-ss-n 41.560 97.160 SOURCE3 1 0.0000 -cd-ss-na 40.910 99.330 SOURCE3 18 2.5847 -cd-ss-nd 43.630 95.660 SOURCE3 3 0.0000 -cd-ss-os 41.600 98.810 SOURCE3 2 same_as_cc-ss-os -cd-ss-ss 50.980 93.360 SOURCE4 11 0.3795 -cl-ss-cl 37.900 103.370 SOURCE3 1 0.0000 -cx-ss-cx 54.740 48.300 SOURCE2 1 0.0000 -f -ss-f 41.410 98.300 SOURCE2 1 0.0000 -f -ss-ss 47.400 108.300 SOURCE2 1 0.0000 -i -ss-i 36.380 106.290 SOURCE3 1 0.0000 -n1-ss-n1 45.720 96.960 HF/6-31G* 1 -n2-ss-n2 44.500 96.750 SOURCE3 1 0.0000 -n3-ss-n3 41.610 102.340 SOURCE3 1 0.0000 -n4-ss-n4 39.760 101.190 SOURCE3 1 0.0000 -na-ss-na 41.250 102.810 SOURCE3 1 0.0000 -nc-ss-nc 46.990 97.750 SOURCE4 8 0.3345 -nd-ss-nd 46.580 99.500 SOURCE2 1 same_as_nc-ss-nc -nh-ss-nh 40.860 107.890 SOURCE3 1 0.0000 -n -ss-n 41.570 103.100 SOURCE3 1 0.0000 -no-ss-no 38.430 106.430 SOURCE3 1 0.0000 -oh-ss-oh 42.690 104.250 SOURCE3 1 0.0000 -o -ss-o 43.680 119.300 SOURCE2 1 0.0000 -o -ss-p5 38.880 106.410 SOURCE3 1 0.0000 -o -ss-s6 49.380 105.390 SOURCE3 1 -os-ss-os 42.400 102.990 SOURCE3 1 0.0000 -o -ss-ss 49.130 112.700 SOURCE2 1 0.0000 -p2-ss-p2 41.220 99.520 SOURCE3 1 0.0000 -p3-ss-p3 37.800 101.670 SOURCE3 1 -p5-ss-p5 40.330 89.830 SOURCE3 1 0.0000 -s4-ss-s4 60.990 96.080 SOURCE3 1 0.0000 -s4-ss-s6 60.060 101.260 SOURCE3 1 -s6-ss-s6 60.590 101.810 SOURCE3 1 0.0000 -sh-ss-sh 60.410 107.540 SOURCE3 1 0.0000 -sh-ss-ss 60.950 106.530 SOURCE3 1 -s -ss-s 57.790 115.040 SOURCE3 1 -ss-ss-ss 60.570 108.760 SOURCE4 8 0.2385 -c3-sx-ca 38.700 96.410 SOURCE4 13 0.3130 -c3-sx-cc 39.120 95.110 SOURCE4 17 0.6557 -c3-sx-ce 39.300 94.950 SOURCE3 3 0.0007 -c3-sx-cf 39.300 94.950 SOURCE3 3 same_as_c3-sx-ce -c3-sx-ne 40.880 90.060 SOURCE3 5 1.9627 -c3-sx-nf 40.880 90.060 SOURCE3 5 same_as_c3-sx-ne -c3-sx-o 40.630 107.880 SOURCE3 30 0.8721 -c3-sx-pe 38.060 94.320 SOURCE3 7 0.5547 -c3-sx-pf 38.060 94.320 SOURCE3 7 same_as_c3-sx-pe -c3-sx-px 36.710 96.460 SOURCE3 3 1.3351 -c3-sx-py 36.650 95.670 SOURCE3 1 0.0000 -c3-sx-sx 45.310 91.470 SOURCE3 4 1.9919 -c3-sx-sy 46.490 95.470 SOURCE3 3 2.8422 -ca-sx-ca 38.770 95.210 SOURCE3 1 0.0000 -ca-sx-o 40.550 106.890 SOURCE4 25 0.5562 -c -sx-c3 38.800 92.710 SOURCE3 3 0.3095 -c -sx-c 39.310 86.850 SOURCE3 1 0.0000 -cc-sx-o 41.250 104.490 SOURCE4 17 1.7759 -ce-sx-ce 39.430 94.960 SOURCE3 1 0.0000 -ce-sx-o 40.910 107.470 SOURCE3 5 0.3128 -cf-sx-cf 39.430 94.960 SOURCE3 1 same_as_ce-sx-ce -cf-sx-o 40.910 107.470 SOURCE3 5 same_as_ce-sx-o -c -sx-o 39.710 106.170 SOURCE3 5 0.9477 -ne-sx-ne 41.530 90.170 SOURCE3 1 0.0000 -ne-sx-o 40.900 109.200 SOURCE3 7 1.4542 -nf-sx-nf 41.530 90.170 SOURCE3 1 same_as_ne-sx-ne -nf-sx-o 40.900 109.200 SOURCE3 7 same_as_ne-sx-o -o -sx-pe 38.070 106.430 SOURCE3 9 2.8345 -o -sx-pf 38.070 106.430 SOURCE3 9 same_as_o-sx-pe -o -sx-px 37.160 104.770 SOURCE3 3 1.9810 -o -sx-py 36.140 109.130 SOURCE3 7 5.6840 -o -sx-sx 44.100 104.650 SOURCE3 6 3.0524 -o -sx-sy 47.070 103.410 SOURCE3 5 0.9618 -pe-sx-pe 38.750 92.620 SOURCE3 1 0.0000 -pf-sx-pf 38.750 92.620 SOURCE3 1 same_as_pe-sx-pe -py-sx-py 43.010 69.230 SOURCE3 3 17.4143 -sx-sx-sx 58.780 84.900 SOURCE3 1 0.0000 -sy-sx-sy 59.380 93.520 SOURCE3 1 0.0000 -c3-sy-ca 38.000 103.860 SOURCE4 54 0.3180 -c3-sy-cc 38.280 102.190 SOURCE4 12 1.5324 -c3-sy-ce 38.030 103.810 SOURCE3 3 0.3368 -c3-sy-cf 38.030 103.810 SOURCE3 3 same_as_c3-sy-ce -c3-sy-ne 39.420 103.120 SOURCE3 5 4.1882 -c3-sy-nf 39.420 103.120 SOURCE3 5 same_as_c3-sy-ne -c3-sy-o 41.280 108.480 SOURCE3 62 0.8576 -c3-sy-pe 35.490 106.030 SOURCE3 6 2.6117 -c3-sy-pf 35.490 106.030 SOURCE3 6 same_as_c3-sy-pe -c3-sy-px 35.450 103.620 SOURCE3 3 0.7078 -c3-sy-py 36.330 103.390 SOURCE3 3 0.4563 -c3-sy-sx 44.560 104.640 SOURCE3 3 4.6276 -c3-sy-sy 45.480 100.780 SOURCE3 4 1.1633 -ca-sy-ca 37.950 104.040 SOURCE4 25 2.0762 -ca-sy-cc 37.720 105.090 SOURCE4 5 0.3628 -ca-sy-n3 40.110 102.480 SOURCE4 180 1.0802 -ca-sy-n 39.350 105.450 SOURCE4 51 1.1497 -ca-sy-ne 39.330 103.470 SOURCE4 11 1.6071 -ca-sy-nh 39.330 105.590 SOURCE4 78 1.5805 -ca-sy-o 41.200 108.730 SOURCE3 26 1.2638 -ca-sy-oh 41.070 101.250 SOURCE4 23 0.9100 -ca-sy-os 42.320 92.980 SOURCE3 1 0.0000 -c -sy-c3 37.600 101.250 SOURCE3 3 1.1850 -c -sy-c 37.060 99.810 SOURCE3 1 0.0000 -cc-sy-n3 40.090 102.390 SOURCE4 17 0.6395 -cc-sy-o 41.420 107.270 SOURCE4 62 0.9782 -cd-sy-n3 40.140 102.730 SOURCE4 13 0.5722 -cd-sy-nh 41.070 97.200 SOURCE4 6 0.2429 -cd-sy-o 41.360 108.420 SOURCE4 38 0.6229 -ce-sy-ce 38.220 102.780 SOURCE3 1 0.0000 -ce-sy-o 41.510 107.250 SOURCE3 10 0.5477 -cf-sy-cf 38.220 102.780 SOURCE3 1 same_as_ce-sy-ce -cf-sy-o 41.510 107.250 SOURCE3 10 same_as_ce-sy-o -c -sy-o 40.090 107.230 SOURCE3 10 0.8425 -f -sy-o 45.090 105.600 SOURCE4 7 0.2000 -n2-sy-o 43.410 123.530 SOURCE4 6 1.2388 -n3-sy-ne 41.520 102.400 SOURCE4 5 1.3390 -n3-sy-o 44.080 107.110 SOURCE4 375 1.1257 -na-sy-na 42.390 98.040 SOURCE3 1 -nc-sy-nc 47.080 98.040 SOURCE3 2 -nd-sy-nd 47.080 98.040 SOURCE3 2 -ne-sy-ne 41.660 98.620 SOURCE3 1 0.0000 -ne-sy-o 43.100 107.060 SOURCE3 14 2.2705 -nf-sy-nf 41.660 98.620 SOURCE3 1 same_as_ne-sy-ne -nf-sy-o 43.100 107.060 SOURCE3 14 same_as_ne-sy-o -nh-sy-o 43.910 106.380 SOURCE4 123 1.6517 -n -sy-o 43.660 107.500 SOURCE4 61 1.8720 -o -sy-o 45.300 121.880 SOURCE3 46 0.9495 -o -sy-oh 45.210 106.930 SOURCE3 8 0.7424 -o -sy-os 44.040 108.310 SOURCE4 7 0.1222 -o -sy-pe 37.280 106.900 SOURCE3 12 1.4524 -o -sy-pf 37.280 106.900 SOURCE3 12 same_as_o-sy-pe -o -sy-px 36.810 106.170 SOURCE3 6 0.7059 -o -sy-py 37.840 106.670 SOURCE3 10 0.6478 -o -sy-sx 46.420 106.330 SOURCE3 10 2.0456 -o -sy-sy 46.560 106.190 SOURCE3 12 0.1754 -py-sy-py 36.250 104.490 SOURCE3 1 0.0000 -sx-sy-sx 56.860 101.990 SOURCE3 1 0.0000 -sy-sy-sy 56.630 103.290 SOURCE3 1 0.0000 - -X -c -c -X 4 1.200 180.000 2.000 -X -c -c1-X 2 0.000 180.000 2.000 -X -c -cg-X 2 0.000 180.000 2.000 same as X-c-c1-X -X -c -ch-X 2 0.000 180.000 2.000 -X -c -c2-X 4 8.700 180.000 2.000 intrpol.bsd.on C6H6 -X -c -cu-X 4 8.700 180.000 2.000 intrpol.bsd.on C6H6 -X -c -cv-X 4 8.700 180.000 2.000 intrpol.bsd.on C6H6 -X -c -ce-X 4 8.700 180.000 2.000 intrpol.bsd.on C6H6 -X -c -cf-X 4 8.700 180.000 2.000 intrpol.bsd.on C6H6 -X -c -c3-X 6 0.000 180.000 2.000 JCC, 7, (1986), 230 -X -c -cx-X 6 0.000 180.000 2.000 JCC, 7, (1986), 230 -X -c -cy-X 6 0.000 180.000 2.000 JCC, 7, (1986), 230 -X -c -ca-X 4 14.500 180.000 2.000 intrpol.bsd.on C6H6 -X -c -cc-X 4 11.500 180.000 2.000 statistic value -X -c -cd-X 4 11.500 180.000 2.000 statistic value -X -c -n -X 4 10.000 180.000 2.000 AA,NMA (no c-n3, c-n4, c-nh) -X -c -n2-X 2 8.300 180.000 2.000 double bond, same as X-c2-n2-X -X -c -nc-X 2 8.00 180.000 2.000 same as X-C-NC-X -X -c -nd-X 2 8.00 180.000 2.000 same as X-C-NC-X -X -c -ne-X 2 0.400 180.000 2.000 single bond -X -c -nf-X 2 0.400 180.000 2.000 single bond -X -c -na-X 4 5.800 180.000 -2.000 -X -c -na-X 4 1.400 180.000 4.000 -X -c -no-X 4 1.800 180.000 2.000 -X -c -oh-X 2 4.600 180.000 2.000 Junmei et al, 1999 -X -c -os-X 2 5.400 180.000 2.000 Junmei et al, 1999 -X -c -p2-X 2 13.300 180.000 2.000 double bond, same as X-c2-p2-X -X -c -pc-X 2 4.000 180.000 2.000 estimated -X -c -pd-X 2 4.000 180.000 2.000 estimated -X -c -pe-X 2 0.000 180.000 2.000 single bond -X -c -pf-X 2 0.000 180.000 2.000 single bond -X -c -p3-X 4 6.200 180.000 2.000 -X -c -p4-X 4 5.400 180.000 2.000 -X -c -px-X 4 5.400 180.000 2.000 -X -c -p5-X 4 4.000 0.000 2.000 -X -c -py-X 4 4.000 0.000 2.000 -X -c -sh-X 2 4.500 180.000 2.000 -X -c -ss-X 2 6.200 180.000 2.000 -X -c -s4-X 4 0.800 180.000 2.000 -X -c -sx-X 4 0.800 180.000 2.000 -X -c -s6-X 6 3.000 0.000 2.000 -X -c -sy-X 6 3.000 0.000 2.000 -X -c1-c1-X 1 0.000 180.000 2.000 for both triple and single bonds -X -c1-cg-X 1 0.000 180.000 2.000 for both triple and single bonds -X -c1-ch-X 1 0.000 180.000 2.000 for both triple and single bonds -X -cg-cg-X 1 0.000 180.000 2.000 for both triple and single bonds -X -ch-ch-X 1 0.000 180.000 2.000 for both triple and single bonds -X -cg-ch-X 1 0.000 180.000 2.000 for both triple and single bonds -X -c1-c2-X 2 0.000 180.000 2.000 -X -c1-c3-X 3 0.000 180.000 2.000 -X -c1-ca-X 2 0.000 180.000 2.000 -X -c1-cb-X 2 0.000 180.000 2.000 -X -c1-cc-X 2 0.000 180.000 2.000 -X -c1-cd-X 2 0.000 180.000 2.000 -X -c1-ce-X 2 0.000 180.000 2.000 -X -c1-cf-X 2 0.000 180.000 2.000 -X -c1-cu-X 2 0.000 180.000 2.000 -X -c1-cv-X 2 0.000 180.000 2.000 -X -c1-cx-X 3 0.000 180.000 2.000 -X -c1-cy-X 3 0.000 180.000 2.000 -X -c1-n -X 2 0.000 180.000 2.000 -X -c1-n2-X 1 0.000 180.000 2.000 -X -c1-n3-X 2 0.000 180.000 2.000 -X -c1-n4-X 3 0.000 180.000 2.000 -X -c1-na-X 2 0.000 180.000 2.000 -X -c1-nb-X 2 0.000 180.000 2.000 -X -c1-nc-X 2 0.000 180.000 2.000 -X -c1-nd-X 2 0.000 180.000 2.000 -X -c1-ne-X 2 0.000 180.000 2.000 -X -c1-nf-X 2 0.000 180.000 2.000 -X -c1-nh-X 2 0.000 180.000 2.000 -X -c1-no-X 2 0.000 180.000 2.000 -X -c1-oh-X 1 0.000 180.000 2.000 -X -c1-os-X 1 0.000 180.000 2.000 -X -c1-p2-X 1 0.000 180.000 2.000 -X -c1-pb-X 1 0.000 180.000 2.000 -X -c1-pc-X 1 0.000 180.000 2.000 -X -c1-pd-X 1 0.000 180.000 2.000 -X -c1-pe-X 1 0.000 180.000 2.000 -X -c1-pf-X 1 0.000 180.000 2.000 -X -c1-p3-X 2 0.000 180.000 2.000 -X -c1-p4-X 2 0.000 180.000 2.000 -X -c1-px-X 2 0.000 180.000 2.000 -X -c1-p5-X 3 0.000 180.000 2.000 -X -c1-py-X 3 0.000 180.000 2.000 -X -c1-s2-X 1 0.000 180.000 2.000 -X -c1-sh-X 1 0.000 180.000 2.000 -X -c1-ss-X 1 0.000 180.000 2.000 -X -c1-s4-X 2 0.000 180.000 2.000 -X -c1-sx-X 2 0.000 180.000 2.000 -X -c1-s6-X 3 0.000 180.000 2.000 -X -c1-sy-X 3 0.000 180.000 2.000 -X -c2-c2-X 4 26.600 180.000 2.000 c2=c2 double bond, intrpol.bsd.on C6H6 -X -c2-ce-X 4 26.600 180.000 2.000 c2=c2 double bond, intrpol.bsd.on C6H6 -X -c2-cf-X 4 26.600 180.000 2.000 c2=c2 double bond, intrpol.bsd.on C6H6 -X -ce-cf-X 4 26.600 180.000 2.000 c2=c2 double bond, intrpol.bsd.on C6H6 -X -ce-ce-X 4 4.000 180.000 2.000 c2-c2 single bond, parm99 -X -cf-cf-X 4 4.000 180.000 2.000 c2-c2 single bond, parm99 -X -cc-cd-X 4 16.000 180.000 2.000 statistic value of parm94 -X -cc-cc-X 4 16.000 180.000 2.000 statistic value of parm94 -X -cd-cd-X 4 16.000 180.000 2.000 statistic value of parm94 -X -c2-c3-X 6 0.000 0.000 2.000 JCC,7,(1986),230 -X -c2-ca-X 4 10.200 180.000 2.000 intrpol.bsd.on C6H6 -X -c2-n -X 4 2.600 180.000 2.000 -X -c2-n2-X 2 8.300 180.000 2.000 double bond, parm99 -X -c2-ne-X 2 8.300 180.000 2.000 double bond, parm99 -X -c2-nf-X 2 8.300 180.000 2.000 double bond, parm99 -X -ce-ne-X 2 1.600 180.000 2.000 single bond -X -cf-nf-X 2 1.600 180.000 2.000 single bond -X -c2-nc-X 2 9.500 180.000 2.000 statistic value from parm94 -X -c2-nd-X 2 9.500 180.000 2.000 statistic value from parm94 -X -cc-nd-X 2 9.500 180.000 2.000 statistic value from parm94 -X -cd-nc-X 2 9.500 180.000 2.000 statistiv value from parm94 -X -cc-nc-X 2 9.500 180.000 2.000 statistic value from parm94 -X -cd-nd-X 2 9.500 180.000 2.000 statistiv value from parm94 -X -c2-n3-X 4 1.200 180.000 2.000 intrpol. -X -c2-n4-X 6 0.000 180.000 3.000 intrpol. -X -c2-na-X 4 2.500 180.000 2.000 -X -cc-na-X 4 6.800 180.000 2.000 statistic value from parm94 -X -cd-na-X 4 6.800 180.000 2.000 statistic value from parm94 -X -c2-nh-X 4 2.700 180.000 2.000 -X -c2-no-X 4 3.000 180.000 2.000 -X -c2-oh-X 2 2.100 180.000 2.000 parm99 -X -c2-os-X 2 2.100 180.000 2.000 parm99 -X -c2-p2-X 2 13.300 180.000 2.000 double bond -X -c2-pe-X 2 13.300 180.000 2.000 double bond -X -c2-pf-X 2 13.300 180.000 2.000 double bond -X -ce-pf-X 2 13.300 180.000 2.000 double bond -X -ce-pe-X 2 1.900 180.000 2.000 single bond -X -cf-pf-X 2 1.900 180.000 2.000 single bond -X -c2-pc-X 2 9.500 180.000 2.000 estimated -X -c2-pd-X 2 9.500 180.000 2.000 estimated -X -cc-pc-X 2 9.500 180.000 2.000 estimated -X -cc-pd-X 2 9.500 180.000 2.000 estimated -X -cd-pc-X 2 9.500 180.000 2.000 estimated -X -cd-pd-X 2 9.500 180.000 2.000 estimated -X -c2-p3-X 4 1.800 180.000 2.000 -X -c2-p4-X 4 26.600 180.000 2.000 c2=p4 double bond !!! -X -ce-p4-X 4 26.600 180.000 2.000 c2=p4 double bond !!! -X -cf-p4-X 4 26.600 180.000 2.000 c2=p4 double bond !!! -X -c2-px-X 4 1.300 0.000 2.000 -X -ce-px-X 4 1.300 0.000 2.000 -X -cf-px-X 4 1.300 0.000 2.000 -X -c2-p5-X 6 39.900 180.000 2.000 c2=p5 double bond !!! -X -ce-p5-X 6 39.900 180.000 2.000 c2=p5 double bond !!! -X -cf-p5-X 6 39.900 180.000 2.000 c2=p5 double bond !!! -X -c2-py-X 6 8.600 180.000 2.000 -X -ce-py-X 6 8.600 180.000 2.000 -X -cf-py-X 6 8.600 180.000 2.000 -X -c2-sh-X 2 1.000 180.000 2.000 -X -c2-ss-X 2 2.200 180.000 2.000 -X -c2-s4-X 4 26.600 180.000 2.000 c2=s4 double bond !!! -X -ce-s4-X 4 26.600 180.000 2.000 c2=s4 double bond !!! -X -cf-s4-X 4 26.600 180.000 2.000 c2=s4 double bond !!! -X -c2-sx-X 4 2.400 0.000 2.000 -X -ce-sx-X 4 2.400 0.000 2.000 -X -cf-sx-X 4 2.400 0.000 2.000 -X -c2-s6-X 6 39.900 180.000 2.000 c2=s6 double bond !!! -X -ce-s6-X 6 39.900 180.000 2.000 c2=s6 double bond !!! -X -cf-s6-X 6 39.900 180.000 2.000 c2=s6 double bond !!! -X -c2-sy-X 6 7.600 180.000 2.000 -X -ce-sy-X 6 7.600 180.000 2.000 -X -cf-sy-X 6 7.600 180.000 2.000 -X -c3-c3-X 9 1.400 0.000 3.000 JCC,7,(1986),230 -X -cx-cx-X 9 1.400 0.000 3.000 same as X-c3-c3-X -X -cy-cy-X 9 1.400 0.000 3.000 same as X-c3-c3-X -X -c3-ca-X 6 0.000 0.000 2.000 JCC,7,(1986),230 -X -c3-n -X 6 0.000 0.000 2.000 JCC,7,(1986),230 -X -cx-n -X 6 0.000 0.000 2.000 same as X-c3-n-X -X -cy-n -X 6 0.000 0.000 2.000 same as X-c3-n-X -X -c3-n2-X 6 0.000 0.000 3.000 JCC,7,(1986),230 -X -c3-ne-X 6 0.000 0.000 3.000 JCC,7,(1986),230 -X -c3-nf-X 6 0.000 0.000 3.000 JCC,7,(1986),230 -X -c3-n3-X 6 1.800 0.000 3.000 Junmei et al, 1999 -X -c3-n4-X 9 1.400 0.000 3.000 JCC,7,(1986),230 -X -c3-na-X 6 0.000 0.000 2.000 JCC,7,(1986),230 -X -c3-nh-X 6 0.000 0.000 2.000 JCC,7,(1986),230 -X -c3-no-X 6 0.000 0.000 2.000 JCC,7,(1986),230 -X -c3-oh-X 3 0.500 0.000 3.000 JCC,7,(1986),230 -X -c3-os-X 3 1.150 0.000 3.000 JCC,7,(1986),230 -X -c3-p2-X 3 0.800 180.000 2.000 -X -c3-pe-X 3 0.800 180.000 2.000 -X -c3-pf-X 3 0.800 180.000 2.000 -X -c3-p3-X 6 0.800 0.000 3.000 -X -c3-p4-X 6 0.800 0.000 3.000 -X -c3-px-X 6 0.800 0.000 3.000 -X -c3-p5-X 9 0.200 0.000 3.000 -X -c3-py-X 9 0.200 0.000 3.000 -X -c3-sh-X 3 0.750 0.000 3.000 JCC,7,(1986),230 -X -c3-ss-X 3 1.000 0.000 3.000 JCC,7,(1986),230 -X -c3-s4-X 6 1.200 0.000 3.000 -X -c3-sx-X 6 1.200 0.000 3.000 -X -c3-s6-X 9 1.300 0.000 3.000 -X -c3-sy-X 9 1.300 0.000 3.000 -X -c3-cc-X 6 0.000 0.000 3.000 same as X-c3-ca-X -X -c3-cd-X 6 0.000 0.000 3.000 same as X-c3-ca-X -X -ca-ca-X 4 14.500 180.000 2.000 intrpol.bsd.on C6H6 -X -ca-cp-X 4 14.500 180.000 2.000 intrpol.bsd.on C6H6 -X -ca-cq-X 4 14.500 180.000 2.000 intrpol.bsd.on C6H6 -X -cp-cp-X 4 4.000 180.000 2.000 estimated, intrpol. -X -cq-cq-X 4 4.000 180.000 2.000 estimated, intrpol. -X -ca-n -X 4 1.800 180.000 2.000 -X -ca-n2-X 2 0.000 180.000 3.000 -X -ca-ne-X 2 0.000 180.000 3.000 -X -ca-nf-X 2 0.000 180.000 3.000 -X -ca-n4-X 4 7.000 0.000 2.000 -X -ca-na-X 4 1.200 180.000 2.000 -X -ca-nb-X 2 9.60 180.0 2.000 same as X-CA-NC-X -X -ca-nc-X 2 9.60 180.0 2.000 same as X-CA-NC-X -X -ca-nd-X 2 9.60 180.0 2.000 same as X-CA-NC-X -X -ca-nh-X 4 4.200 180.000 2.000 -X -cc-nh-X 4 4.200 180.000 2.000 same as X-ca-nh-X -X -cd-nh-X 4 4.200 180.000 2.000 same as X-ca-nh-X -X -ca-no-X 4 2.400 180.000 2.000 -X -ca-oh-X 2 1.800 180.000 2.000 Junmei et al, 99 -X -ca-os-X 2 1.800 180.000 2.000 same as X-ca-oh-X -X -ca-p2-X 2 1.200 180.000 2.000 -X -ca-pe-X 2 1.200 180.000 2.000 same as X-ca-p2-X -X -ca-pf-X 2 1.200 180.000 2.000 same as X-ca-p2-X -X -ca-pc-X 2 9.600 180.000 2.000 estimated, intrpol -X -ca-pd-X 2 9.600 180.000 2.000 estimated, intrpol -X -ca-p3-X 4 0.000 180.000 2.000 -X -ca-p4-X 4 2.100 180.000 2.000 -X -ca-px-X 4 2.100 180.000 2.000 estimated, same as X-ca-p4-X -X -ca-p5-X 6 8.800 180.000 2.000 -X -ca-py-X 6 8.800 180.000 2.000 estimated, same as X-ca-p5-X -X -ca-sh-X 2 0.000 180.000 2.000 -X -ca-ss-X 2 0.800 180.000 2.000 -X -ca-s4-X 4 1.200 0.000 2.000 -X -ca-sx-X 4 1.200 0.000 2.000 estimated, same as X-ca-s4-X -X -ca-s6-X 6 7.800 180.000 2.000 -X -ca-sy-X 6 7.800 180.000 2.000 estimated, same as X-ca-s6-X -X -n -cc-X 4 6.600 180.000 2.000 statistic value from parm94 -X -n -cd-X 4 6.600 180.000 2.000 statistic value from parm94 -X -n -n -X 4 4.600 0.000 2.000 -X -n -n2-X 2 0.800 0.000 2.000 -X -n -ne-X 2 0.800 0.000 2.000 -X -n -nf-X 2 0.800 0.000 2.000 -X -n -n3-X 4 4.300 0.000 2.000 -X -n -n4-X 4 3.800 0.000 2.000 -X -n -na-X 4 2.800 0.000 2.000 -X -n -nc-X 2 9.600 180.000 2.000 estimated, intrpol. -X -n -nd-X 2 9.600 180.000 2.000 estimated, intrpol. -X -n -nh-X 4 4.400 0.000 2.000 -X -n -no-X 4 5.500 180.000 2.000 -X -n -oh-X 2 3.000 0.000 2.000 -X -n -os-X 2 2.200 0.000 2.000 -X -n -p2-X 2 2.000 180.000 2.000 -X -n -pe-X 2 2.000 180.000 2.000 -X -n -pf-X 2 9.600 180.000 2.000 estimated, intrpol. -X -n -pc-X 2 9.600 180.000 2.000 estimated, intrpol. -X -n -pd-X 2 2.000 180.000 2.000 -X -n -p3-X 4 9.000 0.000 2.000 -X -n -p4-X 4 1.300 0.000 2.000 -X -n -px-X 4 1.300 0.000 2.000 -X -n -p5-X 6 13.200 180.000 2.000 -X -n -py-X 6 13.200 180.000 2.000 -X -n -sh-X 2 2.200 0.000 2.000 -X -n -ss-X 2 3.000 0.000 2.000 -X -n -s4-X 4 6.000 0.000 3.000 -X -n -sx-X 4 6.000 0.000 3.000 -X -n -s6-X 6 6.600 180.000 2.000 -X -n -sy-X 6 6.600 180.000 2.000 -X -n1-c2-X 2 0.000 180.000 2.000 -X -n1-c3-X 3 0.000 180.000 2.000 -X -n1-ca-X 2 0.000 180.000 2.000 -X -n1-cb-X 2 0.000 180.000 2.000 -X -n1-cc-X 2 0.000 180.000 2.000 -X -n1-cd-X 2 0.000 180.000 2.000 -X -n1-ce-X 2 0.000 180.000 2.000 -X -n1-cf-X 2 0.000 180.000 2.000 -X -n1-cu-X 2 0.000 180.000 2.000 -X -n1-cv-X 2 0.000 180.000 2.000 -X -n1-cx-X 3 0.000 180.000 2.000 -X -n1-cy-X 3 0.000 180.000 2.000 -X -n1-n -X 2 0.000 180.000 2.000 -X -n1-n1-X 1 0.000 180.000 2.000 -X -n1-n2-X 1 0.000 180.000 2.000 -X -n1-n3-X 2 0.000 180.000 2.000 -X -n1-n4-X 3 0.000 180.000 2.000 -X -n1-na-X 2 0.000 180.000 2.000 -X -n1-nb-X 2 0.000 180.000 2.000 -X -n1-nc-X 2 0.000 180.000 2.000 -X -n1-nd-X 2 0.000 180.000 2.000 -X -n1-ne-X 2 0.000 180.000 2.000 -X -n1-nf-X 2 0.000 180.000 2.000 -X -n1-nh-X 2 0.000 180.000 2.000 -X -n1-no-X 2 0.000 180.000 2.000 -X -n1-oh-X 1 0.000 180.000 2.000 -X -n1-os-X 1 0.000 180.000 2.000 -X -n1-p2-X 1 0.000 180.000 2.000 -X -n1-pb-X 1 0.000 180.000 2.000 -X -n1-pc-X 1 0.000 180.000 2.000 -X -n1-pd-X 1 0.000 180.000 2.000 -X -n1-pe-X 1 0.000 180.000 2.000 -X -n1-pf-X 1 0.000 180.000 2.000 -X -n1-p3-X 2 0.000 180.000 2.000 -X -n1-p4-X 2 0.000 180.000 2.000 -X -n1-px-X 2 0.000 180.000 2.000 -X -n1-p5-X 3 0.000 180.000 2.000 -X -n1-py-X 3 0.000 180.000 2.000 -X -n1-s2-X 1 0.000 180.000 2.000 -X -n1-sh-X 1 0.000 180.000 2.000 -X -n1-ss-X 1 0.000 180.000 2.000 -X -n1-s4-X 2 0.000 180.000 2.000 -X -n1-sx-X 2 0.000 180.000 2.000 -X -n1-s6-X 3 0.000 180.000 2.000 -X -n1-sy-X 3 0.000 180.000 2.000 -X -n2-n2-X 1 3.000 180.000 -2.000 double bond -X -n2-n2-X 1 2.800 0.000 1.000 double bond -X -n2-ne-X 1 3.000 180.000 -2.000 double bond -X -n2-ne-X 1 2.800 0.000 1.000 double bond -X -n2-nf-X 1 3.000 180.000 -2.000 double bond -X -n2-nf-X 1 2.800 0.000 1.000 double bond -X -ne-nf-X 1 3.000 180.000 -2.000 double bond -X -ne-nf-X 1 2.800 0.000 1.000 double bond -X -ne-ne-X 1 1.200 180.000 2.000 single bond, intrpol -X -nf-nf-X 1 1.200 180.000 2.000 single bond, intrpol -X -nc-nc-X 1 4.000 180.000 2.000 estimated, intrpol -X -nd-nd-X 1 4.000 180.000 2.000 estimated, intrpol -X -nc-nd-X 1 4.000 180.000 2.000 estimated, intrpol -X -n2-nc-X 1 3.000 180.000 -2.000 same as X-n2-n2-X -X -n2-nc-X 1 2.800 0.000 1.000 -X -n2-nd-X 1 3.000 180.000 -2.000 same as X-n2-n2-X -X -n2-nd-X 1 2.800 0.000 1.000 -X -n2-n3-X 2 12.200 180.000 2.000 -X -ne-n3-X 2 12.200 180.000 2.000 -X -nf-n3-X 2 12.200 180.000 2.000 -X -n2-n4-X 3 24.000 180.000 2.000 -X -ne-n4-X 3 24.000 180.000 2.000 -X -nf-n4-X 3 24.000 180.000 2.000 -X -n2-na-X 2 3.400 180.000 2.000 -X -ne-na-X 2 3.400 180.000 2.000 -X -nf-na-X 2 3.400 180.000 2.000 -X -na-nc-X 2 9.600 180.000 2.000 estimated, intrpol. -X -na-nd-X 2 9.600 180.000 2.000 estimated, intrpol. -X -n2-nh-X 2 5.600 180.000 2.000 -X -ne-nh-X 2 5.600 180.000 2.000 -X -nf-nh-X 2 5.600 180.000 2.000 -X -n2-no-X 2 1.500 180.000 2.000 -X -ne-no-X 2 1.500 180.000 2.000 -X -nf-no-X 2 1.500 180.000 2.000 -X -n2-oh-X 1 3.200 180.000 2.000 -X -ne-oh-X 1 3.200 180.000 2.000 -X -nf-oh-X 1 3.200 180.000 2.000 -X -n2-os-X 1 3.000 180.000 2.000 -X -ne-os-X 1 3.000 180.000 2.000 -X -nf-os-X 1 3.000 180.000 2.000 -X -nc-os-X 1 4.800 180.000 2.000 estimated, intrpol. -X -nc-ss-X 1 4.800 180.000 2.000 estimated, intrpol. -X -n2-p2-X 1 5.400 180.000 2.000 estimated, intrpol. -X -n2-pe-X 1 5.400 180.000 2.000 estimated, intrpol. -X -n2-pf-X 1 5.400 180.000 2.000 estimated, intrpol. -X -ne-pf-X 1 5.400 180.000 2.000 estimated, intrpol. -X -n2-pc-X 1 5.400 180.000 2.000 estimated, intrpol. -X -n2-pd-X 1 5.400 180.000 2.000 estimated, intrpol. -X -nc-p2-X 1 5.400 180.000 2.000 estimated, intrpol. -X -nd-p2-X 1 5.400 180.000 2.000 estimated, intrpol. -X -nc-pc-X 1 6.600 180.000 2.000 estimated, intrpol. -X -nd-pd-X 1 6.600 180.000 2.000 estimated, intrpol. -X -nd-pc-X 1 6.600 180.000 2.000 estimated, intrpol. -X -nc-pd-X 1 6.600 180.000 2.000 estimated, intrpol. -X -ne-pe-X 1 0.600 0.000 1.000 single bond -X -nf-pf-X 1 0.600 0.000 1.000 single bond -X -n2-p3-X 2 4.200 180.000 2.000 -X -n2-p4-X 2 13.300 180.000 2.000 estimated !!! -X -ne-p4-X 2 13.300 180.000 2.000 estimated !!! -X -nf-p4-X 2 13.300 180.000 2.000 estimated !!! -X -n2-p5-X 3 20.000 180.000 2.000 estimated !!! -X -ne-p5-X 3 3.000 180.000 3.000 -X -nf-p5-X 3 3.000 180.000 3.000 -X -ne-px-X 3 3.000 180.000 3.000 -X -nf-px-X 3 3.000 180.000 3.000 -X -n2-sh-X 1 2.100 180.000 2.000 -X -ne-sh-X 1 2.100 180.000 2.000 -X -nf-sh-X 1 2.100 180.000 2.000 -X -n2-ss-X 1 2.800 180.000 -2.000 -X -n2-ss-X 1 1.300 180.000 1.000 -X -ne-ss-X 1 2.800 180.000 -2.000 -X -ne-ss-X 1 1.300 180.000 1.000 -X -nf-ss-X 1 2.800 180.000 -2.000 -X -nf-ss-X 1 1.300 180.000 1.000 -X -n2-s4-X 2 13.300 180.000 2.000 estimated !!! -X -ne-sx-X 2 3.000 180.000 3.000 -X -nf-sx-X 2 3.000 180.000 3.000 -X -n2-s6-X 3 20.000 180.000 2.000 estimated !!! -X -ne-sy-X 3 1.500 180.000 -3.000 -X -ne-sy-X 3 20.400 180.000 1.000 -X -nf-sy-X 3 1.500 180.000 -3.000 -X -nf-sy-X 3 20.400 180.000 1.000 -X -n3-n3-X 4 9.000 0.000 2.000 -X -n3-n4-X 6 1.500 0.000 3.000 -X -n3-na-X 4 6.400 0.000 2.000 -X -n3-nh-X 4 7.600 0.000 2.000 -X -n3-no-X 4 16.000 180.000 2.000 -X -n3-oh-X 1 2.200 0.000 2.000 -X -n3-os-X 1 1.800 0.000 2.000 -X -n3-p2-X 2 6.400 180.000 2.000 -X -n3-pe-X 2 6.400 180.000 2.000 -X -n3-pf-X 2 6.400 180.000 2.000 -X -n3-p3-X 4 9.400 0.000 2.000 -X -n3-p4-X 4 8.400 180.000 2.000 -X -n3-px-X 4 8.400 180.000 2.000 -X -n3-p5-X 6 18.000 180.000 2.000 -X -n3-py-X 6 18.000 180.000 2.000 -X -n3-sh-X 1 3.100 0.000 2.000 -X -n3-ss-X 1 2.600 0.000 2.000 -X -n3-s4-X 4 15.000 0.000 2.000 -X -n3-sx-X 4 15.000 0.000 2.000 -X -n3-s6-X 6 18.800 0.000 2.000 -X -n3-sy-X 6 18.800 0.000 2.000 -X -n4-n4-X 9 1.700 0.000 3.000 -X -n4-na-X 6 1.400 0.000 3.000 -X -n4-nh-X 6 1.100 0.000 3.000 -X -n4-no-X 6 0.500 180.000 3.000 -X -n4-oh-X 3 1.000 0.000 3.000 -X -n4-os-X 3 1.700 0.000 3.000 -X -n4-p2-X 3 0.500 180.000 3.000 -X -n4-pe-X 3 0.500 180.000 3.000 -X -n4-pf-X 3 0.500 180.000 3.000 -X -n4-p3-X 6 0.900 0.000 3.000 -X -n4-p4-X 4 0.200 0.000 3.000 -X -n4-px-X 4 0.200 0.000 3.000 -X -n4-p5-X 9 0.800 0.000 3.000 -X -n4-py-X 9 0.800 0.000 3.000 -X -n4-sh-X 3 2.000 0.000 3.000 -X -n4-ss-X 3 1.000 0.000 3.000 -X -n4-s4-X 6 1.700 0.000 3.000 -X -n4-sx-X 6 1.700 0.000 3.000 -X -n4-s6-X 9 1.200 0.000 3.000 -X -n4-sy-X 9 1.200 0.000 3.000 -X -na-na-X 4 3.600 0.000 2.000 -X -na-nh-X 4 4.800 0.000 2.000 -X -na-no-X 4 24.000 180.000 2.000 -X -na-oh-X 2 2.000 0.000 2.000 -X -na-os-X 2 1.300 0.000 2.000 -X -na-p2-X 1 1.000 180.000 2.000 -X -na-pe-X 1 1.000 180.000 2.000 -X -na-pf-X 1 1.000 180.000 2.000 -X -na-p3-X 4 5.800 0.000 2.000 -X -na-p4-X 4 4.400 0.000 3.000 -X -na-px-X 4 4.400 0.000 3.000 -X -na-p5-X 6 5.000 180.000 2.000 -X -na-py-X 6 5.000 180.000 2.000 -X -na-sh-X 2 3.600 0.000 2.000 -X -na-ss-X 2 15.600 0.000 2.000 -X -na-s4-X 4 4.200 0.000 2.000 -X -na-sx-X 4 4.200 0.000 2.000 -X -na-s6-X 6 22.000 180.000 2.000 -X -na-sy-X 6 22.000 180.000 2.000 -X -nh-nh-X 4 7.200 180.000 3.000 -X -nh-no-X 4 10.200 180.000 2.000 -X -nh-oh-X 2 3.000 0.000 2.000 -X -nh-os-X 2 3.000 0.000 1.000 -X -nh-p2-X 2 2.800 180.000 2.000 -X -nh-pe-X 2 2.800 180.000 2.000 -X -nh-pf-X 2 2.800 180.000 2.000 -X -nh-p3-X 4 9.400 0.000 2.000 -X -nh-p4-X 4 4.700 0.000 3.000 -X -nh-px-X 4 4.700 0.000 3.000 -X -nh-p5-X 6 4.800 0.000 2.000 -X -nh-py-X 6 4.800 0.000 2.000 -X -nh-sh-X 2 3.200 0.000 2.000 -X -nh-ss-X 2 4.200 0.000 2.000 -X -nh-s4-X 4 3.000 0.000 -2.000 -X -nh-s4-X 4 0.400 180.000 3.000 -X -nh-sx-X 4 3.000 0.000 -2.000 -X -nh-sx-X 4 0.400 180.000 3.000 -X -nh-s6-X 6 0.600 180.000 2.000 -X -nh-sy-X 6 0.600 180.000 2.000 -X -no-no-X 4 1.600 180.000 -4.000 -X -no-no-X 4 7.200 180.000 2.000 -X -no-oh-X 2 7.800 180.000 2.000 -X -no-os-X 2 6.000 180.000 2.000 -X -no-p2-X 1 0.300 180.000 2.000 -X -no-pe-X 1 0.300 180.000 2.000 -X -no-pf-X 1 0.300 180.000 2.000 -X -no-p3-X 4 7.600 180.000 2.000 -X -no-p4-X 4 2.300 180.000 2.000 -X -no-px-X 4 2.300 180.000 2.000 -X -no-p5-X 6 14.400 0.000 -2.000 -X -no-p5-X 6 2.400 0.000 3.000 -X -no-py-X 6 14.400 0.000 -2.000 -X -no-py-X 6 2.400 0.000 3.000 -X -no-sh-X 2 4.600 180.000 2.000 -X -no-ss-X 2 5.400 180.000 2.000 -X -no-s4-X 4 10.400 180.000 2.000 -X -no-sx-X 4 10.400 180.000 2.000 -X -no-s6-X 6 2.000 0.000 2.000 -X -no-sy-X 6 2.000 0.000 2.000 -X -oh-oh-X 1 1.600 0.000 2.000 -X -oh-os-X 1 1.600 0.000 2.000 -X -oh-p2-X 1 1.500 180.000 2.000 -X -oh-pe-X 1 1.500 180.000 2.000 -X -oh-pf-X 1 1.500 180.000 2.000 -X -oh-p3-X 2 0.800 180.000 3.000 -X -oh-p4-X 2 1.400 0.000 1.000 -X -oh-px-X 2 1.400 0.000 1.000 -X -oh-p5-X 3 1.600 0.000 3.000 -X -oh-py-X 3 1.600 0.000 3.000 -X -oh-sh-X 1 2.400 0.000 2.000 -X -oh-ss-X 1 2.400 0.000 2.000 -X -oh-s4-X 2 10.000 0.000 1.000 -X -oh-sx-X 2 10.000 0.000 1.000 -X -oh-s6-X 3 28.500 180.000 1.000 -X -oh-sy-X 3 28.500 180.000 1.000 -X -os-os-X 1 1.000 0.000 1.000 -X -os-ss-X 1 2.200 0.000 2.000 -X -os-sh-X 1 1.800 0.000 2.000 -X -os-s4-X 2 3.300 0.000 3.000 -X -os-sx-X 2 3.300 0.000 3.000 -X -os-s6-X 3 3.600 180.000 2.000 -X -os-sy-X 3 3.600 180.000 2.000 -X -os-p2-X 1 3.000 180.000 -2.000 -X -os-p2-X 1 2.000 180.000 1.000 -X -os-pe-X 1 3.000 180.000 -2.000 -X -os-pe-X 1 2.000 180.000 1.000 -X -os-pf-X 1 3.000 180.000 -2.000 -X -os-pf-X 1 2.000 180.000 1.000 -X -os-p3-X 2 4.400 0.000 2.000 -X -os-p4-X 2 2.100 180.000 2.000 -X -os-px-X 2 2.100 180.000 2.000 -X -os-p5-X 3 2.400 0.000 2.000 -X -os-py-X 3 2.400 0.000 2.000 -X -p2-p2-X 1 6.600 180.000 2.000 estimated, intrpol. -X -p2-pe-X 1 6.600 180.000 2.000 estimated, intrpol. -X -p2-pf-X 1 6.600 180.000 2.000 estimated, intrpol. -X -p2-pc-X 1 6.600 180.000 2.000 estimated, intrpol. -X -p2-pd-X 1 6.600 180.000 2.000 estimated, intrpol. -X -pe-pe-X 1 1.200 180.000 2.000 single bond -X -pf-pf-X 1 1.200 180.000 2.000 single bond -X -pc-pc-X 1 7.200 180.000 2.000 estimated, intrpol. -X -pd-pd-X 1 7.200 180.000 2.000 estimated, intrpol. -X -pc-pd-X 1 7.200 180.000 2.000 estimated, intrpol. -X -p2-p3-X 2 2.400 0.000 1.000 -X -pe-p3-X 2 2.400 0.000 1.000 -X -pf-p3-X 2 2.400 0.000 1.000 -X -p2-p4-X 2 13.300 180.000 2.000 estimated !!! -X -pe-px-X 2 4.900 0.000 2.000 -X -pf-px-X 2 4.900 0.000 2.000 -X -p2-p5-X 3 20.000 180.000 2.000 estimated !!! -X -pe-py-X 3 5.700 0.000 1.000 -X -pf-py-X 3 5.700 0.000 1.000 -X -p2-sh-X 1 1.400 180.000 2.000 -X -pe-sh-X 1 1.400 180.000 2.000 -X -pf-sh-X 1 1.400 180.000 2.000 -X -p2-ss-X 1 1.400 180.000 2.000 -X -pe-ss-X 1 1.400 180.000 2.000 -X -pf-ss-X 1 1.400 180.000 2.000 -X -p2-s4-X 2 13.300 180.000 2.000 estimated !!! -X -pe-sx-X 2 3.000 0.000 2.000 -X -pf-sx-X 2 3.000 0.000 2.000 -X -p2-s6-X 3 20.000 180.000 2.000 estimated !!! -X -pe-sy-X 3 1.200 180.000 3.000 -X -pf-sy-X 3 1.200 180.000 3.000 -X -p3-p3-X 4 2.000 0.000 3.000 -X -p3-p4-X 4 3.600 0.000 1.000 -X -p3-px-X 4 3.600 0.000 1.000 -X -p3-p5-X 6 11.000 180.000 2.000 -X -p3-py-X 6 11.000 180.000 2.000 -X -p3-sh-X 2 9.200 0.000 2.000 -X -p3-ss-X 2 2.300 0.000 3.000 -X -p3-s4-X 4 15.400 0.000 2.000 -X -p3-sx-X 4 15.400 0.000 2.000 -X -p3-s6-X 6 1.600 0.000 3.000 -X -p3-sy-X 6 1.600 0.000 3.000 -X -p4-p4-X 4 26.600 180.000 2.000 estimated !!! -X -px-px-X 4 5.800 180.000 2.000 -X -p4-p5-X 6 39.900 180.000 2.000 estimated !!! -X -px-py-X 6 1.900 180.000 2.000 -X -p4-s4-X 4 26.600 180.000 2.000 estimated !!! -X -px-sx-X 4 3.400 0.000 1.000 -X -p4-s6-X 6 39.900 180.000 2.000 estimated !!! -X -px-sy-X 6 0.700 0.000 3.000 -X -p4-sh-X 2 0.500 180.000 1.000 -X -px-sh-X 2 0.500 180.000 1.000 -X -p4-ss-X 2 1.200 180.000 2.000 -X -px-ss-X 2 1.200 180.000 2.000 -X -p5-p5-X 9 60.000 180.000 2.000 estimated !!! -X -py-py-X 9 5.400 0.000 2.000 -X -p5-sh-X 3 0.900 0.000 3.000 -X -py-sh-X 3 0.900 0.000 3.000 -X -p5-ss-X 3 11.400 180.000 2.000 -X -py-ss-X 3 11.400 180.000 2.000 -X -p5-s4-X 6 40.000 180.000 2.000 estimated !!! -X -py-sx-X 6 1.600 0.000 3.000 -X -p5-s6-X 9 60.000 180.000 2.000 estimated !!! -X -py-sy-X 9 2.500 0.000 3.000 -X -sh-sh-X 1 5.600 0.000 3.000 -X -sh-ss-X 1 5.300 0.000 3.000 -X -sh-s4-X 2 1.400 0.000 3.000 -X -sh-sx-X 2 1.400 0.000 3.000 -X -sh-s6-X 3 14.000 180.000 2.000 -X -sh-sy-X 3 14.000 180.000 2.000 -X -ss-ss-X 1 0.000 0.000 3.000 -X -ss-s4-X 2 0.600 0.000 3.000 -X -ss-sx-X 2 0.600 0.000 3.000 -X -ss-s6-X 3 9.200 180.000 2.000 -X -ss-sy-X 3 9.200 180.000 2.000 -X -s4-s4-X 4 26.600 180.000 2.000 estimated !!! -X -sx-sx-X 4 2.500 0.000 3.000 -X -s4-s6-X 6 40.000 180.000 2.000 estimated !!! -X -sx-sy-X 6 26.000 180.000 2.000 -X -s6-s6-X 9 60.000 180.000 2.000 estimated !!! -X -sy-sy-X 9 1.400 180.000 2.000 -c3-c -sh-hs 1 2.250 180.000 -2.000 -c3-c -sh-hs 1 1.300 180.000 1.000 -c2-c2-ss-c3 1 1.100 180.000 -2.000 -c2-c2-ss-c3 1 0.700 180.000 3.000 -c2-c2-n -c 1 0.650 180.000 -2.000 -c2-c2-n -c 1 1.200 180.000 1.000 -c -n -p2-c2 1 1.000 180.000 -2.000 -c -n -p2-c2 1 1.900 180.000 1.000 -n -c3-c -n 1 1.700 180.000 -1. -n -c3-c -n 1 2.000 180.000 2. -c -n -c3-c 1 0.850 180.000 -2. -c -n -c3-c 1 0.800 0.000 1. -c3-c3-n -c 1 0.50 180.0 -4. phi,psi,parm94 -c3-c3-n -c 1 0.15 180.0 -3. phi,psi,parm94 -c3-c3-n -c 1 0.53 0.0 1. phi,psi,parm94 -c3-c3-c -n 1 0.100 0.0 -4. phi,psi,parm94 -c3-c3-c -n 1 0.07 0.0 2. phi,psi,parm94 -c2-ne-p5-o 1 0.00 0.0 -3. -c2-ne-p5-o 1 2.30 0.0 1. -c2-nf-p5-o 1 0.00 0.0 -3. -c2-nf-p5-o 1 2.30 0.0 1. -ce-ne-p5-o 1 0.00 0.0 -3. -ce-ne-p5-o 1 2.30 0.0 1. -ce-nf-p5-o 1 0.00 0.0 -3. -ce-nf-p5-o 1 2.30 0.0 1. -cf-ne-p5-o 1 0.00 0.0 -3. -cf-ne-p5-o 1 2.30 0.0 1. -cf-nf-p5-o 1 0.00 0.0 -3. -cf-nf-p5-o 1 2.30 0.0 1. -hn-n -c -o 1 2.50 180.0 -2. JCC,7,(1986),230 -hn-n -c -o 1 2.00 0.0 1. J.C.cistrans-NMA DE -c3-ss-ss-c3 1 3.50 0.0 -2. JCC,7,(1986),230 -c3-ss-ss-c3 1 0.60 0.0 3. JCC,7,(1986),230 -c3-n3-nh-ca 1 1.90 0.0 -2. -c3-n3-nh-ca 1 1.90 0.0 3. -c3-n3-p5-o 1 3.00 180.0 -2. -c3-n3-p5-o 1 2.30 0.0 3. -ca-nh-oh-ho 1 1.20 0.0 -1. -ca-nh-oh-ho 2 3.00 0.0 2. -oh-p5-os-c3 1 0.25 0.0 -3. JCC,7,(1986),230 -oh-p5-os-c3 1 1.20 0.0 2. gg> ene.631g*/mp2 -os-p5-os-c3 1 0.25 0.0 -3. JCC,7,(1986),230 -os-p5-os-c3 1 1.20 0.0 2. gg> ene.631g*/mp2 -h1-c3-c -o 1 0.80 0.0 -1. Junmei et al, 1999 -h1-c3-c -o 1 0.08 180.0 3. Junmei et al, 1999 -hc-c3-c -o 1 0.80 0.0 -1. Junmei et al, 1999 -hc-c3-c -o 1 0.08 180.0 3. Junmei et al, 1999 -hc-c3-c3-hc 1 0.15 0.0 3. Junmei et al, 1999 -hc-c3-c3-c3 1 0.16 0.0 3. Junmei et al, 1999 -hc-c3-c2-c2 1 0.38 180.0 -3. Junmei et al, 1999 -hc-c3-c2-c2 1 1.15 0.0 1. Junmei et al, 1999 -ho-oh-c3-c3 1 0.16 0.0 -3. Junmei et al, 1999 -ho-oh-c3-c3 1 0.25 0.0 1. Junmei et al, 1999 -ho-oh-c -o 1 2.30 180.0 -2. Junmei et al, 1999 -ho-oh-c -o 1 1.90 0.0 1. Junmei et al, 1999 -c2-c2-c -o 1 2.175 180.0 -2. Junmei et al, 1999 -c2-c2-c -o 1 0.30 0.0 3. Junmei et al, 1999 -c3-c2-c2-c3 1 6.65 180.0 -2. Junmei et al, 1999 -c3-c2-c2-c3 1 1.90 180.0 1. Junmei et al, 1999 -c3-c3-c3-c3 1 0.18 0.0 -3. Junmei et al, 1999 -c3-c3-c3-c3 1 0.25 180.0 -2. Junmei et al, 1999 -c3-c3-c3-c3 1 0.20 180.0 1. Junmei et al, 1999 -c3-c3-n3-c3 1 0.30 0.0 -3. Junmei et al, 1999 -c3-c3-n3-c3 1 0.48 180.0 2. Junmei et al, 1999 -c3-c3-os-c3 1 0.383 0.0 -3. -c3-c3-os-c3 1 0.1 180.0 2. -c3-c3-os-c 1 0.383 0.0 -3. Junmei et al, 1999 -c3-c3-os-c 1 0.80 180.0 1. Junmei et al, 1999 -c3-os-c3-os 1 0.10 0.0 -3. Junmei et al, 1999 -c3-os-c3-os 1 0.85 180.0 -2. Junmei et al, 1999 -c3-os-c3-os 1 1.35 180.0 1. Junmei et al, 1999 -c3-os-c3-na 1 0.383 0.0 -3. parm98.dat, TC,PC,PAK -c3-os-c3-na 1 0.65 0.0 2. Piotr et al. -o -c -os-c3 1 2.70 180.0 -2. Junmei et al, 1999 -o -c -os-c3 1 1.40 180.0 1. Junmei et al, 1999 -os-c3-na-c2 1 0.00 000.0 -2. parm98, TC,PC,PAK -os-c3-na-c2 1 2.50 0.0 1. parm98, TC,PC,PAK -os-c3-c3-os 1 0.144 0.0 -3. parm98, TC,PC,PAK -os-c3-c3-os 1 1.175 0.0 2. Piotr et al. -os-c3-c3-oh 1 0.144 0.0 -3. parm98, TC,PC,PAK -os-c3-c3-oh 1 1.175 0.0 2. parm98, TC,PC,PAK -oh-c3-c3-oh 1 0.144 0.0 -3. parm98, TC,PC,PAK -oh-c3-c3-oh 1 1.175 0.0 2. parm98, TC,PC,PAK -f -c3-c3-f 1 0.00 0.0 -3. Junmei et al, 1999 -f -c3-c3-f 1 1.20 180.0 1. Junmei et al, 1999 -cl-c3-c3-cl 1 0.00 0.0 -3. Junmei et al, 1999 -cl-c3-c3-cl 1 0.45 180.0 1. Junmei et al, 1999 -br-c3-c3-br 1 0.00 0.0 -3. Junmei et al, 1999 -br-c3-c3-br 1 0.00 180.0 1. Junmei et al, 1999 -h1-c3-c3-os 1 0.00 0.0 -3. Junmei et al, 1999 -h1-c3-c3-os 1 0.25 0.0 1. Junmei et al, 1999 -h1-c3-c3-oh 1 0.00 0.0 -3. Junmei et al, 1999 -h1-c3-c3-oh 1 0.25 0.0 1. Junmei et al, 1999 -h1-c3-c3-f 1 0.00 0.0 -3. Junmei et al, 1999 -h1-c3-c3-f 1 0.19 0.0 1. Junmei et al, 1999 -h1-c3-c3-cl 1 0.00 0.0 -3. Junmei et al, 1999 -h1-c3-c3-cl 1 0.25 0.0 1. Junmei et al, 1999 -h1-c3-c3-br 1 0.00 0.0 -3. Junmei et al, 1999 -h1-c3-c3-br 1 0.55 0.0 1. Junmei et al, 1999 -hc-c3-c3-os 1 0.00 0.0 -3. Junmei et al, 1999 -hc-c3-c3-os 1 0.25 0.0 1. Junmei et al, 1999 -hc-c3-c3-oh 1 0.00 0.0 -3. Junmei et al, 1999 -hc-c3-c3-oh 1 0.25 0.0 1. Junmei et al, 1999 -hc-c3-c3-f 1 0.00 0.0 -3. Junmei et al, 1999 -hc-c3-c3-f 1 0.19 0.0 1. Junmei et al, 1999 -hc-c3-c3-cl 1 0.00 0.0 -3. Junmei et al, 1999 -hc-c3-c3-cl 1 0.25 0.0 1. Junmei et al, 1999 -hc-c3-c3-br 1 0.00 0.0 -3. Junmei et al, 1999 -hc-c3-c3-br 1 0.55 0.0 1. Junmei et al, 1999 - -X -o -c -o 1.1 180. 2. JCC,7,(1986),230 -X -X -c -o 10.5 180. 2. JCC,7,(1986),230 -X -X -ca-ha 1.1 180. 2. bsd.on C6H6 nmodes -X -X -n -hn 1.1 180. 2. JCC,7,(1986),230 -X -X -n2-hn 1.1 180. 2. JCC,7,(1986),230 -X -X -na-hn 1.1 180. 2. JCC,7,(1986),230 -X -c3-n -c3 1.1 180. 2. JCC,7,(1986),230 -X -n2-ca-n2 10.5 180. 2. JCC,7,(1986),230 -c -c2-c2-c3 1.1 180. 2. dac guess, 9/94 -c -ca-ca-c3 1.1 180. 2. dac guess, 9/94 -c -c3-n -hn 1.1 180. 2. Junmei et al.1999 -c -c3-n -o 1.1 180. 2. Junmei et al.1999 -c2-c2-na-c3 1.1 180. 2. -c2-c -c2-c3 1.1 180. 2. -c2-c3-c2-hc 1.1 180. 2. Junmei et al.1999 -c2-c3-ca-hc 1.1 180. 2. Junmei et al.1999 -c2-hc-c -o 1.1 180. 2. Junmei et al.1999 -c3-o -c -oh 1.1 180. 2. -c3-c2-c2-n2 1.1 180. 2. -c3-c2-c2-na 1.1 180. 2. -c3-ca-ca-n2 1.1 180. 2. -c3-ca-ca-na 1.1 180. 2. -ca-ca-ca-c2 1.1 180. 2. -ca-ca-ca-c3 1.1 180. 2. -ca-ca-ca-f 1.1 180. 2. Junmei et al.1999 -ca-ca-ca-cl 1.1 180. 2. Junmei et al.1999 -ca-ca-ca-br 1.1 180. 2. Junmei et al.1999 -ca-ca-ca-i 1.1 180. 2. Junmei et al.1999 -ca-ca-c -oh 1.1 180. 2. (not used in tyr!) -ca-ca-na-c3 1.1 180. 2. -ca-c -ca-c3 1.1 180. 2. -ca-hc-c -o 1.1 180. 2. Junmei et al.1999 -ca-n2-ca-n2 1.1 180. 2. dac, 10/94 -hc-o -c -oh 1.1 180. 2. Junmei et al.1999 -hc-o -c -os 1.1 180. 2. -n2-c2-ca-n2 1.1 180. 2. dac guess, 9/94 -n2-ca-ca-n2 1.1 180. 2. dac guess, 9/94 -na-n2-ca-n2 1.1 180. 2. dac, 10/94 - - hw ow 0000. 0000. 4. flag for fast water - - -MOD4 RE - h1 1.3870 0.0157 Veenstra et al JCC,8,(1992),963 - h2 1.2870 0.0157 Veenstra et al JCC,8,(1992),963 - h3 1.1870 0.0157 Veenstra et al JCC,8,(1992),963 - h4 1.4090 0.0150 Spellmeyer, one electrowithdr. neighbor - h5 1.3590 0.0150 Spellmeyer, two electrowithdr. neighbor - ha 1.4590 0.0150 Spellmeyer - hc 1.4870 0.0157 OPLS - hn 0.6000 0.0157 !Ferguson base pair geom. - ho 0.0000 0.0000 OPLS Jorgensen, JACS,110,(1988),1657 - hp 0.6000 0.0157 same to hs (be careful !) - hs 0.6000 0.0157 W. Cornell CH3SH --> CH3OH FEP - hw 0.0000 0.0000 OPLS Jorgensen, JACS,110,(1988),1657 - hx 1.1000 0.0157 Veenstra et al JCC,8,(1992),963 - o 1.6612 0.2100 OPLS - oh 1.7210 0.2104 OPLS - os 1.6837 0.1700 OPLS ether - ow 1.7683 0.1520 TIP3P water model - c 1.9080 0.0860 OPLS - c1 1.9080 0.2100 cp C DLM 11/2007 well depth from OPLS replacing 0.0860 - c2 1.9080 0.0860 sp2 atom in the middle of C=CD-CD=C - c3 1.9080 0.1094 OPLS - ca 1.9080 0.0860 OPLS - cc 1.9080 0.0860 OPLS - cd 1.9080 0.0860 OPLS - ce 1.9080 0.0860 OPLS - cf 1.9080 0.0860 OPLS - cg 1.9080 0.2100 DLM 12/2007 as c1 - ch 1.9080 0.2100 DLM 12/2007 as c1 - cp 1.9080 0.0860 OPLS - cq 1.9080 0.0860 OPLS - cu 1.9080 0.0860 OPLS - cv 1.9080 0.0860 OPLS - cx 1.9080 0.0860 OPLS - cy 1.9080 0.0860 OPLS - cz 1.9080 0.0860 OPLS - n 1.8240 0.1700 OPLS - n1 1.8240 0.1700 OPLS - n2 1.8240 0.1700 OPLS - n3 1.8240 0.1700 OPLS - n4 1.8240 0.1700 OPLS - na 1.8240 0.1700 OPLS - nb 1.8240 0.1700 OPLS - nc 1.8240 0.1700 OPLS - nd 1.8240 0.1700 OPLS - ne 1.8240 0.1700 OPLS - nf 1.8240 0.1700 OPLS - nh 1.8240 0.1700 OPLS - no 1.8240 0.1700 OPLS - s 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - s2 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - s4 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - s6 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - sx 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - sy 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - sh 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - ss 2.0000 0.2500 W. Cornell CH3SH and CH3SCH3 FEP's - p2 2.1000 0.2000 JCC,7,(1986),230; - p3 2.1000 0.2000 JCC,7,(1986),230; - p4 2.1000 0.2000 JCC,7,(1986),230; - p5 2.1000 0.2000 JCC,7,(1986),230; - pb 2.1000 0.2000 JCC,7,(1986),230; - px 2.1000 0.2000 JCC,7,(1986),230; - py 2.1000 0.2000 JCC,7,(1986),230; - f 1.75 0.061 Gough et al. JCC 13,(1992),963. - cl 1.948 0.265 Fox, JPCB,102,8070,(98),flex.mdl CHCl3 - br 2.02 0.420 Junmei, 2010 - i 2.15 0.50 Junmei, 2010 - -END - ---------------------------------------------------------------------------------------------------------------------------- -This is an improved version of gaff 1.0. We have modified some parameters -according to users' feedback. We would like to thank users who provide -nice feedback/suggestion, especially David Mobley and Gabriel Rocklin. We -are in a process of developing a new generation of general amber force -field (gaff2). This version is a meta-version between gaff1 and gaff2. -!!!Suggestions/criticisms/comments are always welcome !!! ---------------------------------------------------------------------------- - -Equilibrium Sources -SOURCE1 -Authors: Frank H. Allen, Olga Kennard and David G. Watson -Title : Tables of Bond lengths determined by X-ray and neutron -diffraction. Part 1. Bond lengths in organic compounds -Journal: J. Chem. Soc. Perkin Trans. II 1987, S1-S19 - -SOURCE2 -Authors: Harmony, M. D.; Laurie, V. W.; Kuczkowski, R. L.; Schwendeman, -R. H.; Ramsay, D. A.; Lovas, F. J.; Lafferty, W. J.; Maki, A. G. -Title : Molecular structures of gas-phase polyatomic molecules determined -by spectroscopic methods -Journal: J. Phys. Chem. Ref. Data, Vol 8, 1979, 619 - -SOURCE3 -Optimized geometries at MP2/6-31G* level - -SOURCE4 -Optimized geometries at B3LYP/6-31G* level - -Bond stretching parameter format -atom_type force_constant equ. length source_ID occurrence rmsd -xx-yy 581.1 1.288 SOURCE1 103 0.0100 - -atom_type force_constant equ. angle source_ID occurrence rmsd -xx-yy-zz 35.450 103.620 SOURCE3 3 0.7078 - ---------------------------------------------------------------------------- -Major changes from gaff.dat version 1.0 - -1. All the sp2 carbon in a AR2 ring (such as pyrrole, furan, pyrazole) -only have cc or cd atom types (no c2). This is suggested by Gabriel -Rocklin from UCSF. This modification improves the planarity of -multiple-ring systems - -2. New van der Waals parameters have been developed for br and i atom -types. The current parameters can well reproduce the experimental density -data of CH3Br (1.6755, 20 degree) and CH3I (2.2789, 20 degree): 1.642 for -CH3Br and 2.25 for CH3I, in contrast, the old parameters give 1.31 and -1.84, respectively. (Junmei, unpublished result) - -3. New van der Waals parameters have been suggested by David Mobley for -c1, cg and ch atom types. The justification of the changes is discussed at -http://dx.doi.org/10.1021/ct800409d - -4. We have performed B3LYP/6-31G* optimization for 15 thousands marketed -or experimental drugs/bio-actives. Reliable bond length and bond angle -equilibrium parameters were obtained by statistics: each bond length -parameter must show up in at least five times and has a rmsd smaller than -0.02 angstroms; each bond angle parameter must show up at least five times -and has a rmsd smaller than 2.5 degrees. Those new parameters not showing -up in old gaff were directly added into gaff 1.x; and some low-quality -gaff parameters which show up less than five times or have large rmsd -values (>0.02 angstroms for bond length and >5 degrees for bond angles) -were replaced with those newly generated. Here are the numbers: - -Bond length: 59 low quality parameters were replaced and 56 new parameters -were introduced. - -Bond angle: 437 low quality parameters were replaced and 618 new -parameters were introduced. - ---------------------------------------------------------------------------- - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/gaff.prm --- a/CADDSuite-1.6/data/OpenBabel/gaff.prm Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,222 +0,0 @@ -// -// Copyright (C) 2009 by Frank Peters -// -// This is a SMARTS template-file for GAFF-atom types -// -// It is attempted to obey the typing given in the "ATOMTYPE_GFF.DEF" -// file included with the antechamber package of amber10. -// There is no 1-to-1 correspondence between the ATD format and SMARTS. -// Therefore the current definitions need to be tested and possibly changed -// -// -// -// GAFF atomtypes defined using SMARTS -// [SMARTS] [atomtype id number] [description] -// must be sorted according to the ELEMENT and COMPLEXITY OF THE TYPERULE! -// -// Be careful lines do not exceed the maximum length of 80! - -atom [*] X -atom [#1X1] ha "other hydrogen e.g. on aromatic C" -atom [#1X1][CX4] hc "hydrogen on aliphatic C" -// "hydrogen on aliphatic C with 1 ewd" -atom [#1X1][CX4][#7,#8,#16,#17,#35,#53] h1 -// "hydrogen on aliphatic C with 2 ewd" -atom [#1X1][CX4]([#7,#8,#16,#17,#35,#53])[#7,#8,#16,#17,#35,#53] h2 -// "hydrogen on aliphatic C with 3 ewd" -atom [#1X1][CX4]([#7,#8,#16,#17,#35,#53])([#7,#8,#16,#17,#35,#53])[#7,#8] h3 -atom [#1X1][CX4]([#7,#8,#16,#17,#35,#53])([#7,#8,#16,#17,#35,#53])[#16,#17] h3 -atom [#1X1][CX4]([#7,#8,#16,#17,#35,#53])([#7,#8,#16,#17,#35,#53])[#35,#53] h3 -// "hydrogen on sp2 C with 1 ewd" -atom [#1X1][#6X3][#7,#8,#16,#17,#35,#53] h4 -// "hydrogen on sp2 C with 2 ewd" -atom [#1X1][#6X3]([#7,#8,#16,#17,#35,#53])[#7,#8,#16,#17,#35,#53] h5 -atom [#1X1][#6](N)(N)(N)N hx "" -atom [#1X1]O ho "hydrogen on oxygen" -atom [#1X1][Oh1] hw "hydrogen on water" -atom [#1X1]N hn "nitrogen" -atom [#1X1]S hs "sulphur" -atom [#1X1]P hp "phosphor" -atom [#6X4] c3 "other sp3 C" -atom [#6X4r3] cx "3-membered ring atom" -atom [#6X4r4] cy "4-membered ring atom" -atom [#6X3] c2 "other sp2 C" -atom [#6X3](N)(N)N cz "guanidine carbon" -atom [#6X3;R](=*)-*=* cc "inner sp2 C of conjugated ring systems" -atom [#6X3;R](=*)-*#* cc "inner sp2 C of conjugated ring systems" -atom [#6X3;R](#*)-*#* cc "inner sp2 C of conjugated ring systems" -atom [#6X3;!R](=*)-*=* ce "inner sp2 C of conjugated chain systems" -atom [#6X3;!R](#*)-*=* ce "inner sp2 C of conjugated chain systems" -atom [#6X3;!R](#*)-*#* ce "inner sp2 C of conjugated chain systems" -atom [cr6](c)(c)c cp "bridge aromatic c in byphenyl system" -atom [#6X3r3] cu "sp2 carbon in a 3-membered ring" -atom [#6X3r4] cv "sp2 carbon in a 4-membered ring" -atom [#6X3]=[O,S] c "C=O or C=S" -atom [c] ca "pure aromatic atom" -atom [#6X2] c1 "other sp C" -atom [#6X2](=*)-*=* cg "sp C of conjugated system" -atom [#6X2](#*)-*=* cg "sp C of conjugated system" -atom [#6X2](#*)-*#* cg "sp C of conjugated system" -atom [#6X1] c1 "other sp C" - -atom [F]* f (-*) "general fluorine" -atom [Cl]* cl (-*) "general chlorine" -atom [Br]* br (-*) "general bromine" -atom [I]* i (-*) "general iodine" - -atom [#15X1] p2 "other sp2 P" -atom [#15X2] p2 "other sp2 P" -atom [#15X2;R](=*)-*=* pc "inner sp2 P of conjugated ring systems" -atom [#15X2;R](=*)-*#* pc "inner sp2 P of conjugated ring systems" -atom [#15X2;R](#*)-*#* pc "inner sp2 P of conjugated ring systems" -atom [#15X2;!R](=*)-*=* pe "inner sp2 P of conjugated chain system" -atom [#15X2;!R](=*)-*#* pe "inner sp2 P of conjugated chain system" -atom [#15X2;!R](#*)-*#* pe "inner sp2 P of conjugated chain system" -atom [#15;a] pb "aromatic P" -atom [#15X3] p3 "other sp3 P" -atom [#15X3](=*)-*=* px "sp2 P of conjugated system" -atom [#15X3](=*)-*#* px "sp2 P of conjugated system" -atom [#15X3]=[O,S] p4 "hypervalent P" -atom [#15X4] p5 "hypervalent P" -atom [#15X4](=*)-*=* py "P of conjugated system" -atom [#15X4](=*)-*#* py "P of conjugated system" -atom [#15X5] p5 "hypervalent P" -atom [#15X6] p5 "hypervalent P" - -atom [#7X1] n1 "sp1 N" - -atom [#7X2] n2 "sp2 N" -atom [#7X2](=*)=* n1 "sp1 N" -atom [#7X2](-*)#* n1 "sp1 N" -atom [#7X2;R](=*)-*=* nc "inner sp2 N of conjugated ring systems" -atom [#7X2;R](=*)-*#* nc "inner sp2 N of conjugated ring systems" -atom [#7X2;R](#*)-*#* nc "inner sp2 N of conjugated ring systems" -atom [#7X2;!R](=*)-*=* ne "inner sp2 N of conjugated chain system" -atom [#7X2;!R](=*)-*#* ne "inner sp2 N of conjugated chain system" -atom [#7X2;!R](#*)-*#* ne "inner sp2 N of conjugated chain system" -atom [nX2] nb "aromatic N" - -atom [#7X3] n3 "sp3 N" -atom [#7X3]a nh "amine N connected to aromatic ring" -atom [#7X3]=[CX3] nh "" -atom [#7X3]=[N2] nh "" -atom [#7X3]=[P2] nh "" -atom [#7X3]-[CX3]=[O,S] n "sp2 N in amides" -atom [#7X3](O)O no "N in nitro group" -atom [nX3] na "aromatic N" - -atom [#7X4] n4 "sp3 N" - -atom [OX1] o "sp2 O" -atom [OX2] os "sp3 O in esters and ethers" -atom [OX3] os "sp3 O in esters and ethers" -atom [OX2H] oh "sp3 O in hydroxyl group" -atom [OX3H] oh "sp3 O in hydroxyl group" - -atom [SX1] s "" -atom [SX2] ss "sp3 sulphur" -atom [SX2]=* s2 "sp2 sulphur" -atom [SX2]#* s2 "sp2 sulphur" -atom [SX2H] sh "sp3 S in thiol" -atom [SX3] s4 "hypervalent S" -atom [SX3](=*)-*=* sx "conjugated S" -atom [SX3](=*)-*#* sx "conjugated S" -atom [SX4] s6 "hypervalent S" -atom [SX4](=*)-*=* sy "conjugated S" -atom [SX4](=*)-*#* sy "conjugated S" -atom [SX5] s6 "hypervalent S" -atom [SX6] s6 "hypervalent S" - -atom [He] He "" -atom [Li] Li "" -atom [Be] Be "" -atom [B] B "" -atom [Ne] Ne "" -atom [Na] Na "" -atom [Mg] Mg "" -atom [Al] Al "" -atom [Si] Si "" -atom [Ar] Ar "" -atom [K] K "" -atom [Ca] Ca "" -atom [Sc] Sc "" -atom [Ti] Ti "" -atom [V] V "" -atom [Cr] Cr "" -atom [Mn] Mn "" -atom [Fe] Fe "" -atom [Co] Co "" -atom [Ni] Ni "" -atom [Cu] Cu "" -atom [Zn] Zn "" -atom [Ga] Ga "" -atom [Ge] Ge "" -atom [As] As "" -atom [Se] Se "" -atom [Kr] Kr "" -atom [Rb] Rb "" -atom [Sr] Sr "" -atom [Y] Y "" -atom [Zr] Zr "" -atom [Nb] Nb "" -atom [Mo] Mo "" -atom [Tc] Tc "" -atom [Ru] Ru "" -atom [Rh] Rh "" -atom [Pd] Pd "" -atom [Ag] Ag "" -atom [Cd] Cd "" -atom [In] In "" -atom [Sn] Sn "" -atom [Sb] Sb "" -atom [Te] Te "" -atom [Xe] Xe "" -atom [Cs] Cs "" -atom [Ba] Ba "" -atom [La] La "" -atom [Ce] Ce "" -atom [Pr] Pr "" -atom [Nd] Nd "" -atom [Pm] Pm "" -atom [Sm] Sm "" -atom [Eu] Eu "" -atom [Gd] Gd "" -atom [Tb] Tb "" -atom [Dy] Dy "" -atom [Ho] Ho "" -atom [Er] Er "" -atom [Tm] Tm "" -atom [Yb] Yb "" -atom [Lu] Lu "" -atom [Hf] Hf "" -atom [Ta] Ta "" -atom [W] W "" -atom [Re] Re "" -atom [Os] Os "" -atom [Ir] Ir "" -atom [Pt] Pt "" -atom [Au] Au "" -atom [Hg] Hg "" -atom [Tl] Tl "" -atom [Pb] Pb "" -atom [Bi] Bi "" -atom [Po] Po "" -atom [At] At "" -atom [Rn] Rn "" -atom [Fr] Fr "" -atom [Ra] Ra "" -atom [Ac] Ac "" -atom [Th] Th "" -atom [Pa] Pa "" -atom [U] U "" -atom [Np] Np "" -atom [Pu] Pu "" -atom [Am] Am "" -atom [Cm] Cm "" -atom [Bk] Bk "" -atom [Cf] Cf "" -atom [Es] Es "" -atom [Fm] Fm "" -atom [Md] Md "" -atom [No] No "" -atom [Lr] Lr "" diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/genheaders.sh --- a/CADDSuite-1.6/data/OpenBabel/genheaders.sh Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -#!/bin/sh - -./bin2hex.pl aromatic.txt AromaticData >aromatic.h -./bin2hex.pl atomtyp.txt AtomTypeData >atomtyp.h -./bin2hex.pl bondtyp.txt BondTypeData >bondtyp.h -./bin2hex.pl element.txt ElementData >element.h -./bin2hex.pl isotope-small.txt IsotopeData ISOTOPE >isotope.h -./bin2hex.pl phmodel.txt PhModelData PHMODELDATA >phmodeldata.h -./bin2hex.pl resdata.txt ResidueData >resdata.h -./bin2hex.pl torlib.txt TorsionDefaults >torlib.h -./bin2hex.pl types.txt TypesData >types.h diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/ghemical.prm --- a/CADDSuite-1.6/data/OpenBabel/ghemical.prm Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,476 +0,0 @@ -// -// The parameters int his file are taken from ghemical. -// - -// atomtypes and typerules 09.05.2000 (based on Tripos 5.2 and MMFF94) -// [SMARTS] [atomtype id number] [typerule] [description] -// -// must be sorted according to the ELEMENT and COMPLEXITY OF THE TYPERULE!!! - -atom [*] FFFF -atom [#1] 0100 (-*) "general hydrogen" -atom [#6] 0600 (-*) "general sp3 carbon" -atom [#6]=* 0601 (=*) "general sp2 carbon" -atom [#6]#* 0602 (#*) "general sp carbon" -atom [#6](=*)=* 0602 (=*,=*) "allenic sp carbon" -atom [c] 0603 (~*,~*) "aromatic sp2 carbon" -//atom [#6^3r3] 0604 ([-*?*-]) "sp3 carbon in a 3-membered ring" -//atom [#6^3r4] 0605 ([-*?*?*-]) "sp3 carbon in a 4-membered ring" -atom [N] 0700 (-*) "general sp3 nitrogen" -atom [N]=* 0701 (=*) "general sp2 nitrogen" -atom [N]#* 0702 (#*) "general sp nitrogen" -atom [n] 0703 (~*,~*) "aromatic sp2 nitrogen" -atom [ND4] 0704 (-*,-*,-*,-*) "ammonium nitrogen" -atom [#7][C]=O 0705 (-C(=O)) "amide nitrogen" -atom [O] 0800 (-*) "general sp3 oxygen" -atom [O]=* 0801 (=*) "general sp2 oxygen" -atom [F]* 0900 (-*) "general fluorine" -atom [P] 0F00 (-*) "general sp3 phosphorus" -atom [S] 1000 (-*) "general sp3 sulphur" -atom [S]=* 1001 (=*) "general sp2 sulphur" -atom [S]=[#8] 1002 (=O) "sulfoxide sulphur" -atom [S](=O)=O 1003 (=O,=O) "sulfone sulphur" -atom [Cl]* 1100 (-*) "general chlorine" -atom [Br]* 2300 (-*) "general bromine" -atom [I]* 3500 (-*) "general iodine" - -// bond stretching parameters 09.05.2000 (based on Tripos 5.2 and MMFF94) -// [id #1] [id #2] [bondtype] [opt] [fc] -// -// wildcard atomtype is FFFF !!!!!!!!!!!!!!!!!!!!!!!!!!! -// wildcard atomtype is FFFF !!!!!!!!!!!!!!!!!!!!!!!!!!! -// wildcard atomtype is FFFF !!!!!!!!!!!!!!!!!!!!!!!!!!! -// -// parameters containing those should be left last since the first matching -// one is chosen. that is, choose normal parameters if there is any matching -// one, and take wildcarded one only if there is no better choice... -// -// [opt] = Å -// [fc] = kcal/(mol * Å^2) - -bond 0602 0602 T 1.204 1400.0 -bond 0602 0602 S 1.380 700.0 -bond 2300 0601 S 1.890 500.0 -bond 0602 0601 S 1.440 1340.0 -bond 0602 0601 D 1.440 1340.0 -bond 0601 0601 D 1.335 1340.0 -bond 0601 0601 S 1.470 700.0 -bond 0602 0600 S 1.458 640.0 -bond 0601 0600 S 1.501 639.0 -bond 0600 0600 S 1.540 633.6 -bond 2300 0603 S 1.850 500.0 -bond 0602 0603 S 1.440 1340.0 -bond 0601 0603 S 1.510 1340.0 -bond 0600 0603 S 1.525 640.0 -bond 0603 0603 C 1.395 1400.0 -bond 0603 0603 S 1.480 1000.0 -bond 0601 1100 S 1.750 520.0 -bond 0600 1100 S 1.767 600.0 -bond 0603 1100 S 1.750 513.4 -bond 0601 2300 S 1.850 520.0 -bond 0600 2300 S 1.867 600.0 -bond 0603 2300 S 1.850 513.4 -bond 0601 0900 S 1.330 1200.0 -bond 0600 0900 S 1.360 600.0 -bond 0603 0900 S 1.330 500.0 -bond 0602 0100 S 1.056 700.0 -bond 0601 0100 S 1.089 692.0 -bond 0600 0100 S 1.100 662.4 -bond 0603 0100 S 1.084 692.0 -bond 0600 3500 S 2.050 490.0 //added 20050225 -bond 0601 3500 S 2.050 490.0 //added 20050225 -bond 0602 3500 S 2.050 490.0 //added 20050225 -bond 0603 3500 S 2.050 490.0 -bond 0602 0702 T 1.158 1600.0 -bond 0602 0701 S 1.330 1300.0 -bond 0602 0701 D 1.330 1300.0 -bond 0601 0701 D 1.270 1305.9 -bond 0601 0701 S 1.444 1300.0 -bond 0600 0701 S 1.440 760.2 -bond 0603 0701 S 1.346 1305.9 -bond 0701 0701 D 1.346 1305.9 -bond 0701 0701 S 1.418 1300.0 -bond 0601 0700 S 1.330 1300.0 -bond 0600 0700 S 1.470 760.0 -bond 0603 0700 S 1.410 720.0 -bond 0100 0700 S 1.080 692.0 -bond 0601 0704 S 1.330 1300.0 -bond 0600 0704 S 1.470 760.0 -bond 0603 0704 S 1.410 720.0 -bond 0601 0705 S 1.345 870.1 -bond 0600 0705 S 1.450 677.6 -bond 0603 0705 S 1.416 1090.1 -bond 0100 0705 S 1.000 700.0 -bond 0701 0705 S 1.440 667.6 -bond 0705 0705 S 1.450 744.5 -bond 0603 0703 C 1.346 1305.9 -bond 0703 0703 C 1.330 1400.0 -bond 0601 0801 D 1.220 1555.2 -bond 0705 0801 S 1.240 1120.0 -bond 0705 0801 D 1.210 680.0 -bond 0601 0800 S 1.330 699.8 -bond 0600 0800 S 1.430 618.9 -bond 0603 0800 S 1.390 700.0 -bond 0100 0800 S 0.950 1007.5 -bond 0701 0800 S 1.405 1200.0 -bond 0705 0800 S 1.400 620.0 -bond 0800 0800 S 1.480 1172.2 -bond 0600 0F00 S 1.830 407.6 -bond 0801 0F00 S 1.490 1400.0 -bond 0801 0F00 D 1.490 1400.0 -bond 0800 0F00 S 1.600 800.0 -bond 0601 1001 D 1.710 400.0 -bond 0600 1001 S 1.800 381.6 -bond 0603 1001 S 1.740 700.0 -bond 0601 1000 S 1.780 360.0 -bond 0600 1000 S 1.817 381.6 -bond 0603 1000 S 1.770 360.0 -bond 0700 1000 S 1.625 360.0 -bond 0704 1000 S 1.625 360.0 -bond 0801 1000 D 1.450 600.0 -bond 1000 1000 S 2.030 600.0 -bond 0601 1002 S 1.710 360.0 -bond 0600 1002 S 1.800 381.6 -bond 0801 1002 D 1.450 600.0 -bond 0800 1002 S 1.500 600.0 -bond 0600 1003 S 1.800 381.6 -bond 0801 1003 D 1.450 600.0 -bond 0800 1003 S 1.500 600.0 -bond FFFF 0100 S 1.008 700.0 - -// angle bending parameters 09.05.2000 (based on Tripos 5.2 and MMFF94) -// [id #1] [id #2] [id #3] [bt12][bt23] [opt] [fc] -// -// ordering should be made similarly as in parameters1.txt!!!!!!! -// original Tripos 5.2 did not contain the bond types here at all... -// -// [opt] = deg -// [fc] = kcal/(mol * deg^2) - -angle 0602 0602 0601 ?? 180.0 0.040 -angle 0601 0602 0702 ?? 180.0 0.040 -angle 0600 0602 0702 ?? 180.0 0.040 -angle 0603 0602 0702 ?? 180.0 0.040 -angle 0702 0602 0800 ?? 180.0 0.040 -angle 2300 0601 2300 ?? 120.0 0.020 -angle 2300 0601 0601 ?? 120.0 0.036 -angle 0601 0601 0601 ?? 121.7 0.018 -angle 0602 0601 0600 ?? 120.0 0.024 -angle 0601 0601 0600 ?? 121.0 0.024 -angle 0600 0601 0600 ?? 116.4 0.046 -angle 0602 0601 0603 ?? 120.0 0.024 -angle 0601 0601 0603 ?? 120.0 0.026 -angle 0600 0601 0603 ?? 120.0 0.024 -angle 0603 0601 0603 ?? 120.0 0.024 -angle 0601 0601 1100 ?? 120.0 0.036 -angle 0603 0601 1100 ?? 120.0 0.036 -angle 1100 0601 1100 ?? 122.0 0.030 -angle 0601 0601 2300 ?? 120.0 0.036 -angle 0603 0601 2300 ?? 120.0 0.036 -angle 2300 0601 2300 ?? 122.0 0.030 -angle 0602 0601 0701 ?? 123.0 0.070 -angle 0601 0601 0701 ?? 120.0 0.024 -angle 0600 0601 0701 ?? 118.0 0.020 -angle 0603 0601 0701 ?? 120.0 0.040 -angle 0601 0601 0700 ?? 120.0 0.024 -angle 0600 0601 0700 ?? 118.0 0.040 -angle 0701 0601 0700 ?? 121.8 0.030 -angle 0700 0601 0700 ?? 116.4 0.030 -angle 0601 0601 0705 ?? 120.0 0.024 -angle 0600 0601 0705 ?? 117.0 0.020 -angle 0603 0601 0705 ?? 120.0 0.040 -angle 0701 0601 0705 ?? 123.0 0.070 -angle 0705 0601 0705 ?? 120.0 0.030 -angle 0602 0601 0801 ?? 120.0 0.060 -angle 0601 0601 0801 ?? 120.0 0.026 -angle 0600 0601 0801 ?? 120.0 0.026 -angle 0603 0601 0801 ?? 120.0 0.026 -angle 0700 0601 0801 ?? 120.0 0.026 -angle 0705 0601 0801 ?? 123.0 0.030 -angle 0601 0601 0800 ?? 120.0 0.072 -angle 0600 0601 0800 ?? 114.0 0.030 -angle 0603 0601 0800 ?? 120.0 0.030 -angle 0705 0601 0800 ?? 110.5 0.014 -angle 0801 0601 0800 ?? 120.0 0.030 -angle 0701 0601 1000 ?? 125.6 0.028 -angle 0705 0601 1000 ?? 111.5 0.030 -angle 0801 0601 1000 ?? 125.0 0.016 -angle 0601 0600 0601 ?? 109.5 0.018 -angle 0602 0600 0600 ?? 109.5 0.024 -angle 0601 0600 0600 ?? 109.5 0.018 -angle 0600 0600 0600 ?? 109.5 0.024 -angle 0601 0600 0603 ?? 109.5 0.018 -angle 0600 0600 0603 ?? 109.5 0.024 -angle 0603 0600 0603 ?? 109.5 0.018 -angle 0600 0600 1100 ?? 109.5 0.020 -angle 1100 0600 1100 ?? 109.5 0.020 -angle 0600 0600 2300 ?? 109.5 0.020 -angle 2300 0600 2300 ?? 109.5 0.020 -angle 0603 0600 0900 ?? 110.0 0.024 -angle 0900 0600 0900 ?? 109.5 0.040 -angle 0601 0600 0100 ?? 110.0 0.016 -angle 0100 0600 0100 ?? 109.5 0.024 -angle 0600 0600 0701 ?? 109.5 0.018 -angle 0601 0600 0700 ?? 109.5 0.018 -angle 0600 0600 0700 ?? 109.5 0.024 -angle 0603 0600 0700 ?? 109.5 0.018 -angle 0601 0600 0705 ?? 109.5 0.022 -angle 0600 0600 0705 ?? 109.5 0.018 -angle 0603 0600 0705 ?? 109.5 0.020 -angle 0100 0600 0705 ?? 110.0 0.020 -angle 0701 0600 0705 ?? 109.5 0.020 -angle 0705 0600 0705 ?? 109.5 0.040 -angle 0900 0600 0703 ?? 109.5 0.040 -angle 0601 0600 0800 ?? 109.5 0.022 -angle 0600 0600 0800 ?? 109.5 0.022 -angle 0603 0600 0800 ?? 109.5 0.018 -angle 0705 0600 0800 ?? 109.5 0.020 -angle 0800 0600 0800 ?? 109.5 0.020 -angle 0600 0600 0F00 ?? 112.0 0.014 -angle 0601 0600 1001 ?? 109.5 0.018 -angle 0600 0600 1001 ?? 109.5 0.018 -angle 0705 0600 1001 ?? 109.5 0.040 -angle 0601 0600 1000 ?? 107.8 0.018 -angle 0600 0600 1000 ?? 107.8 0.018 -angle 0603 0600 1000 ?? 107.8 0.018 -angle 0705 0600 1000 ?? 109.5 0.024 -angle 0800 0600 1000 ?? 107.8 0.020 -angle 2300 0603 0603 ?? 120.0 0.036 -angle 0601 0603 0603 ?? 120.0 0.024 -angle 0600 0603 0603 ?? 120.0 0.024 -angle 0603 0603 0603 ?? 120.0 0.024 -angle 0603 0603 1100 ?? 120.0 0.036 -angle 0603 0603 2300 ?? 120.0 0.036 -angle 0603 0603 0900 ?? 120.0 0.036 -angle 0603 0603 3500 ?? 120.0 0.036 -angle 0600 0603 0701 ?? 120.0 0.040 -angle 0603 0603 0701 ?? 120.0 0.040 -angle 0701 0603 0701 ?? 120.0 0.040 -angle 0603 0603 0700 ?? 120.0 0.062 -angle 0600 0603 0705 ?? 120.0 0.040 -angle 0603 0603 0705 ?? 120.0 0.062 -angle 0701 0603 0705 ?? 118.0 0.040 -angle 0705 0603 0705 ?? 120.0 0.030 -angle 0601 0603 0703 ?? 120.0 0.040 -angle 0600 0603 0703 ?? 120.0 0.040 -angle 0603 0603 0703 ?? 120.0 0.024 -angle 0705 0603 0703 ?? 118.0 0.040 -angle 0600 0603 0800 ?? 120.0 0.040 -angle 0603 0603 0800 ?? 120.0 0.062 -angle 0603 0603 1001 ?? 120.0 0.062 -angle 0603 0603 1000 ?? 120.0 0.062 -angle 0602 0701 0601 ?? 120.0 0.040 -angle 0601 0701 0601 ?? 123.0 0.080 -angle 0601 0701 0600 ?? 110.0 0.082 -angle 0601 0701 0603 ?? 123.0 0.080 -angle 0600 0701 0603 ?? 110.0 0.082 -angle 0603 0701 0603 ?? 120.0 0.040 -angle 0601 0701 0701 ?? 112.0 0.044 -angle 0600 0701 0701 ?? 118.0 0.040 -angle 0603 0701 0701 ?? 118.0 0.040 -angle 0601 0701 0705 ?? 120.0 0.044 -angle 0601 0701 0800 ?? 105.0 0.044 -angle 0601 0700 0600 ?? 110.0 0.040 -angle 0600 0700 0600 ?? 109.5 0.018 -angle 0600 0700 0603 ?? 118.0 0.040 -angle 0603 0700 0603 ?? 118.0 0.040 -angle 0600 0700 1001 ?? 109.5 0.040 -angle 0600 0704 0600 ?? 109.5 0.018 -angle 0601 0705 0601 ?? 120.0 0.018 -angle 0601 0705 0600 ?? 118.0 0.044 -angle 0600 0705 0600 ?? 122.0 0.040 -angle 0601 0705 0603 ?? 120.0 0.052 -angle 0600 0705 0603 ?? 118.0 0.044 -angle 0603 0705 0603 ?? 120.0 0.044 -angle 0601 0705 0100 ?? 119.0 0.016 -angle 0600 0705 0100 ?? 117.0 0.020 -angle 0601 0705 0701 ?? 120.0 0.018 -angle 0600 0705 0701 ?? 120.0 0.024 -angle 0603 0705 0701 ?? 109.5 0.044 -angle 0601 0705 0705 ?? 120.0 0.018 -angle 0600 0705 0705 ?? 120.0 0.024 -angle 0603 0705 0705 ?? 120.0 0.052 -angle 0601 0705 0801 ?? 120.0 0.024 -angle 0600 0705 0801 ?? 120.0 0.020 -angle 0603 0705 0801 ?? 120.0 0.024 -angle 0801 0705 0801 ?? 120.0 0.020 -angle 0603 0703 0603 ?? 120.0 0.040 -angle 0601 0800 0601 ?? 110.0 0.020 -angle 0601 0800 0600 ?? 109.5 0.044 -angle 0600 0800 0600 ?? 109.5 0.044 -angle 0601 0800 0603 ?? 110.0 0.020 -angle 0600 0800 0603 ?? 110.0 0.020 -angle 0603 0800 0603 ?? 110.0 0.020 -angle 0601 0800 0701 ?? 108.5 0.044 -angle 0600 0800 0800 ?? 103.9 0.094 -angle 0600 0800 0F00 ?? 120.0 0.010 -angle 0801 0F00 0801 ?? 109.5 0.020 -angle 0801 0F00 0800 ?? 109.5 0.020 -angle 0800 0F00 0800 ?? 109.5 0.020 -angle 0600 1001 0700 ?? 111.0 0.040 -angle 0603 1001 0700 ?? 111.0 0.040 -angle 0601 1000 0600 ?? 94.3 0.022 -angle 0600 1000 0600 ?? 98.0 0.020 -angle 0603 1000 0603 ?? 97.5 0.062 -angle 0603 1000 1000 ?? 102.9 0.060 -angle 0801 1003 0801 ?? 118.0 0.040 -angle FFFF 0601 0100 ?? 120.0 0.012 -angle FFFF 0600 0100 ?? 109.5 0.016 -angle FFFF 1002 0801 ?? 107.0 0.040 -angle FFFF 1003 0801 ?? 107.0 0.040 -angle FFFF 0602 FFFF ?? 180.0 0.040 -angle FFFF 0601 FFFF ?? 120.0 0.024 -angle FFFF 0600 FFFF ?? 109.5 0.020 -angle FFFF 0603 FFFF ?? 120.0 0.024 -angle FFFF 0702 FFFF ?? 180.0 0.080 -angle FFFF 0701 FFFF ?? 120.0 0.040 -angle FFFF 0700 FFFF ?? 109.5 0.040 -angle FFFF 0704 FFFF ?? 109.5 0.010 -angle FFFF 0705 FFFF ?? 120.0 0.020 -angle FFFF 0703 FFFF ?? 120.0 0.020 -angle FFFF 0800 FFFF ?? 109.5 0.020 -angle FFFF 0F00 FFFF ?? 109.5 0.020 -angle FFFF 1001 FFFF ?? 110.5 0.040 -angle FFFF 1000 FFFF ?? 97.0 0.020 - -// torsion parameters 09.05.2000 (based on Tripos 5.2 and MMFF94) -// [id #1] [id #2] [id #3] [id #4] [bt12][bt23][bt34] [k] [n] [s] -// -// ordering should be made similarly as in parameters1.txt!!!!!!! -// original Tripos 5.2 did not contain all these bond types here... -// -// [k] = kcal/mol (rotational barrier ???) - -torsion 0801 0601 0600 0600 ?S? 0.700 - 3.0 -torsion 0601 0600 0600 0601 ?S? 0.040 + 3.0 -torsion 0601 0600 0600 0600 ?S? 0.126 + 3.0 -torsion 0600 0600 0600 0600 ?S? 0.500 + 3.0 -torsion 0601 0601 0600 0601 ?S? 0.126 - 3.0 -torsion 0601 0601 0600 0100 ?S? 0.273 - 3.0 -torsion 0600 0601 0600 0601 ?S? 0.126 + 3.0 -torsion 0600 0601 0600 0600 ?S? 0.126 + 3.0 -torsion 0600 0601 0600 0100 ?S? 0.274 + 3.0 -torsion 0100 0601 0600 0601 ?S? 0.274 + 3.0 -torsion 0100 0601 0600 0600 ?S? 0.274 + 3.0 -torsion 0100 0601 0600 0100 ?S? 0.274 + 3.0 -torsion 0601 0601 0600 0600 ?S? 0.126 - 3.0 -torsion FFFF 0601 0600 0601 ?S? 0.126 + 3.0 -torsion FFFF 0601 0600 0600 ?S? 0.126 + 3.0 -torsion FFFF 0601 0600 0100 ?S? 0.274 + 3.0 -torsion FFFF 0600 0600 0100 ?S? 0.320 + 3.0 -torsion 0601 0601 0600 FFFF ?S? 0.126 - 3.0 -torsion 0600 0601 0600 FFFF ?S? 0.126 + 3.0 -torsion 0100 0601 0600 FFFF ?S? 0.274 + 3.0 -torsion FFFF 0602 0602 FFFF ?T? 0.000 + 1.0 -torsion FFFF 0602 0602 FFFF ?S? 0.000 + 1.0 -torsion FFFF 0602 0601 FFFF ?S? 0.000 + 1.0 -torsion FFFF 0602 0601 FFFF ?D? 0.000 + 1.0 -torsion FFFF 0601 0601 FFFF ?D? 12.500 - 2.0 -torsion FFFF 0601 0601 FFFF ?S? 1.424 - 2.0 -torsion FFFF 0602 0600 FFFF ?S? 0.000 + 1.0 -torsion FFFF 0601 0600 FFFF ?S? 0.120 - 3.0 -torsion FFFF 0600 0600 FFFF ?S? 0.200 + 3.0 -torsion FFFF 0602 0603 FFFF ?S? 0.000 + 1.0 -torsion FFFF 0601 0603 FFFF ?S? 1.600 - 2.0 -torsion FFFF 0600 0603 FFFF ?S? 0.120 - 3.0 -torsion FFFF 0603 0603 FFFF ?C? 2.000 - 2.0 -torsion FFFF 0603 0603 FFFF ?S? 0.600 - 2.0 -torsion FFFF 0602 0701 FFFF ?S? 0.000 + 1.0 -torsion FFFF 0602 0701 FFFF ?D? 0.000 + 1.0 -torsion FFFF 0601 0701 FFFF ?D? 12.000 - 2.0 -torsion FFFF 0601 0701 FFFF ?S? 12.000 - 2.0 -torsion FFFF 0600 0701 FFFF ?S? 0.400 - 3.0 -torsion FFFF 0603 0701 FFFF ?S? 1.600 - 2.0 -torsion FFFF 0701 0701 FFFF ?D? 1.600 - 2.0 -torsion FFFF 0701 0701 FFFF ?S? 1.600 - 2.0 -torsion FFFF 0601 0700 FFFF ?S? 0.120 - 3.0 -torsion FFFF 0600 0700 FFFF ?S? 0.200 + 3.0 -torsion FFFF 0603 0700 FFFF ?S? 0.120 - 3.0 -torsion FFFF 0700 0700 FFFF ?S? 0.200 + 3.0 -torsion FFFF 0601 0705 FFFF ?S? 6.460 - 2.0 -torsion FFFF 0600 0705 FFFF ?S? 0.200 + 3.0 -torsion FFFF 0603 0705 FFFF ?S? 1.600 - 2.0 -torsion FFFF 0701 0705 FFFF ?S? 1.600 - 2.0 -torsion FFFF 0700 0705 FFFF ?S? 0.120 - 3.0 -torsion FFFF 0705 0705 FFFF ?S? 1.600 - 2.0 -torsion FFFF 0603 0703 FFFF ?C? 1.600 - 2.0 -torsion FFFF 0601 0800 FFFF ?S? 5.800 - 2.0 -torsion FFFF 0600 0800 FFFF ?S? 1.200 + 3.0 -torsion FFFF 0603 0800 FFFF ?S? 1.200 - 2.0 -torsion FFFF 0701 0800 FFFF ?S? 1.000 + 2.0 -torsion FFFF 0700 0800 FFFF ?S? 0.200 + 3.0 -torsion FFFF 0601 0F00 FFFF ?S? 1.000 - 2.0 -torsion FFFF 0600 0F00 FFFF ?S? 0.400 + 3.0 -torsion FFFF 0603 0F00 FFFF ?S? 1.000 + 3.0 -torsion FFFF 0800 0F00 FFFF ?S? 0.400 + 3.0 -torsion FFFF 0601 1001 FFFF ?D? 1.000 - 2.0 -torsion FFFF 0600 1001 FFFF ?S? 0.400 + 3.0 -torsion FFFF 0603 1001 FFFF ?S? 1.000 + 3.0 -torsion FFFF 0700 1001 FFFF ?S? 0.400 + 3.0 -torsion FFFF 0601 1000 FFFF ?S? 1.000 - 2.0 -torsion FFFF 0600 1000 FFFF ?S? 0.400 + 3.0 -torsion FFFF 0603 1000 FFFF ?S? 1.000 + 3.0 -torsion FFFF 1000 1000 FFFF ?S? 4.000 + 3.0 - -// lenjon-parameters 09.05.2000 (based on Tripos 5.2 and MMFF94) -// [id] [r] [k] -// -// [r] = Å -// [k] = kcal/mol - -vdw 0100 1.50 0.042 -vdw 0600 1.70 0.107 -vdw 0601 1.70 0.107 -vdw 0602 1.70 0.107 -vdw 0603 1.70 0.107 -vdw 0604 1.70 0.107 -vdw 0605 1.70 0.107 -vdw 0700 1.55 0.095 -vdw 0701 1.55 0.095 -vdw 0702 1.55 0.095 -vdw 0703 1.55 0.095 -vdw 0704 1.55 0.095 -vdw 0705 1.55 0.095 -vdw 0800 1.52 0.116 -vdw 0801 1.52 0.116 -vdw 0900 1.47 0.109 -vdw 0F00 1.80 0.314 -vdw 1000 1.80 0.314 -vdw 1001 1.80 0.314 -vdw 1002 1.80 0.314 -vdw 1003 1.80 0.314 -vdw 1100 1.75 0.314 -vdw 2300 1.85 0.434 -vdw 3500 1.98 0.623 -vdw FFFF 1.50 0.042 - -// atomic charge parameters 09.05.2000 (based on Tripos 5.2 and MMFF94) -// [id #1] [id #2] [delta] -// -// THE NUMERICAL VALUES HERE ARE NOT PROPERLY CHECKED!!! -// -// sign of [delta] is inverted if order of atoms is switched... -// sign of [delta] is inverted if order of atoms is switched... -// sign of [delta] is inverted if order of atoms is switched... - -charge 0601 0100 S +0.100 -charge 0602 0100 S +0.200 -charge 0603 0100 S +0.100 -charge 0604 0100 S +0.050 -charge 0700 0100 S +0.100 -charge 0701 0100 S +0.200 -charge 0702 0100 S +0.250 -charge 0703 0100 S +0.250 -charge 0704 0100 S +0.200 -charge 0705 0100 S +0.150 -charge 0800 0100 S +0.250 -charge 0801 0601 D +0.100 -charge 0900 0100 S +0.500 -charge 0900 0600 S +0.125 -charge 1002 0801 D +0.200 -charge 1003 0801 D +0.200 -charge 1100 0600 S +0.150 -charge 2300 0600 S +0.175 -charge 3500 0600 S +0.200 - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/isotope-small.txt --- a/CADDSuite-1.6/data/OpenBabel/isotope-small.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,141 +0,0 @@ -############################################################################## -# # -# Open Babel file: isotope-small.txt # -# # -# Copyright (c) 2002-2003 by Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# Small isotope table with most frequently-used isotopes (as default data) # -# (GRH currently trimmed up to atomic # 40 and #100+) # -# Note that this is only used when data files are not available # -# and hence is not as likely to be updated frequently--it is hand-edited! # -# # -# This file has a series of lines, one for each element # -# (i.e. line 0 = neutron, line 1 = hydrogen, line 2 = helium, etc.) # -# Each line: Atomic #, 0 then exact mass of most abundant isotope # -# then a list of isotopes as int, float pairs corresponding to masses # -# # -# CAUTION: Masses have been zero-padded to 6 decimal places # -# (we don't currently have a math package that can deal with sig. fig.) # -# so trailing zeros may not be significant and/or useful # -# # -# Values are compiled from "The 1995 update to the atomic mass evaluation" # -# by G.Audi and A.H.Wapstra # -# Nuclear Physics A595 vol. 4 p.409-480, December 25, 1995. # -# as made available in the mass_rmd.mas95 file # -# # -# Currently: 110 lines (neutron, H to Mt) # -# (note that since element 0 often represents a dummy atom, the default # -# mass is 0 amu, *not* the mass of a neutron, accessible as isotope 1) # -# # -############################################################################## -0 0 0.000000 1 1.008664 -1 0 1.007825 1 1.007825 2 2.014101 3 3.016049 -2 0 4.002603 3 3.016029 4 4.002603 5 5.012220 6 6.018888 7 7.028030 8 8.033922 9 9.043820 10 10.052400 -3 0 7.016004 5 5.012540 6 6.015122 7 7.016004 8 8.022486 9 9.026789 10 10.035481 11 11.043796 -4 0 9.012182 6 6.019726 7 7.016929 8 8.005305 9 9.012182 10 10.013533 11 11.021658 12 12.026921 14 14.042820 -5 0 11.009305 7 7.029920 8 8.024606 9 9.013328 10 10.012937 11 11.009305 12 12.014352 13 13.017780 14 14.025404 15 15.031097 17 17.046930 19 19.063730 -6 0 12.000000 8 8.037675 9 9.031040 10 10.016853 11 11.011433 12 12.000000 13 13.003354 14 14.003241 15 15.010599 16 16.014701 17 17.022584 18 18.026760 19 19.035250 20 20.040320 -7 0 14.003074 12 12.018613 13 13.005738 14 14.003074 15 15.000108 16 16.006101 17 17.008450 18 18.014082 19 19.017027 20 20.023370 21 21.027090 22 22.034440 23 23.040510 -8 0 15.994914 12 12.034405 13 13.024810 14 14.008595 15 15.003065 16 15.994914 17 16.999131 18 17.999160 19 19.003579 20 20.004076 21 21.008655 22 22.009970 23 23.015690 24 24.020370 -9 0 18.998403 15 15.018010 16 16.011466 17 17.002095 18 18.000937 19 18.998403 20 19.999981 21 20.999948 22 22.002999 23 23.003570 24 24.008100 25 25.012090 26 26.019630 27 27.026890 -10 0 19.992440 16 16.025757 17 17.017700 18 18.005697 19 19.001879 20 19.992440 21 20.993846 22 21.991385 23 22.994467 24 23.993615 25 24.997790 26 26.000460 27 27.007620 28 28.012110 29 29.019350 -11 0 22.989769 19 19.013879 20 20.007348 21 20.997655 22 21.994436 23 22.989769 24 23.990963 25 24.989954 26 25.992590 27 26.994010 28 27.998890 29 29.002810 30 30.009230 31 31.013600 32 32.019650 33 33.027390 34 34.034900 35 35.044180 -12 0 23.985041 20 20.018863 21 21.011714 22 21.999574 23 22.994124 24 23.985041 25 24.985837 26 25.982593 27 26.984340 28 27.983876 29 28.988550 30 29.990460 31 30.996550 32 31.999150 33 33.005590 -13 0 26.981538 22 22.019520 23 23.007265 24 23.999941 25 24.990428 26 25.986891 27 26.981538 28 27.981910 29 28.980444 30 29.982960 31 30.983946 32 31.988120 33 32.990870 34 33.996930 35 34.999940 36 36.006350 -14 0 27.976926 22 22.034530 24 24.011546 25 25.004107 26 25.992330 27 26.986704 28 27.976926 29 28.976494 30 29.973770 31 30.975363 32 31.974148 33 32.978001 34 33.978576 35 34.984580 36 35.986690 37 36.993000 38 37.995980 39 39.002300 -15 0 30.973761 26 26.011780 27 26.999190 28 27.992312 29 28.981801 30 29.978313 31 30.973761 32 31.973907 33 32.971725 34 33.973636 35 34.973314 36 35.978260 37 36.979610 38 37.984470 39 38.986420 40 39.991050 41 40.994800 42 42.000090 -16 0 31.972070 27 27.018800 28 28.004370 29 28.996610 30 29.984903 31 30.979554 32 31.972070 33 32.971458 34 33.967866 35 34.969032 36 35.967080 37 36.971125 38 37.971163 39 38.975140 40 39.975470 41 40.980030 42 41.981490 43 42.986600 44 43.988320 -17 0 34.968852 31 30.992420 32 31.985689 33 32.977451 34 33.973761 35 34.968852 36 35.968306 37 36.965902 38 37.968010 39 38.968007 40 39.970420 41 40.970650 42 41.973170 43 42.974200 44 43.978540 45 44.979700 46 45.984120 47 46.987950 -18 0 39.962383 31 31.012130 32 31.997660 33 32.989930 34 33.980270 35 34.975256 36 35.967546 37 36.966775 38 37.962732 39 38.964313 40 39.962383 41 40.964500 42 41.963050 43 42.965670 44 43.965365 45 44.968090 46 45.968090 47 46.972190 -19 0 38.963706 35 34.988012 36 35.981293 37 36.973376 38 37.969080 39 38.963706 40 39.963998 41 40.961825 42 41.962403 43 42.960716 44 43.961560 45 44.960700 46 45.961976 47 46.961678 48 47.965513 49 48.967450 50 49.972780 51 50.976380 52 51.982610 53 52.987120 54 53.993990 -20 0 39.962591 35 35.004770 36 35.993090 37 36.985872 38 37.976319 39 38.970717 40 39.962591 41 40.962278 42 41.958618 43 42.958766 44 43.955481 45 44.956185 46 45.953692 47 46.954546 48 47.952534 49 48.955673 50 49.957518 51 50.961470 52 51.965100 53 52.970050 -21 0 44.955910 40 39.977964 41 40.969251 42 41.965516 43 42.961151 44 43.959403 45 44.955910 46 45.955170 47 46.952408 48 47.952235 49 48.950024 50 49.952187 51 50.953603 52 51.956650 53 52.959240 54 53.963000 55 54.967430 -22 0 47.947947 39 39.001320 40 39.990500 41 40.983130 42 41.973032 43 42.968523 44 43.959690 45 44.958124 46 45.952629 47 46.951763 48 47.947947 49 48.947870 50 49.944792 51 50.946616 52 51.946898 53 52.949730 54 53.950870 55 54.955120 56 55.957990 57 56.962900 58 57.966110 -23 0 50.943963 43 42.980650 44 43.974400 45 44.965782 46 45.960199 47 46.954906 48 47.952254 49 48.948516 50 49.947162 51 50.943963 52 51.944779 53 52.944343 54 53.946444 55 54.947240 56 55.950360 57 56.952360 58 57.956650 59 58.959300 60 59.964500 61 60.967410 -24 0 51.940511 43 42.997710 44 43.985470 45 44.979160 46 45.968362 47 46.962907 48 47.954036 49 48.951341 50 49.946049 51 50.944771 52 51.940511 53 52.940653 54 53.938884 55 54.940844 56 55.940645 57 56.943750 58 57.944250 59 58.948630 60 59.949730 61 60.954090 62 61.955800 63 62.961860 -25 0 54.938049 46 45.986720 47 46.976100 48 47.968870 49 48.959623 50 49.954244 51 50.948215 52 51.945570 53 52.941294 54 53.940363 55 54.938049 56 55.938909 57 56.938287 58 57.939990 59 58.940450 60 59.943190 61 60.944460 62 61.947970 63 62.949810 64 63.953730 65 64.956100 66 65.960820 -26 0 55.934942 46 46.000810 47 46.992890 48 47.980560 49 48.973610 50 49.962990 51 50.956825 52 51.948117 53 52.945312 54 53.939614 55 54.938298 56 55.934942 57 56.935398 58 57.933280 59 58.934880 60 59.934077 61 60.936749 62 61.936770 63 62.940120 64 63.940870 65 64.944940 66 65.945980 67 66.950000 68 67.952510 69 68.957700 -27 0 58.933200 50 49.981540 51 50.970720 52 51.963590 53 52.954225 54 53.948464 55 54.942003 56 55.939843 57 56.936296 58 57.935757 59 58.933200 60 59.933822 61 60.932479 62 61.934054 63 62.933615 64 63.935814 65 64.936485 66 65.939830 67 66.940610 68 67.944360 69 68.945200 70 69.949810 71 70.951730 -28 0 57.935347 51 50.987720 52 51.975680 53 52.968460 54 53.957910 55 54.951336 56 55.942136 57 56.939800 58 57.935347 59 58.934351 60 59.930790 61 60.931060 62 61.928348 63 62.929672 64 63.927969 65 64.930088 66 65.929115 67 66.931570 68 67.931845 69 68.935180 70 69.936140 71 70.940000 72 71.941300 73 72.946080 74 73.947910 -29 0 62.929601 55 54.966050 56 55.958560 57 56.949216 58 57.944540 59 58.939504 60 59.937368 61 60.933462 62 61.932587 63 62.929601 64 63.929767 65 64.927793 66 65.928873 67 66.927750 68 67.929640 69 68.929425 70 69.932409 71 70.932620 72 71.935520 73 72.936490 74 73.940200 75 74.941700 76 75.945990 77 76.947950 78 77.952810 79 78.955280 -30 0 63.929146 57 56.964910 58 57.954600 59 58.949270 60 59.941832 61 60.939514 62 61.934334 63 62.933215 64 63.929146 65 64.929245 66 65.926036 67 66.927130 68 67.924847 69 68.926553 70 69.925325 71 70.927727 72 71.926861 73 72.929780 74 73.929460 75 74.932940 76 75.933390 77 76.937090 78 77.938570 79 78.942680 80 79.944410 81 80.950480 -31 0 68.925581 61 60.949170 62 61.944180 63 62.939140 64 63.936838 65 64.932739 66 65.931592 67 66.928204 68 67.927983 69 68.925581 70 69.926028 71 70.924705 72 71.926369 73 72.925170 74 73.926940 75 74.926501 76 75.928930 77 76.929280 78 77.931660 79 78.932920 80 79.936590 81 80.937750 82 81.943160 83 82.946870 84 83.952340 -32 0 73.921178 61 60.963790 62 61.954650 63 62.949640 64 63.941570 65 64.939440 66 65.933850 67 66.932738 68 67.928097 69 68.927972 70 69.924250 71 70.924954 72 71.922076 73 72.923459 74 73.921178 75 74.922859 76 75.921402 77 76.923548 78 77.922853 79 78.925400 80 79.925445 81 80.928820 82 81.929550 83 82.934510 84 83.937310 85 84.942690 -33 0 74.921596 65 64.949480 66 65.944370 67 66.939190 68 67.936790 69 68.932280 70 69.930930 71 70.927115 72 71.926753 73 72.923825 74 73.923929 75 74.921596 76 75.922393 77 76.920647 78 77.921829 79 78.920948 80 79.922578 81 80.922133 82 81.924500 83 82.924980 84 83.929060 85 84.931810 86 85.936230 87 86.939580 -34 0 79.916521 65 64.964660 67 66.950090 68 67.941870 69 68.939560 70 69.933500 71 70.932270 72 71.927112 73 72.926767 74 73.922476 75 74.922523 76 75.919214 77 76.919914 78 77.917309 79 78.918499 80 79.916521 81 80.917992 82 81.916700 83 82.919119 84 83.918465 85 84.922240 86 85.924271 87 86.928520 88 87.931420 89 88.936020 90 89.939420 91 90.945370 -35 0 78.918337 69 68.950180 70 69.944620 71 70.939250 72 71.936500 73 72.931790 74 73.929891 75 74.925776 76 75.924542 77 76.921380 78 77.921146 79 78.918337 80 79.918530 81 80.916291 82 81.916805 83 82.915180 84 83.916504 85 84.915608 86 85.918797 87 86.920711 88 87.924070 89 88.926390 90 89.930630 91 90.933970 92 91.939260 93 92.943100 94 93.948680 -36 0 83.911507 71 70.950510 72 71.941910 73 72.938930 74 73.933260 75 74.931034 76 75.925948 77 76.924668 78 77.920386 79 78.920083 80 79.916378 81 80.916592 82 81.913484 83 82.914136 84 83.911507 85 84.912527 86 85.910610 87 86.913354 88 87.914447 89 88.917630 90 89.919524 91 90.923440 92 91.926153 93 92.931270 94 93.934360 95 94.939840 97 96.948560 -37 0 84.911789 74 73.944470 75 74.938569 76 75.935071 77 76.930407 78 77.928141 79 78.923997 80 79.922519 81 80.918994 82 81.918208 83 82.915112 84 83.914385 85 84.911789 86 85.911167 87 86.909183 88 87.911319 89 88.912280 90 89.914809 91 90.916534 92 91.919725 93 92.922033 94 93.926407 95 94.929319 96 95.934284 97 96.937340 98 97.941700 99 98.945420 100 99.949870 101 100.953200 102 101.959210 -38 0 87.905614 76 75.941610 77 76.937760 78 77.932179 79 78.929707 80 79.924525 81 80.923213 82 81.918401 83 82.917555 84 83.913425 85 84.912933 86 85.909262 87 86.908879 88 87.905614 89 88.907452 90 89.907737 91 90.910210 92 91.911030 93 92.914022 94 93.915360 95 94.919358 96 95.921680 97 96.926149 98 97.928471 99 98.933320 100 99.935350 101 100.940520 102 101.943020 -39 0 88.905847 78 77.943500 79 78.937350 80 79.934340 81 80.929130 82 81.926790 83 82.922350 84 83.920390 85 84.916427 86 85.914888 87 86.910877 88 87.909503 89 88.905847 90 89.907151 91 90.907303 92 91.908947 93 92.909582 94 93.911594 95 94.912824 96 95.915898 97 96.918131 98 97.922220 99 98.924635 100 99.927760 101 100.930310 102 101.933560 -40 0 89.904703 80 79.940550 81 80.936820 82 81.931090 83 82.928650 84 83.923250 85 84.921470 86 85.916470 87 86.914817 88 87.910226 89 88.908889 90 89.904703 91 90.905645 92 91.905040 93 92.906475 94 93.906315 95 94.908042 96 95.908276 97 96.910951 98 97.912746 99 98.916511 100 99.917760 101 100.921140 102 101.922980 103 102.926600 104 103.928780 105 104.933050 -41 0 92.906377 82 81.943130 83 82.936700 84 83.933570 85 84.927910 86 85.925040 87 86.920360 88 87.917960 89 88.913500 90 89.911264 91 90.906991 92 91.907193 93 92.906377 94 93.907283 95 94.906835 96 95.908100 97 96.908097 98 97.910331 99 98.911618 100 99.914181 101 100.915252 102 101.918040 103 102.919140 104 103.922460 105 104.923930 106 105.928190 107 106.930310 -42 0 97.905407 84 83.940090 85 84.936590 86 85.930700 87 86.927330 88 87.921953 89 88.919481 90 89.913936 91 90.911751 92 91.906810 93 92.906812 94 93.905087 95 94.905841 96 95.904678 97 96.906021 98 97.905407 99 98.907711 100 99.907477 101 100.910347 102 101.910297 103 102.913200 104 103.913760 105 104.916970 106 105.918134 107 106.921690 108 107.923580 109 108.927810 110 109.929730 -43 0 97.907216 86 85.942880 87 86.936530 88 87.932830 89 88.927540 90 89.923560 91 90.918430 92 91.915260 93 92.910248 94 93.909656 95 94.907656 96 95.907871 97 96.906365 98 97.907216 99 98.906254 100 99.907657 101 100.907314 102 101.909213 103 102.909179 104 103.911440 105 104.911660 106 105.914355 107 106.915080 108 107.918480 109 108.919630 110 109.923390 111 110.925050 112 111.929240 113 112.931330 -44 0 101.904349 88 87.940420 89 88.936110 90 89.929780 91 90.926380 92 91.920120 93 92.917050 94 93.911360 95 94.910413 96 95.907598 97 96.907555 98 97.905287 99 98.905939 100 99.904219 101 100.905582 102 101.904349 103 102.906323 104 103.905430 105 104.907750 106 105.907327 107 106.909910 108 107.910190 109 108.913200 110 109.913970 111 110.917560 112 111.918550 113 112.922540 114 113.924000 115 114.928310 -45 0 102.905504 90 89.942870 91 90.936550 92 91.931980 93 92.925740 94 93.921700 95 94.915900 96 95.914518 97 96.911340 98 97.910716 99 98.908132 100 99.908117 101 100.906164 102 101.906843 103 102.905504 104 103.906655 105 104.905692 106 105.907285 107 106.906751 108 107.908730 109 108.908736 110 109.910950 111 110.911660 112 111.914610 113 112.915420 114 113.918850 115 114.920120 116 115.923710 117 116.925350 -46 0 105.903483 92 91.940420 93 92.935910 94 93.928770 95 94.924690 96 95.918220 97 96.916480 98 97.912721 99 98.911768 100 99.908505 101 100.908289 102 101.905608 103 102.906087 104 103.904035 105 104.905084 106 105.903483 107 106.905128 108 107.903894 109 108.905954 110 109.905152 111 110.907640 112 111.907313 113 112.910150 114 113.910365 115 114.913680 116 115.914160 117 116.917840 118 117.918980 119 118.922680 120 119.924030 -47 0 106.905093 94 93.942780 95 94.935480 96 95.930680 97 96.924000 98 97.921760 99 98.917600 100 99.916070 101 100.912800 102 101.912000 103 102.908972 104 103.908628 105 104.906528 106 105.906666 107 106.905093 108 107.905954 109 108.904756 110 109.906110 111 110.905295 112 111.907004 113 112.906566 114 113.908808 115 114.908760 116 115.911360 117 116.911680 118 117.914580 119 118.915670 120 119.918790 121 120.919850 122 121.923320 123 122.924900 124 123.928530 -48 0 113.903358 97 96.934940 98 97.927580 99 98.925010 100 99.920230 101 100.918680 102 101.914780 103 102.913419 104 103.909848 105 104.909468 106 105.906458 107 106.906614 108 107.904183 109 108.904986 110 109.903006 111 110.904182 112 111.902757 113 112.904400 114 113.903358 115 114.905431 116 115.904755 117 116.907218 118 117.906914 119 118.909920 120 119.909851 121 120.912980 122 121.913500 123 122.917000 124 123.917650 125 124.921250 126 125.922350 127 126.926430 128 127.927760 129 128.932260 130 129.933980 -49 0 114.903878 99 98.934610 100 99.931150 101 100.926560 102 101.924710 103 102.919914 104 103.918340 105 104.914673 106 105.913461 107 106.910292 108 107.909720 109 108.907154 110 109.907169 111 110.905111 112 111.905533 113 112.904061 114 113.904917 115 114.903878 116 115.905260 117 116.904516 118 117.906355 119 118.905846 120 119.907960 121 120.907849 122 121.910280 123 122.910439 124 123.913180 125 124.913600 126 125.916460 127 126.917340 128 127.920170 129 128.921660 130 129.924850 131 130.926770 132 131.932920 133 132.938340 134 133.944660 -50 0 119.902196 100 99.938950 101 100.936060 102 101.930490 103 102.928130 104 103.923190 105 104.921390 106 105.916880 107 106.915670 108 107.911970 109 108.911287 110 109.907853 111 110.907735 112 111.904821 113 112.905173 114 113.902782 115 114.903346 116 115.901744 117 116.902954 118 117.901606 119 118.903309 120 119.902196 121 120.904236 122 121.903440 123 122.905721 124 123.905274 125 124.907784 126 125.907654 127 126.910351 128 127.910535 129 128.913440 130 129.913850 131 130.916920 132 131.917744 133 132.923810 134 133.928460 -51 0 120.903818 106 105.928760 107 106.924150 108 107.922160 109 108.918136 110 109.916760 111 110.913210 112 111.912395 113 112.909378 114 113.909100 115 114.906599 116 115.906797 117 116.904840 118 117.905532 119 118.903946 120 119.905074 121 120.903818 122 121.905175 123 122.904215 124 123.905937 125 124.905248 126 125.907250 127 126.906915 128 127.909167 129 128.909150 130 129.911546 131 130.911950 132 131.914413 133 132.915240 134 133.920550 135 134.925170 136 135.930660 -52 0 129.906222 106 105.937700 107 106.935040 108 107.929490 109 108.927460 110 109.922410 111 110.921120 112 111.917060 113 112.915930 114 113.912060 115 114.911580 116 115.908420 117 116.908634 118 117.905825 119 118.906408 120 119.904020 121 120.904930 122 121.903047 123 122.904273 124 123.902819 125 124.904424 126 125.903305 127 126.905217 128 127.904461 129 128.906596 130 129.906222 131 130.908521 132 131.908524 133 132.910940 134 133.911540 135 134.916450 136 135.920100 137 136.925320 138 137.929220 -53 0 126.904468 108 107.943290 109 108.938190 110 109.935210 111 110.930280 112 111.927970 113 112.923640 114 113.921850 115 114.917920 116 115.916740 117 116.913650 118 117.913380 119 118.910180 120 119.910048 121 120.907366 122 121.907592 123 122.905598 124 123.906211 125 124.904624 126 125.905619 127 126.904468 128 127.905805 129 128.904987 130 129.906674 131 130.906124 132 131.907995 133 132.907806 134 133.909877 135 134.910050 136 135.914660 137 136.917873 138 137.922380 139 138.926090 140 139.931210 141 140.934830 142 141.940180 -54 0 131.904154 110 109.944480 111 110.941630 112 111.935670 113 112.933380 114 113.928150 115 114.926540 116 115.921740 117 116.920560 118 117.916570 119 118.915550 120 119.912150 121 120.911386 122 121.908550 123 122.908471 124 123.905895 125 124.906398 126 125.904269 127 126.905180 128 127.903530 129 128.904779 130 129.903507 131 130.905081 132 131.904154 133 132.905906 134 133.905394 135 134.907207 136 135.907220 137 136.911563 138 137.913990 139 138.918787 140 139.921640 141 140.926650 142 141.929700 143 142.934890 144 143.938230 145 144.943670 -55 0 132.905447 112 111.950330 113 112.944540 114 113.941420 115 114.935940 116 115.932910 117 116.928640 118 117.926555 119 118.922371 120 119.920678 121 120.917184 122 121.916122 123 122.912990 124 123.912246 125 124.909725 126 125.909448 127 126.907418 128 127.907748 129 128.906063 130 129.906706 131 130.905460 132 131.906430 133 132.905447 134 133.906713 135 134.905972 136 135.907306 137 136.907084 138 137.911011 139 138.913358 140 139.917277 141 140.920044 142 141.924292 143 142.927330 144 143.932030 145 144.935390 146 145.940160 147 146.943860 148 147.948900 -56 0 137.905241 117 116.938860 119 118.931050 120 119.926050 121 120.924490 122 121.920260 123 122.918850 124 123.915088 125 124.914620 126 125.911244 127 126.911120 128 127.908309 129 128.908674 130 129.906310 131 130.906931 132 131.905056 133 132.906002 134 133.904503 135 134.905683 136 135.904570 137 136.905821 138 137.905241 139 138.908835 140 139.910599 141 140.914406 142 141.916448 143 142.920617 144 143.922940 145 144.926920 146 145.930110 147 146.933990 148 147.937680 149 148.942460 -57 0 138.906348 120 119.938070 122 121.930710 123 122.926240 124 123.924530 125 124.920670 126 125.919370 127 126.916160 128 127.915450 129 128.912670 130 129.912320 131 130.910110 132 131.910110 133 132.908400 134 133.908490 135 134.906971 136 135.907650 137 136.906470 138 137.907107 139 138.906348 140 139.909473 141 140.910957 142 141.914074 143 142.916059 144 143.919590 145 144.921640 146 145.925700 147 146.927820 148 147.932190 149 148.934370 -58 0 139.905434 123 122.935510 124 123.930520 125 124.928540 126 125.924100 127 126.922750 128 127.918870 129 128.918090 130 129.914690 131 130.914420 132 131.911490 133 132.911550 134 133.909030 135 134.909146 136 135.907140 137 136.907780 138 137.905986 139 138.906647 140 139.905434 141 140.908271 142 141.909240 143 142.912381 144 143.913643 145 144.917230 146 145.918690 147 146.922510 148 147.924390 149 148.928290 150 149.930230 151 150.934040 152 151.936380 -59 0 140.907648 124 123.942960 126 125.935310 127 126.930830 128 127.928800 129 128.924860 130 129.923380 131 130.920060 132 131.919120 133 132.916200 134 133.915670 135 134.913140 136 135.912650 137 136.910680 138 137.910749 139 138.908932 140 139.909071 141 140.907648 142 141.910040 143 142.910812 144 143.913301 145 144.914507 146 145.917590 147 146.918980 148 147.922180 149 148.923791 150 149.927000 151 150.928230 152 151.931600 153 152.933650 154 153.937390 -60 0 141.907719 127 126.940500 128 127.935390 129 128.933250 130 129.928780 131 130.927100 132 131.923120 133 132.922210 134 133.918650 135 134.918240 136 135.915020 137 136.914640 138 137.911930 139 138.911920 140 139.909310 141 140.909605 142 141.907719 143 142.909810 144 143.910083 145 144.912569 146 145.913112 147 146.916096 148 147.916889 149 148.920144 150 149.920887 151 150.923825 152 151.924680 153 152.927695 154 153.929480 155 154.932630 156 155.935200 -61 0 144.912744 130 129.940450 132 131.933750 133 132.929720 134 133.928490 135 134.924620 136 135.923450 137 136.920710 138 137.919450 139 138.916760 140 139.915800 141 140.913607 142 141.912950 143 142.910928 144 143.912586 145 144.912744 146 145.914692 147 146.915134 148 147.917468 149 148.918329 150 149.920979 151 150.921203 152 151.923490 153 152.924113 154 153.926550 155 154.928100 156 155.931060 157 156.933200 158 157.936690 -62 0 151.919728 131 130.945890 133 132.938730 134 133.934020 135 134.932350 136 135.928300 137 136.927050 138 137.923540 139 138.922302 140 139.918991 141 140.918469 142 141.915193 143 142.914624 144 143.911995 145 144.913406 146 145.913037 147 146.914893 148 147.914818 149 148.917180 150 149.917271 151 150.919928 152 151.919728 153 152.922094 154 153.922205 155 154.924636 156 155.925526 157 156.928350 158 157.929990 159 158.933200 160 159.935140 -63 0 152.921226 134 133.946320 135 134.941720 136 135.939500 137 136.935210 138 137.933450 139 138.929840 140 139.928080 141 140.924890 142 141.923400 143 142.920287 144 143.918774 145 144.916261 146 145.917200 147 146.916741 148 147.918154 149 148.917926 150 149.919698 151 150.919846 152 151.921740 153 152.921226 154 153.922975 155 154.922889 156 155.924751 157 156.925419 158 157.927840 159 158.929084 160 159.931970 161 160.933680 162 161.937040 -64 0 157.924101 137 136.944650 138 137.939970 139 138.938080 140 139.933950 141 140.932210 142 141.928230 143 142.926740 144 143.922790 145 144.921690 146 145.918305 147 146.919089 148 147.918110 149 148.919336 150 149.918655 151 150.920344 152 151.919788 153 152.921746 154 153.920862 155 154.922619 156 155.922120 157 156.923957 158 157.924101 159 158.926385 160 159.927051 161 160.929666 162 161.930981 163 162.933990 164 163.935860 -65 0 158.925343 140 139.945540 141 140.941160 142 141.938860 143 142.934750 144 143.932530 145 144.928880 146 145.927180 147 146.924037 148 147.924300 149 148.923242 150 149.923654 151 150.923098 152 151.924070 153 152.923431 154 153.924690 155 154.923500 156 155.924744 157 156.924021 158 157.925410 159 158.925343 160 159.927164 161 160.927566 162 161.929480 163 162.930644 164 163.933350 165 164.934880 -66 0 163.929171 141 140.951190 142 141.946270 143 142.943830 144 143.939070 145 144.936950 146 145.932720 147 146.930880 148 147.927180 149 148.927334 150 149.925580 151 150.926180 152 151.924714 153 152.925761 154 153.924422 155 154.925749 156 155.924278 157 156.925461 158 157.924405 159 158.925736 160 159.925194 161 160.926930 162 161.926795 163 162.928728 164 163.929171 165 164.931700 166 165.932803 167 166.935650 168 167.937230 169 168.940300 -67 0 164.930319 144 143.951640 146 145.944100 147 146.939840 148 147.937270 149 148.933790 150 149.933350 151 150.931681 152 151.931740 153 152.930195 154 153.930596 155 154.929079 156 155.929710 157 156.928190 158 157.928950 159 158.927709 160 159.928726 161 160.927852 162 161.929092 163 162.928730 164 163.930231 165 164.930319 166 165.932281 167 166.933126 168 167.935500 169 168.936868 170 169.939610 171 170.941460 172 171.944820 -68 0 165.930290 147 146.949310 148 147.944440 149 148.942170 150 149.937760 151 150.937460 152 151.935080 153 152.935093 154 153.932777 155 154.933200 156 155.931020 157 156.931950 158 157.929910 159 158.930681 160 159.929080 161 160.930001 162 161.928775 163 162.930029 164 163.929197 165 164.930723 166 165.930290 167 166.932045 168 167.932368 169 168.934588 170 169.935460 171 170.938026 172 171.939352 173 172.942400 174 173.944340 -69 0 168.934211 146 145.966500 147 146.961080 148 147.957550 149 148.952650 150 149.949670 151 150.945430 152 151.944300 153 152.942028 154 153.941420 155 154.939192 156 155.939010 157 156.936760 158 157.937000 159 158.934810 160 159.935090 161 160.933400 162 161.933970 163 162.932648 164 163.933451 165 164.932432 166 165.933553 167 166.932849 168 167.934170 169 168.934211 170 169.935798 171 170.936426 172 171.938396 173 172.939600 174 173.942160 175 174.943830 176 175.946990 -70 0 173.938858 151 150.955250 152 151.950170 153 152.949210 154 153.946240 155 154.945790 156 155.942850 157 156.942660 158 157.939858 159 158.940150 160 159.937560 161 160.937850 162 161.935750 163 162.936270 164 163.934520 165 164.935398 166 165.933880 167 166.934947 168 167.933894 169 168.935187 170 169.934759 171 170.936322 172 171.936377 173 172.938206 174 173.938858 175 174.941272 176 175.942568 177 176.945257 178 177.946643 179 178.950170 180 179.952330 -71 0 174.940767 150 149.972670 151 150.967150 152 151.963610 153 152.958690 154 153.957100 155 154.954230 156 155.952910 157 156.950102 158 157.949170 159 158.946620 160 159.946020 161 160.943540 162 161.943220 163 162.941200 164 163.941220 165 164.939610 166 165.939760 167 166.938310 168 167.938700 169 168.937649 170 169.938472 171 170.937910 172 171.939082 173 172.938927 174 173.940333 175 174.940767 176 175.942682 177 176.943755 178 177.945951 179 178.947324 180 179.949880 181 180.951970 182 181.955210 183 182.957570 -72 0 179.946548 154 153.964250 155 154.962760 156 155.959250 157 156.958130 158 157.954650 159 158.954000 160 159.950710 161 160.950330 162 161.947203 163 162.947060 164 163.944420 165 164.944540 166 165.942250 167 166.942600 168 167.940630 169 168.941160 170 169.939650 171 170.940490 172 171.939460 173 172.940650 174 173.940040 175 174.941503 176 175.941401 177 176.943220 178 177.943697 179 178.945815 180 179.946548 181 180.949099 182 181.950553 183 182.953530 184 183.955450 185 184.958780 -73 0 180.947996 156 155.971690 157 156.968150 158 157.966370 159 158.962910 160 159.961360 161 160.958370 162 161.957150 163 162.954320 164 163.953570 165 164.950820 166 165.950470 167 166.947970 168 167.947790 169 168.945920 170 169.946090 171 170.944460 172 171.944740 173 172.943540 174 173.944170 175 174.943650 176 175.944740 177 176.944472 178 177.945750 179 178.945934 180 179.947466 181 180.947996 182 181.950152 183 182.951373 184 183.954009 185 184.955559 186 185.958550 -74 0 183.950932 158 157.973940 159 158.972280 160 159.968370 161 160.967090 162 161.963340 163 162.962530 164 163.958980 165 164.958340 166 165.955020 167 166.954670 168 167.951860 169 168.951760 170 169.949290 171 170.949460 172 171.947420 173 172.947830 174 173.946160 175 174.946770 176 175.945590 177 176.946620 178 177.945850 179 178.947072 180 179.946706 181 180.948198 182 181.948206 183 182.950224 184 183.950932 185 184.953420 186 185.954362 187 186.957158 188 187.958487 189 188.961910 190 189.963180 -75 0 186.955750 160 159.981490 161 160.977660 162 161.975710 163 162.971970 164 163.970320 165 164.967050 166 165.965800 167 166.962560 168 167.961610 169 168.958830 170 169.958160 171 170.955550 172 171.955290 173 172.953060 174 173.953110 175 174.951390 176 175.951570 177 176.950270 178 177.950850 179 178.949980 180 179.950790 181 180.950065 182 181.951210 183 182.950821 184 183.952524 185 184.952955 186 185.954987 187 186.955750 188 187.958112 189 188.959228 190 189.961820 191 190.963124 192 191.965960 -76 0 191.961479 162 161.983820 163 162.982050 164 163.977930 165 164.976480 166 165.972530 167 166.971550 168 167.967830 169 168.967080 170 169.963570 171 170.963040 172 171.960080 173 172.959790 174 173.957120 175 174.957080 176 175.954950 177 176.955050 178 177.953350 179 178.953950 180 179.952350 181 180.953270 182 181.952186 183 182.953110 184 183.952491 185 184.954043 186 185.953838 187 186.955747 188 187.955836 189 188.958144 190 189.958445 191 190.960928 192 191.961479 193 192.964148 194 193.965179 195 194.968120 196 195.969620 -77 0 192.962924 166 165.985510 167 166.981540 168 167.979970 169 168.976390 170 169.975030 171 170.971780 172 171.970640 173 172.967710 174 173.966800 175 174.964280 176 175.963510 177 176.961170 178 177.961080 179 178.959150 180 179.959250 181 180.957640 182 181.958130 183 182.956810 184 183.957390 185 184.956590 186 185.957951 187 186.957361 188 187.958852 189 188.958716 190 189.960590 191 190.960591 192 191.962602 193 192.962924 194 193.965076 195 194.965977 196 195.968380 197 196.969636 198 197.972280 -78 0 194.964774 168 167.988040 169 168.986420 170 169.982330 171 170.981250 172 171.977380 173 172.976500 174 173.972811 175 174.972280 176 175.969000 177 176.968450 178 177.965710 179 178.965480 180 179.963220 181 180.963180 182 181.961270 183 182.961730 184 183.959900 185 184.960750 186 185.959430 187 186.960560 188 187.959396 189 188.960832 190 189.959930 191 190.961685 192 191.961035 193 192.962985 194 193.962664 195 194.964774 196 195.964935 197 196.967323 198 197.967876 199 198.970576 200 199.971424 201 200.974500 202 201.975740 -79 0 196.966552 172 171.990110 173 172.986400 174 173.984920 175 174.981550 176 175.980270 177 176.977220 178 177.975980 179 178.973410 180 179.972400 181 180.969950 182 181.969620 183 182.967620 184 183.967470 185 184.965810 186 185.966000 187 186.964560 188 187.965090 189 188.963890 190 189.964699 191 190.963650 192 191.964810 193 192.964132 194 193.965339 195 194.965018 196 195.966551 197 196.966552 198 197.968225 199 198.968748 200 199.970720 201 200.971641 202 201.973790 203 202.975137 204 203.977710 205 204.979610 -80 0 201.970626 175 174.991410 176 175.987410 177 176.986340 178 177.982476 179 178.981780 180 179.978320 181 180.977810 182 181.974750 183 182.974560 184 183.971900 185 184.971980 186 185.969460 187 186.969790 188 187.967560 189 188.968130 190 189.966280 191 190.967060 192 191.965570 193 192.966644 194 193.965382 195 194.966640 196 195.965815 197 196.967195 198 197.966752 199 198.968262 200 199.968309 201 200.970285 202 201.970626 203 202.972857 204 203.973476 205 204.976056 206 205.977499 207 206.982580 208 207.985940 -81 0 204.974412 179 178.991470 182 181.985610 183 182.982700 184 183.981760 185 184.979100 186 185.978550 187 186.976170 188 187.975920 189 188.973690 190 189.973790 191 190.971890 192 191.972140 193 192.970550 194 193.971050 195 194.969650 196 195.970520 197 196.969540 198 197.970470 199 198.969810 200 199.970945 201 200.970804 202 201.972091 203 202.972329 204 203.973849 205 204.974412 206 205.976095 207 206.977408 208 207.982005 209 208.985349 210 209.990066 -82 0 207.976636 182 181.992676 183 182.991930 184 183.988200 185 184.987580 186 185.984300 187 186.984030 188 187.981060 189 188.980880 190 189.978180 191 190.978200 192 191.975760 193 192.976080 194 193.973970 195 194.974470 196 195.972710 197 196.973380 198 197.971980 199 198.972910 200 199.971816 201 200.972850 202 201.972144 203 202.973375 204 203.973029 205 204.974467 206 205.974449 207 206.975881 208 207.976636 209 208.981075 210 209.984173 211 210.988731 212 211.991887 213 212.996500 214 213.999798 -83 0 208.980383 187 186.993460 188 187.992170 189 188.989510 190 189.988520 191 190.986050 192 191.985370 193 192.983060 194 193.982750 195 194.980750 196 195.980610 197 196.978930 198 197.979020 199 198.977580 200 199.978140 201 200.976970 202 201.977670 203 202.976868 204 203.977805 205 204.977375 206 205.978483 207 206.978455 208 207.979727 209 208.980383 210 209.984105 211 210.987258 212 211.991272 213 212.994375 214 213.998699 215 215.001830 216 216.006200 -84 0 208.982416 192 191.991520 193 192.991100 194 193.988280 195 194.988050 196 195.985510 197 196.985570 198 197.983340 199 198.983600 200 199.981740 201 200.982210 202 201.980700 203 202.981410 204 203.980307 205 204.981170 206 205.980465 207 206.981578 208 207.981231 209 208.982416 210 209.982857 211 210.986637 212 211.988852 213 212.992843 214 213.995186 215 214.999415 216 216.001905 217 217.006250 218 218.008965 -85 0 209.987131 196 195.995700 197 196.993290 198 197.992750 199 198.990630 200 199.990290 201 200.988490 202 201.988450 203 202.986850 204 203.987260 205 204.986040 206 205.986600 207 206.985776 208 207.986583 209 208.986159 210 209.987131 211 210.987481 212 211.990735 213 212.992921 214 213.996356 215 214.998641 216 216.002409 217 217.004710 218 218.008681 219 219.011300 220 220.015300 221 221.018140 222 222.022330 223 223.025340 -86 0 222.017570 198 197.998780 199 198.998310 200 199.995680 201 200.995540 202 201.993220 203 202.993320 204 203.991370 205 204.991670 206 205.990160 207 206.990730 208 207.989631 209 208.990380 210 209.989680 211 210.990585 212 211.990689 213 212.993868 214 213.995346 215 214.998729 216 216.000258 217 217.003915 218 218.005586 219 219.009475 220 220.011384 221 221.015460 222 222.017570 223 223.021790 224 224.024090 225 225.028440 226 226.030890 227 227.035410 228 228.038080 -87 0 223.019730 201 201.003990 202 202.003290 203 203.001050 204 204.000590 205 204.998660 206 205.998490 207 206.996860 208 207.997130 209 208.995920 210 209.996398 211 210.995529 212 211.996195 213 212.996175 214 213.998955 215 215.000326 216 216.003188 217 217.004616 218 218.007563 219 219.009241 220 220.012313 221 221.014246 222 222.017544 223 223.019730 224 224.023240 225 225.025607 226 226.029340 227 227.031830 228 228.035720 229 229.038430 230 230.042510 231 231.045410 232 232.049650 -88 0 226.025402 206 206.003780 207 207.003730 208 208.001780 209 209.001940 210 210.000450 211 211.000890 212 211.999783 213 213.000350 214 214.000091 215 215.002704 216 216.003518 217 217.006306 218 218.007124 219 219.010069 220 220.011015 221 221.013908 222 222.015362 223 223.018497 224 224.020202 225 225.023604 226 226.025402 227 227.029170 228 228.031064 229 229.034820 230 230.037080 231 231.041220 232 232.043690 233 233.048000 234 234.050550 -89 0 227.027747 207 207.012090 208 208.011490 209 209.009570 210 210.009260 211 211.007650 212 212.007810 213 213.006570 214 214.006890 215 215.006450 216 216.008721 217 217.009333 218 218.011630 219 219.012400 220 220.014750 221 221.015580 222 222.017829 223 223.019126 224 224.021708 225 225.023221 226 226.026090 227 227.027747 228 228.031014 229 229.032930 230 230.036030 231 231.038550 232 232.042020 233 233.044550 234 234.048420 -90 0 232.038050 212 212.012920 213 213.012960 214 214.011450 215 215.011730 216 216.011051 217 217.013070 218 218.013268 219 219.015520 220 220.015733 221 221.018171 222 222.018454 223 223.020795 224 224.021459 225 225.023941 226 226.024891 227 227.027699 228 228.028731 229 229.031755 230 230.033126 231 231.036297 232 232.038050 233 233.041576 234 234.043595 235 235.047500 236 236.049710 237 237.053890 -91 0 231.035878 215 215.019100 216 216.019110 217 217.018290 218 218.020010 219 219.019880 220 220.021880 221 221.021860 222 222.023730 223 223.023960 224 224.025610 225 225.026120 226 226.027933 227 227.028793 228 228.031037 229 229.032089 230 230.034533 231 231.035878 232 232.038582 233 233.040240 234 234.043302 235 235.045440 236 236.048680 237 237.051140 238 238.054500 -92 0 238.050782 218 218.023490 219 219.024920 220 220.024710 221 221.026350 222 222.026070 223 223.027720 224 224.027590 225 225.029380 226 226.029340 227 227.031140 228 228.031366 229 229.033496 230 230.033927 231 231.036289 232 232.037146 233 233.039628 234 234.040945 235 235.043923 236 236.045561 237 237.048724 238 238.050782 239 239.054287 240 240.056586 241 241.060330 242 242.062930 -93 0 237.048167 226 226.035130 227 227.034960 228 228.036180 229 229.036250 230 230.037810 231 231.038230 232 232.040100 233 233.040730 234 234.042889 235 235.044055 236 236.046560 237 237.048167 238 238.050940 239 239.052931 240 240.056169 241 241.058250 242 242.061640 -94 0 244.064198 228 228.038730 229 229.040140 230 230.039646 231 231.041260 232 232.041179 233 233.042990 234 234.043305 235 235.045282 236 236.046048 237 237.048403 238 238.049553 239 239.052156 240 240.053807 241 241.056845 242 242.058736 243 243.061997 244 244.064198 245 245.067739 246 246.070198 -95 0 243.061372 232 232.046590 234 234.047790 237 237.049970 238 238.051980 239 239.053018 240 240.055288 241 241.056822 242 242.059543 243 243.061372 244 244.064279 245 245.066445 246 246.069768 247 247.072090 -96 0 247.070347 236 236.051410 237 237.052890 238 238.053020 239 239.054950 240 240.055519 241 241.057646 242 242.058829 243 243.061382 244 244.062746 245 245.065485 246 246.067217 247 247.070347 248 248.072342 249 249.075947 250 250.078351 251 251.082278 -97 0 247.070299 238 238.058270 242 242.062050 243 243.063002 244 244.065168 245 245.066355 246 246.068670 247 247.070299 248 248.073080 249 249.074980 250 250.078311 251 251.080753 -98 0 251.079580 239 239.062580 240 240.062300 241 241.063720 242 242.063690 243 243.065420 244 244.065990 245 245.068040 246 246.068798 247 247.070992 248 248.072178 249 249.074847 250 250.076400 251 251.079580 252 252.081620 253 253.085127 254 254.087316 255 255.091040 -99 0 252.082970 243 243.069630 244 244.070970 245 245.071320 246 246.072970 247 247.073650 248 248.075460 249 249.076410 250 250.078650 251 251.079984 252 252.082970 253 253.084818 254 254.088016 255 255.090266 256 256.093590 -100 0 257.095099 242 242.073430 243 243.074510 244 244.074080 245 245.075380 246 246.075280 247 247.076820 248 248.077184 249 249.079020 250 250.079515 251 251.081566 252 252.082460 253 253.085176 254 254.086848 255 255.089955 256 256.091767 257 257.095099 258 258.097070 259 259.100590 -101 0 258.098425 247 247.081800 248 248.082910 249 249.083000 250 250.084490 251 251.084920 252 252.086630 253 253.087280 254 254.089730 255 255.091075 256 256.094050 257 257.095535 258 258.098425 259 259.100500 260 260.103650 -102 0 259.101020 250 250.087490 251 251.088960 252 252.088966 253 253.090650 254 254.090949 255 255.093232 256 256.094276 257 257.096850 258 258.098200 259 259.101020 262 262.107520 -103 0 262.109690 253 253.095260 254 254.096590 255 255.096770 256 256.098760 257 257.099610 258 258.101880 259 259.102990 260 260.105570 261 261.106940 262 262.109690 -104 0 261.108750 253 253.100680 254 254.100170 255 255.101490 256 256.101180 257 257.103070 258 258.103570 259 259.105630 260 260.106430 261 261.108750 262 262.109920 263 263.112540 -105 0 262.114150 255 255.107400 257 257.107860 258 258.109440 259 259.109720 260 260.111430 261 261.112110 262 262.114150 263 263.115080 -106 0 263.118310 259 259.114650 260 260.114440 261 261.116200 263 263.118310 265 265.121070 266 266.121930 -107 0 264.124730 261 261.121800 262 262.123010 264 264.124730 -108 0 265.130000 263 263.128710 264 264.128410 265 265.130000 -109 0 268.138820 266 266.137940 268 268.138820 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/isotope.h --- a/CADDSuite-1.6/data/OpenBabel/isotope.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2551 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_ISOTOPE_H -#define OB_ISOTOPE_H - -namespace OpenBabel -{ -static const char IsotopeData[] = { - 0x30,0x20,0x30,0x20,0x30,0x2E,0x30,0x30,0x30,0x30,0x30,0x30,0x20,0x31,0x20, - 0x31,0x2E,0x30,0x30,0x38,0x36,0x36,0x34,0x0A,0x31,0x20,0x30,0x20,0x31,0x2E, - 0x30,0x30,0x37,0x38,0x32,0x35,0x20,0x31,0x20,0x31,0x2E,0x30,0x30,0x37,0x38, - 0x32,0x35,0x20,0x32,0x20,0x32,0x2E,0x30,0x31,0x34,0x31,0x30,0x31,0x20,0x33, - 0x20,0x33,0x2E,0x30,0x31,0x36,0x30,0x34,0x39,0x0A,0x32,0x20,0x30,0x20,0x34, - 0x2E,0x30,0x30,0x32,0x36,0x30,0x33,0x20,0x33,0x20,0x33,0x2E,0x30,0x31,0x36, - 0x30,0x32,0x39,0x20,0x34,0x20,0x34,0x2E,0x30,0x30,0x32,0x36,0x30,0x33,0x20, - 0x35,0x20,0x35,0x2E,0x30,0x31,0x32,0x32,0x32,0x30,0x20,0x36,0x20,0x36,0x2E, - 0x30,0x31,0x38,0x38,0x38,0x38,0x20,0x37,0x20,0x37,0x2E,0x30,0x32,0x38,0x30, - 0x33,0x30,0x20,0x38,0x20,0x38,0x2E,0x30,0x33,0x33,0x39,0x32,0x32,0x20,0x39, - 0x20,0x39,0x2E,0x30,0x34,0x33,0x38,0x32,0x30,0x20,0x31,0x30,0x20,0x31,0x30, - 0x2E,0x30,0x35,0x32,0x34,0x30,0x30,0x0A,0x33,0x20,0x30,0x20,0x37,0x2E,0x30, - 0x31,0x36,0x30,0x30,0x34,0x20,0x35,0x20,0x35,0x2E,0x30,0x31,0x32,0x35,0x34, - 0x30,0x20,0x36,0x20,0x36,0x2E,0x30,0x31,0x35,0x31,0x32,0x32,0x20,0x37,0x20, - 0x37,0x2E,0x30,0x31,0x36,0x30,0x30,0x34,0x20,0x38,0x20,0x38,0x2E,0x30,0x32, - 0x32,0x34,0x38,0x36,0x20,0x39,0x20,0x39,0x2E,0x30,0x32,0x36,0x37,0x38,0x39, - 0x20,0x31,0x30,0x20,0x31,0x30,0x2E,0x30,0x33,0x35,0x34,0x38,0x31,0x20,0x31, - 0x31,0x20,0x31,0x31,0x2E,0x30,0x34,0x33,0x37,0x39,0x36,0x0A,0x34,0x20,0x30, - 0x20,0x39,0x2E,0x30,0x31,0x32,0x31,0x38,0x32,0x20,0x36,0x20,0x36,0x2E,0x30, - 0x31,0x39,0x37,0x32,0x36,0x20,0x37,0x20,0x37,0x2E,0x30,0x31,0x36,0x39,0x32, - 0x39,0x20,0x38,0x20,0x38,0x2E,0x30,0x30,0x35,0x33,0x30,0x35,0x20,0x39,0x20, - 0x39,0x2E,0x30,0x31,0x32,0x31,0x38,0x32,0x20,0x31,0x30,0x20,0x31,0x30,0x2E, - 0x30,0x31,0x33,0x35,0x33,0x33,0x20,0x31,0x31,0x20,0x31,0x31,0x2E,0x30,0x32, - 0x31,0x36,0x35,0x38,0x20,0x31,0x32,0x20,0x31,0x32,0x2E,0x30,0x32,0x36,0x39, - 0x32,0x31,0x20,0x31,0x34,0x20,0x31,0x34,0x2E,0x30,0x34,0x32,0x38,0x32,0x30, - 0x0A,0x35,0x20,0x30,0x20,0x31,0x31,0x2E,0x30,0x30,0x39,0x33,0x30,0x35,0x20, - 0x37,0x20,0x37,0x2E,0x30,0x32,0x39,0x39,0x32,0x30,0x20,0x38,0x20,0x38,0x2E, - 0x30,0x32,0x34,0x36,0x30,0x36,0x20,0x39,0x20,0x39,0x2E,0x30,0x31,0x33,0x33, - 0x32,0x38,0x20,0x31,0x30,0x20,0x31,0x30,0x2E,0x30,0x31,0x32,0x39,0x33,0x37, - 0x20,0x31,0x31,0x20,0x31,0x31,0x2E,0x30,0x30,0x39,0x33,0x30,0x35,0x20,0x31, - 0x32,0x20,0x31,0x32,0x2E,0x30,0x31,0x34,0x33,0x35,0x32,0x20,0x31,0x33,0x20, - 0x31,0x33,0x2E,0x30,0x31,0x37,0x37,0x38,0x30,0x20,0x31,0x34,0x20,0x31,0x34, - 0x2E,0x30,0x32,0x35,0x34,0x30,0x34,0x20,0x31,0x35,0x20,0x31,0x35,0x2E,0x30, - 0x33,0x31,0x30,0x39,0x37,0x20,0x31,0x37,0x20,0x31,0x37,0x2E,0x30,0x34,0x36, - 0x39,0x33,0x30,0x20,0x31,0x39,0x20,0x31,0x39,0x2E,0x30,0x36,0x33,0x37,0x33, - 0x30,0x0A,0x36,0x20,0x30,0x20,0x31,0x32,0x2E,0x30,0x30,0x30,0x30,0x30,0x30, - 0x20,0x38,0x20,0x38,0x2E,0x30,0x33,0x37,0x36,0x37,0x35,0x20,0x39,0x20,0x39, - 0x2E,0x30,0x33,0x31,0x30,0x34,0x30,0x20,0x31,0x30,0x20,0x31,0x30,0x2E,0x30, - 0x31,0x36,0x38,0x35,0x33,0x20,0x31,0x31,0x20,0x31,0x31,0x2E,0x30,0x31,0x31, - 0x34,0x33,0x33,0x20,0x31,0x32,0x20,0x31,0x32,0x2E,0x30,0x30,0x30,0x30,0x30, - 0x30,0x20,0x31,0x33,0x20,0x31,0x33,0x2E,0x30,0x30,0x33,0x33,0x35,0x34,0x20, - 0x31,0x34,0x20,0x31,0x34,0x2E,0x30,0x30,0x33,0x32,0x34,0x31,0x20,0x31,0x35, - 0x20,0x31,0x35,0x2E,0x30,0x31,0x30,0x35,0x39,0x39,0x20,0x31,0x36,0x20,0x31, - 0x36,0x2E,0x30,0x31,0x34,0x37,0x30,0x31,0x20,0x31,0x37,0x20,0x31,0x37,0x2E, - 0x30,0x32,0x32,0x35,0x38,0x34,0x20,0x31,0x38,0x20,0x31,0x38,0x2E,0x30,0x32, - 0x36,0x37,0x36,0x30,0x20,0x31,0x39,0x20,0x31,0x39,0x2E,0x30,0x33,0x35,0x32, - 0x35,0x30,0x20,0x32,0x30,0x20,0x32,0x30,0x2E,0x30,0x34,0x30,0x33,0x32,0x30, - 0x0A,0x37,0x20,0x30,0x20,0x31,0x34,0x2E,0x30,0x30,0x33,0x30,0x37,0x34,0x20, - 0x31,0x32,0x20,0x31,0x32,0x2E,0x30,0x31,0x38,0x36,0x31,0x33,0x20,0x31,0x33, - 0x20,0x31,0x33,0x2E,0x30,0x30,0x35,0x37,0x33,0x38,0x20,0x31,0x34,0x20,0x31, - 0x34,0x2E,0x30,0x30,0x33,0x30,0x37,0x34,0x20,0x31,0x35,0x20,0x31,0x35,0x2E, - 0x30,0x30,0x30,0x31,0x30,0x38,0x20,0x31,0x36,0x20,0x31,0x36,0x2E,0x30,0x30, - 0x36,0x31,0x30,0x31,0x20,0x31,0x37,0x20,0x31,0x37,0x2E,0x30,0x30,0x38,0x34, - 0x35,0x30,0x20,0x31,0x38,0x20,0x31,0x38,0x2E,0x30,0x31,0x34,0x30,0x38,0x32, - 0x20,0x31,0x39,0x20,0x31,0x39,0x2E,0x30,0x31,0x37,0x30,0x32,0x37,0x20,0x32, - 0x30,0x20,0x32,0x30,0x2E,0x30,0x32,0x33,0x33,0x37,0x30,0x20,0x32,0x31,0x20, - 0x32,0x31,0x2E,0x30,0x32,0x37,0x30,0x39,0x30,0x20,0x32,0x32,0x20,0x32,0x32, - 0x2E,0x30,0x33,0x34,0x34,0x34,0x30,0x20,0x32,0x33,0x20,0x32,0x33,0x2E,0x30, - 0x34,0x30,0x35,0x31,0x30,0x0A,0x38,0x20,0x30,0x20,0x31,0x35,0x2E,0x39,0x39, - 0x34,0x39,0x31,0x34,0x20,0x31,0x32,0x20,0x31,0x32,0x2E,0x30,0x33,0x34,0x34, - 0x30,0x35,0x20,0x31,0x33,0x20,0x31,0x33,0x2E,0x30,0x32,0x34,0x38,0x31,0x30, - 0x20,0x31,0x34,0x20,0x31,0x34,0x2E,0x30,0x30,0x38,0x35,0x39,0x35,0x20,0x31, - 0x35,0x20,0x31,0x35,0x2E,0x30,0x30,0x33,0x30,0x36,0x35,0x20,0x31,0x36,0x20, - 0x31,0x35,0x2E,0x39,0x39,0x34,0x39,0x31,0x34,0x20,0x31,0x37,0x20,0x31,0x36, - 0x2E,0x39,0x39,0x39,0x31,0x33,0x31,0x20,0x31,0x38,0x20,0x31,0x37,0x2E,0x39, - 0x39,0x39,0x31,0x36,0x30,0x20,0x31,0x39,0x20,0x31,0x39,0x2E,0x30,0x30,0x33, - 0x35,0x37,0x39,0x20,0x32,0x30,0x20,0x32,0x30,0x2E,0x30,0x30,0x34,0x30,0x37, - 0x36,0x20,0x32,0x31,0x20,0x32,0x31,0x2E,0x30,0x30,0x38,0x36,0x35,0x35,0x20, - 0x32,0x32,0x20,0x32,0x32,0x2E,0x30,0x30,0x39,0x39,0x37,0x30,0x20,0x32,0x33, - 0x20,0x32,0x33,0x2E,0x30,0x31,0x35,0x36,0x39,0x30,0x20,0x32,0x34,0x20,0x32, - 0x34,0x2E,0x30,0x32,0x30,0x33,0x37,0x30,0x0A,0x39,0x20,0x30,0x20,0x31,0x38, - 0x2E,0x39,0x39,0x38,0x34,0x30,0x33,0x20,0x31,0x35,0x20,0x31,0x35,0x2E,0x30, - 0x31,0x38,0x30,0x31,0x30,0x20,0x31,0x36,0x20,0x31,0x36,0x2E,0x30,0x31,0x31, - 0x34,0x36,0x36,0x20,0x31,0x37,0x20,0x31,0x37,0x2E,0x30,0x30,0x32,0x30,0x39, - 0x35,0x20,0x31,0x38,0x20,0x31,0x38,0x2E,0x30,0x30,0x30,0x39,0x33,0x37,0x20, - 0x31,0x39,0x20,0x31,0x38,0x2E,0x39,0x39,0x38,0x34,0x30,0x33,0x20,0x32,0x30, - 0x20,0x31,0x39,0x2E,0x39,0x39,0x39,0x39,0x38,0x31,0x20,0x32,0x31,0x20,0x32, - 0x30,0x2E,0x39,0x39,0x39,0x39,0x34,0x38,0x20,0x32,0x32,0x20,0x32,0x32,0x2E, - 0x30,0x30,0x32,0x39,0x39,0x39,0x20,0x32,0x33,0x20,0x32,0x33,0x2E,0x30,0x30, - 0x33,0x35,0x37,0x30,0x20,0x32,0x34,0x20,0x32,0x34,0x2E,0x30,0x30,0x38,0x31, - 0x30,0x30,0x20,0x32,0x35,0x20,0x32,0x35,0x2E,0x30,0x31,0x32,0x30,0x39,0x30, - 0x20,0x32,0x36,0x20,0x32,0x36,0x2E,0x30,0x31,0x39,0x36,0x33,0x30,0x20,0x32, - 0x37,0x20,0x32,0x37,0x2E,0x30,0x32,0x36,0x38,0x39,0x30,0x0A,0x31,0x30,0x20, - 0x30,0x20,0x31,0x39,0x2E,0x39,0x39,0x32,0x34,0x34,0x30,0x20,0x31,0x36,0x20, - 0x31,0x36,0x2E,0x30,0x32,0x35,0x37,0x35,0x37,0x20,0x31,0x37,0x20,0x31,0x37, - 0x2E,0x30,0x31,0x37,0x37,0x30,0x30,0x20,0x31,0x38,0x20,0x31,0x38,0x2E,0x30, - 0x30,0x35,0x36,0x39,0x37,0x20,0x31,0x39,0x20,0x31,0x39,0x2E,0x30,0x30,0x31, - 0x38,0x37,0x39,0x20,0x32,0x30,0x20,0x31,0x39,0x2E,0x39,0x39,0x32,0x34,0x34, - 0x30,0x20,0x32,0x31,0x20,0x32,0x30,0x2E,0x39,0x39,0x33,0x38,0x34,0x36,0x20, - 0x32,0x32,0x20,0x32,0x31,0x2E,0x39,0x39,0x31,0x33,0x38,0x35,0x20,0x32,0x33, - 0x20,0x32,0x32,0x2E,0x39,0x39,0x34,0x34,0x36,0x37,0x20,0x32,0x34,0x20,0x32, - 0x33,0x2E,0x39,0x39,0x33,0x36,0x31,0x35,0x20,0x32,0x35,0x20,0x32,0x34,0x2E, - 0x39,0x39,0x37,0x37,0x39,0x30,0x20,0x32,0x36,0x20,0x32,0x36,0x2E,0x30,0x30, - 0x30,0x34,0x36,0x30,0x20,0x32,0x37,0x20,0x32,0x37,0x2E,0x30,0x30,0x37,0x36, - 0x32,0x30,0x20,0x32,0x38,0x20,0x32,0x38,0x2E,0x30,0x31,0x32,0x31,0x31,0x30, - 0x20,0x32,0x39,0x20,0x32,0x39,0x2E,0x30,0x31,0x39,0x33,0x35,0x30,0x0A,0x31, - 0x31,0x20,0x30,0x20,0x32,0x32,0x2E,0x39,0x38,0x39,0x37,0x36,0x39,0x20,0x31, - 0x39,0x20,0x31,0x39,0x2E,0x30,0x31,0x33,0x38,0x37,0x39,0x20,0x32,0x30,0x20, - 0x32,0x30,0x2E,0x30,0x30,0x37,0x33,0x34,0x38,0x20,0x32,0x31,0x20,0x32,0x30, - 0x2E,0x39,0x39,0x37,0x36,0x35,0x35,0x20,0x32,0x32,0x20,0x32,0x31,0x2E,0x39, - 0x39,0x34,0x34,0x33,0x36,0x20,0x32,0x33,0x20,0x32,0x32,0x2E,0x39,0x38,0x39, - 0x37,0x36,0x39,0x20,0x32,0x34,0x20,0x32,0x33,0x2E,0x39,0x39,0x30,0x39,0x36, - 0x33,0x20,0x32,0x35,0x20,0x32,0x34,0x2E,0x39,0x38,0x39,0x39,0x35,0x34,0x20, - 0x32,0x36,0x20,0x32,0x35,0x2E,0x39,0x39,0x32,0x35,0x39,0x30,0x20,0x32,0x37, - 0x20,0x32,0x36,0x2E,0x39,0x39,0x34,0x30,0x31,0x30,0x20,0x32,0x38,0x20,0x32, - 0x37,0x2E,0x39,0x39,0x38,0x38,0x39,0x30,0x20,0x32,0x39,0x20,0x32,0x39,0x2E, - 0x30,0x30,0x32,0x38,0x31,0x30,0x20,0x33,0x30,0x20,0x33,0x30,0x2E,0x30,0x30, - 0x39,0x32,0x33,0x30,0x20,0x33,0x31,0x20,0x33,0x31,0x2E,0x30,0x31,0x33,0x36, - 0x30,0x30,0x20,0x33,0x32,0x20,0x33,0x32,0x2E,0x30,0x31,0x39,0x36,0x35,0x30, - 0x20,0x33,0x33,0x20,0x33,0x33,0x2E,0x30,0x32,0x37,0x33,0x39,0x30,0x20,0x33, - 0x34,0x20,0x33,0x34,0x2E,0x30,0x33,0x34,0x39,0x30,0x30,0x20,0x33,0x35,0x20, - 0x33,0x35,0x2E,0x30,0x34,0x34,0x31,0x38,0x30,0x0A,0x31,0x32,0x20,0x30,0x20, - 0x32,0x33,0x2E,0x39,0x38,0x35,0x30,0x34,0x31,0x20,0x32,0x30,0x20,0x32,0x30, - 0x2E,0x30,0x31,0x38,0x38,0x36,0x33,0x20,0x32,0x31,0x20,0x32,0x31,0x2E,0x30, - 0x31,0x31,0x37,0x31,0x34,0x20,0x32,0x32,0x20,0x32,0x31,0x2E,0x39,0x39,0x39, - 0x35,0x37,0x34,0x20,0x32,0x33,0x20,0x32,0x32,0x2E,0x39,0x39,0x34,0x31,0x32, - 0x34,0x20,0x32,0x34,0x20,0x32,0x33,0x2E,0x39,0x38,0x35,0x30,0x34,0x31,0x20, - 0x32,0x35,0x20,0x32,0x34,0x2E,0x39,0x38,0x35,0x38,0x33,0x37,0x20,0x32,0x36, - 0x20,0x32,0x35,0x2E,0x39,0x38,0x32,0x35,0x39,0x33,0x20,0x32,0x37,0x20,0x32, - 0x36,0x2E,0x39,0x38,0x34,0x33,0x34,0x30,0x20,0x32,0x38,0x20,0x32,0x37,0x2E, - 0x39,0x38,0x33,0x38,0x37,0x36,0x20,0x32,0x39,0x20,0x32,0x38,0x2E,0x39,0x38, - 0x38,0x35,0x35,0x30,0x20,0x33,0x30,0x20,0x32,0x39,0x2E,0x39,0x39,0x30,0x34, - 0x36,0x30,0x20,0x33,0x31,0x20,0x33,0x30,0x2E,0x39,0x39,0x36,0x35,0x35,0x30, - 0x20,0x33,0x32,0x20,0x33,0x31,0x2E,0x39,0x39,0x39,0x31,0x35,0x30,0x20,0x33, - 0x33,0x20,0x33,0x33,0x2E,0x30,0x30,0x35,0x35,0x39,0x30,0x0A,0x31,0x33,0x20, - 0x30,0x20,0x32,0x36,0x2E,0x39,0x38,0x31,0x35,0x33,0x38,0x20,0x32,0x32,0x20, - 0x32,0x32,0x2E,0x30,0x31,0x39,0x35,0x32,0x30,0x20,0x32,0x33,0x20,0x32,0x33, - 0x2E,0x30,0x30,0x37,0x32,0x36,0x35,0x20,0x32,0x34,0x20,0x32,0x33,0x2E,0x39, - 0x39,0x39,0x39,0x34,0x31,0x20,0x32,0x35,0x20,0x32,0x34,0x2E,0x39,0x39,0x30, - 0x34,0x32,0x38,0x20,0x32,0x36,0x20,0x32,0x35,0x2E,0x39,0x38,0x36,0x38,0x39, - 0x31,0x20,0x32,0x37,0x20,0x32,0x36,0x2E,0x39,0x38,0x31,0x35,0x33,0x38,0x20, - 0x32,0x38,0x20,0x32,0x37,0x2E,0x39,0x38,0x31,0x39,0x31,0x30,0x20,0x32,0x39, - 0x20,0x32,0x38,0x2E,0x39,0x38,0x30,0x34,0x34,0x34,0x20,0x33,0x30,0x20,0x32, - 0x39,0x2E,0x39,0x38,0x32,0x39,0x36,0x30,0x20,0x33,0x31,0x20,0x33,0x30,0x2E, - 0x39,0x38,0x33,0x39,0x34,0x36,0x20,0x33,0x32,0x20,0x33,0x31,0x2E,0x39,0x38, - 0x38,0x31,0x32,0x30,0x20,0x33,0x33,0x20,0x33,0x32,0x2E,0x39,0x39,0x30,0x38, - 0x37,0x30,0x20,0x33,0x34,0x20,0x33,0x33,0x2E,0x39,0x39,0x36,0x39,0x33,0x30, - 0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x39,0x39,0x39,0x34,0x30,0x20,0x33, - 0x36,0x20,0x33,0x36,0x2E,0x30,0x30,0x36,0x33,0x35,0x30,0x0A,0x31,0x34,0x20, - 0x30,0x20,0x32,0x37,0x2E,0x39,0x37,0x36,0x39,0x32,0x36,0x20,0x32,0x32,0x20, - 0x32,0x32,0x2E,0x30,0x33,0x34,0x35,0x33,0x30,0x20,0x32,0x34,0x20,0x32,0x34, - 0x2E,0x30,0x31,0x31,0x35,0x34,0x36,0x20,0x32,0x35,0x20,0x32,0x35,0x2E,0x30, - 0x30,0x34,0x31,0x30,0x37,0x20,0x32,0x36,0x20,0x32,0x35,0x2E,0x39,0x39,0x32, - 0x33,0x33,0x30,0x20,0x32,0x37,0x20,0x32,0x36,0x2E,0x39,0x38,0x36,0x37,0x30, - 0x34,0x20,0x32,0x38,0x20,0x32,0x37,0x2E,0x39,0x37,0x36,0x39,0x32,0x36,0x20, - 0x32,0x39,0x20,0x32,0x38,0x2E,0x39,0x37,0x36,0x34,0x39,0x34,0x20,0x33,0x30, - 0x20,0x32,0x39,0x2E,0x39,0x37,0x33,0x37,0x37,0x30,0x20,0x33,0x31,0x20,0x33, - 0x30,0x2E,0x39,0x37,0x35,0x33,0x36,0x33,0x20,0x33,0x32,0x20,0x33,0x31,0x2E, - 0x39,0x37,0x34,0x31,0x34,0x38,0x20,0x33,0x33,0x20,0x33,0x32,0x2E,0x39,0x37, - 0x38,0x30,0x30,0x31,0x20,0x33,0x34,0x20,0x33,0x33,0x2E,0x39,0x37,0x38,0x35, - 0x37,0x36,0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x38,0x34,0x35,0x38,0x30, - 0x20,0x33,0x36,0x20,0x33,0x35,0x2E,0x39,0x38,0x36,0x36,0x39,0x30,0x20,0x33, - 0x37,0x20,0x33,0x36,0x2E,0x39,0x39,0x33,0x30,0x30,0x30,0x20,0x33,0x38,0x20, - 0x33,0x37,0x2E,0x39,0x39,0x35,0x39,0x38,0x30,0x20,0x33,0x39,0x20,0x33,0x39, - 0x2E,0x30,0x30,0x32,0x33,0x30,0x30,0x0A,0x31,0x35,0x20,0x30,0x20,0x33,0x30, - 0x2E,0x39,0x37,0x33,0x37,0x36,0x31,0x20,0x32,0x36,0x20,0x32,0x36,0x2E,0x30, - 0x31,0x31,0x37,0x38,0x30,0x20,0x32,0x37,0x20,0x32,0x36,0x2E,0x39,0x39,0x39, - 0x31,0x39,0x30,0x20,0x32,0x38,0x20,0x32,0x37,0x2E,0x39,0x39,0x32,0x33,0x31, - 0x32,0x20,0x32,0x39,0x20,0x32,0x38,0x2E,0x39,0x38,0x31,0x38,0x30,0x31,0x20, - 0x33,0x30,0x20,0x32,0x39,0x2E,0x39,0x37,0x38,0x33,0x31,0x33,0x20,0x33,0x31, - 0x20,0x33,0x30,0x2E,0x39,0x37,0x33,0x37,0x36,0x31,0x20,0x33,0x32,0x20,0x33, - 0x31,0x2E,0x39,0x37,0x33,0x39,0x30,0x37,0x20,0x33,0x33,0x20,0x33,0x32,0x2E, - 0x39,0x37,0x31,0x37,0x32,0x35,0x20,0x33,0x34,0x20,0x33,0x33,0x2E,0x39,0x37, - 0x33,0x36,0x33,0x36,0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x37,0x33,0x33, - 0x31,0x34,0x20,0x33,0x36,0x20,0x33,0x35,0x2E,0x39,0x37,0x38,0x32,0x36,0x30, - 0x20,0x33,0x37,0x20,0x33,0x36,0x2E,0x39,0x37,0x39,0x36,0x31,0x30,0x20,0x33, - 0x38,0x20,0x33,0x37,0x2E,0x39,0x38,0x34,0x34,0x37,0x30,0x20,0x33,0x39,0x20, - 0x33,0x38,0x2E,0x39,0x38,0x36,0x34,0x32,0x30,0x20,0x34,0x30,0x20,0x33,0x39, - 0x2E,0x39,0x39,0x31,0x30,0x35,0x30,0x20,0x34,0x31,0x20,0x34,0x30,0x2E,0x39, - 0x39,0x34,0x38,0x30,0x30,0x20,0x34,0x32,0x20,0x34,0x32,0x2E,0x30,0x30,0x30, - 0x30,0x39,0x30,0x0A,0x31,0x36,0x20,0x30,0x20,0x33,0x31,0x2E,0x39,0x37,0x32, - 0x30,0x37,0x30,0x20,0x32,0x37,0x20,0x32,0x37,0x2E,0x30,0x31,0x38,0x38,0x30, - 0x30,0x20,0x32,0x38,0x20,0x32,0x38,0x2E,0x30,0x30,0x34,0x33,0x37,0x30,0x20, - 0x32,0x39,0x20,0x32,0x38,0x2E,0x39,0x39,0x36,0x36,0x31,0x30,0x20,0x33,0x30, - 0x20,0x32,0x39,0x2E,0x39,0x38,0x34,0x39,0x30,0x33,0x20,0x33,0x31,0x20,0x33, - 0x30,0x2E,0x39,0x37,0x39,0x35,0x35,0x34,0x20,0x33,0x32,0x20,0x33,0x31,0x2E, - 0x39,0x37,0x32,0x30,0x37,0x30,0x20,0x33,0x33,0x20,0x33,0x32,0x2E,0x39,0x37, - 0x31,0x34,0x35,0x38,0x20,0x33,0x34,0x20,0x33,0x33,0x2E,0x39,0x36,0x37,0x38, - 0x36,0x36,0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x36,0x39,0x30,0x33,0x32, - 0x20,0x33,0x36,0x20,0x33,0x35,0x2E,0x39,0x36,0x37,0x30,0x38,0x30,0x20,0x33, - 0x37,0x20,0x33,0x36,0x2E,0x39,0x37,0x31,0x31,0x32,0x35,0x20,0x33,0x38,0x20, - 0x33,0x37,0x2E,0x39,0x37,0x31,0x31,0x36,0x33,0x20,0x33,0x39,0x20,0x33,0x38, - 0x2E,0x39,0x37,0x35,0x31,0x34,0x30,0x20,0x34,0x30,0x20,0x33,0x39,0x2E,0x39, - 0x37,0x35,0x34,0x37,0x30,0x20,0x34,0x31,0x20,0x34,0x30,0x2E,0x39,0x38,0x30, - 0x30,0x33,0x30,0x20,0x34,0x32,0x20,0x34,0x31,0x2E,0x39,0x38,0x31,0x34,0x39, - 0x30,0x20,0x34,0x33,0x20,0x34,0x32,0x2E,0x39,0x38,0x36,0x36,0x30,0x30,0x20, - 0x34,0x34,0x20,0x34,0x33,0x2E,0x39,0x38,0x38,0x33,0x32,0x30,0x0A,0x31,0x37, - 0x20,0x30,0x20,0x33,0x34,0x2E,0x39,0x36,0x38,0x38,0x35,0x32,0x20,0x33,0x31, - 0x20,0x33,0x30,0x2E,0x39,0x39,0x32,0x34,0x32,0x30,0x20,0x33,0x32,0x20,0x33, - 0x31,0x2E,0x39,0x38,0x35,0x36,0x38,0x39,0x20,0x33,0x33,0x20,0x33,0x32,0x2E, - 0x39,0x37,0x37,0x34,0x35,0x31,0x20,0x33,0x34,0x20,0x33,0x33,0x2E,0x39,0x37, - 0x33,0x37,0x36,0x31,0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x36,0x38,0x38, - 0x35,0x32,0x20,0x33,0x36,0x20,0x33,0x35,0x2E,0x39,0x36,0x38,0x33,0x30,0x36, - 0x20,0x33,0x37,0x20,0x33,0x36,0x2E,0x39,0x36,0x35,0x39,0x30,0x32,0x20,0x33, - 0x38,0x20,0x33,0x37,0x2E,0x39,0x36,0x38,0x30,0x31,0x30,0x20,0x33,0x39,0x20, - 0x33,0x38,0x2E,0x39,0x36,0x38,0x30,0x30,0x37,0x20,0x34,0x30,0x20,0x33,0x39, - 0x2E,0x39,0x37,0x30,0x34,0x32,0x30,0x20,0x34,0x31,0x20,0x34,0x30,0x2E,0x39, - 0x37,0x30,0x36,0x35,0x30,0x20,0x34,0x32,0x20,0x34,0x31,0x2E,0x39,0x37,0x33, - 0x31,0x37,0x30,0x20,0x34,0x33,0x20,0x34,0x32,0x2E,0x39,0x37,0x34,0x32,0x30, - 0x30,0x20,0x34,0x34,0x20,0x34,0x33,0x2E,0x39,0x37,0x38,0x35,0x34,0x30,0x20, - 0x34,0x35,0x20,0x34,0x34,0x2E,0x39,0x37,0x39,0x37,0x30,0x30,0x20,0x34,0x36, - 0x20,0x34,0x35,0x2E,0x39,0x38,0x34,0x31,0x32,0x30,0x20,0x34,0x37,0x20,0x34, - 0x36,0x2E,0x39,0x38,0x37,0x39,0x35,0x30,0x0A,0x31,0x38,0x20,0x30,0x20,0x33, - 0x39,0x2E,0x39,0x36,0x32,0x33,0x38,0x33,0x20,0x33,0x31,0x20,0x33,0x31,0x2E, - 0x30,0x31,0x32,0x31,0x33,0x30,0x20,0x33,0x32,0x20,0x33,0x31,0x2E,0x39,0x39, - 0x37,0x36,0x36,0x30,0x20,0x33,0x33,0x20,0x33,0x32,0x2E,0x39,0x38,0x39,0x39, - 0x33,0x30,0x20,0x33,0x34,0x20,0x33,0x33,0x2E,0x39,0x38,0x30,0x32,0x37,0x30, - 0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x37,0x35,0x32,0x35,0x36,0x20,0x33, - 0x36,0x20,0x33,0x35,0x2E,0x39,0x36,0x37,0x35,0x34,0x36,0x20,0x33,0x37,0x20, - 0x33,0x36,0x2E,0x39,0x36,0x36,0x37,0x37,0x35,0x20,0x33,0x38,0x20,0x33,0x37, - 0x2E,0x39,0x36,0x32,0x37,0x33,0x32,0x20,0x33,0x39,0x20,0x33,0x38,0x2E,0x39, - 0x36,0x34,0x33,0x31,0x33,0x20,0x34,0x30,0x20,0x33,0x39,0x2E,0x39,0x36,0x32, - 0x33,0x38,0x33,0x20,0x34,0x31,0x20,0x34,0x30,0x2E,0x39,0x36,0x34,0x35,0x30, - 0x30,0x20,0x34,0x32,0x20,0x34,0x31,0x2E,0x39,0x36,0x33,0x30,0x35,0x30,0x20, - 0x34,0x33,0x20,0x34,0x32,0x2E,0x39,0x36,0x35,0x36,0x37,0x30,0x20,0x34,0x34, - 0x20,0x34,0x33,0x2E,0x39,0x36,0x35,0x33,0x36,0x35,0x20,0x34,0x35,0x20,0x34, - 0x34,0x2E,0x39,0x36,0x38,0x30,0x39,0x30,0x20,0x34,0x36,0x20,0x34,0x35,0x2E, - 0x39,0x36,0x38,0x30,0x39,0x30,0x20,0x34,0x37,0x20,0x34,0x36,0x2E,0x39,0x37, - 0x32,0x31,0x39,0x30,0x0A,0x31,0x39,0x20,0x30,0x20,0x33,0x38,0x2E,0x39,0x36, - 0x33,0x37,0x30,0x36,0x20,0x33,0x35,0x20,0x33,0x34,0x2E,0x39,0x38,0x38,0x30, - 0x31,0x32,0x20,0x33,0x36,0x20,0x33,0x35,0x2E,0x39,0x38,0x31,0x32,0x39,0x33, - 0x20,0x33,0x37,0x20,0x33,0x36,0x2E,0x39,0x37,0x33,0x33,0x37,0x36,0x20,0x33, - 0x38,0x20,0x33,0x37,0x2E,0x39,0x36,0x39,0x30,0x38,0x30,0x20,0x33,0x39,0x20, - 0x33,0x38,0x2E,0x39,0x36,0x33,0x37,0x30,0x36,0x20,0x34,0x30,0x20,0x33,0x39, - 0x2E,0x39,0x36,0x33,0x39,0x39,0x38,0x20,0x34,0x31,0x20,0x34,0x30,0x2E,0x39, - 0x36,0x31,0x38,0x32,0x35,0x20,0x34,0x32,0x20,0x34,0x31,0x2E,0x39,0x36,0x32, - 0x34,0x30,0x33,0x20,0x34,0x33,0x20,0x34,0x32,0x2E,0x39,0x36,0x30,0x37,0x31, - 0x36,0x20,0x34,0x34,0x20,0x34,0x33,0x2E,0x39,0x36,0x31,0x35,0x36,0x30,0x20, - 0x34,0x35,0x20,0x34,0x34,0x2E,0x39,0x36,0x30,0x37,0x30,0x30,0x20,0x34,0x36, - 0x20,0x34,0x35,0x2E,0x39,0x36,0x31,0x39,0x37,0x36,0x20,0x34,0x37,0x20,0x34, - 0x36,0x2E,0x39,0x36,0x31,0x36,0x37,0x38,0x20,0x34,0x38,0x20,0x34,0x37,0x2E, - 0x39,0x36,0x35,0x35,0x31,0x33,0x20,0x34,0x39,0x20,0x34,0x38,0x2E,0x39,0x36, - 0x37,0x34,0x35,0x30,0x20,0x35,0x30,0x20,0x34,0x39,0x2E,0x39,0x37,0x32,0x37, - 0x38,0x30,0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39,0x37,0x36,0x33,0x38,0x30, - 0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39,0x38,0x32,0x36,0x31,0x30,0x20,0x35, - 0x33,0x20,0x35,0x32,0x2E,0x39,0x38,0x37,0x31,0x32,0x30,0x20,0x35,0x34,0x20, - 0x35,0x33,0x2E,0x39,0x39,0x33,0x39,0x39,0x30,0x0A,0x32,0x30,0x20,0x30,0x20, - 0x33,0x39,0x2E,0x39,0x36,0x32,0x35,0x39,0x31,0x20,0x33,0x35,0x20,0x33,0x35, - 0x2E,0x30,0x30,0x34,0x37,0x37,0x30,0x20,0x33,0x36,0x20,0x33,0x35,0x2E,0x39, - 0x39,0x33,0x30,0x39,0x30,0x20,0x33,0x37,0x20,0x33,0x36,0x2E,0x39,0x38,0x35, - 0x38,0x37,0x32,0x20,0x33,0x38,0x20,0x33,0x37,0x2E,0x39,0x37,0x36,0x33,0x31, - 0x39,0x20,0x33,0x39,0x20,0x33,0x38,0x2E,0x39,0x37,0x30,0x37,0x31,0x37,0x20, - 0x34,0x30,0x20,0x33,0x39,0x2E,0x39,0x36,0x32,0x35,0x39,0x31,0x20,0x34,0x31, - 0x20,0x34,0x30,0x2E,0x39,0x36,0x32,0x32,0x37,0x38,0x20,0x34,0x32,0x20,0x34, - 0x31,0x2E,0x39,0x35,0x38,0x36,0x31,0x38,0x20,0x34,0x33,0x20,0x34,0x32,0x2E, - 0x39,0x35,0x38,0x37,0x36,0x36,0x20,0x34,0x34,0x20,0x34,0x33,0x2E,0x39,0x35, - 0x35,0x34,0x38,0x31,0x20,0x34,0x35,0x20,0x34,0x34,0x2E,0x39,0x35,0x36,0x31, - 0x38,0x35,0x20,0x34,0x36,0x20,0x34,0x35,0x2E,0x39,0x35,0x33,0x36,0x39,0x32, - 0x20,0x34,0x37,0x20,0x34,0x36,0x2E,0x39,0x35,0x34,0x35,0x34,0x36,0x20,0x34, - 0x38,0x20,0x34,0x37,0x2E,0x39,0x35,0x32,0x35,0x33,0x34,0x20,0x34,0x39,0x20, - 0x34,0x38,0x2E,0x39,0x35,0x35,0x36,0x37,0x33,0x20,0x35,0x30,0x20,0x34,0x39, - 0x2E,0x39,0x35,0x37,0x35,0x31,0x38,0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39, - 0x36,0x31,0x34,0x37,0x30,0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39,0x36,0x35, - 0x31,0x30,0x30,0x20,0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x37,0x30,0x30,0x35, - 0x30,0x0A,0x32,0x31,0x20,0x30,0x20,0x34,0x34,0x2E,0x39,0x35,0x35,0x39,0x31, - 0x30,0x20,0x34,0x30,0x20,0x33,0x39,0x2E,0x39,0x37,0x37,0x39,0x36,0x34,0x20, - 0x34,0x31,0x20,0x34,0x30,0x2E,0x39,0x36,0x39,0x32,0x35,0x31,0x20,0x34,0x32, - 0x20,0x34,0x31,0x2E,0x39,0x36,0x35,0x35,0x31,0x36,0x20,0x34,0x33,0x20,0x34, - 0x32,0x2E,0x39,0x36,0x31,0x31,0x35,0x31,0x20,0x34,0x34,0x20,0x34,0x33,0x2E, - 0x39,0x35,0x39,0x34,0x30,0x33,0x20,0x34,0x35,0x20,0x34,0x34,0x2E,0x39,0x35, - 0x35,0x39,0x31,0x30,0x20,0x34,0x36,0x20,0x34,0x35,0x2E,0x39,0x35,0x35,0x31, - 0x37,0x30,0x20,0x34,0x37,0x20,0x34,0x36,0x2E,0x39,0x35,0x32,0x34,0x30,0x38, - 0x20,0x34,0x38,0x20,0x34,0x37,0x2E,0x39,0x35,0x32,0x32,0x33,0x35,0x20,0x34, - 0x39,0x20,0x34,0x38,0x2E,0x39,0x35,0x30,0x30,0x32,0x34,0x20,0x35,0x30,0x20, - 0x34,0x39,0x2E,0x39,0x35,0x32,0x31,0x38,0x37,0x20,0x35,0x31,0x20,0x35,0x30, - 0x2E,0x39,0x35,0x33,0x36,0x30,0x33,0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39, - 0x35,0x36,0x36,0x35,0x30,0x20,0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x35,0x39, - 0x32,0x34,0x30,0x20,0x35,0x34,0x20,0x35,0x33,0x2E,0x39,0x36,0x33,0x30,0x30, - 0x30,0x20,0x35,0x35,0x20,0x35,0x34,0x2E,0x39,0x36,0x37,0x34,0x33,0x30,0x0A, - 0x32,0x32,0x20,0x30,0x20,0x34,0x37,0x2E,0x39,0x34,0x37,0x39,0x34,0x37,0x20, - 0x33,0x39,0x20,0x33,0x39,0x2E,0x30,0x30,0x31,0x33,0x32,0x30,0x20,0x34,0x30, - 0x20,0x33,0x39,0x2E,0x39,0x39,0x30,0x35,0x30,0x30,0x20,0x34,0x31,0x20,0x34, - 0x30,0x2E,0x39,0x38,0x33,0x31,0x33,0x30,0x20,0x34,0x32,0x20,0x34,0x31,0x2E, - 0x39,0x37,0x33,0x30,0x33,0x32,0x20,0x34,0x33,0x20,0x34,0x32,0x2E,0x39,0x36, - 0x38,0x35,0x32,0x33,0x20,0x34,0x34,0x20,0x34,0x33,0x2E,0x39,0x35,0x39,0x36, - 0x39,0x30,0x20,0x34,0x35,0x20,0x34,0x34,0x2E,0x39,0x35,0x38,0x31,0x32,0x34, - 0x20,0x34,0x36,0x20,0x34,0x35,0x2E,0x39,0x35,0x32,0x36,0x32,0x39,0x20,0x34, - 0x37,0x20,0x34,0x36,0x2E,0x39,0x35,0x31,0x37,0x36,0x33,0x20,0x34,0x38,0x20, - 0x34,0x37,0x2E,0x39,0x34,0x37,0x39,0x34,0x37,0x20,0x34,0x39,0x20,0x34,0x38, - 0x2E,0x39,0x34,0x37,0x38,0x37,0x30,0x20,0x35,0x30,0x20,0x34,0x39,0x2E,0x39, - 0x34,0x34,0x37,0x39,0x32,0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39,0x34,0x36, - 0x36,0x31,0x36,0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39,0x34,0x36,0x38,0x39, - 0x38,0x20,0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x34,0x39,0x37,0x33,0x30,0x20, - 0x35,0x34,0x20,0x35,0x33,0x2E,0x39,0x35,0x30,0x38,0x37,0x30,0x20,0x35,0x35, - 0x20,0x35,0x34,0x2E,0x39,0x35,0x35,0x31,0x32,0x30,0x20,0x35,0x36,0x20,0x35, - 0x35,0x2E,0x39,0x35,0x37,0x39,0x39,0x30,0x20,0x35,0x37,0x20,0x35,0x36,0x2E, - 0x39,0x36,0x32,0x39,0x30,0x30,0x20,0x35,0x38,0x20,0x35,0x37,0x2E,0x39,0x36, - 0x36,0x31,0x31,0x30,0x0A,0x32,0x33,0x20,0x30,0x20,0x35,0x30,0x2E,0x39,0x34, - 0x33,0x39,0x36,0x33,0x20,0x34,0x33,0x20,0x34,0x32,0x2E,0x39,0x38,0x30,0x36, - 0x35,0x30,0x20,0x34,0x34,0x20,0x34,0x33,0x2E,0x39,0x37,0x34,0x34,0x30,0x30, - 0x20,0x34,0x35,0x20,0x34,0x34,0x2E,0x39,0x36,0x35,0x37,0x38,0x32,0x20,0x34, - 0x36,0x20,0x34,0x35,0x2E,0x39,0x36,0x30,0x31,0x39,0x39,0x20,0x34,0x37,0x20, - 0x34,0x36,0x2E,0x39,0x35,0x34,0x39,0x30,0x36,0x20,0x34,0x38,0x20,0x34,0x37, - 0x2E,0x39,0x35,0x32,0x32,0x35,0x34,0x20,0x34,0x39,0x20,0x34,0x38,0x2E,0x39, - 0x34,0x38,0x35,0x31,0x36,0x20,0x35,0x30,0x20,0x34,0x39,0x2E,0x39,0x34,0x37, - 0x31,0x36,0x32,0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39,0x34,0x33,0x39,0x36, - 0x33,0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39,0x34,0x34,0x37,0x37,0x39,0x20, - 0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x34,0x34,0x33,0x34,0x33,0x20,0x35,0x34, - 0x20,0x35,0x33,0x2E,0x39,0x34,0x36,0x34,0x34,0x34,0x20,0x35,0x35,0x20,0x35, - 0x34,0x2E,0x39,0x34,0x37,0x32,0x34,0x30,0x20,0x35,0x36,0x20,0x35,0x35,0x2E, - 0x39,0x35,0x30,0x33,0x36,0x30,0x20,0x35,0x37,0x20,0x35,0x36,0x2E,0x39,0x35, - 0x32,0x33,0x36,0x30,0x20,0x35,0x38,0x20,0x35,0x37,0x2E,0x39,0x35,0x36,0x36, - 0x35,0x30,0x20,0x35,0x39,0x20,0x35,0x38,0x2E,0x39,0x35,0x39,0x33,0x30,0x30, - 0x20,0x36,0x30,0x20,0x35,0x39,0x2E,0x39,0x36,0x34,0x35,0x30,0x30,0x20,0x36, - 0x31,0x20,0x36,0x30,0x2E,0x39,0x36,0x37,0x34,0x31,0x30,0x0A,0x32,0x34,0x20, - 0x30,0x20,0x35,0x31,0x2E,0x39,0x34,0x30,0x35,0x31,0x31,0x20,0x34,0x33,0x20, - 0x34,0x32,0x2E,0x39,0x39,0x37,0x37,0x31,0x30,0x20,0x34,0x34,0x20,0x34,0x33, - 0x2E,0x39,0x38,0x35,0x34,0x37,0x30,0x20,0x34,0x35,0x20,0x34,0x34,0x2E,0x39, - 0x37,0x39,0x31,0x36,0x30,0x20,0x34,0x36,0x20,0x34,0x35,0x2E,0x39,0x36,0x38, - 0x33,0x36,0x32,0x20,0x34,0x37,0x20,0x34,0x36,0x2E,0x39,0x36,0x32,0x39,0x30, - 0x37,0x20,0x34,0x38,0x20,0x34,0x37,0x2E,0x39,0x35,0x34,0x30,0x33,0x36,0x20, - 0x34,0x39,0x20,0x34,0x38,0x2E,0x39,0x35,0x31,0x33,0x34,0x31,0x20,0x35,0x30, - 0x20,0x34,0x39,0x2E,0x39,0x34,0x36,0x30,0x34,0x39,0x20,0x35,0x31,0x20,0x35, - 0x30,0x2E,0x39,0x34,0x34,0x37,0x37,0x31,0x20,0x35,0x32,0x20,0x35,0x31,0x2E, - 0x39,0x34,0x30,0x35,0x31,0x31,0x20,0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x34, - 0x30,0x36,0x35,0x33,0x20,0x35,0x34,0x20,0x35,0x33,0x2E,0x39,0x33,0x38,0x38, - 0x38,0x34,0x20,0x35,0x35,0x20,0x35,0x34,0x2E,0x39,0x34,0x30,0x38,0x34,0x34, - 0x20,0x35,0x36,0x20,0x35,0x35,0x2E,0x39,0x34,0x30,0x36,0x34,0x35,0x20,0x35, - 0x37,0x20,0x35,0x36,0x2E,0x39,0x34,0x33,0x37,0x35,0x30,0x20,0x35,0x38,0x20, - 0x35,0x37,0x2E,0x39,0x34,0x34,0x32,0x35,0x30,0x20,0x35,0x39,0x20,0x35,0x38, - 0x2E,0x39,0x34,0x38,0x36,0x33,0x30,0x20,0x36,0x30,0x20,0x35,0x39,0x2E,0x39, - 0x34,0x39,0x37,0x33,0x30,0x20,0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x35,0x34, - 0x30,0x39,0x30,0x20,0x36,0x32,0x20,0x36,0x31,0x2E,0x39,0x35,0x35,0x38,0x30, - 0x30,0x20,0x36,0x33,0x20,0x36,0x32,0x2E,0x39,0x36,0x31,0x38,0x36,0x30,0x0A, - 0x32,0x35,0x20,0x30,0x20,0x35,0x34,0x2E,0x39,0x33,0x38,0x30,0x34,0x39,0x20, - 0x34,0x36,0x20,0x34,0x35,0x2E,0x39,0x38,0x36,0x37,0x32,0x30,0x20,0x34,0x37, - 0x20,0x34,0x36,0x2E,0x39,0x37,0x36,0x31,0x30,0x30,0x20,0x34,0x38,0x20,0x34, - 0x37,0x2E,0x39,0x36,0x38,0x38,0x37,0x30,0x20,0x34,0x39,0x20,0x34,0x38,0x2E, - 0x39,0x35,0x39,0x36,0x32,0x33,0x20,0x35,0x30,0x20,0x34,0x39,0x2E,0x39,0x35, - 0x34,0x32,0x34,0x34,0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39,0x34,0x38,0x32, - 0x31,0x35,0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39,0x34,0x35,0x35,0x37,0x30, - 0x20,0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x34,0x31,0x32,0x39,0x34,0x20,0x35, - 0x34,0x20,0x35,0x33,0x2E,0x39,0x34,0x30,0x33,0x36,0x33,0x20,0x35,0x35,0x20, - 0x35,0x34,0x2E,0x39,0x33,0x38,0x30,0x34,0x39,0x20,0x35,0x36,0x20,0x35,0x35, - 0x2E,0x39,0x33,0x38,0x39,0x30,0x39,0x20,0x35,0x37,0x20,0x35,0x36,0x2E,0x39, - 0x33,0x38,0x32,0x38,0x37,0x20,0x35,0x38,0x20,0x35,0x37,0x2E,0x39,0x33,0x39, - 0x39,0x39,0x30,0x20,0x35,0x39,0x20,0x35,0x38,0x2E,0x39,0x34,0x30,0x34,0x35, - 0x30,0x20,0x36,0x30,0x20,0x35,0x39,0x2E,0x39,0x34,0x33,0x31,0x39,0x30,0x20, - 0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x34,0x34,0x34,0x36,0x30,0x20,0x36,0x32, - 0x20,0x36,0x31,0x2E,0x39,0x34,0x37,0x39,0x37,0x30,0x20,0x36,0x33,0x20,0x36, - 0x32,0x2E,0x39,0x34,0x39,0x38,0x31,0x30,0x20,0x36,0x34,0x20,0x36,0x33,0x2E, - 0x39,0x35,0x33,0x37,0x33,0x30,0x20,0x36,0x35,0x20,0x36,0x34,0x2E,0x39,0x35, - 0x36,0x31,0x30,0x30,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39,0x36,0x30,0x38, - 0x32,0x30,0x0A,0x32,0x36,0x20,0x30,0x20,0x35,0x35,0x2E,0x39,0x33,0x34,0x39, - 0x34,0x32,0x20,0x34,0x36,0x20,0x34,0x36,0x2E,0x30,0x30,0x30,0x38,0x31,0x30, - 0x20,0x34,0x37,0x20,0x34,0x36,0x2E,0x39,0x39,0x32,0x38,0x39,0x30,0x20,0x34, - 0x38,0x20,0x34,0x37,0x2E,0x39,0x38,0x30,0x35,0x36,0x30,0x20,0x34,0x39,0x20, - 0x34,0x38,0x2E,0x39,0x37,0x33,0x36,0x31,0x30,0x20,0x35,0x30,0x20,0x34,0x39, - 0x2E,0x39,0x36,0x32,0x39,0x39,0x30,0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39, - 0x35,0x36,0x38,0x32,0x35,0x20,0x35,0x32,0x20,0x35,0x31,0x2E,0x39,0x34,0x38, - 0x31,0x31,0x37,0x20,0x35,0x33,0x20,0x35,0x32,0x2E,0x39,0x34,0x35,0x33,0x31, - 0x32,0x20,0x35,0x34,0x20,0x35,0x33,0x2E,0x39,0x33,0x39,0x36,0x31,0x34,0x20, - 0x35,0x35,0x20,0x35,0x34,0x2E,0x39,0x33,0x38,0x32,0x39,0x38,0x20,0x35,0x36, - 0x20,0x35,0x35,0x2E,0x39,0x33,0x34,0x39,0x34,0x32,0x20,0x35,0x37,0x20,0x35, - 0x36,0x2E,0x39,0x33,0x35,0x33,0x39,0x38,0x20,0x35,0x38,0x20,0x35,0x37,0x2E, - 0x39,0x33,0x33,0x32,0x38,0x30,0x20,0x35,0x39,0x20,0x35,0x38,0x2E,0x39,0x33, - 0x34,0x38,0x38,0x30,0x20,0x36,0x30,0x20,0x35,0x39,0x2E,0x39,0x33,0x34,0x30, - 0x37,0x37,0x20,0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x33,0x36,0x37,0x34,0x39, - 0x20,0x36,0x32,0x20,0x36,0x31,0x2E,0x39,0x33,0x36,0x37,0x37,0x30,0x20,0x36, - 0x33,0x20,0x36,0x32,0x2E,0x39,0x34,0x30,0x31,0x32,0x30,0x20,0x36,0x34,0x20, - 0x36,0x33,0x2E,0x39,0x34,0x30,0x38,0x37,0x30,0x20,0x36,0x35,0x20,0x36,0x34, - 0x2E,0x39,0x34,0x34,0x39,0x34,0x30,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39, - 0x34,0x35,0x39,0x38,0x30,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x35,0x30, - 0x30,0x30,0x30,0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x35,0x32,0x35,0x31, - 0x30,0x20,0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x35,0x37,0x37,0x30,0x30,0x0A, - 0x32,0x37,0x20,0x30,0x20,0x35,0x38,0x2E,0x39,0x33,0x33,0x32,0x30,0x30,0x20, - 0x35,0x30,0x20,0x34,0x39,0x2E,0x39,0x38,0x31,0x35,0x34,0x30,0x20,0x35,0x31, - 0x20,0x35,0x30,0x2E,0x39,0x37,0x30,0x37,0x32,0x30,0x20,0x35,0x32,0x20,0x35, - 0x31,0x2E,0x39,0x36,0x33,0x35,0x39,0x30,0x20,0x35,0x33,0x20,0x35,0x32,0x2E, - 0x39,0x35,0x34,0x32,0x32,0x35,0x20,0x35,0x34,0x20,0x35,0x33,0x2E,0x39,0x34, - 0x38,0x34,0x36,0x34,0x20,0x35,0x35,0x20,0x35,0x34,0x2E,0x39,0x34,0x32,0x30, - 0x30,0x33,0x20,0x35,0x36,0x20,0x35,0x35,0x2E,0x39,0x33,0x39,0x38,0x34,0x33, - 0x20,0x35,0x37,0x20,0x35,0x36,0x2E,0x39,0x33,0x36,0x32,0x39,0x36,0x20,0x35, - 0x38,0x20,0x35,0x37,0x2E,0x39,0x33,0x35,0x37,0x35,0x37,0x20,0x35,0x39,0x20, - 0x35,0x38,0x2E,0x39,0x33,0x33,0x32,0x30,0x30,0x20,0x36,0x30,0x20,0x35,0x39, - 0x2E,0x39,0x33,0x33,0x38,0x32,0x32,0x20,0x36,0x31,0x20,0x36,0x30,0x2E,0x39, - 0x33,0x32,0x34,0x37,0x39,0x20,0x36,0x32,0x20,0x36,0x31,0x2E,0x39,0x33,0x34, - 0x30,0x35,0x34,0x20,0x36,0x33,0x20,0x36,0x32,0x2E,0x39,0x33,0x33,0x36,0x31, - 0x35,0x20,0x36,0x34,0x20,0x36,0x33,0x2E,0x39,0x33,0x35,0x38,0x31,0x34,0x20, - 0x36,0x35,0x20,0x36,0x34,0x2E,0x39,0x33,0x36,0x34,0x38,0x35,0x20,0x36,0x36, - 0x20,0x36,0x35,0x2E,0x39,0x33,0x39,0x38,0x33,0x30,0x20,0x36,0x37,0x20,0x36, - 0x36,0x2E,0x39,0x34,0x30,0x36,0x31,0x30,0x20,0x36,0x38,0x20,0x36,0x37,0x2E, - 0x39,0x34,0x34,0x33,0x36,0x30,0x20,0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x34, - 0x35,0x32,0x30,0x30,0x20,0x37,0x30,0x20,0x36,0x39,0x2E,0x39,0x34,0x39,0x38, - 0x31,0x30,0x20,0x37,0x31,0x20,0x37,0x30,0x2E,0x39,0x35,0x31,0x37,0x33,0x30, - 0x0A,0x32,0x38,0x20,0x30,0x20,0x35,0x37,0x2E,0x39,0x33,0x35,0x33,0x34,0x37, - 0x20,0x35,0x31,0x20,0x35,0x30,0x2E,0x39,0x38,0x37,0x37,0x32,0x30,0x20,0x35, - 0x32,0x20,0x35,0x31,0x2E,0x39,0x37,0x35,0x36,0x38,0x30,0x20,0x35,0x33,0x20, - 0x35,0x32,0x2E,0x39,0x36,0x38,0x34,0x36,0x30,0x20,0x35,0x34,0x20,0x35,0x33, - 0x2E,0x39,0x35,0x37,0x39,0x31,0x30,0x20,0x35,0x35,0x20,0x35,0x34,0x2E,0x39, - 0x35,0x31,0x33,0x33,0x36,0x20,0x35,0x36,0x20,0x35,0x35,0x2E,0x39,0x34,0x32, - 0x31,0x33,0x36,0x20,0x35,0x37,0x20,0x35,0x36,0x2E,0x39,0x33,0x39,0x38,0x30, - 0x30,0x20,0x35,0x38,0x20,0x35,0x37,0x2E,0x39,0x33,0x35,0x33,0x34,0x37,0x20, - 0x35,0x39,0x20,0x35,0x38,0x2E,0x39,0x33,0x34,0x33,0x35,0x31,0x20,0x36,0x30, - 0x20,0x35,0x39,0x2E,0x39,0x33,0x30,0x37,0x39,0x30,0x20,0x36,0x31,0x20,0x36, - 0x30,0x2E,0x39,0x33,0x31,0x30,0x36,0x30,0x20,0x36,0x32,0x20,0x36,0x31,0x2E, - 0x39,0x32,0x38,0x33,0x34,0x38,0x20,0x36,0x33,0x20,0x36,0x32,0x2E,0x39,0x32, - 0x39,0x36,0x37,0x32,0x20,0x36,0x34,0x20,0x36,0x33,0x2E,0x39,0x32,0x37,0x39, - 0x36,0x39,0x20,0x36,0x35,0x20,0x36,0x34,0x2E,0x39,0x33,0x30,0x30,0x38,0x38, - 0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39,0x32,0x39,0x31,0x31,0x35,0x20,0x36, - 0x37,0x20,0x36,0x36,0x2E,0x39,0x33,0x31,0x35,0x37,0x30,0x20,0x36,0x38,0x20, - 0x36,0x37,0x2E,0x39,0x33,0x31,0x38,0x34,0x35,0x20,0x36,0x39,0x20,0x36,0x38, - 0x2E,0x39,0x33,0x35,0x31,0x38,0x30,0x20,0x37,0x30,0x20,0x36,0x39,0x2E,0x39, - 0x33,0x36,0x31,0x34,0x30,0x20,0x37,0x31,0x20,0x37,0x30,0x2E,0x39,0x34,0x30, - 0x30,0x30,0x30,0x20,0x37,0x32,0x20,0x37,0x31,0x2E,0x39,0x34,0x31,0x33,0x30, - 0x30,0x20,0x37,0x33,0x20,0x37,0x32,0x2E,0x39,0x34,0x36,0x30,0x38,0x30,0x20, - 0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x34,0x37,0x39,0x31,0x30,0x0A,0x32,0x39, - 0x20,0x30,0x20,0x36,0x32,0x2E,0x39,0x32,0x39,0x36,0x30,0x31,0x20,0x35,0x35, - 0x20,0x35,0x34,0x2E,0x39,0x36,0x36,0x30,0x35,0x30,0x20,0x35,0x36,0x20,0x35, - 0x35,0x2E,0x39,0x35,0x38,0x35,0x36,0x30,0x20,0x35,0x37,0x20,0x35,0x36,0x2E, - 0x39,0x34,0x39,0x32,0x31,0x36,0x20,0x35,0x38,0x20,0x35,0x37,0x2E,0x39,0x34, - 0x34,0x35,0x34,0x30,0x20,0x35,0x39,0x20,0x35,0x38,0x2E,0x39,0x33,0x39,0x35, - 0x30,0x34,0x20,0x36,0x30,0x20,0x35,0x39,0x2E,0x39,0x33,0x37,0x33,0x36,0x38, - 0x20,0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x33,0x33,0x34,0x36,0x32,0x20,0x36, - 0x32,0x20,0x36,0x31,0x2E,0x39,0x33,0x32,0x35,0x38,0x37,0x20,0x36,0x33,0x20, - 0x36,0x32,0x2E,0x39,0x32,0x39,0x36,0x30,0x31,0x20,0x36,0x34,0x20,0x36,0x33, - 0x2E,0x39,0x32,0x39,0x37,0x36,0x37,0x20,0x36,0x35,0x20,0x36,0x34,0x2E,0x39, - 0x32,0x37,0x37,0x39,0x33,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39,0x32,0x38, - 0x38,0x37,0x33,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x32,0x37,0x37,0x35, - 0x30,0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x32,0x39,0x36,0x34,0x30,0x20, - 0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x32,0x39,0x34,0x32,0x35,0x20,0x37,0x30, - 0x20,0x36,0x39,0x2E,0x39,0x33,0x32,0x34,0x30,0x39,0x20,0x37,0x31,0x20,0x37, - 0x30,0x2E,0x39,0x33,0x32,0x36,0x32,0x30,0x20,0x37,0x32,0x20,0x37,0x31,0x2E, - 0x39,0x33,0x35,0x35,0x32,0x30,0x20,0x37,0x33,0x20,0x37,0x32,0x2E,0x39,0x33, - 0x36,0x34,0x39,0x30,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x34,0x30,0x32, - 0x30,0x30,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x34,0x31,0x37,0x30,0x30, - 0x20,0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x34,0x35,0x39,0x39,0x30,0x20,0x37, - 0x37,0x20,0x37,0x36,0x2E,0x39,0x34,0x37,0x39,0x35,0x30,0x20,0x37,0x38,0x20, - 0x37,0x37,0x2E,0x39,0x35,0x32,0x38,0x31,0x30,0x20,0x37,0x39,0x20,0x37,0x38, - 0x2E,0x39,0x35,0x35,0x32,0x38,0x30,0x0A,0x33,0x30,0x20,0x30,0x20,0x36,0x33, - 0x2E,0x39,0x32,0x39,0x31,0x34,0x36,0x20,0x35,0x37,0x20,0x35,0x36,0x2E,0x39, - 0x36,0x34,0x39,0x31,0x30,0x20,0x35,0x38,0x20,0x35,0x37,0x2E,0x39,0x35,0x34, - 0x36,0x30,0x30,0x20,0x35,0x39,0x20,0x35,0x38,0x2E,0x39,0x34,0x39,0x32,0x37, - 0x30,0x20,0x36,0x30,0x20,0x35,0x39,0x2E,0x39,0x34,0x31,0x38,0x33,0x32,0x20, - 0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x33,0x39,0x35,0x31,0x34,0x20,0x36,0x32, - 0x20,0x36,0x31,0x2E,0x39,0x33,0x34,0x33,0x33,0x34,0x20,0x36,0x33,0x20,0x36, - 0x32,0x2E,0x39,0x33,0x33,0x32,0x31,0x35,0x20,0x36,0x34,0x20,0x36,0x33,0x2E, - 0x39,0x32,0x39,0x31,0x34,0x36,0x20,0x36,0x35,0x20,0x36,0x34,0x2E,0x39,0x32, - 0x39,0x32,0x34,0x35,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39,0x32,0x36,0x30, - 0x33,0x36,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x32,0x37,0x31,0x33,0x30, - 0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x32,0x34,0x38,0x34,0x37,0x20,0x36, - 0x39,0x20,0x36,0x38,0x2E,0x39,0x32,0x36,0x35,0x35,0x33,0x20,0x37,0x30,0x20, - 0x36,0x39,0x2E,0x39,0x32,0x35,0x33,0x32,0x35,0x20,0x37,0x31,0x20,0x37,0x30, - 0x2E,0x39,0x32,0x37,0x37,0x32,0x37,0x20,0x37,0x32,0x20,0x37,0x31,0x2E,0x39, - 0x32,0x36,0x38,0x36,0x31,0x20,0x37,0x33,0x20,0x37,0x32,0x2E,0x39,0x32,0x39, - 0x37,0x38,0x30,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x32,0x39,0x34,0x36, - 0x30,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x33,0x32,0x39,0x34,0x30,0x20, - 0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x33,0x33,0x33,0x39,0x30,0x20,0x37,0x37, - 0x20,0x37,0x36,0x2E,0x39,0x33,0x37,0x30,0x39,0x30,0x20,0x37,0x38,0x20,0x37, - 0x37,0x2E,0x39,0x33,0x38,0x35,0x37,0x30,0x20,0x37,0x39,0x20,0x37,0x38,0x2E, - 0x39,0x34,0x32,0x36,0x38,0x30,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x34, - 0x34,0x34,0x31,0x30,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x35,0x30,0x34, - 0x38,0x30,0x0A,0x33,0x31,0x20,0x30,0x20,0x36,0x38,0x2E,0x39,0x32,0x35,0x35, - 0x38,0x31,0x20,0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x34,0x39,0x31,0x37,0x30, - 0x20,0x36,0x32,0x20,0x36,0x31,0x2E,0x39,0x34,0x34,0x31,0x38,0x30,0x20,0x36, - 0x33,0x20,0x36,0x32,0x2E,0x39,0x33,0x39,0x31,0x34,0x30,0x20,0x36,0x34,0x20, - 0x36,0x33,0x2E,0x39,0x33,0x36,0x38,0x33,0x38,0x20,0x36,0x35,0x20,0x36,0x34, - 0x2E,0x39,0x33,0x32,0x37,0x33,0x39,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39, - 0x33,0x31,0x35,0x39,0x32,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x32,0x38, - 0x32,0x30,0x34,0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x32,0x37,0x39,0x38, - 0x33,0x20,0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x32,0x35,0x35,0x38,0x31,0x20, - 0x37,0x30,0x20,0x36,0x39,0x2E,0x39,0x32,0x36,0x30,0x32,0x38,0x20,0x37,0x31, - 0x20,0x37,0x30,0x2E,0x39,0x32,0x34,0x37,0x30,0x35,0x20,0x37,0x32,0x20,0x37, - 0x31,0x2E,0x39,0x32,0x36,0x33,0x36,0x39,0x20,0x37,0x33,0x20,0x37,0x32,0x2E, - 0x39,0x32,0x35,0x31,0x37,0x30,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x32, - 0x36,0x39,0x34,0x30,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x32,0x36,0x35, - 0x30,0x31,0x20,0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x32,0x38,0x39,0x33,0x30, - 0x20,0x37,0x37,0x20,0x37,0x36,0x2E,0x39,0x32,0x39,0x32,0x38,0x30,0x20,0x37, - 0x38,0x20,0x37,0x37,0x2E,0x39,0x33,0x31,0x36,0x36,0x30,0x20,0x37,0x39,0x20, - 0x37,0x38,0x2E,0x39,0x33,0x32,0x39,0x32,0x30,0x20,0x38,0x30,0x20,0x37,0x39, - 0x2E,0x39,0x33,0x36,0x35,0x39,0x30,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39, - 0x33,0x37,0x37,0x35,0x30,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x34,0x33, - 0x31,0x36,0x30,0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x34,0x36,0x38,0x37, - 0x30,0x20,0x38,0x34,0x20,0x38,0x33,0x2E,0x39,0x35,0x32,0x33,0x34,0x30,0x0A, - 0x33,0x32,0x20,0x30,0x20,0x37,0x33,0x2E,0x39,0x32,0x31,0x31,0x37,0x38,0x20, - 0x36,0x31,0x20,0x36,0x30,0x2E,0x39,0x36,0x33,0x37,0x39,0x30,0x20,0x36,0x32, - 0x20,0x36,0x31,0x2E,0x39,0x35,0x34,0x36,0x35,0x30,0x20,0x36,0x33,0x20,0x36, - 0x32,0x2E,0x39,0x34,0x39,0x36,0x34,0x30,0x20,0x36,0x34,0x20,0x36,0x33,0x2E, - 0x39,0x34,0x31,0x35,0x37,0x30,0x20,0x36,0x35,0x20,0x36,0x34,0x2E,0x39,0x33, - 0x39,0x34,0x34,0x30,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39,0x33,0x33,0x38, - 0x35,0x30,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x33,0x32,0x37,0x33,0x38, - 0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x32,0x38,0x30,0x39,0x37,0x20,0x36, - 0x39,0x20,0x36,0x38,0x2E,0x39,0x32,0x37,0x39,0x37,0x32,0x20,0x37,0x30,0x20, - 0x36,0x39,0x2E,0x39,0x32,0x34,0x32,0x35,0x30,0x20,0x37,0x31,0x20,0x37,0x30, - 0x2E,0x39,0x32,0x34,0x39,0x35,0x34,0x20,0x37,0x32,0x20,0x37,0x31,0x2E,0x39, - 0x32,0x32,0x30,0x37,0x36,0x20,0x37,0x33,0x20,0x37,0x32,0x2E,0x39,0x32,0x33, - 0x34,0x35,0x39,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x32,0x31,0x31,0x37, - 0x38,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x32,0x32,0x38,0x35,0x39,0x20, - 0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x32,0x31,0x34,0x30,0x32,0x20,0x37,0x37, - 0x20,0x37,0x36,0x2E,0x39,0x32,0x33,0x35,0x34,0x38,0x20,0x37,0x38,0x20,0x37, - 0x37,0x2E,0x39,0x32,0x32,0x38,0x35,0x33,0x20,0x37,0x39,0x20,0x37,0x38,0x2E, - 0x39,0x32,0x35,0x34,0x30,0x30,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x32, - 0x35,0x34,0x34,0x35,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x32,0x38,0x38, - 0x32,0x30,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x32,0x39,0x35,0x35,0x30, - 0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x33,0x34,0x35,0x31,0x30,0x20,0x38, - 0x34,0x20,0x38,0x33,0x2E,0x39,0x33,0x37,0x33,0x31,0x30,0x20,0x38,0x35,0x20, - 0x38,0x34,0x2E,0x39,0x34,0x32,0x36,0x39,0x30,0x0A,0x33,0x33,0x20,0x30,0x20, - 0x37,0x34,0x2E,0x39,0x32,0x31,0x35,0x39,0x36,0x20,0x36,0x35,0x20,0x36,0x34, - 0x2E,0x39,0x34,0x39,0x34,0x38,0x30,0x20,0x36,0x36,0x20,0x36,0x35,0x2E,0x39, - 0x34,0x34,0x33,0x37,0x30,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x33,0x39, - 0x31,0x39,0x30,0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x33,0x36,0x37,0x39, - 0x30,0x20,0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x33,0x32,0x32,0x38,0x30,0x20, - 0x37,0x30,0x20,0x36,0x39,0x2E,0x39,0x33,0x30,0x39,0x33,0x30,0x20,0x37,0x31, - 0x20,0x37,0x30,0x2E,0x39,0x32,0x37,0x31,0x31,0x35,0x20,0x37,0x32,0x20,0x37, - 0x31,0x2E,0x39,0x32,0x36,0x37,0x35,0x33,0x20,0x37,0x33,0x20,0x37,0x32,0x2E, - 0x39,0x32,0x33,0x38,0x32,0x35,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x32, - 0x33,0x39,0x32,0x39,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x32,0x31,0x35, - 0x39,0x36,0x20,0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x32,0x32,0x33,0x39,0x33, - 0x20,0x37,0x37,0x20,0x37,0x36,0x2E,0x39,0x32,0x30,0x36,0x34,0x37,0x20,0x37, - 0x38,0x20,0x37,0x37,0x2E,0x39,0x32,0x31,0x38,0x32,0x39,0x20,0x37,0x39,0x20, - 0x37,0x38,0x2E,0x39,0x32,0x30,0x39,0x34,0x38,0x20,0x38,0x30,0x20,0x37,0x39, - 0x2E,0x39,0x32,0x32,0x35,0x37,0x38,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39, - 0x32,0x32,0x31,0x33,0x33,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x32,0x34, - 0x35,0x30,0x30,0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x32,0x34,0x39,0x38, - 0x30,0x20,0x38,0x34,0x20,0x38,0x33,0x2E,0x39,0x32,0x39,0x30,0x36,0x30,0x20, - 0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x33,0x31,0x38,0x31,0x30,0x20,0x38,0x36, - 0x20,0x38,0x35,0x2E,0x39,0x33,0x36,0x32,0x33,0x30,0x20,0x38,0x37,0x20,0x38, - 0x36,0x2E,0x39,0x33,0x39,0x35,0x38,0x30,0x0A,0x33,0x34,0x20,0x30,0x20,0x37, - 0x39,0x2E,0x39,0x31,0x36,0x35,0x32,0x31,0x20,0x36,0x35,0x20,0x36,0x34,0x2E, - 0x39,0x36,0x34,0x36,0x36,0x30,0x20,0x36,0x37,0x20,0x36,0x36,0x2E,0x39,0x35, - 0x30,0x30,0x39,0x30,0x20,0x36,0x38,0x20,0x36,0x37,0x2E,0x39,0x34,0x31,0x38, - 0x37,0x30,0x20,0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x33,0x39,0x35,0x36,0x30, - 0x20,0x37,0x30,0x20,0x36,0x39,0x2E,0x39,0x33,0x33,0x35,0x30,0x30,0x20,0x37, - 0x31,0x20,0x37,0x30,0x2E,0x39,0x33,0x32,0x32,0x37,0x30,0x20,0x37,0x32,0x20, - 0x37,0x31,0x2E,0x39,0x32,0x37,0x31,0x31,0x32,0x20,0x37,0x33,0x20,0x37,0x32, - 0x2E,0x39,0x32,0x36,0x37,0x36,0x37,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39, - 0x32,0x32,0x34,0x37,0x36,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x32,0x32, - 0x35,0x32,0x33,0x20,0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x31,0x39,0x32,0x31, - 0x34,0x20,0x37,0x37,0x20,0x37,0x36,0x2E,0x39,0x31,0x39,0x39,0x31,0x34,0x20, - 0x37,0x38,0x20,0x37,0x37,0x2E,0x39,0x31,0x37,0x33,0x30,0x39,0x20,0x37,0x39, - 0x20,0x37,0x38,0x2E,0x39,0x31,0x38,0x34,0x39,0x39,0x20,0x38,0x30,0x20,0x37, - 0x39,0x2E,0x39,0x31,0x36,0x35,0x32,0x31,0x20,0x38,0x31,0x20,0x38,0x30,0x2E, - 0x39,0x31,0x37,0x39,0x39,0x32,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x31, - 0x36,0x37,0x30,0x30,0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x31,0x39,0x31, - 0x31,0x39,0x20,0x38,0x34,0x20,0x38,0x33,0x2E,0x39,0x31,0x38,0x34,0x36,0x35, - 0x20,0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x32,0x32,0x32,0x34,0x30,0x20,0x38, - 0x36,0x20,0x38,0x35,0x2E,0x39,0x32,0x34,0x32,0x37,0x31,0x20,0x38,0x37,0x20, - 0x38,0x36,0x2E,0x39,0x32,0x38,0x35,0x32,0x30,0x20,0x38,0x38,0x20,0x38,0x37, - 0x2E,0x39,0x33,0x31,0x34,0x32,0x30,0x20,0x38,0x39,0x20,0x38,0x38,0x2E,0x39, - 0x33,0x36,0x30,0x32,0x30,0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x33,0x39, - 0x34,0x32,0x30,0x20,0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x34,0x35,0x33,0x37, - 0x30,0x0A,0x33,0x35,0x20,0x30,0x20,0x37,0x38,0x2E,0x39,0x31,0x38,0x33,0x33, - 0x37,0x20,0x36,0x39,0x20,0x36,0x38,0x2E,0x39,0x35,0x30,0x31,0x38,0x30,0x20, - 0x37,0x30,0x20,0x36,0x39,0x2E,0x39,0x34,0x34,0x36,0x32,0x30,0x20,0x37,0x31, - 0x20,0x37,0x30,0x2E,0x39,0x33,0x39,0x32,0x35,0x30,0x20,0x37,0x32,0x20,0x37, - 0x31,0x2E,0x39,0x33,0x36,0x35,0x30,0x30,0x20,0x37,0x33,0x20,0x37,0x32,0x2E, - 0x39,0x33,0x31,0x37,0x39,0x30,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x32, - 0x39,0x38,0x39,0x31,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x32,0x35,0x37, - 0x37,0x36,0x20,0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x32,0x34,0x35,0x34,0x32, - 0x20,0x37,0x37,0x20,0x37,0x36,0x2E,0x39,0x32,0x31,0x33,0x38,0x30,0x20,0x37, - 0x38,0x20,0x37,0x37,0x2E,0x39,0x32,0x31,0x31,0x34,0x36,0x20,0x37,0x39,0x20, - 0x37,0x38,0x2E,0x39,0x31,0x38,0x33,0x33,0x37,0x20,0x38,0x30,0x20,0x37,0x39, - 0x2E,0x39,0x31,0x38,0x35,0x33,0x30,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39, - 0x31,0x36,0x32,0x39,0x31,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x31,0x36, - 0x38,0x30,0x35,0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x31,0x35,0x31,0x38, - 0x30,0x20,0x38,0x34,0x20,0x38,0x33,0x2E,0x39,0x31,0x36,0x35,0x30,0x34,0x20, - 0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x31,0x35,0x36,0x30,0x38,0x20,0x38,0x36, - 0x20,0x38,0x35,0x2E,0x39,0x31,0x38,0x37,0x39,0x37,0x20,0x38,0x37,0x20,0x38, - 0x36,0x2E,0x39,0x32,0x30,0x37,0x31,0x31,0x20,0x38,0x38,0x20,0x38,0x37,0x2E, - 0x39,0x32,0x34,0x30,0x37,0x30,0x20,0x38,0x39,0x20,0x38,0x38,0x2E,0x39,0x32, - 0x36,0x33,0x39,0x30,0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x33,0x30,0x36, - 0x33,0x30,0x20,0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x33,0x33,0x39,0x37,0x30, - 0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39,0x33,0x39,0x32,0x36,0x30,0x20,0x39, - 0x33,0x20,0x39,0x32,0x2E,0x39,0x34,0x33,0x31,0x30,0x30,0x20,0x39,0x34,0x20, - 0x39,0x33,0x2E,0x39,0x34,0x38,0x36,0x38,0x30,0x0A,0x33,0x36,0x20,0x30,0x20, - 0x38,0x33,0x2E,0x39,0x31,0x31,0x35,0x30,0x37,0x20,0x37,0x31,0x20,0x37,0x30, - 0x2E,0x39,0x35,0x30,0x35,0x31,0x30,0x20,0x37,0x32,0x20,0x37,0x31,0x2E,0x39, - 0x34,0x31,0x39,0x31,0x30,0x20,0x37,0x33,0x20,0x37,0x32,0x2E,0x39,0x33,0x38, - 0x39,0x33,0x30,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x33,0x33,0x32,0x36, - 0x30,0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x33,0x31,0x30,0x33,0x34,0x20, - 0x37,0x36,0x20,0x37,0x35,0x2E,0x39,0x32,0x35,0x39,0x34,0x38,0x20,0x37,0x37, - 0x20,0x37,0x36,0x2E,0x39,0x32,0x34,0x36,0x36,0x38,0x20,0x37,0x38,0x20,0x37, - 0x37,0x2E,0x39,0x32,0x30,0x33,0x38,0x36,0x20,0x37,0x39,0x20,0x37,0x38,0x2E, - 0x39,0x32,0x30,0x30,0x38,0x33,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x31, - 0x36,0x33,0x37,0x38,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x31,0x36,0x35, - 0x39,0x32,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x31,0x33,0x34,0x38,0x34, - 0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x31,0x34,0x31,0x33,0x36,0x20,0x38, - 0x34,0x20,0x38,0x33,0x2E,0x39,0x31,0x31,0x35,0x30,0x37,0x20,0x38,0x35,0x20, - 0x38,0x34,0x2E,0x39,0x31,0x32,0x35,0x32,0x37,0x20,0x38,0x36,0x20,0x38,0x35, - 0x2E,0x39,0x31,0x30,0x36,0x31,0x30,0x20,0x38,0x37,0x20,0x38,0x36,0x2E,0x39, - 0x31,0x33,0x33,0x35,0x34,0x20,0x38,0x38,0x20,0x38,0x37,0x2E,0x39,0x31,0x34, - 0x34,0x34,0x37,0x20,0x38,0x39,0x20,0x38,0x38,0x2E,0x39,0x31,0x37,0x36,0x33, - 0x30,0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x31,0x39,0x35,0x32,0x34,0x20, - 0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x32,0x33,0x34,0x34,0x30,0x20,0x39,0x32, - 0x20,0x39,0x31,0x2E,0x39,0x32,0x36,0x31,0x35,0x33,0x20,0x39,0x33,0x20,0x39, - 0x32,0x2E,0x39,0x33,0x31,0x32,0x37,0x30,0x20,0x39,0x34,0x20,0x39,0x33,0x2E, - 0x39,0x33,0x34,0x33,0x36,0x30,0x20,0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x33, - 0x39,0x38,0x34,0x30,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39,0x34,0x38,0x35, - 0x36,0x30,0x0A,0x33,0x37,0x20,0x30,0x20,0x38,0x34,0x2E,0x39,0x31,0x31,0x37, - 0x38,0x39,0x20,0x37,0x34,0x20,0x37,0x33,0x2E,0x39,0x34,0x34,0x34,0x37,0x30, - 0x20,0x37,0x35,0x20,0x37,0x34,0x2E,0x39,0x33,0x38,0x35,0x36,0x39,0x20,0x37, - 0x36,0x20,0x37,0x35,0x2E,0x39,0x33,0x35,0x30,0x37,0x31,0x20,0x37,0x37,0x20, - 0x37,0x36,0x2E,0x39,0x33,0x30,0x34,0x30,0x37,0x20,0x37,0x38,0x20,0x37,0x37, - 0x2E,0x39,0x32,0x38,0x31,0x34,0x31,0x20,0x37,0x39,0x20,0x37,0x38,0x2E,0x39, - 0x32,0x33,0x39,0x39,0x37,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x32,0x32, - 0x35,0x31,0x39,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x31,0x38,0x39,0x39, - 0x34,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x31,0x38,0x32,0x30,0x38,0x20, - 0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x31,0x35,0x31,0x31,0x32,0x20,0x38,0x34, - 0x20,0x38,0x33,0x2E,0x39,0x31,0x34,0x33,0x38,0x35,0x20,0x38,0x35,0x20,0x38, - 0x34,0x2E,0x39,0x31,0x31,0x37,0x38,0x39,0x20,0x38,0x36,0x20,0x38,0x35,0x2E, - 0x39,0x31,0x31,0x31,0x36,0x37,0x20,0x38,0x37,0x20,0x38,0x36,0x2E,0x39,0x30, - 0x39,0x31,0x38,0x33,0x20,0x38,0x38,0x20,0x38,0x37,0x2E,0x39,0x31,0x31,0x33, - 0x31,0x39,0x20,0x38,0x39,0x20,0x38,0x38,0x2E,0x39,0x31,0x32,0x32,0x38,0x30, - 0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x31,0x34,0x38,0x30,0x39,0x20,0x39, - 0x31,0x20,0x39,0x30,0x2E,0x39,0x31,0x36,0x35,0x33,0x34,0x20,0x39,0x32,0x20, - 0x39,0x31,0x2E,0x39,0x31,0x39,0x37,0x32,0x35,0x20,0x39,0x33,0x20,0x39,0x32, - 0x2E,0x39,0x32,0x32,0x30,0x33,0x33,0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39, - 0x32,0x36,0x34,0x30,0x37,0x20,0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x32,0x39, - 0x33,0x31,0x39,0x20,0x39,0x36,0x20,0x39,0x35,0x2E,0x39,0x33,0x34,0x32,0x38, - 0x34,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39,0x33,0x37,0x33,0x34,0x30,0x20, - 0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x34,0x31,0x37,0x30,0x30,0x20,0x39,0x39, - 0x20,0x39,0x38,0x2E,0x39,0x34,0x35,0x34,0x32,0x30,0x20,0x31,0x30,0x30,0x20, - 0x39,0x39,0x2E,0x39,0x34,0x39,0x38,0x37,0x30,0x20,0x31,0x30,0x31,0x20,0x31, - 0x30,0x30,0x2E,0x39,0x35,0x33,0x32,0x30,0x30,0x20,0x31,0x30,0x32,0x20,0x31, - 0x30,0x31,0x2E,0x39,0x35,0x39,0x32,0x31,0x30,0x0A,0x33,0x38,0x20,0x30,0x20, - 0x38,0x37,0x2E,0x39,0x30,0x35,0x36,0x31,0x34,0x20,0x37,0x36,0x20,0x37,0x35, - 0x2E,0x39,0x34,0x31,0x36,0x31,0x30,0x20,0x37,0x37,0x20,0x37,0x36,0x2E,0x39, - 0x33,0x37,0x37,0x36,0x30,0x20,0x37,0x38,0x20,0x37,0x37,0x2E,0x39,0x33,0x32, - 0x31,0x37,0x39,0x20,0x37,0x39,0x20,0x37,0x38,0x2E,0x39,0x32,0x39,0x37,0x30, - 0x37,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x32,0x34,0x35,0x32,0x35,0x20, - 0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x32,0x33,0x32,0x31,0x33,0x20,0x38,0x32, - 0x20,0x38,0x31,0x2E,0x39,0x31,0x38,0x34,0x30,0x31,0x20,0x38,0x33,0x20,0x38, - 0x32,0x2E,0x39,0x31,0x37,0x35,0x35,0x35,0x20,0x38,0x34,0x20,0x38,0x33,0x2E, - 0x39,0x31,0x33,0x34,0x32,0x35,0x20,0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x31, - 0x32,0x39,0x33,0x33,0x20,0x38,0x36,0x20,0x38,0x35,0x2E,0x39,0x30,0x39,0x32, - 0x36,0x32,0x20,0x38,0x37,0x20,0x38,0x36,0x2E,0x39,0x30,0x38,0x38,0x37,0x39, - 0x20,0x38,0x38,0x20,0x38,0x37,0x2E,0x39,0x30,0x35,0x36,0x31,0x34,0x20,0x38, - 0x39,0x20,0x38,0x38,0x2E,0x39,0x30,0x37,0x34,0x35,0x32,0x20,0x39,0x30,0x20, - 0x38,0x39,0x2E,0x39,0x30,0x37,0x37,0x33,0x37,0x20,0x39,0x31,0x20,0x39,0x30, - 0x2E,0x39,0x31,0x30,0x32,0x31,0x30,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39, - 0x31,0x31,0x30,0x33,0x30,0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x31,0x34, - 0x30,0x32,0x32,0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39,0x31,0x35,0x33,0x36, - 0x30,0x20,0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x31,0x39,0x33,0x35,0x38,0x20, - 0x39,0x36,0x20,0x39,0x35,0x2E,0x39,0x32,0x31,0x36,0x38,0x30,0x20,0x39,0x37, - 0x20,0x39,0x36,0x2E,0x39,0x32,0x36,0x31,0x34,0x39,0x20,0x39,0x38,0x20,0x39, - 0x37,0x2E,0x39,0x32,0x38,0x34,0x37,0x31,0x20,0x39,0x39,0x20,0x39,0x38,0x2E, - 0x39,0x33,0x33,0x33,0x32,0x30,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39, - 0x33,0x35,0x33,0x35,0x30,0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39, - 0x34,0x30,0x35,0x32,0x30,0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39, - 0x34,0x33,0x30,0x32,0x30,0x0A,0x33,0x39,0x20,0x30,0x20,0x38,0x38,0x2E,0x39, - 0x30,0x35,0x38,0x34,0x37,0x20,0x37,0x38,0x20,0x37,0x37,0x2E,0x39,0x34,0x33, - 0x35,0x30,0x30,0x20,0x37,0x39,0x20,0x37,0x38,0x2E,0x39,0x33,0x37,0x33,0x35, - 0x30,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x33,0x34,0x33,0x34,0x30,0x20, - 0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x32,0x39,0x31,0x33,0x30,0x20,0x38,0x32, - 0x20,0x38,0x31,0x2E,0x39,0x32,0x36,0x37,0x39,0x30,0x20,0x38,0x33,0x20,0x38, - 0x32,0x2E,0x39,0x32,0x32,0x33,0x35,0x30,0x20,0x38,0x34,0x20,0x38,0x33,0x2E, - 0x39,0x32,0x30,0x33,0x39,0x30,0x20,0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x31, - 0x36,0x34,0x32,0x37,0x20,0x38,0x36,0x20,0x38,0x35,0x2E,0x39,0x31,0x34,0x38, - 0x38,0x38,0x20,0x38,0x37,0x20,0x38,0x36,0x2E,0x39,0x31,0x30,0x38,0x37,0x37, - 0x20,0x38,0x38,0x20,0x38,0x37,0x2E,0x39,0x30,0x39,0x35,0x30,0x33,0x20,0x38, - 0x39,0x20,0x38,0x38,0x2E,0x39,0x30,0x35,0x38,0x34,0x37,0x20,0x39,0x30,0x20, - 0x38,0x39,0x2E,0x39,0x30,0x37,0x31,0x35,0x31,0x20,0x39,0x31,0x20,0x39,0x30, - 0x2E,0x39,0x30,0x37,0x33,0x30,0x33,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39, - 0x30,0x38,0x39,0x34,0x37,0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x30,0x39, - 0x35,0x38,0x32,0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39,0x31,0x31,0x35,0x39, - 0x34,0x20,0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x31,0x32,0x38,0x32,0x34,0x20, - 0x39,0x36,0x20,0x39,0x35,0x2E,0x39,0x31,0x35,0x38,0x39,0x38,0x20,0x39,0x37, - 0x20,0x39,0x36,0x2E,0x39,0x31,0x38,0x31,0x33,0x31,0x20,0x39,0x38,0x20,0x39, - 0x37,0x2E,0x39,0x32,0x32,0x32,0x32,0x30,0x20,0x39,0x39,0x20,0x39,0x38,0x2E, - 0x39,0x32,0x34,0x36,0x33,0x35,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39, - 0x32,0x37,0x37,0x36,0x30,0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39, - 0x33,0x30,0x33,0x31,0x30,0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39, - 0x33,0x33,0x35,0x36,0x30,0x0A,0x34,0x30,0x20,0x30,0x20,0x38,0x39,0x2E,0x39, - 0x30,0x34,0x37,0x30,0x33,0x20,0x38,0x30,0x20,0x37,0x39,0x2E,0x39,0x34,0x30, - 0x35,0x35,0x30,0x20,0x38,0x31,0x20,0x38,0x30,0x2E,0x39,0x33,0x36,0x38,0x32, - 0x30,0x20,0x38,0x32,0x20,0x38,0x31,0x2E,0x39,0x33,0x31,0x30,0x39,0x30,0x20, - 0x38,0x33,0x20,0x38,0x32,0x2E,0x39,0x32,0x38,0x36,0x35,0x30,0x20,0x38,0x34, - 0x20,0x38,0x33,0x2E,0x39,0x32,0x33,0x32,0x35,0x30,0x20,0x38,0x35,0x20,0x38, - 0x34,0x2E,0x39,0x32,0x31,0x34,0x37,0x30,0x20,0x38,0x36,0x20,0x38,0x35,0x2E, - 0x39,0x31,0x36,0x34,0x37,0x30,0x20,0x38,0x37,0x20,0x38,0x36,0x2E,0x39,0x31, - 0x34,0x38,0x31,0x37,0x20,0x38,0x38,0x20,0x38,0x37,0x2E,0x39,0x31,0x30,0x32, - 0x32,0x36,0x20,0x38,0x39,0x20,0x38,0x38,0x2E,0x39,0x30,0x38,0x38,0x38,0x39, - 0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x30,0x34,0x37,0x30,0x33,0x20,0x39, - 0x31,0x20,0x39,0x30,0x2E,0x39,0x30,0x35,0x36,0x34,0x35,0x20,0x39,0x32,0x20, - 0x39,0x31,0x2E,0x39,0x30,0x35,0x30,0x34,0x30,0x20,0x39,0x33,0x20,0x39,0x32, - 0x2E,0x39,0x30,0x36,0x34,0x37,0x35,0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39, - 0x30,0x36,0x33,0x31,0x35,0x20,0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x30,0x38, - 0x30,0x34,0x32,0x20,0x39,0x36,0x20,0x39,0x35,0x2E,0x39,0x30,0x38,0x32,0x37, - 0x36,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39,0x31,0x30,0x39,0x35,0x31,0x20, - 0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x31,0x32,0x37,0x34,0x36,0x20,0x39,0x39, - 0x20,0x39,0x38,0x2E,0x39,0x31,0x36,0x35,0x31,0x31,0x20,0x31,0x30,0x30,0x20, - 0x39,0x39,0x2E,0x39,0x31,0x37,0x37,0x36,0x30,0x20,0x31,0x30,0x31,0x20,0x31, - 0x30,0x30,0x2E,0x39,0x32,0x31,0x31,0x34,0x30,0x20,0x31,0x30,0x32,0x20,0x31, - 0x30,0x31,0x2E,0x39,0x32,0x32,0x39,0x38,0x30,0x20,0x31,0x30,0x33,0x20,0x31, - 0x30,0x32,0x2E,0x39,0x32,0x36,0x36,0x30,0x30,0x20,0x31,0x30,0x34,0x20,0x31, - 0x30,0x33,0x2E,0x39,0x32,0x38,0x37,0x38,0x30,0x20,0x31,0x30,0x35,0x20,0x31, - 0x30,0x34,0x2E,0x39,0x33,0x33,0x30,0x35,0x30,0x0A,0x34,0x31,0x20,0x30,0x20, - 0x39,0x32,0x2E,0x39,0x30,0x36,0x33,0x37,0x37,0x20,0x38,0x32,0x20,0x38,0x31, - 0x2E,0x39,0x34,0x33,0x31,0x33,0x30,0x20,0x38,0x33,0x20,0x38,0x32,0x2E,0x39, - 0x33,0x36,0x37,0x30,0x30,0x20,0x38,0x34,0x20,0x38,0x33,0x2E,0x39,0x33,0x33, - 0x35,0x37,0x30,0x20,0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x32,0x37,0x39,0x31, - 0x30,0x20,0x38,0x36,0x20,0x38,0x35,0x2E,0x39,0x32,0x35,0x30,0x34,0x30,0x20, - 0x38,0x37,0x20,0x38,0x36,0x2E,0x39,0x32,0x30,0x33,0x36,0x30,0x20,0x38,0x38, - 0x20,0x38,0x37,0x2E,0x39,0x31,0x37,0x39,0x36,0x30,0x20,0x38,0x39,0x20,0x38, - 0x38,0x2E,0x39,0x31,0x33,0x35,0x30,0x30,0x20,0x39,0x30,0x20,0x38,0x39,0x2E, - 0x39,0x31,0x31,0x32,0x36,0x34,0x20,0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x30, - 0x36,0x39,0x39,0x31,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39,0x30,0x37,0x31, - 0x39,0x33,0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x30,0x36,0x33,0x37,0x37, - 0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39,0x30,0x37,0x32,0x38,0x33,0x20,0x39, - 0x35,0x20,0x39,0x34,0x2E,0x39,0x30,0x36,0x38,0x33,0x35,0x20,0x39,0x36,0x20, - 0x39,0x35,0x2E,0x39,0x30,0x38,0x31,0x30,0x30,0x20,0x39,0x37,0x20,0x39,0x36, - 0x2E,0x39,0x30,0x38,0x30,0x39,0x37,0x20,0x39,0x38,0x20,0x39,0x37,0x2E,0x39, - 0x31,0x30,0x33,0x33,0x31,0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x31,0x31, - 0x36,0x31,0x38,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x31,0x34,0x31, - 0x38,0x31,0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x31,0x35,0x32, - 0x35,0x32,0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x31,0x38,0x30, - 0x34,0x30,0x20,0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x31,0x39,0x31, - 0x34,0x30,0x20,0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x32,0x32,0x34, - 0x36,0x30,0x20,0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x32,0x33,0x39, - 0x33,0x30,0x20,0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x32,0x38,0x31, - 0x39,0x30,0x20,0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x33,0x30,0x33, - 0x31,0x30,0x0A,0x34,0x32,0x20,0x30,0x20,0x39,0x37,0x2E,0x39,0x30,0x35,0x34, - 0x30,0x37,0x20,0x38,0x34,0x20,0x38,0x33,0x2E,0x39,0x34,0x30,0x30,0x39,0x30, - 0x20,0x38,0x35,0x20,0x38,0x34,0x2E,0x39,0x33,0x36,0x35,0x39,0x30,0x20,0x38, - 0x36,0x20,0x38,0x35,0x2E,0x39,0x33,0x30,0x37,0x30,0x30,0x20,0x38,0x37,0x20, - 0x38,0x36,0x2E,0x39,0x32,0x37,0x33,0x33,0x30,0x20,0x38,0x38,0x20,0x38,0x37, - 0x2E,0x39,0x32,0x31,0x39,0x35,0x33,0x20,0x38,0x39,0x20,0x38,0x38,0x2E,0x39, - 0x31,0x39,0x34,0x38,0x31,0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x31,0x33, - 0x39,0x33,0x36,0x20,0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x31,0x31,0x37,0x35, - 0x31,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39,0x30,0x36,0x38,0x31,0x30,0x20, - 0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x30,0x36,0x38,0x31,0x32,0x20,0x39,0x34, - 0x20,0x39,0x33,0x2E,0x39,0x30,0x35,0x30,0x38,0x37,0x20,0x39,0x35,0x20,0x39, - 0x34,0x2E,0x39,0x30,0x35,0x38,0x34,0x31,0x20,0x39,0x36,0x20,0x39,0x35,0x2E, - 0x39,0x30,0x34,0x36,0x37,0x38,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39,0x30, - 0x36,0x30,0x32,0x31,0x20,0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x30,0x35,0x34, - 0x30,0x37,0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x30,0x37,0x37,0x31,0x31, - 0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x30,0x37,0x34,0x37,0x37,0x20, - 0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x31,0x30,0x33,0x34,0x37,0x20, - 0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x31,0x30,0x32,0x39,0x37,0x20, - 0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x31,0x33,0x32,0x30,0x30,0x20, - 0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x31,0x33,0x37,0x36,0x30,0x20, - 0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x31,0x36,0x39,0x37,0x30,0x20, - 0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x31,0x38,0x31,0x33,0x34,0x20, - 0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x32,0x31,0x36,0x39,0x30,0x20, - 0x31,0x30,0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x32,0x33,0x35,0x38,0x30,0x20, - 0x31,0x30,0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x32,0x37,0x38,0x31,0x30,0x20, - 0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x32,0x39,0x37,0x33,0x30,0x0A, - 0x34,0x33,0x20,0x30,0x20,0x39,0x37,0x2E,0x39,0x30,0x37,0x32,0x31,0x36,0x20, - 0x38,0x36,0x20,0x38,0x35,0x2E,0x39,0x34,0x32,0x38,0x38,0x30,0x20,0x38,0x37, - 0x20,0x38,0x36,0x2E,0x39,0x33,0x36,0x35,0x33,0x30,0x20,0x38,0x38,0x20,0x38, - 0x37,0x2E,0x39,0x33,0x32,0x38,0x33,0x30,0x20,0x38,0x39,0x20,0x38,0x38,0x2E, - 0x39,0x32,0x37,0x35,0x34,0x30,0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39,0x32, - 0x33,0x35,0x36,0x30,0x20,0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x31,0x38,0x34, - 0x33,0x30,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39,0x31,0x35,0x32,0x36,0x30, - 0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x31,0x30,0x32,0x34,0x38,0x20,0x39, - 0x34,0x20,0x39,0x33,0x2E,0x39,0x30,0x39,0x36,0x35,0x36,0x20,0x39,0x35,0x20, - 0x39,0x34,0x2E,0x39,0x30,0x37,0x36,0x35,0x36,0x20,0x39,0x36,0x20,0x39,0x35, - 0x2E,0x39,0x30,0x37,0x38,0x37,0x31,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39, - 0x30,0x36,0x33,0x36,0x35,0x20,0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x30,0x37, - 0x32,0x31,0x36,0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x30,0x36,0x32,0x35, - 0x34,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x30,0x37,0x36,0x35,0x37, - 0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x30,0x37,0x33,0x31,0x34, - 0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x30,0x39,0x32,0x31,0x33, - 0x20,0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x30,0x39,0x31,0x37,0x39, - 0x20,0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x31,0x31,0x34,0x34,0x30, - 0x20,0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x31,0x31,0x36,0x36,0x30, - 0x20,0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x31,0x34,0x33,0x35,0x35, - 0x20,0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x31,0x35,0x30,0x38,0x30, - 0x20,0x31,0x30,0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x31,0x38,0x34,0x38,0x30, - 0x20,0x31,0x30,0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x31,0x39,0x36,0x33,0x30, - 0x20,0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x32,0x33,0x33,0x39,0x30, - 0x20,0x31,0x31,0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x32,0x35,0x30,0x35,0x30, - 0x20,0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x32,0x39,0x32,0x34,0x30, - 0x20,0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x33,0x31,0x33,0x33,0x30, - 0x0A,0x34,0x34,0x20,0x30,0x20,0x31,0x30,0x31,0x2E,0x39,0x30,0x34,0x33,0x34, - 0x39,0x20,0x38,0x38,0x20,0x38,0x37,0x2E,0x39,0x34,0x30,0x34,0x32,0x30,0x20, - 0x38,0x39,0x20,0x38,0x38,0x2E,0x39,0x33,0x36,0x31,0x31,0x30,0x20,0x39,0x30, - 0x20,0x38,0x39,0x2E,0x39,0x32,0x39,0x37,0x38,0x30,0x20,0x39,0x31,0x20,0x39, - 0x30,0x2E,0x39,0x32,0x36,0x33,0x38,0x30,0x20,0x39,0x32,0x20,0x39,0x31,0x2E, - 0x39,0x32,0x30,0x31,0x32,0x30,0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x31, - 0x37,0x30,0x35,0x30,0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39,0x31,0x31,0x33, - 0x36,0x30,0x20,0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x31,0x30,0x34,0x31,0x33, - 0x20,0x39,0x36,0x20,0x39,0x35,0x2E,0x39,0x30,0x37,0x35,0x39,0x38,0x20,0x39, - 0x37,0x20,0x39,0x36,0x2E,0x39,0x30,0x37,0x35,0x35,0x35,0x20,0x39,0x38,0x20, - 0x39,0x37,0x2E,0x39,0x30,0x35,0x32,0x38,0x37,0x20,0x39,0x39,0x20,0x39,0x38, - 0x2E,0x39,0x30,0x35,0x39,0x33,0x39,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E, - 0x39,0x30,0x34,0x32,0x31,0x39,0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E, - 0x39,0x30,0x35,0x35,0x38,0x32,0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E, - 0x39,0x30,0x34,0x33,0x34,0x39,0x20,0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E, - 0x39,0x30,0x36,0x33,0x32,0x33,0x20,0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E, - 0x39,0x30,0x35,0x34,0x33,0x30,0x20,0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E, - 0x39,0x30,0x37,0x37,0x35,0x30,0x20,0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E, - 0x39,0x30,0x37,0x33,0x32,0x37,0x20,0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E, - 0x39,0x30,0x39,0x39,0x31,0x30,0x20,0x31,0x30,0x38,0x20,0x31,0x30,0x37,0x2E, - 0x39,0x31,0x30,0x31,0x39,0x30,0x20,0x31,0x30,0x39,0x20,0x31,0x30,0x38,0x2E, - 0x39,0x31,0x33,0x32,0x30,0x30,0x20,0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E, - 0x39,0x31,0x33,0x39,0x37,0x30,0x20,0x31,0x31,0x31,0x20,0x31,0x31,0x30,0x2E, - 0x39,0x31,0x37,0x35,0x36,0x30,0x20,0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E, - 0x39,0x31,0x38,0x35,0x35,0x30,0x20,0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E, - 0x39,0x32,0x32,0x35,0x34,0x30,0x20,0x31,0x31,0x34,0x20,0x31,0x31,0x33,0x2E, - 0x39,0x32,0x34,0x30,0x30,0x30,0x20,0x31,0x31,0x35,0x20,0x31,0x31,0x34,0x2E, - 0x39,0x32,0x38,0x33,0x31,0x30,0x0A,0x34,0x35,0x20,0x30,0x20,0x31,0x30,0x32, - 0x2E,0x39,0x30,0x35,0x35,0x30,0x34,0x20,0x39,0x30,0x20,0x38,0x39,0x2E,0x39, - 0x34,0x32,0x38,0x37,0x30,0x20,0x39,0x31,0x20,0x39,0x30,0x2E,0x39,0x33,0x36, - 0x35,0x35,0x30,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39,0x33,0x31,0x39,0x38, - 0x30,0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x32,0x35,0x37,0x34,0x30,0x20, - 0x39,0x34,0x20,0x39,0x33,0x2E,0x39,0x32,0x31,0x37,0x30,0x30,0x20,0x39,0x35, - 0x20,0x39,0x34,0x2E,0x39,0x31,0x35,0x39,0x30,0x30,0x20,0x39,0x36,0x20,0x39, - 0x35,0x2E,0x39,0x31,0x34,0x35,0x31,0x38,0x20,0x39,0x37,0x20,0x39,0x36,0x2E, - 0x39,0x31,0x31,0x33,0x34,0x30,0x20,0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x31, - 0x30,0x37,0x31,0x36,0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x30,0x38,0x31, - 0x33,0x32,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x30,0x38,0x31,0x31, - 0x37,0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x30,0x36,0x31,0x36, - 0x34,0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x30,0x36,0x38,0x34, - 0x33,0x20,0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x30,0x35,0x35,0x30, - 0x34,0x20,0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x30,0x36,0x36,0x35, - 0x35,0x20,0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x30,0x35,0x36,0x39, - 0x32,0x20,0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x30,0x37,0x32,0x38, - 0x35,0x20,0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x30,0x36,0x37,0x35, - 0x31,0x20,0x31,0x30,0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x30,0x38,0x37,0x33, - 0x30,0x20,0x31,0x30,0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x30,0x38,0x37,0x33, - 0x36,0x20,0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x31,0x30,0x39,0x35, - 0x30,0x20,0x31,0x31,0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x31,0x31,0x36,0x36, - 0x30,0x20,0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x31,0x34,0x36,0x31, - 0x30,0x20,0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x31,0x35,0x34,0x32, - 0x30,0x20,0x31,0x31,0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x31,0x38,0x38,0x35, - 0x30,0x20,0x31,0x31,0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x32,0x30,0x31,0x32, - 0x30,0x20,0x31,0x31,0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x32,0x33,0x37,0x31, - 0x30,0x20,0x31,0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x32,0x35,0x33,0x35, - 0x30,0x0A,0x34,0x36,0x20,0x30,0x20,0x31,0x30,0x35,0x2E,0x39,0x30,0x33,0x34, - 0x38,0x33,0x20,0x39,0x32,0x20,0x39,0x31,0x2E,0x39,0x34,0x30,0x34,0x32,0x30, - 0x20,0x39,0x33,0x20,0x39,0x32,0x2E,0x39,0x33,0x35,0x39,0x31,0x30,0x20,0x39, - 0x34,0x20,0x39,0x33,0x2E,0x39,0x32,0x38,0x37,0x37,0x30,0x20,0x39,0x35,0x20, - 0x39,0x34,0x2E,0x39,0x32,0x34,0x36,0x39,0x30,0x20,0x39,0x36,0x20,0x39,0x35, - 0x2E,0x39,0x31,0x38,0x32,0x32,0x30,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39, - 0x31,0x36,0x34,0x38,0x30,0x20,0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x31,0x32, - 0x37,0x32,0x31,0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x31,0x31,0x37,0x36, - 0x38,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x30,0x38,0x35,0x30,0x35, - 0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x30,0x38,0x32,0x38,0x39, - 0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x30,0x35,0x36,0x30,0x38, - 0x20,0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x30,0x36,0x30,0x38,0x37, - 0x20,0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x30,0x34,0x30,0x33,0x35, - 0x20,0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x30,0x35,0x30,0x38,0x34, - 0x20,0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x30,0x33,0x34,0x38,0x33, - 0x20,0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x30,0x35,0x31,0x32,0x38, - 0x20,0x31,0x30,0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x30,0x33,0x38,0x39,0x34, - 0x20,0x31,0x30,0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x30,0x35,0x39,0x35,0x34, - 0x20,0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x30,0x35,0x31,0x35,0x32, - 0x20,0x31,0x31,0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x30,0x37,0x36,0x34,0x30, - 0x20,0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x30,0x37,0x33,0x31,0x33, - 0x20,0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x31,0x30,0x31,0x35,0x30, - 0x20,0x31,0x31,0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x31,0x30,0x33,0x36,0x35, - 0x20,0x31,0x31,0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x31,0x33,0x36,0x38,0x30, - 0x20,0x31,0x31,0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x31,0x34,0x31,0x36,0x30, - 0x20,0x31,0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x31,0x37,0x38,0x34,0x30, - 0x20,0x31,0x31,0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x31,0x38,0x39,0x38,0x30, - 0x20,0x31,0x31,0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x32,0x32,0x36,0x38,0x30, - 0x20,0x31,0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x32,0x34,0x30,0x33,0x30, - 0x0A,0x34,0x37,0x20,0x30,0x20,0x31,0x30,0x36,0x2E,0x39,0x30,0x35,0x30,0x39, - 0x33,0x20,0x39,0x34,0x20,0x39,0x33,0x2E,0x39,0x34,0x32,0x37,0x38,0x30,0x20, - 0x39,0x35,0x20,0x39,0x34,0x2E,0x39,0x33,0x35,0x34,0x38,0x30,0x20,0x39,0x36, - 0x20,0x39,0x35,0x2E,0x39,0x33,0x30,0x36,0x38,0x30,0x20,0x39,0x37,0x20,0x39, - 0x36,0x2E,0x39,0x32,0x34,0x30,0x30,0x30,0x20,0x39,0x38,0x20,0x39,0x37,0x2E, - 0x39,0x32,0x31,0x37,0x36,0x30,0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x31, - 0x37,0x36,0x30,0x30,0x20,0x31,0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x31,0x36, - 0x30,0x37,0x30,0x20,0x31,0x30,0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x31,0x32, - 0x38,0x30,0x30,0x20,0x31,0x30,0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x31,0x32, - 0x30,0x30,0x30,0x20,0x31,0x30,0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x30,0x38, - 0x39,0x37,0x32,0x20,0x31,0x30,0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x30,0x38, - 0x36,0x32,0x38,0x20,0x31,0x30,0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x30,0x36, - 0x35,0x32,0x38,0x20,0x31,0x30,0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x30,0x36, - 0x36,0x36,0x36,0x20,0x31,0x30,0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x30,0x35, - 0x30,0x39,0x33,0x20,0x31,0x30,0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x30,0x35, - 0x39,0x35,0x34,0x20,0x31,0x30,0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x30,0x34, - 0x37,0x35,0x36,0x20,0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x30,0x36, - 0x31,0x31,0x30,0x20,0x31,0x31,0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x30,0x35, - 0x32,0x39,0x35,0x20,0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x30,0x37, - 0x30,0x30,0x34,0x20,0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x30,0x36, - 0x35,0x36,0x36,0x20,0x31,0x31,0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x30,0x38, - 0x38,0x30,0x38,0x20,0x31,0x31,0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x30,0x38, - 0x37,0x36,0x30,0x20,0x31,0x31,0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x31,0x31, - 0x33,0x36,0x30,0x20,0x31,0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x31,0x31, - 0x36,0x38,0x30,0x20,0x31,0x31,0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x31,0x34, - 0x35,0x38,0x30,0x20,0x31,0x31,0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x31,0x35, - 0x36,0x37,0x30,0x20,0x31,0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x31,0x38, - 0x37,0x39,0x30,0x20,0x31,0x32,0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x31,0x39, - 0x38,0x35,0x30,0x20,0x31,0x32,0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x32,0x33, - 0x33,0x32,0x30,0x20,0x31,0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x32,0x34, - 0x39,0x30,0x30,0x20,0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x32,0x38, - 0x35,0x33,0x30,0x0A,0x34,0x38,0x20,0x30,0x20,0x31,0x31,0x33,0x2E,0x39,0x30, - 0x33,0x33,0x35,0x38,0x20,0x39,0x37,0x20,0x39,0x36,0x2E,0x39,0x33,0x34,0x39, - 0x34,0x30,0x20,0x39,0x38,0x20,0x39,0x37,0x2E,0x39,0x32,0x37,0x35,0x38,0x30, - 0x20,0x39,0x39,0x20,0x39,0x38,0x2E,0x39,0x32,0x35,0x30,0x31,0x30,0x20,0x31, - 0x30,0x30,0x20,0x39,0x39,0x2E,0x39,0x32,0x30,0x32,0x33,0x30,0x20,0x31,0x30, - 0x31,0x20,0x31,0x30,0x30,0x2E,0x39,0x31,0x38,0x36,0x38,0x30,0x20,0x31,0x30, - 0x32,0x20,0x31,0x30,0x31,0x2E,0x39,0x31,0x34,0x37,0x38,0x30,0x20,0x31,0x30, - 0x33,0x20,0x31,0x30,0x32,0x2E,0x39,0x31,0x33,0x34,0x31,0x39,0x20,0x31,0x30, - 0x34,0x20,0x31,0x30,0x33,0x2E,0x39,0x30,0x39,0x38,0x34,0x38,0x20,0x31,0x30, - 0x35,0x20,0x31,0x30,0x34,0x2E,0x39,0x30,0x39,0x34,0x36,0x38,0x20,0x31,0x30, - 0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x30,0x36,0x34,0x35,0x38,0x20,0x31,0x30, - 0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x30,0x36,0x36,0x31,0x34,0x20,0x31,0x30, - 0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x30,0x34,0x31,0x38,0x33,0x20,0x31,0x30, - 0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x30,0x34,0x39,0x38,0x36,0x20,0x31,0x31, - 0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x30,0x33,0x30,0x30,0x36,0x20,0x31,0x31, - 0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x30,0x34,0x31,0x38,0x32,0x20,0x31,0x31, - 0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x30,0x32,0x37,0x35,0x37,0x20,0x31,0x31, - 0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x30,0x34,0x34,0x30,0x30,0x20,0x31,0x31, - 0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x30,0x33,0x33,0x35,0x38,0x20,0x31,0x31, - 0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x30,0x35,0x34,0x33,0x31,0x20,0x31,0x31, - 0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x30,0x34,0x37,0x35,0x35,0x20,0x31,0x31, - 0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x30,0x37,0x32,0x31,0x38,0x20,0x31,0x31, - 0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x30,0x36,0x39,0x31,0x34,0x20,0x31,0x31, - 0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x30,0x39,0x39,0x32,0x30,0x20,0x31,0x32, - 0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x30,0x39,0x38,0x35,0x31,0x20,0x31,0x32, - 0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x31,0x32,0x39,0x38,0x30,0x20,0x31,0x32, - 0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x31,0x33,0x35,0x30,0x30,0x20,0x31,0x32, - 0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x31,0x37,0x30,0x30,0x30,0x20,0x31,0x32, - 0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x31,0x37,0x36,0x35,0x30,0x20,0x31,0x32, - 0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x32,0x31,0x32,0x35,0x30,0x20,0x31,0x32, - 0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x32,0x32,0x33,0x35,0x30,0x20,0x31,0x32, - 0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x32,0x36,0x34,0x33,0x30,0x20,0x31,0x32, - 0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x32,0x37,0x37,0x36,0x30,0x20,0x31,0x32, - 0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x33,0x32,0x32,0x36,0x30,0x20,0x31,0x33, - 0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x33,0x33,0x39,0x38,0x30,0x0A,0x34,0x39, - 0x20,0x30,0x20,0x31,0x31,0x34,0x2E,0x39,0x30,0x33,0x38,0x37,0x38,0x20,0x39, - 0x39,0x20,0x39,0x38,0x2E,0x39,0x33,0x34,0x36,0x31,0x30,0x20,0x31,0x30,0x30, - 0x20,0x39,0x39,0x2E,0x39,0x33,0x31,0x31,0x35,0x30,0x20,0x31,0x30,0x31,0x20, - 0x31,0x30,0x30,0x2E,0x39,0x32,0x36,0x35,0x36,0x30,0x20,0x31,0x30,0x32,0x20, - 0x31,0x30,0x31,0x2E,0x39,0x32,0x34,0x37,0x31,0x30,0x20,0x31,0x30,0x33,0x20, - 0x31,0x30,0x32,0x2E,0x39,0x31,0x39,0x39,0x31,0x34,0x20,0x31,0x30,0x34,0x20, - 0x31,0x30,0x33,0x2E,0x39,0x31,0x38,0x33,0x34,0x30,0x20,0x31,0x30,0x35,0x20, - 0x31,0x30,0x34,0x2E,0x39,0x31,0x34,0x36,0x37,0x33,0x20,0x31,0x30,0x36,0x20, - 0x31,0x30,0x35,0x2E,0x39,0x31,0x33,0x34,0x36,0x31,0x20,0x31,0x30,0x37,0x20, - 0x31,0x30,0x36,0x2E,0x39,0x31,0x30,0x32,0x39,0x32,0x20,0x31,0x30,0x38,0x20, - 0x31,0x30,0x37,0x2E,0x39,0x30,0x39,0x37,0x32,0x30,0x20,0x31,0x30,0x39,0x20, - 0x31,0x30,0x38,0x2E,0x39,0x30,0x37,0x31,0x35,0x34,0x20,0x31,0x31,0x30,0x20, - 0x31,0x30,0x39,0x2E,0x39,0x30,0x37,0x31,0x36,0x39,0x20,0x31,0x31,0x31,0x20, - 0x31,0x31,0x30,0x2E,0x39,0x30,0x35,0x31,0x31,0x31,0x20,0x31,0x31,0x32,0x20, - 0x31,0x31,0x31,0x2E,0x39,0x30,0x35,0x35,0x33,0x33,0x20,0x31,0x31,0x33,0x20, - 0x31,0x31,0x32,0x2E,0x39,0x30,0x34,0x30,0x36,0x31,0x20,0x31,0x31,0x34,0x20, - 0x31,0x31,0x33,0x2E,0x39,0x30,0x34,0x39,0x31,0x37,0x20,0x31,0x31,0x35,0x20, - 0x31,0x31,0x34,0x2E,0x39,0x30,0x33,0x38,0x37,0x38,0x20,0x31,0x31,0x36,0x20, - 0x31,0x31,0x35,0x2E,0x39,0x30,0x35,0x32,0x36,0x30,0x20,0x31,0x31,0x37,0x20, - 0x31,0x31,0x36,0x2E,0x39,0x30,0x34,0x35,0x31,0x36,0x20,0x31,0x31,0x38,0x20, - 0x31,0x31,0x37,0x2E,0x39,0x30,0x36,0x33,0x35,0x35,0x20,0x31,0x31,0x39,0x20, - 0x31,0x31,0x38,0x2E,0x39,0x30,0x35,0x38,0x34,0x36,0x20,0x31,0x32,0x30,0x20, - 0x31,0x31,0x39,0x2E,0x39,0x30,0x37,0x39,0x36,0x30,0x20,0x31,0x32,0x31,0x20, - 0x31,0x32,0x30,0x2E,0x39,0x30,0x37,0x38,0x34,0x39,0x20,0x31,0x32,0x32,0x20, - 0x31,0x32,0x31,0x2E,0x39,0x31,0x30,0x32,0x38,0x30,0x20,0x31,0x32,0x33,0x20, - 0x31,0x32,0x32,0x2E,0x39,0x31,0x30,0x34,0x33,0x39,0x20,0x31,0x32,0x34,0x20, - 0x31,0x32,0x33,0x2E,0x39,0x31,0x33,0x31,0x38,0x30,0x20,0x31,0x32,0x35,0x20, - 0x31,0x32,0x34,0x2E,0x39,0x31,0x33,0x36,0x30,0x30,0x20,0x31,0x32,0x36,0x20, - 0x31,0x32,0x35,0x2E,0x39,0x31,0x36,0x34,0x36,0x30,0x20,0x31,0x32,0x37,0x20, - 0x31,0x32,0x36,0x2E,0x39,0x31,0x37,0x33,0x34,0x30,0x20,0x31,0x32,0x38,0x20, - 0x31,0x32,0x37,0x2E,0x39,0x32,0x30,0x31,0x37,0x30,0x20,0x31,0x32,0x39,0x20, - 0x31,0x32,0x38,0x2E,0x39,0x32,0x31,0x36,0x36,0x30,0x20,0x31,0x33,0x30,0x20, - 0x31,0x32,0x39,0x2E,0x39,0x32,0x34,0x38,0x35,0x30,0x20,0x31,0x33,0x31,0x20, - 0x31,0x33,0x30,0x2E,0x39,0x32,0x36,0x37,0x37,0x30,0x20,0x31,0x33,0x32,0x20, - 0x31,0x33,0x31,0x2E,0x39,0x33,0x32,0x39,0x32,0x30,0x20,0x31,0x33,0x33,0x20, - 0x31,0x33,0x32,0x2E,0x39,0x33,0x38,0x33,0x34,0x30,0x20,0x31,0x33,0x34,0x20, - 0x31,0x33,0x33,0x2E,0x39,0x34,0x34,0x36,0x36,0x30,0x0A,0x35,0x30,0x20,0x30, - 0x20,0x31,0x31,0x39,0x2E,0x39,0x30,0x32,0x31,0x39,0x36,0x20,0x31,0x30,0x30, - 0x20,0x39,0x39,0x2E,0x39,0x33,0x38,0x39,0x35,0x30,0x20,0x31,0x30,0x31,0x20, - 0x31,0x30,0x30,0x2E,0x39,0x33,0x36,0x30,0x36,0x30,0x20,0x31,0x30,0x32,0x20, - 0x31,0x30,0x31,0x2E,0x39,0x33,0x30,0x34,0x39,0x30,0x20,0x31,0x30,0x33,0x20, - 0x31,0x30,0x32,0x2E,0x39,0x32,0x38,0x31,0x33,0x30,0x20,0x31,0x30,0x34,0x20, - 0x31,0x30,0x33,0x2E,0x39,0x32,0x33,0x31,0x39,0x30,0x20,0x31,0x30,0x35,0x20, - 0x31,0x30,0x34,0x2E,0x39,0x32,0x31,0x33,0x39,0x30,0x20,0x31,0x30,0x36,0x20, - 0x31,0x30,0x35,0x2E,0x39,0x31,0x36,0x38,0x38,0x30,0x20,0x31,0x30,0x37,0x20, - 0x31,0x30,0x36,0x2E,0x39,0x31,0x35,0x36,0x37,0x30,0x20,0x31,0x30,0x38,0x20, - 0x31,0x30,0x37,0x2E,0x39,0x31,0x31,0x39,0x37,0x30,0x20,0x31,0x30,0x39,0x20, - 0x31,0x30,0x38,0x2E,0x39,0x31,0x31,0x32,0x38,0x37,0x20,0x31,0x31,0x30,0x20, - 0x31,0x30,0x39,0x2E,0x39,0x30,0x37,0x38,0x35,0x33,0x20,0x31,0x31,0x31,0x20, - 0x31,0x31,0x30,0x2E,0x39,0x30,0x37,0x37,0x33,0x35,0x20,0x31,0x31,0x32,0x20, - 0x31,0x31,0x31,0x2E,0x39,0x30,0x34,0x38,0x32,0x31,0x20,0x31,0x31,0x33,0x20, - 0x31,0x31,0x32,0x2E,0x39,0x30,0x35,0x31,0x37,0x33,0x20,0x31,0x31,0x34,0x20, - 0x31,0x31,0x33,0x2E,0x39,0x30,0x32,0x37,0x38,0x32,0x20,0x31,0x31,0x35,0x20, - 0x31,0x31,0x34,0x2E,0x39,0x30,0x33,0x33,0x34,0x36,0x20,0x31,0x31,0x36,0x20, - 0x31,0x31,0x35,0x2E,0x39,0x30,0x31,0x37,0x34,0x34,0x20,0x31,0x31,0x37,0x20, - 0x31,0x31,0x36,0x2E,0x39,0x30,0x32,0x39,0x35,0x34,0x20,0x31,0x31,0x38,0x20, - 0x31,0x31,0x37,0x2E,0x39,0x30,0x31,0x36,0x30,0x36,0x20,0x31,0x31,0x39,0x20, - 0x31,0x31,0x38,0x2E,0x39,0x30,0x33,0x33,0x30,0x39,0x20,0x31,0x32,0x30,0x20, - 0x31,0x31,0x39,0x2E,0x39,0x30,0x32,0x31,0x39,0x36,0x20,0x31,0x32,0x31,0x20, - 0x31,0x32,0x30,0x2E,0x39,0x30,0x34,0x32,0x33,0x36,0x20,0x31,0x32,0x32,0x20, - 0x31,0x32,0x31,0x2E,0x39,0x30,0x33,0x34,0x34,0x30,0x20,0x31,0x32,0x33,0x20, - 0x31,0x32,0x32,0x2E,0x39,0x30,0x35,0x37,0x32,0x31,0x20,0x31,0x32,0x34,0x20, - 0x31,0x32,0x33,0x2E,0x39,0x30,0x35,0x32,0x37,0x34,0x20,0x31,0x32,0x35,0x20, - 0x31,0x32,0x34,0x2E,0x39,0x30,0x37,0x37,0x38,0x34,0x20,0x31,0x32,0x36,0x20, - 0x31,0x32,0x35,0x2E,0x39,0x30,0x37,0x36,0x35,0x34,0x20,0x31,0x32,0x37,0x20, - 0x31,0x32,0x36,0x2E,0x39,0x31,0x30,0x33,0x35,0x31,0x20,0x31,0x32,0x38,0x20, - 0x31,0x32,0x37,0x2E,0x39,0x31,0x30,0x35,0x33,0x35,0x20,0x31,0x32,0x39,0x20, - 0x31,0x32,0x38,0x2E,0x39,0x31,0x33,0x34,0x34,0x30,0x20,0x31,0x33,0x30,0x20, - 0x31,0x32,0x39,0x2E,0x39,0x31,0x33,0x38,0x35,0x30,0x20,0x31,0x33,0x31,0x20, - 0x31,0x33,0x30,0x2E,0x39,0x31,0x36,0x39,0x32,0x30,0x20,0x31,0x33,0x32,0x20, - 0x31,0x33,0x31,0x2E,0x39,0x31,0x37,0x37,0x34,0x34,0x20,0x31,0x33,0x33,0x20, - 0x31,0x33,0x32,0x2E,0x39,0x32,0x33,0x38,0x31,0x30,0x20,0x31,0x33,0x34,0x20, - 0x31,0x33,0x33,0x2E,0x39,0x32,0x38,0x34,0x36,0x30,0x0A,0x35,0x31,0x20,0x30, - 0x20,0x31,0x32,0x30,0x2E,0x39,0x30,0x33,0x38,0x31,0x38,0x20,0x31,0x30,0x36, - 0x20,0x31,0x30,0x35,0x2E,0x39,0x32,0x38,0x37,0x36,0x30,0x20,0x31,0x30,0x37, - 0x20,0x31,0x30,0x36,0x2E,0x39,0x32,0x34,0x31,0x35,0x30,0x20,0x31,0x30,0x38, - 0x20,0x31,0x30,0x37,0x2E,0x39,0x32,0x32,0x31,0x36,0x30,0x20,0x31,0x30,0x39, - 0x20,0x31,0x30,0x38,0x2E,0x39,0x31,0x38,0x31,0x33,0x36,0x20,0x31,0x31,0x30, - 0x20,0x31,0x30,0x39,0x2E,0x39,0x31,0x36,0x37,0x36,0x30,0x20,0x31,0x31,0x31, - 0x20,0x31,0x31,0x30,0x2E,0x39,0x31,0x33,0x32,0x31,0x30,0x20,0x31,0x31,0x32, - 0x20,0x31,0x31,0x31,0x2E,0x39,0x31,0x32,0x33,0x39,0x35,0x20,0x31,0x31,0x33, - 0x20,0x31,0x31,0x32,0x2E,0x39,0x30,0x39,0x33,0x37,0x38,0x20,0x31,0x31,0x34, - 0x20,0x31,0x31,0x33,0x2E,0x39,0x30,0x39,0x31,0x30,0x30,0x20,0x31,0x31,0x35, - 0x20,0x31,0x31,0x34,0x2E,0x39,0x30,0x36,0x35,0x39,0x39,0x20,0x31,0x31,0x36, - 0x20,0x31,0x31,0x35,0x2E,0x39,0x30,0x36,0x37,0x39,0x37,0x20,0x31,0x31,0x37, - 0x20,0x31,0x31,0x36,0x2E,0x39,0x30,0x34,0x38,0x34,0x30,0x20,0x31,0x31,0x38, - 0x20,0x31,0x31,0x37,0x2E,0x39,0x30,0x35,0x35,0x33,0x32,0x20,0x31,0x31,0x39, - 0x20,0x31,0x31,0x38,0x2E,0x39,0x30,0x33,0x39,0x34,0x36,0x20,0x31,0x32,0x30, - 0x20,0x31,0x31,0x39,0x2E,0x39,0x30,0x35,0x30,0x37,0x34,0x20,0x31,0x32,0x31, - 0x20,0x31,0x32,0x30,0x2E,0x39,0x30,0x33,0x38,0x31,0x38,0x20,0x31,0x32,0x32, - 0x20,0x31,0x32,0x31,0x2E,0x39,0x30,0x35,0x31,0x37,0x35,0x20,0x31,0x32,0x33, - 0x20,0x31,0x32,0x32,0x2E,0x39,0x30,0x34,0x32,0x31,0x35,0x20,0x31,0x32,0x34, - 0x20,0x31,0x32,0x33,0x2E,0x39,0x30,0x35,0x39,0x33,0x37,0x20,0x31,0x32,0x35, - 0x20,0x31,0x32,0x34,0x2E,0x39,0x30,0x35,0x32,0x34,0x38,0x20,0x31,0x32,0x36, - 0x20,0x31,0x32,0x35,0x2E,0x39,0x30,0x37,0x32,0x35,0x30,0x20,0x31,0x32,0x37, - 0x20,0x31,0x32,0x36,0x2E,0x39,0x30,0x36,0x39,0x31,0x35,0x20,0x31,0x32,0x38, - 0x20,0x31,0x32,0x37,0x2E,0x39,0x30,0x39,0x31,0x36,0x37,0x20,0x31,0x32,0x39, - 0x20,0x31,0x32,0x38,0x2E,0x39,0x30,0x39,0x31,0x35,0x30,0x20,0x31,0x33,0x30, - 0x20,0x31,0x32,0x39,0x2E,0x39,0x31,0x31,0x35,0x34,0x36,0x20,0x31,0x33,0x31, - 0x20,0x31,0x33,0x30,0x2E,0x39,0x31,0x31,0x39,0x35,0x30,0x20,0x31,0x33,0x32, - 0x20,0x31,0x33,0x31,0x2E,0x39,0x31,0x34,0x34,0x31,0x33,0x20,0x31,0x33,0x33, - 0x20,0x31,0x33,0x32,0x2E,0x39,0x31,0x35,0x32,0x34,0x30,0x20,0x31,0x33,0x34, - 0x20,0x31,0x33,0x33,0x2E,0x39,0x32,0x30,0x35,0x35,0x30,0x20,0x31,0x33,0x35, - 0x20,0x31,0x33,0x34,0x2E,0x39,0x32,0x35,0x31,0x37,0x30,0x20,0x31,0x33,0x36, - 0x20,0x31,0x33,0x35,0x2E,0x39,0x33,0x30,0x36,0x36,0x30,0x0A,0x35,0x32,0x20, - 0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x30,0x36,0x32,0x32,0x32,0x20,0x31,0x30, - 0x36,0x20,0x31,0x30,0x35,0x2E,0x39,0x33,0x37,0x37,0x30,0x30,0x20,0x31,0x30, - 0x37,0x20,0x31,0x30,0x36,0x2E,0x39,0x33,0x35,0x30,0x34,0x30,0x20,0x31,0x30, - 0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x32,0x39,0x34,0x39,0x30,0x20,0x31,0x30, - 0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x32,0x37,0x34,0x36,0x30,0x20,0x31,0x31, - 0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x32,0x32,0x34,0x31,0x30,0x20,0x31,0x31, - 0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x32,0x31,0x31,0x32,0x30,0x20,0x31,0x31, - 0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x31,0x37,0x30,0x36,0x30,0x20,0x31,0x31, - 0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x31,0x35,0x39,0x33,0x30,0x20,0x31,0x31, - 0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x31,0x32,0x30,0x36,0x30,0x20,0x31,0x31, - 0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x31,0x31,0x35,0x38,0x30,0x20,0x31,0x31, - 0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x30,0x38,0x34,0x32,0x30,0x20,0x31,0x31, - 0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x30,0x38,0x36,0x33,0x34,0x20,0x31,0x31, - 0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x30,0x35,0x38,0x32,0x35,0x20,0x31,0x31, - 0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x30,0x36,0x34,0x30,0x38,0x20,0x31,0x32, - 0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x30,0x34,0x30,0x32,0x30,0x20,0x31,0x32, - 0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x30,0x34,0x39,0x33,0x30,0x20,0x31,0x32, - 0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x30,0x33,0x30,0x34,0x37,0x20,0x31,0x32, - 0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x30,0x34,0x32,0x37,0x33,0x20,0x31,0x32, - 0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x30,0x32,0x38,0x31,0x39,0x20,0x31,0x32, - 0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x30,0x34,0x34,0x32,0x34,0x20,0x31,0x32, - 0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x30,0x33,0x33,0x30,0x35,0x20,0x31,0x32, - 0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x30,0x35,0x32,0x31,0x37,0x20,0x31,0x32, - 0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x30,0x34,0x34,0x36,0x31,0x20,0x31,0x32, - 0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x30,0x36,0x35,0x39,0x36,0x20,0x31,0x33, - 0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x30,0x36,0x32,0x32,0x32,0x20,0x31,0x33, - 0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x30,0x38,0x35,0x32,0x31,0x20,0x31,0x33, - 0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x30,0x38,0x35,0x32,0x34,0x20,0x31,0x33, - 0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x31,0x30,0x39,0x34,0x30,0x20,0x31,0x33, - 0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x31,0x31,0x35,0x34,0x30,0x20,0x31,0x33, - 0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x31,0x36,0x34,0x35,0x30,0x20,0x31,0x33, - 0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x32,0x30,0x31,0x30,0x30,0x20,0x31,0x33, - 0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x32,0x35,0x33,0x32,0x30,0x20,0x31,0x33, - 0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x32,0x39,0x32,0x32,0x30,0x0A,0x35,0x33, - 0x20,0x30,0x20,0x31,0x32,0x36,0x2E,0x39,0x30,0x34,0x34,0x36,0x38,0x20,0x31, - 0x30,0x38,0x20,0x31,0x30,0x37,0x2E,0x39,0x34,0x33,0x32,0x39,0x30,0x20,0x31, - 0x30,0x39,0x20,0x31,0x30,0x38,0x2E,0x39,0x33,0x38,0x31,0x39,0x30,0x20,0x31, - 0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x33,0x35,0x32,0x31,0x30,0x20,0x31, - 0x31,0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x33,0x30,0x32,0x38,0x30,0x20,0x31, - 0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x32,0x37,0x39,0x37,0x30,0x20,0x31, - 0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x32,0x33,0x36,0x34,0x30,0x20,0x31, - 0x31,0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x32,0x31,0x38,0x35,0x30,0x20,0x31, - 0x31,0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x31,0x37,0x39,0x32,0x30,0x20,0x31, - 0x31,0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x31,0x36,0x37,0x34,0x30,0x20,0x31, - 0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x31,0x33,0x36,0x35,0x30,0x20,0x31, - 0x31,0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x31,0x33,0x33,0x38,0x30,0x20,0x31, - 0x31,0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x31,0x30,0x31,0x38,0x30,0x20,0x31, - 0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x31,0x30,0x30,0x34,0x38,0x20,0x31, - 0x32,0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x30,0x37,0x33,0x36,0x36,0x20,0x31, - 0x32,0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x30,0x37,0x35,0x39,0x32,0x20,0x31, - 0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x30,0x35,0x35,0x39,0x38,0x20,0x31, - 0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x30,0x36,0x32,0x31,0x31,0x20,0x31, - 0x32,0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x30,0x34,0x36,0x32,0x34,0x20,0x31, - 0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x30,0x35,0x36,0x31,0x39,0x20,0x31, - 0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x30,0x34,0x34,0x36,0x38,0x20,0x31, - 0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x30,0x35,0x38,0x30,0x35,0x20,0x31, - 0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x30,0x34,0x39,0x38,0x37,0x20,0x31, - 0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x30,0x36,0x36,0x37,0x34,0x20,0x31, - 0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x30,0x36,0x31,0x32,0x34,0x20,0x31, - 0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x30,0x37,0x39,0x39,0x35,0x20,0x31, - 0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x30,0x37,0x38,0x30,0x36,0x20,0x31, - 0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x30,0x39,0x38,0x37,0x37,0x20,0x31, - 0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x31,0x30,0x30,0x35,0x30,0x20,0x31, - 0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x31,0x34,0x36,0x36,0x30,0x20,0x31, - 0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x31,0x37,0x38,0x37,0x33,0x20,0x31, - 0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x32,0x32,0x33,0x38,0x30,0x20,0x31, - 0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x32,0x36,0x30,0x39,0x30,0x20,0x31, - 0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x33,0x31,0x32,0x31,0x30,0x20,0x31, - 0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x33,0x34,0x38,0x33,0x30,0x20,0x31, - 0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x34,0x30,0x31,0x38,0x30,0x0A,0x35, - 0x34,0x20,0x30,0x20,0x31,0x33,0x31,0x2E,0x39,0x30,0x34,0x31,0x35,0x34,0x20, - 0x31,0x31,0x30,0x20,0x31,0x30,0x39,0x2E,0x39,0x34,0x34,0x34,0x38,0x30,0x20, - 0x31,0x31,0x31,0x20,0x31,0x31,0x30,0x2E,0x39,0x34,0x31,0x36,0x33,0x30,0x20, - 0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x33,0x35,0x36,0x37,0x30,0x20, - 0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x33,0x33,0x33,0x38,0x30,0x20, - 0x31,0x31,0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x32,0x38,0x31,0x35,0x30,0x20, - 0x31,0x31,0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x32,0x36,0x35,0x34,0x30,0x20, - 0x31,0x31,0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x32,0x31,0x37,0x34,0x30,0x20, - 0x31,0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x32,0x30,0x35,0x36,0x30,0x20, - 0x31,0x31,0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x31,0x36,0x35,0x37,0x30,0x20, - 0x31,0x31,0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x31,0x35,0x35,0x35,0x30,0x20, - 0x31,0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x31,0x32,0x31,0x35,0x30,0x20, - 0x31,0x32,0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x31,0x31,0x33,0x38,0x36,0x20, - 0x31,0x32,0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x30,0x38,0x35,0x35,0x30,0x20, - 0x31,0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x30,0x38,0x34,0x37,0x31,0x20, - 0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x30,0x35,0x38,0x39,0x35,0x20, - 0x31,0x32,0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x30,0x36,0x33,0x39,0x38,0x20, - 0x31,0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x30,0x34,0x32,0x36,0x39,0x20, - 0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x30,0x35,0x31,0x38,0x30,0x20, - 0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x30,0x33,0x35,0x33,0x30,0x20, - 0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x30,0x34,0x37,0x37,0x39,0x20, - 0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x30,0x33,0x35,0x30,0x37,0x20, - 0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x30,0x35,0x30,0x38,0x31,0x20, - 0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x30,0x34,0x31,0x35,0x34,0x20, - 0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x30,0x35,0x39,0x30,0x36,0x20, - 0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x30,0x35,0x33,0x39,0x34,0x20, - 0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x30,0x37,0x32,0x30,0x37,0x20, - 0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x30,0x37,0x32,0x32,0x30,0x20, - 0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x31,0x31,0x35,0x36,0x33,0x20, - 0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x31,0x33,0x39,0x39,0x30,0x20, - 0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x31,0x38,0x37,0x38,0x37,0x20, - 0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x32,0x31,0x36,0x34,0x30,0x20, - 0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x32,0x36,0x36,0x35,0x30,0x20, - 0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x32,0x39,0x37,0x30,0x30,0x20, - 0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39,0x33,0x34,0x38,0x39,0x30,0x20, - 0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x33,0x38,0x32,0x33,0x30,0x20, - 0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39,0x34,0x33,0x36,0x37,0x30,0x0A, - 0x35,0x35,0x20,0x30,0x20,0x31,0x33,0x32,0x2E,0x39,0x30,0x35,0x34,0x34,0x37, - 0x20,0x31,0x31,0x32,0x20,0x31,0x31,0x31,0x2E,0x39,0x35,0x30,0x33,0x33,0x30, - 0x20,0x31,0x31,0x33,0x20,0x31,0x31,0x32,0x2E,0x39,0x34,0x34,0x35,0x34,0x30, - 0x20,0x31,0x31,0x34,0x20,0x31,0x31,0x33,0x2E,0x39,0x34,0x31,0x34,0x32,0x30, - 0x20,0x31,0x31,0x35,0x20,0x31,0x31,0x34,0x2E,0x39,0x33,0x35,0x39,0x34,0x30, - 0x20,0x31,0x31,0x36,0x20,0x31,0x31,0x35,0x2E,0x39,0x33,0x32,0x39,0x31,0x30, - 0x20,0x31,0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x32,0x38,0x36,0x34,0x30, - 0x20,0x31,0x31,0x38,0x20,0x31,0x31,0x37,0x2E,0x39,0x32,0x36,0x35,0x35,0x35, - 0x20,0x31,0x31,0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x32,0x32,0x33,0x37,0x31, - 0x20,0x31,0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x32,0x30,0x36,0x37,0x38, - 0x20,0x31,0x32,0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x31,0x37,0x31,0x38,0x34, - 0x20,0x31,0x32,0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x31,0x36,0x31,0x32,0x32, - 0x20,0x31,0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x31,0x32,0x39,0x39,0x30, - 0x20,0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x31,0x32,0x32,0x34,0x36, - 0x20,0x31,0x32,0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x30,0x39,0x37,0x32,0x35, - 0x20,0x31,0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x30,0x39,0x34,0x34,0x38, - 0x20,0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x30,0x37,0x34,0x31,0x38, - 0x20,0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x30,0x37,0x37,0x34,0x38, - 0x20,0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x30,0x36,0x30,0x36,0x33, - 0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x30,0x36,0x37,0x30,0x36, - 0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x30,0x35,0x34,0x36,0x30, - 0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x30,0x36,0x34,0x33,0x30, - 0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x30,0x35,0x34,0x34,0x37, - 0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x30,0x36,0x37,0x31,0x33, - 0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x30,0x35,0x39,0x37,0x32, - 0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x30,0x37,0x33,0x30,0x36, - 0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x30,0x37,0x30,0x38,0x34, - 0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x31,0x31,0x30,0x31,0x31, - 0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x31,0x33,0x33,0x35,0x38, - 0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x31,0x37,0x32,0x37,0x37, - 0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x32,0x30,0x30,0x34,0x34, - 0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x32,0x34,0x32,0x39,0x32, - 0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39,0x32,0x37,0x33,0x33,0x30, - 0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x33,0x32,0x30,0x33,0x30, - 0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39,0x33,0x35,0x33,0x39,0x30, - 0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x34,0x30,0x31,0x36,0x30, - 0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x34,0x33,0x38,0x36,0x30, - 0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x34,0x38,0x39,0x30,0x30, - 0x0A,0x35,0x36,0x20,0x30,0x20,0x31,0x33,0x37,0x2E,0x39,0x30,0x35,0x32,0x34, - 0x31,0x20,0x31,0x31,0x37,0x20,0x31,0x31,0x36,0x2E,0x39,0x33,0x38,0x38,0x36, - 0x30,0x20,0x31,0x31,0x39,0x20,0x31,0x31,0x38,0x2E,0x39,0x33,0x31,0x30,0x35, - 0x30,0x20,0x31,0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x32,0x36,0x30,0x35, - 0x30,0x20,0x31,0x32,0x31,0x20,0x31,0x32,0x30,0x2E,0x39,0x32,0x34,0x34,0x39, - 0x30,0x20,0x31,0x32,0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x32,0x30,0x32,0x36, - 0x30,0x20,0x31,0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x31,0x38,0x38,0x35, - 0x30,0x20,0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x31,0x35,0x30,0x38, - 0x38,0x20,0x31,0x32,0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x31,0x34,0x36,0x32, - 0x30,0x20,0x31,0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x31,0x31,0x32,0x34, - 0x34,0x20,0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x31,0x31,0x31,0x32, - 0x30,0x20,0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x30,0x38,0x33,0x30, - 0x39,0x20,0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x30,0x38,0x36,0x37, - 0x34,0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x30,0x36,0x33,0x31, - 0x30,0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x30,0x36,0x39,0x33, - 0x31,0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x30,0x35,0x30,0x35, - 0x36,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x30,0x36,0x30,0x30, - 0x32,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x30,0x34,0x35,0x30, - 0x33,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x30,0x35,0x36,0x38, - 0x33,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x30,0x34,0x35,0x37, - 0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x30,0x35,0x38,0x32, - 0x31,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x30,0x35,0x32,0x34, - 0x31,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x30,0x38,0x38,0x33, - 0x35,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x31,0x30,0x35,0x39, - 0x39,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x31,0x34,0x34,0x30, - 0x36,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x31,0x36,0x34,0x34, - 0x38,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39,0x32,0x30,0x36,0x31, - 0x37,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x32,0x32,0x39,0x34, - 0x30,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39,0x32,0x36,0x39,0x32, - 0x30,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x33,0x30,0x31,0x31, - 0x30,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x33,0x33,0x39,0x39, - 0x30,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x33,0x37,0x36,0x38, - 0x30,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x34,0x32,0x34,0x36, - 0x30,0x0A,0x35,0x37,0x20,0x30,0x20,0x31,0x33,0x38,0x2E,0x39,0x30,0x36,0x33, - 0x34,0x38,0x20,0x31,0x32,0x30,0x20,0x31,0x31,0x39,0x2E,0x39,0x33,0x38,0x30, - 0x37,0x30,0x20,0x31,0x32,0x32,0x20,0x31,0x32,0x31,0x2E,0x39,0x33,0x30,0x37, - 0x31,0x30,0x20,0x31,0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x32,0x36,0x32, - 0x34,0x30,0x20,0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x32,0x34,0x35, - 0x33,0x30,0x20,0x31,0x32,0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x32,0x30,0x36, - 0x37,0x30,0x20,0x31,0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x31,0x39,0x33, - 0x37,0x30,0x20,0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x31,0x36,0x31, - 0x36,0x30,0x20,0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x31,0x35,0x34, - 0x35,0x30,0x20,0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x31,0x32,0x36, - 0x37,0x30,0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x31,0x32,0x33, - 0x32,0x30,0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x31,0x30,0x31, - 0x31,0x30,0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x31,0x30,0x31, - 0x31,0x30,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x30,0x38,0x34, - 0x30,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x30,0x38,0x34, - 0x39,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x30,0x36,0x39, - 0x37,0x31,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x30,0x37,0x36, - 0x35,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x30,0x36,0x34, - 0x37,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x30,0x37,0x31, - 0x30,0x37,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x30,0x36,0x33, - 0x34,0x38,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x30,0x39,0x34, - 0x37,0x33,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x31,0x30,0x39, - 0x35,0x37,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x31,0x34,0x30, - 0x37,0x34,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39,0x31,0x36,0x30, - 0x35,0x39,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x31,0x39,0x35, - 0x39,0x30,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39,0x32,0x31,0x36, - 0x34,0x30,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x32,0x35,0x37, - 0x30,0x30,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x32,0x37,0x38, - 0x32,0x30,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x33,0x32,0x31, - 0x39,0x30,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x33,0x34,0x33, - 0x37,0x30,0x0A,0x35,0x38,0x20,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x30,0x35, - 0x34,0x33,0x34,0x20,0x31,0x32,0x33,0x20,0x31,0x32,0x32,0x2E,0x39,0x33,0x35, - 0x35,0x31,0x30,0x20,0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x33,0x30, - 0x35,0x32,0x30,0x20,0x31,0x32,0x35,0x20,0x31,0x32,0x34,0x2E,0x39,0x32,0x38, - 0x35,0x34,0x30,0x20,0x31,0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x32,0x34, - 0x31,0x30,0x30,0x20,0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x32,0x32, - 0x37,0x35,0x30,0x20,0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x31,0x38, - 0x38,0x37,0x30,0x20,0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x31,0x38, - 0x30,0x39,0x30,0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x31,0x34, - 0x36,0x39,0x30,0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x31,0x34, - 0x34,0x32,0x30,0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x31,0x31, - 0x34,0x39,0x30,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x31,0x31, - 0x35,0x35,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x30,0x39, - 0x30,0x33,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x30,0x39, - 0x31,0x34,0x36,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x30,0x37, - 0x31,0x34,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x30,0x37, - 0x37,0x38,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x30,0x35, - 0x39,0x38,0x36,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x30,0x36, - 0x36,0x34,0x37,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x30,0x35, - 0x34,0x33,0x34,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x30,0x38, - 0x32,0x37,0x31,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x30,0x39, - 0x32,0x34,0x30,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39,0x31,0x32, - 0x33,0x38,0x31,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x31,0x33, - 0x36,0x34,0x33,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39,0x31,0x37, - 0x32,0x33,0x30,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x31,0x38, - 0x36,0x39,0x30,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x32,0x32, - 0x35,0x31,0x30,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x32,0x34, - 0x33,0x39,0x30,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x32,0x38, - 0x32,0x39,0x30,0x20,0x31,0x35,0x30,0x20,0x31,0x34,0x39,0x2E,0x39,0x33,0x30, - 0x32,0x33,0x30,0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x33,0x34, - 0x30,0x34,0x30,0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x33,0x36, - 0x33,0x38,0x30,0x0A,0x35,0x39,0x20,0x30,0x20,0x31,0x34,0x30,0x2E,0x39,0x30, - 0x37,0x36,0x34,0x38,0x20,0x31,0x32,0x34,0x20,0x31,0x32,0x33,0x2E,0x39,0x34, - 0x32,0x39,0x36,0x30,0x20,0x31,0x32,0x36,0x20,0x31,0x32,0x35,0x2E,0x39,0x33, - 0x35,0x33,0x31,0x30,0x20,0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39,0x33, - 0x30,0x38,0x33,0x30,0x20,0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39,0x32, - 0x38,0x38,0x30,0x30,0x20,0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39,0x32, - 0x34,0x38,0x36,0x30,0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39,0x32, - 0x33,0x33,0x38,0x30,0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39,0x32, - 0x30,0x30,0x36,0x30,0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39,0x31, - 0x39,0x31,0x32,0x30,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39,0x31, - 0x36,0x32,0x30,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39,0x31, - 0x35,0x36,0x37,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39,0x31, - 0x33,0x31,0x34,0x30,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39,0x31, - 0x32,0x36,0x35,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39,0x31, - 0x30,0x36,0x38,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39,0x31, - 0x30,0x37,0x34,0x39,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39,0x30, - 0x38,0x39,0x33,0x32,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39,0x30, - 0x39,0x30,0x37,0x31,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39,0x30, - 0x37,0x36,0x34,0x38,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39,0x31, - 0x30,0x30,0x34,0x30,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39,0x31, - 0x30,0x38,0x31,0x32,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x31, - 0x33,0x33,0x30,0x31,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39,0x31, - 0x34,0x35,0x30,0x37,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x31, - 0x37,0x35,0x39,0x30,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x31, - 0x38,0x39,0x38,0x30,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x32, - 0x32,0x31,0x38,0x30,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x32, - 0x33,0x37,0x39,0x31,0x20,0x31,0x35,0x30,0x20,0x31,0x34,0x39,0x2E,0x39,0x32, - 0x37,0x30,0x30,0x30,0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x32, - 0x38,0x32,0x33,0x30,0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x33, - 0x31,0x36,0x30,0x30,0x20,0x31,0x35,0x33,0x20,0x31,0x35,0x32,0x2E,0x39,0x33, - 0x33,0x36,0x35,0x30,0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x33, - 0x37,0x33,0x39,0x30,0x0A,0x36,0x30,0x20,0x30,0x20,0x31,0x34,0x31,0x2E,0x39, - 0x30,0x37,0x37,0x31,0x39,0x20,0x31,0x32,0x37,0x20,0x31,0x32,0x36,0x2E,0x39, - 0x34,0x30,0x35,0x30,0x30,0x20,0x31,0x32,0x38,0x20,0x31,0x32,0x37,0x2E,0x39, - 0x33,0x35,0x33,0x39,0x30,0x20,0x31,0x32,0x39,0x20,0x31,0x32,0x38,0x2E,0x39, - 0x33,0x33,0x32,0x35,0x30,0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E,0x39, - 0x32,0x38,0x37,0x38,0x30,0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30,0x2E,0x39, - 0x32,0x37,0x31,0x30,0x30,0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E,0x39, - 0x32,0x33,0x31,0x32,0x30,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E,0x39, - 0x32,0x32,0x32,0x31,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E,0x39, - 0x31,0x38,0x36,0x35,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E,0x39, - 0x31,0x38,0x32,0x34,0x30,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E,0x39, - 0x31,0x35,0x30,0x32,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E,0x39, - 0x31,0x34,0x36,0x34,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E,0x39, - 0x31,0x31,0x39,0x33,0x30,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E,0x39, - 0x31,0x31,0x39,0x32,0x30,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E,0x39, - 0x30,0x39,0x33,0x31,0x30,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E,0x39, - 0x30,0x39,0x36,0x30,0x35,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E,0x39, - 0x30,0x37,0x37,0x31,0x39,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E,0x39, - 0x30,0x39,0x38,0x31,0x30,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E,0x39, - 0x31,0x30,0x30,0x38,0x33,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E,0x39, - 0x31,0x32,0x35,0x36,0x39,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39, - 0x31,0x33,0x31,0x31,0x32,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39, - 0x31,0x36,0x30,0x39,0x36,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39, - 0x31,0x36,0x38,0x38,0x39,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39, - 0x32,0x30,0x31,0x34,0x34,0x20,0x31,0x35,0x30,0x20,0x31,0x34,0x39,0x2E,0x39, - 0x32,0x30,0x38,0x38,0x37,0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39, - 0x32,0x33,0x38,0x32,0x35,0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39, - 0x32,0x34,0x36,0x38,0x30,0x20,0x31,0x35,0x33,0x20,0x31,0x35,0x32,0x2E,0x39, - 0x32,0x37,0x36,0x39,0x35,0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39, - 0x32,0x39,0x34,0x38,0x30,0x20,0x31,0x35,0x35,0x20,0x31,0x35,0x34,0x2E,0x39, - 0x33,0x32,0x36,0x33,0x30,0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39, - 0x33,0x35,0x32,0x30,0x30,0x0A,0x36,0x31,0x20,0x30,0x20,0x31,0x34,0x34,0x2E, - 0x39,0x31,0x32,0x37,0x34,0x34,0x20,0x31,0x33,0x30,0x20,0x31,0x32,0x39,0x2E, - 0x39,0x34,0x30,0x34,0x35,0x30,0x20,0x31,0x33,0x32,0x20,0x31,0x33,0x31,0x2E, - 0x39,0x33,0x33,0x37,0x35,0x30,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32,0x2E, - 0x39,0x32,0x39,0x37,0x32,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33,0x2E, - 0x39,0x32,0x38,0x34,0x39,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34,0x2E, - 0x39,0x32,0x34,0x36,0x32,0x30,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35,0x2E, - 0x39,0x32,0x33,0x34,0x35,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36,0x2E, - 0x39,0x32,0x30,0x37,0x31,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37,0x2E, - 0x39,0x31,0x39,0x34,0x35,0x30,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38,0x2E, - 0x39,0x31,0x36,0x37,0x36,0x30,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39,0x2E, - 0x39,0x31,0x35,0x38,0x30,0x30,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30,0x2E, - 0x39,0x31,0x33,0x36,0x30,0x37,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31,0x2E, - 0x39,0x31,0x32,0x39,0x35,0x30,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32,0x2E, - 0x39,0x31,0x30,0x39,0x32,0x38,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33,0x2E, - 0x39,0x31,0x32,0x35,0x38,0x36,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34,0x2E, - 0x39,0x31,0x32,0x37,0x34,0x34,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E, - 0x39,0x31,0x34,0x36,0x39,0x32,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E, - 0x39,0x31,0x35,0x31,0x33,0x34,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E, - 0x39,0x31,0x37,0x34,0x36,0x38,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E, - 0x39,0x31,0x38,0x33,0x32,0x39,0x20,0x31,0x35,0x30,0x20,0x31,0x34,0x39,0x2E, - 0x39,0x32,0x30,0x39,0x37,0x39,0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E, - 0x39,0x32,0x31,0x32,0x30,0x33,0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E, - 0x39,0x32,0x33,0x34,0x39,0x30,0x20,0x31,0x35,0x33,0x20,0x31,0x35,0x32,0x2E, - 0x39,0x32,0x34,0x31,0x31,0x33,0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E, - 0x39,0x32,0x36,0x35,0x35,0x30,0x20,0x31,0x35,0x35,0x20,0x31,0x35,0x34,0x2E, - 0x39,0x32,0x38,0x31,0x30,0x30,0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E, - 0x39,0x33,0x31,0x30,0x36,0x30,0x20,0x31,0x35,0x37,0x20,0x31,0x35,0x36,0x2E, - 0x39,0x33,0x33,0x32,0x30,0x30,0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E, - 0x39,0x33,0x36,0x36,0x39,0x30,0x0A,0x36,0x32,0x20,0x30,0x20,0x31,0x35,0x31, - 0x2E,0x39,0x31,0x39,0x37,0x32,0x38,0x20,0x31,0x33,0x31,0x20,0x31,0x33,0x30, - 0x2E,0x39,0x34,0x35,0x38,0x39,0x30,0x20,0x31,0x33,0x33,0x20,0x31,0x33,0x32, - 0x2E,0x39,0x33,0x38,0x37,0x33,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x33,0x33, - 0x2E,0x39,0x33,0x34,0x30,0x32,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33,0x34, - 0x2E,0x39,0x33,0x32,0x33,0x35,0x30,0x20,0x31,0x33,0x36,0x20,0x31,0x33,0x35, - 0x2E,0x39,0x32,0x38,0x33,0x30,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33,0x36, - 0x2E,0x39,0x32,0x37,0x30,0x35,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33,0x37, - 0x2E,0x39,0x32,0x33,0x35,0x34,0x30,0x20,0x31,0x33,0x39,0x20,0x31,0x33,0x38, - 0x2E,0x39,0x32,0x32,0x33,0x30,0x32,0x20,0x31,0x34,0x30,0x20,0x31,0x33,0x39, - 0x2E,0x39,0x31,0x38,0x39,0x39,0x31,0x20,0x31,0x34,0x31,0x20,0x31,0x34,0x30, - 0x2E,0x39,0x31,0x38,0x34,0x36,0x39,0x20,0x31,0x34,0x32,0x20,0x31,0x34,0x31, - 0x2E,0x39,0x31,0x35,0x31,0x39,0x33,0x20,0x31,0x34,0x33,0x20,0x31,0x34,0x32, - 0x2E,0x39,0x31,0x34,0x36,0x32,0x34,0x20,0x31,0x34,0x34,0x20,0x31,0x34,0x33, - 0x2E,0x39,0x31,0x31,0x39,0x39,0x35,0x20,0x31,0x34,0x35,0x20,0x31,0x34,0x34, - 0x2E,0x39,0x31,0x33,0x34,0x30,0x36,0x20,0x31,0x34,0x36,0x20,0x31,0x34,0x35, - 0x2E,0x39,0x31,0x33,0x30,0x33,0x37,0x20,0x31,0x34,0x37,0x20,0x31,0x34,0x36, - 0x2E,0x39,0x31,0x34,0x38,0x39,0x33,0x20,0x31,0x34,0x38,0x20,0x31,0x34,0x37, - 0x2E,0x39,0x31,0x34,0x38,0x31,0x38,0x20,0x31,0x34,0x39,0x20,0x31,0x34,0x38, - 0x2E,0x39,0x31,0x37,0x31,0x38,0x30,0x20,0x31,0x35,0x30,0x20,0x31,0x34,0x39, - 0x2E,0x39,0x31,0x37,0x32,0x37,0x31,0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30, - 0x2E,0x39,0x31,0x39,0x39,0x32,0x38,0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31, - 0x2E,0x39,0x31,0x39,0x37,0x32,0x38,0x20,0x31,0x35,0x33,0x20,0x31,0x35,0x32, - 0x2E,0x39,0x32,0x32,0x30,0x39,0x34,0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33, - 0x2E,0x39,0x32,0x32,0x32,0x30,0x35,0x20,0x31,0x35,0x35,0x20,0x31,0x35,0x34, - 0x2E,0x39,0x32,0x34,0x36,0x33,0x36,0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35, - 0x2E,0x39,0x32,0x35,0x35,0x32,0x36,0x20,0x31,0x35,0x37,0x20,0x31,0x35,0x36, - 0x2E,0x39,0x32,0x38,0x33,0x35,0x30,0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37, - 0x2E,0x39,0x32,0x39,0x39,0x39,0x30,0x20,0x31,0x35,0x39,0x20,0x31,0x35,0x38, - 0x2E,0x39,0x33,0x33,0x32,0x30,0x30,0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39, - 0x2E,0x39,0x33,0x35,0x31,0x34,0x30,0x0A,0x36,0x33,0x20,0x30,0x20,0x31,0x35, - 0x32,0x2E,0x39,0x32,0x31,0x32,0x32,0x36,0x20,0x31,0x33,0x34,0x20,0x31,0x33, - 0x33,0x2E,0x39,0x34,0x36,0x33,0x32,0x30,0x20,0x31,0x33,0x35,0x20,0x31,0x33, - 0x34,0x2E,0x39,0x34,0x31,0x37,0x32,0x30,0x20,0x31,0x33,0x36,0x20,0x31,0x33, - 0x35,0x2E,0x39,0x33,0x39,0x35,0x30,0x30,0x20,0x31,0x33,0x37,0x20,0x31,0x33, - 0x36,0x2E,0x39,0x33,0x35,0x32,0x31,0x30,0x20,0x31,0x33,0x38,0x20,0x31,0x33, - 0x37,0x2E,0x39,0x33,0x33,0x34,0x35,0x30,0x20,0x31,0x33,0x39,0x20,0x31,0x33, - 0x38,0x2E,0x39,0x32,0x39,0x38,0x34,0x30,0x20,0x31,0x34,0x30,0x20,0x31,0x33, - 0x39,0x2E,0x39,0x32,0x38,0x30,0x38,0x30,0x20,0x31,0x34,0x31,0x20,0x31,0x34, - 0x30,0x2E,0x39,0x32,0x34,0x38,0x39,0x30,0x20,0x31,0x34,0x32,0x20,0x31,0x34, - 0x31,0x2E,0x39,0x32,0x33,0x34,0x30,0x30,0x20,0x31,0x34,0x33,0x20,0x31,0x34, - 0x32,0x2E,0x39,0x32,0x30,0x32,0x38,0x37,0x20,0x31,0x34,0x34,0x20,0x31,0x34, - 0x33,0x2E,0x39,0x31,0x38,0x37,0x37,0x34,0x20,0x31,0x34,0x35,0x20,0x31,0x34, - 0x34,0x2E,0x39,0x31,0x36,0x32,0x36,0x31,0x20,0x31,0x34,0x36,0x20,0x31,0x34, - 0x35,0x2E,0x39,0x31,0x37,0x32,0x30,0x30,0x20,0x31,0x34,0x37,0x20,0x31,0x34, - 0x36,0x2E,0x39,0x31,0x36,0x37,0x34,0x31,0x20,0x31,0x34,0x38,0x20,0x31,0x34, - 0x37,0x2E,0x39,0x31,0x38,0x31,0x35,0x34,0x20,0x31,0x34,0x39,0x20,0x31,0x34, - 0x38,0x2E,0x39,0x31,0x37,0x39,0x32,0x36,0x20,0x31,0x35,0x30,0x20,0x31,0x34, - 0x39,0x2E,0x39,0x31,0x39,0x36,0x39,0x38,0x20,0x31,0x35,0x31,0x20,0x31,0x35, - 0x30,0x2E,0x39,0x31,0x39,0x38,0x34,0x36,0x20,0x31,0x35,0x32,0x20,0x31,0x35, - 0x31,0x2E,0x39,0x32,0x31,0x37,0x34,0x30,0x20,0x31,0x35,0x33,0x20,0x31,0x35, - 0x32,0x2E,0x39,0x32,0x31,0x32,0x32,0x36,0x20,0x31,0x35,0x34,0x20,0x31,0x35, - 0x33,0x2E,0x39,0x32,0x32,0x39,0x37,0x35,0x20,0x31,0x35,0x35,0x20,0x31,0x35, - 0x34,0x2E,0x39,0x32,0x32,0x38,0x38,0x39,0x20,0x31,0x35,0x36,0x20,0x31,0x35, - 0x35,0x2E,0x39,0x32,0x34,0x37,0x35,0x31,0x20,0x31,0x35,0x37,0x20,0x31,0x35, - 0x36,0x2E,0x39,0x32,0x35,0x34,0x31,0x39,0x20,0x31,0x35,0x38,0x20,0x31,0x35, - 0x37,0x2E,0x39,0x32,0x37,0x38,0x34,0x30,0x20,0x31,0x35,0x39,0x20,0x31,0x35, - 0x38,0x2E,0x39,0x32,0x39,0x30,0x38,0x34,0x20,0x31,0x36,0x30,0x20,0x31,0x35, - 0x39,0x2E,0x39,0x33,0x31,0x39,0x37,0x30,0x20,0x31,0x36,0x31,0x20,0x31,0x36, - 0x30,0x2E,0x39,0x33,0x33,0x36,0x38,0x30,0x20,0x31,0x36,0x32,0x20,0x31,0x36, - 0x31,0x2E,0x39,0x33,0x37,0x30,0x34,0x30,0x0A,0x36,0x34,0x20,0x30,0x20,0x31, - 0x35,0x37,0x2E,0x39,0x32,0x34,0x31,0x30,0x31,0x20,0x31,0x33,0x37,0x20,0x31, - 0x33,0x36,0x2E,0x39,0x34,0x34,0x36,0x35,0x30,0x20,0x31,0x33,0x38,0x20,0x31, - 0x33,0x37,0x2E,0x39,0x33,0x39,0x39,0x37,0x30,0x20,0x31,0x33,0x39,0x20,0x31, - 0x33,0x38,0x2E,0x39,0x33,0x38,0x30,0x38,0x30,0x20,0x31,0x34,0x30,0x20,0x31, - 0x33,0x39,0x2E,0x39,0x33,0x33,0x39,0x35,0x30,0x20,0x31,0x34,0x31,0x20,0x31, - 0x34,0x30,0x2E,0x39,0x33,0x32,0x32,0x31,0x30,0x20,0x31,0x34,0x32,0x20,0x31, - 0x34,0x31,0x2E,0x39,0x32,0x38,0x32,0x33,0x30,0x20,0x31,0x34,0x33,0x20,0x31, - 0x34,0x32,0x2E,0x39,0x32,0x36,0x37,0x34,0x30,0x20,0x31,0x34,0x34,0x20,0x31, - 0x34,0x33,0x2E,0x39,0x32,0x32,0x37,0x39,0x30,0x20,0x31,0x34,0x35,0x20,0x31, - 0x34,0x34,0x2E,0x39,0x32,0x31,0x36,0x39,0x30,0x20,0x31,0x34,0x36,0x20,0x31, - 0x34,0x35,0x2E,0x39,0x31,0x38,0x33,0x30,0x35,0x20,0x31,0x34,0x37,0x20,0x31, - 0x34,0x36,0x2E,0x39,0x31,0x39,0x30,0x38,0x39,0x20,0x31,0x34,0x38,0x20,0x31, - 0x34,0x37,0x2E,0x39,0x31,0x38,0x31,0x31,0x30,0x20,0x31,0x34,0x39,0x20,0x31, - 0x34,0x38,0x2E,0x39,0x31,0x39,0x33,0x33,0x36,0x20,0x31,0x35,0x30,0x20,0x31, - 0x34,0x39,0x2E,0x39,0x31,0x38,0x36,0x35,0x35,0x20,0x31,0x35,0x31,0x20,0x31, - 0x35,0x30,0x2E,0x39,0x32,0x30,0x33,0x34,0x34,0x20,0x31,0x35,0x32,0x20,0x31, - 0x35,0x31,0x2E,0x39,0x31,0x39,0x37,0x38,0x38,0x20,0x31,0x35,0x33,0x20,0x31, - 0x35,0x32,0x2E,0x39,0x32,0x31,0x37,0x34,0x36,0x20,0x31,0x35,0x34,0x20,0x31, - 0x35,0x33,0x2E,0x39,0x32,0x30,0x38,0x36,0x32,0x20,0x31,0x35,0x35,0x20,0x31, - 0x35,0x34,0x2E,0x39,0x32,0x32,0x36,0x31,0x39,0x20,0x31,0x35,0x36,0x20,0x31, - 0x35,0x35,0x2E,0x39,0x32,0x32,0x31,0x32,0x30,0x20,0x31,0x35,0x37,0x20,0x31, - 0x35,0x36,0x2E,0x39,0x32,0x33,0x39,0x35,0x37,0x20,0x31,0x35,0x38,0x20,0x31, - 0x35,0x37,0x2E,0x39,0x32,0x34,0x31,0x30,0x31,0x20,0x31,0x35,0x39,0x20,0x31, - 0x35,0x38,0x2E,0x39,0x32,0x36,0x33,0x38,0x35,0x20,0x31,0x36,0x30,0x20,0x31, - 0x35,0x39,0x2E,0x39,0x32,0x37,0x30,0x35,0x31,0x20,0x31,0x36,0x31,0x20,0x31, - 0x36,0x30,0x2E,0x39,0x32,0x39,0x36,0x36,0x36,0x20,0x31,0x36,0x32,0x20,0x31, - 0x36,0x31,0x2E,0x39,0x33,0x30,0x39,0x38,0x31,0x20,0x31,0x36,0x33,0x20,0x31, - 0x36,0x32,0x2E,0x39,0x33,0x33,0x39,0x39,0x30,0x20,0x31,0x36,0x34,0x20,0x31, - 0x36,0x33,0x2E,0x39,0x33,0x35,0x38,0x36,0x30,0x0A,0x36,0x35,0x20,0x30,0x20, - 0x31,0x35,0x38,0x2E,0x39,0x32,0x35,0x33,0x34,0x33,0x20,0x31,0x34,0x30,0x20, - 0x31,0x33,0x39,0x2E,0x39,0x34,0x35,0x35,0x34,0x30,0x20,0x31,0x34,0x31,0x20, - 0x31,0x34,0x30,0x2E,0x39,0x34,0x31,0x31,0x36,0x30,0x20,0x31,0x34,0x32,0x20, - 0x31,0x34,0x31,0x2E,0x39,0x33,0x38,0x38,0x36,0x30,0x20,0x31,0x34,0x33,0x20, - 0x31,0x34,0x32,0x2E,0x39,0x33,0x34,0x37,0x35,0x30,0x20,0x31,0x34,0x34,0x20, - 0x31,0x34,0x33,0x2E,0x39,0x33,0x32,0x35,0x33,0x30,0x20,0x31,0x34,0x35,0x20, - 0x31,0x34,0x34,0x2E,0x39,0x32,0x38,0x38,0x38,0x30,0x20,0x31,0x34,0x36,0x20, - 0x31,0x34,0x35,0x2E,0x39,0x32,0x37,0x31,0x38,0x30,0x20,0x31,0x34,0x37,0x20, - 0x31,0x34,0x36,0x2E,0x39,0x32,0x34,0x30,0x33,0x37,0x20,0x31,0x34,0x38,0x20, - 0x31,0x34,0x37,0x2E,0x39,0x32,0x34,0x33,0x30,0x30,0x20,0x31,0x34,0x39,0x20, - 0x31,0x34,0x38,0x2E,0x39,0x32,0x33,0x32,0x34,0x32,0x20,0x31,0x35,0x30,0x20, - 0x31,0x34,0x39,0x2E,0x39,0x32,0x33,0x36,0x35,0x34,0x20,0x31,0x35,0x31,0x20, - 0x31,0x35,0x30,0x2E,0x39,0x32,0x33,0x30,0x39,0x38,0x20,0x31,0x35,0x32,0x20, - 0x31,0x35,0x31,0x2E,0x39,0x32,0x34,0x30,0x37,0x30,0x20,0x31,0x35,0x33,0x20, - 0x31,0x35,0x32,0x2E,0x39,0x32,0x33,0x34,0x33,0x31,0x20,0x31,0x35,0x34,0x20, - 0x31,0x35,0x33,0x2E,0x39,0x32,0x34,0x36,0x39,0x30,0x20,0x31,0x35,0x35,0x20, - 0x31,0x35,0x34,0x2E,0x39,0x32,0x33,0x35,0x30,0x30,0x20,0x31,0x35,0x36,0x20, - 0x31,0x35,0x35,0x2E,0x39,0x32,0x34,0x37,0x34,0x34,0x20,0x31,0x35,0x37,0x20, - 0x31,0x35,0x36,0x2E,0x39,0x32,0x34,0x30,0x32,0x31,0x20,0x31,0x35,0x38,0x20, - 0x31,0x35,0x37,0x2E,0x39,0x32,0x35,0x34,0x31,0x30,0x20,0x31,0x35,0x39,0x20, - 0x31,0x35,0x38,0x2E,0x39,0x32,0x35,0x33,0x34,0x33,0x20,0x31,0x36,0x30,0x20, - 0x31,0x35,0x39,0x2E,0x39,0x32,0x37,0x31,0x36,0x34,0x20,0x31,0x36,0x31,0x20, - 0x31,0x36,0x30,0x2E,0x39,0x32,0x37,0x35,0x36,0x36,0x20,0x31,0x36,0x32,0x20, - 0x31,0x36,0x31,0x2E,0x39,0x32,0x39,0x34,0x38,0x30,0x20,0x31,0x36,0x33,0x20, - 0x31,0x36,0x32,0x2E,0x39,0x33,0x30,0x36,0x34,0x34,0x20,0x31,0x36,0x34,0x20, - 0x31,0x36,0x33,0x2E,0x39,0x33,0x33,0x33,0x35,0x30,0x20,0x31,0x36,0x35,0x20, - 0x31,0x36,0x34,0x2E,0x39,0x33,0x34,0x38,0x38,0x30,0x0A,0x36,0x36,0x20,0x30, - 0x20,0x31,0x36,0x33,0x2E,0x39,0x32,0x39,0x31,0x37,0x31,0x20,0x31,0x34,0x31, - 0x20,0x31,0x34,0x30,0x2E,0x39,0x35,0x31,0x31,0x39,0x30,0x20,0x31,0x34,0x32, - 0x20,0x31,0x34,0x31,0x2E,0x39,0x34,0x36,0x32,0x37,0x30,0x20,0x31,0x34,0x33, - 0x20,0x31,0x34,0x32,0x2E,0x39,0x34,0x33,0x38,0x33,0x30,0x20,0x31,0x34,0x34, - 0x20,0x31,0x34,0x33,0x2E,0x39,0x33,0x39,0x30,0x37,0x30,0x20,0x31,0x34,0x35, - 0x20,0x31,0x34,0x34,0x2E,0x39,0x33,0x36,0x39,0x35,0x30,0x20,0x31,0x34,0x36, - 0x20,0x31,0x34,0x35,0x2E,0x39,0x33,0x32,0x37,0x32,0x30,0x20,0x31,0x34,0x37, - 0x20,0x31,0x34,0x36,0x2E,0x39,0x33,0x30,0x38,0x38,0x30,0x20,0x31,0x34,0x38, - 0x20,0x31,0x34,0x37,0x2E,0x39,0x32,0x37,0x31,0x38,0x30,0x20,0x31,0x34,0x39, - 0x20,0x31,0x34,0x38,0x2E,0x39,0x32,0x37,0x33,0x33,0x34,0x20,0x31,0x35,0x30, - 0x20,0x31,0x34,0x39,0x2E,0x39,0x32,0x35,0x35,0x38,0x30,0x20,0x31,0x35,0x31, - 0x20,0x31,0x35,0x30,0x2E,0x39,0x32,0x36,0x31,0x38,0x30,0x20,0x31,0x35,0x32, - 0x20,0x31,0x35,0x31,0x2E,0x39,0x32,0x34,0x37,0x31,0x34,0x20,0x31,0x35,0x33, - 0x20,0x31,0x35,0x32,0x2E,0x39,0x32,0x35,0x37,0x36,0x31,0x20,0x31,0x35,0x34, - 0x20,0x31,0x35,0x33,0x2E,0x39,0x32,0x34,0x34,0x32,0x32,0x20,0x31,0x35,0x35, - 0x20,0x31,0x35,0x34,0x2E,0x39,0x32,0x35,0x37,0x34,0x39,0x20,0x31,0x35,0x36, - 0x20,0x31,0x35,0x35,0x2E,0x39,0x32,0x34,0x32,0x37,0x38,0x20,0x31,0x35,0x37, - 0x20,0x31,0x35,0x36,0x2E,0x39,0x32,0x35,0x34,0x36,0x31,0x20,0x31,0x35,0x38, - 0x20,0x31,0x35,0x37,0x2E,0x39,0x32,0x34,0x34,0x30,0x35,0x20,0x31,0x35,0x39, - 0x20,0x31,0x35,0x38,0x2E,0x39,0x32,0x35,0x37,0x33,0x36,0x20,0x31,0x36,0x30, - 0x20,0x31,0x35,0x39,0x2E,0x39,0x32,0x35,0x31,0x39,0x34,0x20,0x31,0x36,0x31, - 0x20,0x31,0x36,0x30,0x2E,0x39,0x32,0x36,0x39,0x33,0x30,0x20,0x31,0x36,0x32, - 0x20,0x31,0x36,0x31,0x2E,0x39,0x32,0x36,0x37,0x39,0x35,0x20,0x31,0x36,0x33, - 0x20,0x31,0x36,0x32,0x2E,0x39,0x32,0x38,0x37,0x32,0x38,0x20,0x31,0x36,0x34, - 0x20,0x31,0x36,0x33,0x2E,0x39,0x32,0x39,0x31,0x37,0x31,0x20,0x31,0x36,0x35, - 0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x31,0x37,0x30,0x30,0x20,0x31,0x36,0x36, - 0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x32,0x38,0x30,0x33,0x20,0x31,0x36,0x37, - 0x20,0x31,0x36,0x36,0x2E,0x39,0x33,0x35,0x36,0x35,0x30,0x20,0x31,0x36,0x38, - 0x20,0x31,0x36,0x37,0x2E,0x39,0x33,0x37,0x32,0x33,0x30,0x20,0x31,0x36,0x39, - 0x20,0x31,0x36,0x38,0x2E,0x39,0x34,0x30,0x33,0x30,0x30,0x0A,0x36,0x37,0x20, - 0x30,0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x30,0x33,0x31,0x39,0x20,0x31,0x34, - 0x34,0x20,0x31,0x34,0x33,0x2E,0x39,0x35,0x31,0x36,0x34,0x30,0x20,0x31,0x34, - 0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x34,0x34,0x31,0x30,0x30,0x20,0x31,0x34, - 0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x33,0x39,0x38,0x34,0x30,0x20,0x31,0x34, - 0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x33,0x37,0x32,0x37,0x30,0x20,0x31,0x34, - 0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x33,0x33,0x37,0x39,0x30,0x20,0x31,0x35, - 0x30,0x20,0x31,0x34,0x39,0x2E,0x39,0x33,0x33,0x33,0x35,0x30,0x20,0x31,0x35, - 0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x33,0x31,0x36,0x38,0x31,0x20,0x31,0x35, - 0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x33,0x31,0x37,0x34,0x30,0x20,0x31,0x35, - 0x33,0x20,0x31,0x35,0x32,0x2E,0x39,0x33,0x30,0x31,0x39,0x35,0x20,0x31,0x35, - 0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x33,0x30,0x35,0x39,0x36,0x20,0x31,0x35, - 0x35,0x20,0x31,0x35,0x34,0x2E,0x39,0x32,0x39,0x30,0x37,0x39,0x20,0x31,0x35, - 0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x32,0x39,0x37,0x31,0x30,0x20,0x31,0x35, - 0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x32,0x38,0x31,0x39,0x30,0x20,0x31,0x35, - 0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x32,0x38,0x39,0x35,0x30,0x20,0x31,0x35, - 0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x32,0x37,0x37,0x30,0x39,0x20,0x31,0x36, - 0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x32,0x38,0x37,0x32,0x36,0x20,0x31,0x36, - 0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x32,0x37,0x38,0x35,0x32,0x20,0x31,0x36, - 0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x32,0x39,0x30,0x39,0x32,0x20,0x31,0x36, - 0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x32,0x38,0x37,0x33,0x30,0x20,0x31,0x36, - 0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x33,0x30,0x32,0x33,0x31,0x20,0x31,0x36, - 0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x30,0x33,0x31,0x39,0x20,0x31,0x36, - 0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x32,0x32,0x38,0x31,0x20,0x31,0x36, - 0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x33,0x33,0x31,0x32,0x36,0x20,0x31,0x36, - 0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x33,0x35,0x35,0x30,0x30,0x20,0x31,0x36, - 0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x33,0x36,0x38,0x36,0x38,0x20,0x31,0x37, - 0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x33,0x39,0x36,0x31,0x30,0x20,0x31,0x37, - 0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x34,0x31,0x34,0x36,0x30,0x20,0x31,0x37, - 0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x34,0x34,0x38,0x32,0x30,0x0A,0x36,0x38, - 0x20,0x30,0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x30,0x32,0x39,0x30,0x20,0x31, - 0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x34,0x39,0x33,0x31,0x30,0x20,0x31, - 0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x34,0x34,0x34,0x34,0x30,0x20,0x31, - 0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x34,0x32,0x31,0x37,0x30,0x20,0x31, - 0x35,0x30,0x20,0x31,0x34,0x39,0x2E,0x39,0x33,0x37,0x37,0x36,0x30,0x20,0x31, - 0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x33,0x37,0x34,0x36,0x30,0x20,0x31, - 0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x33,0x35,0x30,0x38,0x30,0x20,0x31, - 0x35,0x33,0x20,0x31,0x35,0x32,0x2E,0x39,0x33,0x35,0x30,0x39,0x33,0x20,0x31, - 0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x33,0x32,0x37,0x37,0x37,0x20,0x31, - 0x35,0x35,0x20,0x31,0x35,0x34,0x2E,0x39,0x33,0x33,0x32,0x30,0x30,0x20,0x31, - 0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x33,0x31,0x30,0x32,0x30,0x20,0x31, - 0x35,0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x33,0x31,0x39,0x35,0x30,0x20,0x31, - 0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x32,0x39,0x39,0x31,0x30,0x20,0x31, - 0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x33,0x30,0x36,0x38,0x31,0x20,0x31, - 0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x32,0x39,0x30,0x38,0x30,0x20,0x31, - 0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x33,0x30,0x30,0x30,0x31,0x20,0x31, - 0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x32,0x38,0x37,0x37,0x35,0x20,0x31, - 0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x33,0x30,0x30,0x32,0x39,0x20,0x31, - 0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x32,0x39,0x31,0x39,0x37,0x20,0x31, - 0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x30,0x37,0x32,0x33,0x20,0x31, - 0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x30,0x32,0x39,0x30,0x20,0x31, - 0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x33,0x32,0x30,0x34,0x35,0x20,0x31, - 0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x33,0x32,0x33,0x36,0x38,0x20,0x31, - 0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x33,0x34,0x35,0x38,0x38,0x20,0x31, - 0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x33,0x35,0x34,0x36,0x30,0x20,0x31, - 0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x33,0x38,0x30,0x32,0x36,0x20,0x31, - 0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x33,0x39,0x33,0x35,0x32,0x20,0x31, - 0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x34,0x32,0x34,0x30,0x30,0x20,0x31, - 0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x34,0x34,0x33,0x34,0x30,0x0A,0x36, - 0x39,0x20,0x30,0x20,0x31,0x36,0x38,0x2E,0x39,0x33,0x34,0x32,0x31,0x31,0x20, - 0x31,0x34,0x36,0x20,0x31,0x34,0x35,0x2E,0x39,0x36,0x36,0x35,0x30,0x30,0x20, - 0x31,0x34,0x37,0x20,0x31,0x34,0x36,0x2E,0x39,0x36,0x31,0x30,0x38,0x30,0x20, - 0x31,0x34,0x38,0x20,0x31,0x34,0x37,0x2E,0x39,0x35,0x37,0x35,0x35,0x30,0x20, - 0x31,0x34,0x39,0x20,0x31,0x34,0x38,0x2E,0x39,0x35,0x32,0x36,0x35,0x30,0x20, - 0x31,0x35,0x30,0x20,0x31,0x34,0x39,0x2E,0x39,0x34,0x39,0x36,0x37,0x30,0x20, - 0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x34,0x35,0x34,0x33,0x30,0x20, - 0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x34,0x34,0x33,0x30,0x30,0x20, - 0x31,0x35,0x33,0x20,0x31,0x35,0x32,0x2E,0x39,0x34,0x32,0x30,0x32,0x38,0x20, - 0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x34,0x31,0x34,0x32,0x30,0x20, - 0x31,0x35,0x35,0x20,0x31,0x35,0x34,0x2E,0x39,0x33,0x39,0x31,0x39,0x32,0x20, - 0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x33,0x39,0x30,0x31,0x30,0x20, - 0x31,0x35,0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x33,0x36,0x37,0x36,0x30,0x20, - 0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x33,0x37,0x30,0x30,0x30,0x20, - 0x31,0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x33,0x34,0x38,0x31,0x30,0x20, - 0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x33,0x35,0x30,0x39,0x30,0x20, - 0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x33,0x33,0x34,0x30,0x30,0x20, - 0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x33,0x33,0x39,0x37,0x30,0x20, - 0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x33,0x32,0x36,0x34,0x38,0x20, - 0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x33,0x33,0x34,0x35,0x31,0x20, - 0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x32,0x34,0x33,0x32,0x20, - 0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x33,0x35,0x35,0x33,0x20, - 0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x33,0x32,0x38,0x34,0x39,0x20, - 0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x33,0x34,0x31,0x37,0x30,0x20, - 0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x33,0x34,0x32,0x31,0x31,0x20, - 0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x33,0x35,0x37,0x39,0x38,0x20, - 0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x33,0x36,0x34,0x32,0x36,0x20, - 0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x33,0x38,0x33,0x39,0x36,0x20, - 0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x33,0x39,0x36,0x30,0x30,0x20, - 0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x34,0x32,0x31,0x36,0x30,0x20, - 0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39,0x34,0x33,0x38,0x33,0x30,0x20, - 0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39,0x34,0x36,0x39,0x39,0x30,0x0A, - 0x37,0x30,0x20,0x30,0x20,0x31,0x37,0x33,0x2E,0x39,0x33,0x38,0x38,0x35,0x38, - 0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x35,0x35,0x32,0x35,0x30, - 0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x35,0x30,0x31,0x37,0x30, - 0x20,0x31,0x35,0x33,0x20,0x31,0x35,0x32,0x2E,0x39,0x34,0x39,0x32,0x31,0x30, - 0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x34,0x36,0x32,0x34,0x30, - 0x20,0x31,0x35,0x35,0x20,0x31,0x35,0x34,0x2E,0x39,0x34,0x35,0x37,0x39,0x30, - 0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x34,0x32,0x38,0x35,0x30, - 0x20,0x31,0x35,0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x34,0x32,0x36,0x36,0x30, - 0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x33,0x39,0x38,0x35,0x38, - 0x20,0x31,0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x34,0x30,0x31,0x35,0x30, - 0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x33,0x37,0x35,0x36,0x30, - 0x20,0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x33,0x37,0x38,0x35,0x30, - 0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x33,0x35,0x37,0x35,0x30, - 0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x33,0x36,0x32,0x37,0x30, - 0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x33,0x34,0x35,0x32,0x30, - 0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x35,0x33,0x39,0x38, - 0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x33,0x38,0x38,0x30, - 0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x33,0x34,0x39,0x34,0x37, - 0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x33,0x33,0x38,0x39,0x34, - 0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x33,0x35,0x31,0x38,0x37, - 0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x33,0x34,0x37,0x35,0x39, - 0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x33,0x36,0x33,0x32,0x32, - 0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x33,0x36,0x33,0x37,0x37, - 0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x33,0x38,0x32,0x30,0x36, - 0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x33,0x38,0x38,0x35,0x38, - 0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39,0x34,0x31,0x32,0x37,0x32, - 0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39,0x34,0x32,0x35,0x36,0x38, - 0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E,0x39,0x34,0x35,0x32,0x35,0x37, - 0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E,0x39,0x34,0x36,0x36,0x34,0x33, - 0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E,0x39,0x35,0x30,0x31,0x37,0x30, - 0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E,0x39,0x35,0x32,0x33,0x33,0x30, - 0x0A,0x37,0x31,0x20,0x30,0x20,0x31,0x37,0x34,0x2E,0x39,0x34,0x30,0x37,0x36, - 0x37,0x20,0x31,0x35,0x30,0x20,0x31,0x34,0x39,0x2E,0x39,0x37,0x32,0x36,0x37, - 0x30,0x20,0x31,0x35,0x31,0x20,0x31,0x35,0x30,0x2E,0x39,0x36,0x37,0x31,0x35, - 0x30,0x20,0x31,0x35,0x32,0x20,0x31,0x35,0x31,0x2E,0x39,0x36,0x33,0x36,0x31, - 0x30,0x20,0x31,0x35,0x33,0x20,0x31,0x35,0x32,0x2E,0x39,0x35,0x38,0x36,0x39, - 0x30,0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x35,0x37,0x31,0x30, - 0x30,0x20,0x31,0x35,0x35,0x20,0x31,0x35,0x34,0x2E,0x39,0x35,0x34,0x32,0x33, - 0x30,0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x35,0x32,0x39,0x31, - 0x30,0x20,0x31,0x35,0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x35,0x30,0x31,0x30, - 0x32,0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x34,0x39,0x31,0x37, - 0x30,0x20,0x31,0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x34,0x36,0x36,0x32, - 0x30,0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x34,0x36,0x30,0x32, - 0x30,0x20,0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x34,0x33,0x35,0x34, - 0x30,0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x34,0x33,0x32,0x32, - 0x30,0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x34,0x31,0x32,0x30, - 0x30,0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x34,0x31,0x32,0x32, - 0x30,0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x33,0x39,0x36,0x31, - 0x30,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x33,0x39,0x37,0x36, - 0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x33,0x38,0x33,0x31, - 0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x33,0x38,0x37,0x30, - 0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x33,0x37,0x36,0x34, - 0x39,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x33,0x38,0x34,0x37, - 0x32,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x33,0x37,0x39,0x31, - 0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x33,0x39,0x30,0x38, - 0x32,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x33,0x38,0x39,0x32, - 0x37,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x34,0x30,0x33,0x33, - 0x33,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39,0x34,0x30,0x37,0x36, - 0x37,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39,0x34,0x32,0x36,0x38, - 0x32,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E,0x39,0x34,0x33,0x37,0x35, - 0x35,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E,0x39,0x34,0x35,0x39,0x35, - 0x31,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E,0x39,0x34,0x37,0x33,0x32, - 0x34,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E,0x39,0x34,0x39,0x38,0x38, - 0x30,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30,0x2E,0x39,0x35,0x31,0x39,0x37, - 0x30,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31,0x2E,0x39,0x35,0x35,0x32,0x31, - 0x30,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32,0x2E,0x39,0x35,0x37,0x35,0x37, - 0x30,0x0A,0x37,0x32,0x20,0x30,0x20,0x31,0x37,0x39,0x2E,0x39,0x34,0x36,0x35, - 0x34,0x38,0x20,0x31,0x35,0x34,0x20,0x31,0x35,0x33,0x2E,0x39,0x36,0x34,0x32, - 0x35,0x30,0x20,0x31,0x35,0x35,0x20,0x31,0x35,0x34,0x2E,0x39,0x36,0x32,0x37, - 0x36,0x30,0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x35,0x39,0x32, - 0x35,0x30,0x20,0x31,0x35,0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x35,0x38,0x31, - 0x33,0x30,0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x35,0x34,0x36, - 0x35,0x30,0x20,0x31,0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x35,0x34,0x30, - 0x30,0x30,0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x35,0x30,0x37, - 0x31,0x30,0x20,0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x35,0x30,0x33, - 0x33,0x30,0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x34,0x37,0x32, - 0x30,0x33,0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x34,0x37,0x30, - 0x36,0x30,0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x34,0x34,0x34, - 0x32,0x30,0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x34,0x34,0x35, - 0x34,0x30,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x34,0x32,0x32, - 0x35,0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x34,0x32,0x36, - 0x30,0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x34,0x30,0x36, - 0x33,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x34,0x31,0x31, - 0x36,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x33,0x39,0x36, - 0x35,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x34,0x30,0x34, - 0x39,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x33,0x39,0x34, - 0x36,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x34,0x30,0x36, - 0x35,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x34,0x30,0x30, - 0x34,0x30,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39,0x34,0x31,0x35, - 0x30,0x33,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39,0x34,0x31,0x34, - 0x30,0x31,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E,0x39,0x34,0x33,0x32, - 0x32,0x30,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E,0x39,0x34,0x33,0x36, - 0x39,0x37,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E,0x39,0x34,0x35,0x38, - 0x31,0x35,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E,0x39,0x34,0x36,0x35, - 0x34,0x38,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30,0x2E,0x39,0x34,0x39,0x30, - 0x39,0x39,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31,0x2E,0x39,0x35,0x30,0x35, - 0x35,0x33,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32,0x2E,0x39,0x35,0x33,0x35, - 0x33,0x30,0x20,0x31,0x38,0x34,0x20,0x31,0x38,0x33,0x2E,0x39,0x35,0x35,0x34, - 0x35,0x30,0x20,0x31,0x38,0x35,0x20,0x31,0x38,0x34,0x2E,0x39,0x35,0x38,0x37, - 0x38,0x30,0x0A,0x37,0x33,0x20,0x30,0x20,0x31,0x38,0x30,0x2E,0x39,0x34,0x37, - 0x39,0x39,0x36,0x20,0x31,0x35,0x36,0x20,0x31,0x35,0x35,0x2E,0x39,0x37,0x31, - 0x36,0x39,0x30,0x20,0x31,0x35,0x37,0x20,0x31,0x35,0x36,0x2E,0x39,0x36,0x38, - 0x31,0x35,0x30,0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x36,0x36, - 0x33,0x37,0x30,0x20,0x31,0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x36,0x32, - 0x39,0x31,0x30,0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x36,0x31, - 0x33,0x36,0x30,0x20,0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x35,0x38, - 0x33,0x37,0x30,0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x35,0x37, - 0x31,0x35,0x30,0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x35,0x34, - 0x33,0x32,0x30,0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x35,0x33, - 0x35,0x37,0x30,0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x35,0x30, - 0x38,0x32,0x30,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x35,0x30, - 0x34,0x37,0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x34,0x37, - 0x39,0x37,0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x34,0x37, - 0x37,0x39,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x34,0x35, - 0x39,0x32,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x34,0x36, - 0x30,0x39,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x34,0x34, - 0x34,0x36,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x34,0x34, - 0x37,0x34,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x34,0x33, - 0x35,0x34,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x34,0x34, - 0x31,0x37,0x30,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39,0x34,0x33, - 0x36,0x35,0x30,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39,0x34,0x34, - 0x37,0x34,0x30,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E,0x39,0x34,0x34, - 0x34,0x37,0x32,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E,0x39,0x34,0x35, - 0x37,0x35,0x30,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E,0x39,0x34,0x35, - 0x39,0x33,0x34,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E,0x39,0x34,0x37, - 0x34,0x36,0x36,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30,0x2E,0x39,0x34,0x37, - 0x39,0x39,0x36,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31,0x2E,0x39,0x35,0x30, - 0x31,0x35,0x32,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32,0x2E,0x39,0x35,0x31, - 0x33,0x37,0x33,0x20,0x31,0x38,0x34,0x20,0x31,0x38,0x33,0x2E,0x39,0x35,0x34, - 0x30,0x30,0x39,0x20,0x31,0x38,0x35,0x20,0x31,0x38,0x34,0x2E,0x39,0x35,0x35, - 0x35,0x35,0x39,0x20,0x31,0x38,0x36,0x20,0x31,0x38,0x35,0x2E,0x39,0x35,0x38, - 0x35,0x35,0x30,0x0A,0x37,0x34,0x20,0x30,0x20,0x31,0x38,0x33,0x2E,0x39,0x35, - 0x30,0x39,0x33,0x32,0x20,0x31,0x35,0x38,0x20,0x31,0x35,0x37,0x2E,0x39,0x37, - 0x33,0x39,0x34,0x30,0x20,0x31,0x35,0x39,0x20,0x31,0x35,0x38,0x2E,0x39,0x37, - 0x32,0x32,0x38,0x30,0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39,0x36, - 0x38,0x33,0x37,0x30,0x20,0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39,0x36, - 0x37,0x30,0x39,0x30,0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39,0x36, - 0x33,0x33,0x34,0x30,0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39,0x36, - 0x32,0x35,0x33,0x30,0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39,0x35, - 0x38,0x39,0x38,0x30,0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39,0x35, - 0x38,0x33,0x34,0x30,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39,0x35, - 0x35,0x30,0x32,0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39,0x35, - 0x34,0x36,0x37,0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39,0x35, - 0x31,0x38,0x36,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39,0x35, - 0x31,0x37,0x36,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39,0x34, - 0x39,0x32,0x39,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39,0x34, - 0x39,0x34,0x36,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39,0x34, - 0x37,0x34,0x32,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39,0x34, - 0x37,0x38,0x33,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39,0x34, - 0x36,0x31,0x36,0x30,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39,0x34, - 0x36,0x37,0x37,0x30,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39,0x34, - 0x35,0x35,0x39,0x30,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E,0x39,0x34, - 0x36,0x36,0x32,0x30,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E,0x39,0x34, - 0x35,0x38,0x35,0x30,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E,0x39,0x34, - 0x37,0x30,0x37,0x32,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E,0x39,0x34, - 0x36,0x37,0x30,0x36,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30,0x2E,0x39,0x34, - 0x38,0x31,0x39,0x38,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31,0x2E,0x39,0x34, - 0x38,0x32,0x30,0x36,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32,0x2E,0x39,0x35, - 0x30,0x32,0x32,0x34,0x20,0x31,0x38,0x34,0x20,0x31,0x38,0x33,0x2E,0x39,0x35, - 0x30,0x39,0x33,0x32,0x20,0x31,0x38,0x35,0x20,0x31,0x38,0x34,0x2E,0x39,0x35, - 0x33,0x34,0x32,0x30,0x20,0x31,0x38,0x36,0x20,0x31,0x38,0x35,0x2E,0x39,0x35, - 0x34,0x33,0x36,0x32,0x20,0x31,0x38,0x37,0x20,0x31,0x38,0x36,0x2E,0x39,0x35, - 0x37,0x31,0x35,0x38,0x20,0x31,0x38,0x38,0x20,0x31,0x38,0x37,0x2E,0x39,0x35, - 0x38,0x34,0x38,0x37,0x20,0x31,0x38,0x39,0x20,0x31,0x38,0x38,0x2E,0x39,0x36, - 0x31,0x39,0x31,0x30,0x20,0x31,0x39,0x30,0x20,0x31,0x38,0x39,0x2E,0x39,0x36, - 0x33,0x31,0x38,0x30,0x0A,0x37,0x35,0x20,0x30,0x20,0x31,0x38,0x36,0x2E,0x39, - 0x35,0x35,0x37,0x35,0x30,0x20,0x31,0x36,0x30,0x20,0x31,0x35,0x39,0x2E,0x39, - 0x38,0x31,0x34,0x39,0x30,0x20,0x31,0x36,0x31,0x20,0x31,0x36,0x30,0x2E,0x39, - 0x37,0x37,0x36,0x36,0x30,0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E,0x39, - 0x37,0x35,0x37,0x31,0x30,0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E,0x39, - 0x37,0x31,0x39,0x37,0x30,0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E,0x39, - 0x37,0x30,0x33,0x32,0x30,0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E,0x39, - 0x36,0x37,0x30,0x35,0x30,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E,0x39, - 0x36,0x35,0x38,0x30,0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E,0x39, - 0x36,0x32,0x35,0x36,0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E,0x39, - 0x36,0x31,0x36,0x31,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E,0x39, - 0x35,0x38,0x38,0x33,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E,0x39, - 0x35,0x38,0x31,0x36,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E,0x39, - 0x35,0x35,0x35,0x35,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E,0x39, - 0x35,0x35,0x32,0x39,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E,0x39, - 0x35,0x33,0x30,0x36,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E,0x39, - 0x35,0x33,0x31,0x31,0x30,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E,0x39, - 0x35,0x31,0x33,0x39,0x30,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E,0x39, - 0x35,0x31,0x35,0x37,0x30,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E,0x39, - 0x35,0x30,0x32,0x37,0x30,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E,0x39, - 0x35,0x30,0x38,0x35,0x30,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E,0x39, - 0x34,0x39,0x39,0x38,0x30,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E,0x39, - 0x35,0x30,0x37,0x39,0x30,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30,0x2E,0x39, - 0x35,0x30,0x30,0x36,0x35,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31,0x2E,0x39, - 0x35,0x31,0x32,0x31,0x30,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32,0x2E,0x39, - 0x35,0x30,0x38,0x32,0x31,0x20,0x31,0x38,0x34,0x20,0x31,0x38,0x33,0x2E,0x39, - 0x35,0x32,0x35,0x32,0x34,0x20,0x31,0x38,0x35,0x20,0x31,0x38,0x34,0x2E,0x39, - 0x35,0x32,0x39,0x35,0x35,0x20,0x31,0x38,0x36,0x20,0x31,0x38,0x35,0x2E,0x39, - 0x35,0x34,0x39,0x38,0x37,0x20,0x31,0x38,0x37,0x20,0x31,0x38,0x36,0x2E,0x39, - 0x35,0x35,0x37,0x35,0x30,0x20,0x31,0x38,0x38,0x20,0x31,0x38,0x37,0x2E,0x39, - 0x35,0x38,0x31,0x31,0x32,0x20,0x31,0x38,0x39,0x20,0x31,0x38,0x38,0x2E,0x39, - 0x35,0x39,0x32,0x32,0x38,0x20,0x31,0x39,0x30,0x20,0x31,0x38,0x39,0x2E,0x39, - 0x36,0x31,0x38,0x32,0x30,0x20,0x31,0x39,0x31,0x20,0x31,0x39,0x30,0x2E,0x39, - 0x36,0x33,0x31,0x32,0x34,0x20,0x31,0x39,0x32,0x20,0x31,0x39,0x31,0x2E,0x39, - 0x36,0x35,0x39,0x36,0x30,0x0A,0x37,0x36,0x20,0x30,0x20,0x31,0x39,0x31,0x2E, - 0x39,0x36,0x31,0x34,0x37,0x39,0x20,0x31,0x36,0x32,0x20,0x31,0x36,0x31,0x2E, - 0x39,0x38,0x33,0x38,0x32,0x30,0x20,0x31,0x36,0x33,0x20,0x31,0x36,0x32,0x2E, - 0x39,0x38,0x32,0x30,0x35,0x30,0x20,0x31,0x36,0x34,0x20,0x31,0x36,0x33,0x2E, - 0x39,0x37,0x37,0x39,0x33,0x30,0x20,0x31,0x36,0x35,0x20,0x31,0x36,0x34,0x2E, - 0x39,0x37,0x36,0x34,0x38,0x30,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35,0x2E, - 0x39,0x37,0x32,0x35,0x33,0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36,0x2E, - 0x39,0x37,0x31,0x35,0x35,0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37,0x2E, - 0x39,0x36,0x37,0x38,0x33,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38,0x2E, - 0x39,0x36,0x37,0x30,0x38,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39,0x2E, - 0x39,0x36,0x33,0x35,0x37,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30,0x2E, - 0x39,0x36,0x33,0x30,0x34,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31,0x2E, - 0x39,0x36,0x30,0x30,0x38,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32,0x2E, - 0x39,0x35,0x39,0x37,0x39,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33,0x2E, - 0x39,0x35,0x37,0x31,0x32,0x30,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34,0x2E, - 0x39,0x35,0x37,0x30,0x38,0x30,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35,0x2E, - 0x39,0x35,0x34,0x39,0x35,0x30,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36,0x2E, - 0x39,0x35,0x35,0x30,0x35,0x30,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37,0x2E, - 0x39,0x35,0x33,0x33,0x35,0x30,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38,0x2E, - 0x39,0x35,0x33,0x39,0x35,0x30,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39,0x2E, - 0x39,0x35,0x32,0x33,0x35,0x30,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30,0x2E, - 0x39,0x35,0x33,0x32,0x37,0x30,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31,0x2E, - 0x39,0x35,0x32,0x31,0x38,0x36,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32,0x2E, - 0x39,0x35,0x33,0x31,0x31,0x30,0x20,0x31,0x38,0x34,0x20,0x31,0x38,0x33,0x2E, - 0x39,0x35,0x32,0x34,0x39,0x31,0x20,0x31,0x38,0x35,0x20,0x31,0x38,0x34,0x2E, - 0x39,0x35,0x34,0x30,0x34,0x33,0x20,0x31,0x38,0x36,0x20,0x31,0x38,0x35,0x2E, - 0x39,0x35,0x33,0x38,0x33,0x38,0x20,0x31,0x38,0x37,0x20,0x31,0x38,0x36,0x2E, - 0x39,0x35,0x35,0x37,0x34,0x37,0x20,0x31,0x38,0x38,0x20,0x31,0x38,0x37,0x2E, - 0x39,0x35,0x35,0x38,0x33,0x36,0x20,0x31,0x38,0x39,0x20,0x31,0x38,0x38,0x2E, - 0x39,0x35,0x38,0x31,0x34,0x34,0x20,0x31,0x39,0x30,0x20,0x31,0x38,0x39,0x2E, - 0x39,0x35,0x38,0x34,0x34,0x35,0x20,0x31,0x39,0x31,0x20,0x31,0x39,0x30,0x2E, - 0x39,0x36,0x30,0x39,0x32,0x38,0x20,0x31,0x39,0x32,0x20,0x31,0x39,0x31,0x2E, - 0x39,0x36,0x31,0x34,0x37,0x39,0x20,0x31,0x39,0x33,0x20,0x31,0x39,0x32,0x2E, - 0x39,0x36,0x34,0x31,0x34,0x38,0x20,0x31,0x39,0x34,0x20,0x31,0x39,0x33,0x2E, - 0x39,0x36,0x35,0x31,0x37,0x39,0x20,0x31,0x39,0x35,0x20,0x31,0x39,0x34,0x2E, - 0x39,0x36,0x38,0x31,0x32,0x30,0x20,0x31,0x39,0x36,0x20,0x31,0x39,0x35,0x2E, - 0x39,0x36,0x39,0x36,0x32,0x30,0x0A,0x37,0x37,0x20,0x30,0x20,0x31,0x39,0x32, - 0x2E,0x39,0x36,0x32,0x39,0x32,0x34,0x20,0x31,0x36,0x36,0x20,0x31,0x36,0x35, - 0x2E,0x39,0x38,0x35,0x35,0x31,0x30,0x20,0x31,0x36,0x37,0x20,0x31,0x36,0x36, - 0x2E,0x39,0x38,0x31,0x35,0x34,0x30,0x20,0x31,0x36,0x38,0x20,0x31,0x36,0x37, - 0x2E,0x39,0x37,0x39,0x39,0x37,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36,0x38, - 0x2E,0x39,0x37,0x36,0x33,0x39,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36,0x39, - 0x2E,0x39,0x37,0x35,0x30,0x33,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37,0x30, - 0x2E,0x39,0x37,0x31,0x37,0x38,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37,0x31, - 0x2E,0x39,0x37,0x30,0x36,0x34,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37,0x32, - 0x2E,0x39,0x36,0x37,0x37,0x31,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37,0x33, - 0x2E,0x39,0x36,0x36,0x38,0x30,0x30,0x20,0x31,0x37,0x35,0x20,0x31,0x37,0x34, - 0x2E,0x39,0x36,0x34,0x32,0x38,0x30,0x20,0x31,0x37,0x36,0x20,0x31,0x37,0x35, - 0x2E,0x39,0x36,0x33,0x35,0x31,0x30,0x20,0x31,0x37,0x37,0x20,0x31,0x37,0x36, - 0x2E,0x39,0x36,0x31,0x31,0x37,0x30,0x20,0x31,0x37,0x38,0x20,0x31,0x37,0x37, - 0x2E,0x39,0x36,0x31,0x30,0x38,0x30,0x20,0x31,0x37,0x39,0x20,0x31,0x37,0x38, - 0x2E,0x39,0x35,0x39,0x31,0x35,0x30,0x20,0x31,0x38,0x30,0x20,0x31,0x37,0x39, - 0x2E,0x39,0x35,0x39,0x32,0x35,0x30,0x20,0x31,0x38,0x31,0x20,0x31,0x38,0x30, - 0x2E,0x39,0x35,0x37,0x36,0x34,0x30,0x20,0x31,0x38,0x32,0x20,0x31,0x38,0x31, - 0x2E,0x39,0x35,0x38,0x31,0x33,0x30,0x20,0x31,0x38,0x33,0x20,0x31,0x38,0x32, - 0x2E,0x39,0x35,0x36,0x38,0x31,0x30,0x20,0x31,0x38,0x34,0x20,0x31,0x38,0x33, - 0x2E,0x39,0x35,0x37,0x33,0x39,0x30,0x20,0x31,0x38,0x35,0x20,0x31,0x38,0x34, - 0x2E,0x39,0x35,0x36,0x35,0x39,0x30,0x20,0x31,0x38,0x36,0x20,0x31,0x38,0x35, - 0x2E,0x39,0x35,0x37,0x39,0x35,0x31,0x20,0x31,0x38,0x37,0x20,0x31,0x38,0x36, - 0x2E,0x39,0x35,0x37,0x33,0x36,0x31,0x20,0x31,0x38,0x38,0x20,0x31,0x38,0x37, - 0x2E,0x39,0x35,0x38,0x38,0x35,0x32,0x20,0x31,0x38,0x39,0x20,0x31,0x38,0x38, - 0x2E,0x39,0x35,0x38,0x37,0x31,0x36,0x20,0x31,0x39,0x30,0x20,0x31,0x38,0x39, - 0x2E,0x39,0x36,0x30,0x35,0x39,0x30,0x20,0x31,0x39,0x31,0x20,0x31,0x39,0x30, - 0x2E,0x39,0x36,0x30,0x35,0x39,0x31,0x20,0x31,0x39,0x32,0x20,0x31,0x39,0x31, - 0x2E,0x39,0x36,0x32,0x36,0x30,0x32,0x20,0x31,0x39,0x33,0x20,0x31,0x39,0x32, - 0x2E,0x39,0x36,0x32,0x39,0x32,0x34,0x20,0x31,0x39,0x34,0x20,0x31,0x39,0x33, - 0x2E,0x39,0x36,0x35,0x30,0x37,0x36,0x20,0x31,0x39,0x35,0x20,0x31,0x39,0x34, - 0x2E,0x39,0x36,0x35,0x39,0x37,0x37,0x20,0x31,0x39,0x36,0x20,0x31,0x39,0x35, - 0x2E,0x39,0x36,0x38,0x33,0x38,0x30,0x20,0x31,0x39,0x37,0x20,0x31,0x39,0x36, - 0x2E,0x39,0x36,0x39,0x36,0x33,0x36,0x20,0x31,0x39,0x38,0x20,0x31,0x39,0x37, - 0x2E,0x39,0x37,0x32,0x32,0x38,0x30,0x0A,0x37,0x38,0x20,0x30,0x20,0x31,0x39, - 0x34,0x2E,0x39,0x36,0x34,0x37,0x37,0x34,0x20,0x31,0x36,0x38,0x20,0x31,0x36, - 0x37,0x2E,0x39,0x38,0x38,0x30,0x34,0x30,0x20,0x31,0x36,0x39,0x20,0x31,0x36, - 0x38,0x2E,0x39,0x38,0x36,0x34,0x32,0x30,0x20,0x31,0x37,0x30,0x20,0x31,0x36, - 0x39,0x2E,0x39,0x38,0x32,0x33,0x33,0x30,0x20,0x31,0x37,0x31,0x20,0x31,0x37, - 0x30,0x2E,0x39,0x38,0x31,0x32,0x35,0x30,0x20,0x31,0x37,0x32,0x20,0x31,0x37, - 0x31,0x2E,0x39,0x37,0x37,0x33,0x38,0x30,0x20,0x31,0x37,0x33,0x20,0x31,0x37, - 0x32,0x2E,0x39,0x37,0x36,0x35,0x30,0x30,0x20,0x31,0x37,0x34,0x20,0x31,0x37, - 0x33,0x2E,0x39,0x37,0x32,0x38,0x31,0x31,0x20,0x31,0x37,0x35,0x20,0x31,0x37, - 0x34,0x2E,0x39,0x37,0x32,0x32,0x38,0x30,0x20,0x31,0x37,0x36,0x20,0x31,0x37, - 0x35,0x2E,0x39,0x36,0x39,0x30,0x30,0x30,0x20,0x31,0x37,0x37,0x20,0x31,0x37, - 0x36,0x2E,0x39,0x36,0x38,0x34,0x35,0x30,0x20,0x31,0x37,0x38,0x20,0x31,0x37, - 0x37,0x2E,0x39,0x36,0x35,0x37,0x31,0x30,0x20,0x31,0x37,0x39,0x20,0x31,0x37, - 0x38,0x2E,0x39,0x36,0x35,0x34,0x38,0x30,0x20,0x31,0x38,0x30,0x20,0x31,0x37, - 0x39,0x2E,0x39,0x36,0x33,0x32,0x32,0x30,0x20,0x31,0x38,0x31,0x20,0x31,0x38, - 0x30,0x2E,0x39,0x36,0x33,0x31,0x38,0x30,0x20,0x31,0x38,0x32,0x20,0x31,0x38, - 0x31,0x2E,0x39,0x36,0x31,0x32,0x37,0x30,0x20,0x31,0x38,0x33,0x20,0x31,0x38, - 0x32,0x2E,0x39,0x36,0x31,0x37,0x33,0x30,0x20,0x31,0x38,0x34,0x20,0x31,0x38, - 0x33,0x2E,0x39,0x35,0x39,0x39,0x30,0x30,0x20,0x31,0x38,0x35,0x20,0x31,0x38, - 0x34,0x2E,0x39,0x36,0x30,0x37,0x35,0x30,0x20,0x31,0x38,0x36,0x20,0x31,0x38, - 0x35,0x2E,0x39,0x35,0x39,0x34,0x33,0x30,0x20,0x31,0x38,0x37,0x20,0x31,0x38, - 0x36,0x2E,0x39,0x36,0x30,0x35,0x36,0x30,0x20,0x31,0x38,0x38,0x20,0x31,0x38, - 0x37,0x2E,0x39,0x35,0x39,0x33,0x39,0x36,0x20,0x31,0x38,0x39,0x20,0x31,0x38, - 0x38,0x2E,0x39,0x36,0x30,0x38,0x33,0x32,0x20,0x31,0x39,0x30,0x20,0x31,0x38, - 0x39,0x2E,0x39,0x35,0x39,0x39,0x33,0x30,0x20,0x31,0x39,0x31,0x20,0x31,0x39, - 0x30,0x2E,0x39,0x36,0x31,0x36,0x38,0x35,0x20,0x31,0x39,0x32,0x20,0x31,0x39, - 0x31,0x2E,0x39,0x36,0x31,0x30,0x33,0x35,0x20,0x31,0x39,0x33,0x20,0x31,0x39, - 0x32,0x2E,0x39,0x36,0x32,0x39,0x38,0x35,0x20,0x31,0x39,0x34,0x20,0x31,0x39, - 0x33,0x2E,0x39,0x36,0x32,0x36,0x36,0x34,0x20,0x31,0x39,0x35,0x20,0x31,0x39, - 0x34,0x2E,0x39,0x36,0x34,0x37,0x37,0x34,0x20,0x31,0x39,0x36,0x20,0x31,0x39, - 0x35,0x2E,0x39,0x36,0x34,0x39,0x33,0x35,0x20,0x31,0x39,0x37,0x20,0x31,0x39, - 0x36,0x2E,0x39,0x36,0x37,0x33,0x32,0x33,0x20,0x31,0x39,0x38,0x20,0x31,0x39, - 0x37,0x2E,0x39,0x36,0x37,0x38,0x37,0x36,0x20,0x31,0x39,0x39,0x20,0x31,0x39, - 0x38,0x2E,0x39,0x37,0x30,0x35,0x37,0x36,0x20,0x32,0x30,0x30,0x20,0x31,0x39, - 0x39,0x2E,0x39,0x37,0x31,0x34,0x32,0x34,0x20,0x32,0x30,0x31,0x20,0x32,0x30, - 0x30,0x2E,0x39,0x37,0x34,0x35,0x30,0x30,0x20,0x32,0x30,0x32,0x20,0x32,0x30, - 0x31,0x2E,0x39,0x37,0x35,0x37,0x34,0x30,0x0A,0x37,0x39,0x20,0x30,0x20,0x31, - 0x39,0x36,0x2E,0x39,0x36,0x36,0x35,0x35,0x32,0x20,0x31,0x37,0x32,0x20,0x31, - 0x37,0x31,0x2E,0x39,0x39,0x30,0x31,0x31,0x30,0x20,0x31,0x37,0x33,0x20,0x31, - 0x37,0x32,0x2E,0x39,0x38,0x36,0x34,0x30,0x30,0x20,0x31,0x37,0x34,0x20,0x31, - 0x37,0x33,0x2E,0x39,0x38,0x34,0x39,0x32,0x30,0x20,0x31,0x37,0x35,0x20,0x31, - 0x37,0x34,0x2E,0x39,0x38,0x31,0x35,0x35,0x30,0x20,0x31,0x37,0x36,0x20,0x31, - 0x37,0x35,0x2E,0x39,0x38,0x30,0x32,0x37,0x30,0x20,0x31,0x37,0x37,0x20,0x31, - 0x37,0x36,0x2E,0x39,0x37,0x37,0x32,0x32,0x30,0x20,0x31,0x37,0x38,0x20,0x31, - 0x37,0x37,0x2E,0x39,0x37,0x35,0x39,0x38,0x30,0x20,0x31,0x37,0x39,0x20,0x31, - 0x37,0x38,0x2E,0x39,0x37,0x33,0x34,0x31,0x30,0x20,0x31,0x38,0x30,0x20,0x31, - 0x37,0x39,0x2E,0x39,0x37,0x32,0x34,0x30,0x30,0x20,0x31,0x38,0x31,0x20,0x31, - 0x38,0x30,0x2E,0x39,0x36,0x39,0x39,0x35,0x30,0x20,0x31,0x38,0x32,0x20,0x31, - 0x38,0x31,0x2E,0x39,0x36,0x39,0x36,0x32,0x30,0x20,0x31,0x38,0x33,0x20,0x31, - 0x38,0x32,0x2E,0x39,0x36,0x37,0x36,0x32,0x30,0x20,0x31,0x38,0x34,0x20,0x31, - 0x38,0x33,0x2E,0x39,0x36,0x37,0x34,0x37,0x30,0x20,0x31,0x38,0x35,0x20,0x31, - 0x38,0x34,0x2E,0x39,0x36,0x35,0x38,0x31,0x30,0x20,0x31,0x38,0x36,0x20,0x31, - 0x38,0x35,0x2E,0x39,0x36,0x36,0x30,0x30,0x30,0x20,0x31,0x38,0x37,0x20,0x31, - 0x38,0x36,0x2E,0x39,0x36,0x34,0x35,0x36,0x30,0x20,0x31,0x38,0x38,0x20,0x31, - 0x38,0x37,0x2E,0x39,0x36,0x35,0x30,0x39,0x30,0x20,0x31,0x38,0x39,0x20,0x31, - 0x38,0x38,0x2E,0x39,0x36,0x33,0x38,0x39,0x30,0x20,0x31,0x39,0x30,0x20,0x31, - 0x38,0x39,0x2E,0x39,0x36,0x34,0x36,0x39,0x39,0x20,0x31,0x39,0x31,0x20,0x31, - 0x39,0x30,0x2E,0x39,0x36,0x33,0x36,0x35,0x30,0x20,0x31,0x39,0x32,0x20,0x31, - 0x39,0x31,0x2E,0x39,0x36,0x34,0x38,0x31,0x30,0x20,0x31,0x39,0x33,0x20,0x31, - 0x39,0x32,0x2E,0x39,0x36,0x34,0x31,0x33,0x32,0x20,0x31,0x39,0x34,0x20,0x31, - 0x39,0x33,0x2E,0x39,0x36,0x35,0x33,0x33,0x39,0x20,0x31,0x39,0x35,0x20,0x31, - 0x39,0x34,0x2E,0x39,0x36,0x35,0x30,0x31,0x38,0x20,0x31,0x39,0x36,0x20,0x31, - 0x39,0x35,0x2E,0x39,0x36,0x36,0x35,0x35,0x31,0x20,0x31,0x39,0x37,0x20,0x31, - 0x39,0x36,0x2E,0x39,0x36,0x36,0x35,0x35,0x32,0x20,0x31,0x39,0x38,0x20,0x31, - 0x39,0x37,0x2E,0x39,0x36,0x38,0x32,0x32,0x35,0x20,0x31,0x39,0x39,0x20,0x31, - 0x39,0x38,0x2E,0x39,0x36,0x38,0x37,0x34,0x38,0x20,0x32,0x30,0x30,0x20,0x31, - 0x39,0x39,0x2E,0x39,0x37,0x30,0x37,0x32,0x30,0x20,0x32,0x30,0x31,0x20,0x32, - 0x30,0x30,0x2E,0x39,0x37,0x31,0x36,0x34,0x31,0x20,0x32,0x30,0x32,0x20,0x32, - 0x30,0x31,0x2E,0x39,0x37,0x33,0x37,0x39,0x30,0x20,0x32,0x30,0x33,0x20,0x32, - 0x30,0x32,0x2E,0x39,0x37,0x35,0x31,0x33,0x37,0x20,0x32,0x30,0x34,0x20,0x32, - 0x30,0x33,0x2E,0x39,0x37,0x37,0x37,0x31,0x30,0x20,0x32,0x30,0x35,0x20,0x32, - 0x30,0x34,0x2E,0x39,0x37,0x39,0x36,0x31,0x30,0x0A,0x38,0x30,0x20,0x30,0x20, - 0x32,0x30,0x31,0x2E,0x39,0x37,0x30,0x36,0x32,0x36,0x20,0x31,0x37,0x35,0x20, - 0x31,0x37,0x34,0x2E,0x39,0x39,0x31,0x34,0x31,0x30,0x20,0x31,0x37,0x36,0x20, - 0x31,0x37,0x35,0x2E,0x39,0x38,0x37,0x34,0x31,0x30,0x20,0x31,0x37,0x37,0x20, - 0x31,0x37,0x36,0x2E,0x39,0x38,0x36,0x33,0x34,0x30,0x20,0x31,0x37,0x38,0x20, - 0x31,0x37,0x37,0x2E,0x39,0x38,0x32,0x34,0x37,0x36,0x20,0x31,0x37,0x39,0x20, - 0x31,0x37,0x38,0x2E,0x39,0x38,0x31,0x37,0x38,0x30,0x20,0x31,0x38,0x30,0x20, - 0x31,0x37,0x39,0x2E,0x39,0x37,0x38,0x33,0x32,0x30,0x20,0x31,0x38,0x31,0x20, - 0x31,0x38,0x30,0x2E,0x39,0x37,0x37,0x38,0x31,0x30,0x20,0x31,0x38,0x32,0x20, - 0x31,0x38,0x31,0x2E,0x39,0x37,0x34,0x37,0x35,0x30,0x20,0x31,0x38,0x33,0x20, - 0x31,0x38,0x32,0x2E,0x39,0x37,0x34,0x35,0x36,0x30,0x20,0x31,0x38,0x34,0x20, - 0x31,0x38,0x33,0x2E,0x39,0x37,0x31,0x39,0x30,0x30,0x20,0x31,0x38,0x35,0x20, - 0x31,0x38,0x34,0x2E,0x39,0x37,0x31,0x39,0x38,0x30,0x20,0x31,0x38,0x36,0x20, - 0x31,0x38,0x35,0x2E,0x39,0x36,0x39,0x34,0x36,0x30,0x20,0x31,0x38,0x37,0x20, - 0x31,0x38,0x36,0x2E,0x39,0x36,0x39,0x37,0x39,0x30,0x20,0x31,0x38,0x38,0x20, - 0x31,0x38,0x37,0x2E,0x39,0x36,0x37,0x35,0x36,0x30,0x20,0x31,0x38,0x39,0x20, - 0x31,0x38,0x38,0x2E,0x39,0x36,0x38,0x31,0x33,0x30,0x20,0x31,0x39,0x30,0x20, - 0x31,0x38,0x39,0x2E,0x39,0x36,0x36,0x32,0x38,0x30,0x20,0x31,0x39,0x31,0x20, - 0x31,0x39,0x30,0x2E,0x39,0x36,0x37,0x30,0x36,0x30,0x20,0x31,0x39,0x32,0x20, - 0x31,0x39,0x31,0x2E,0x39,0x36,0x35,0x35,0x37,0x30,0x20,0x31,0x39,0x33,0x20, - 0x31,0x39,0x32,0x2E,0x39,0x36,0x36,0x36,0x34,0x34,0x20,0x31,0x39,0x34,0x20, - 0x31,0x39,0x33,0x2E,0x39,0x36,0x35,0x33,0x38,0x32,0x20,0x31,0x39,0x35,0x20, - 0x31,0x39,0x34,0x2E,0x39,0x36,0x36,0x36,0x34,0x30,0x20,0x31,0x39,0x36,0x20, - 0x31,0x39,0x35,0x2E,0x39,0x36,0x35,0x38,0x31,0x35,0x20,0x31,0x39,0x37,0x20, - 0x31,0x39,0x36,0x2E,0x39,0x36,0x37,0x31,0x39,0x35,0x20,0x31,0x39,0x38,0x20, - 0x31,0x39,0x37,0x2E,0x39,0x36,0x36,0x37,0x35,0x32,0x20,0x31,0x39,0x39,0x20, - 0x31,0x39,0x38,0x2E,0x39,0x36,0x38,0x32,0x36,0x32,0x20,0x32,0x30,0x30,0x20, - 0x31,0x39,0x39,0x2E,0x39,0x36,0x38,0x33,0x30,0x39,0x20,0x32,0x30,0x31,0x20, - 0x32,0x30,0x30,0x2E,0x39,0x37,0x30,0x32,0x38,0x35,0x20,0x32,0x30,0x32,0x20, - 0x32,0x30,0x31,0x2E,0x39,0x37,0x30,0x36,0x32,0x36,0x20,0x32,0x30,0x33,0x20, - 0x32,0x30,0x32,0x2E,0x39,0x37,0x32,0x38,0x35,0x37,0x20,0x32,0x30,0x34,0x20, - 0x32,0x30,0x33,0x2E,0x39,0x37,0x33,0x34,0x37,0x36,0x20,0x32,0x30,0x35,0x20, - 0x32,0x30,0x34,0x2E,0x39,0x37,0x36,0x30,0x35,0x36,0x20,0x32,0x30,0x36,0x20, - 0x32,0x30,0x35,0x2E,0x39,0x37,0x37,0x34,0x39,0x39,0x20,0x32,0x30,0x37,0x20, - 0x32,0x30,0x36,0x2E,0x39,0x38,0x32,0x35,0x38,0x30,0x20,0x32,0x30,0x38,0x20, - 0x32,0x30,0x37,0x2E,0x39,0x38,0x35,0x39,0x34,0x30,0x0A,0x38,0x31,0x20,0x30, - 0x20,0x32,0x30,0x34,0x2E,0x39,0x37,0x34,0x34,0x31,0x32,0x20,0x31,0x37,0x39, - 0x20,0x31,0x37,0x38,0x2E,0x39,0x39,0x31,0x34,0x37,0x30,0x20,0x31,0x38,0x32, - 0x20,0x31,0x38,0x31,0x2E,0x39,0x38,0x35,0x36,0x31,0x30,0x20,0x31,0x38,0x33, - 0x20,0x31,0x38,0x32,0x2E,0x39,0x38,0x32,0x37,0x30,0x30,0x20,0x31,0x38,0x34, - 0x20,0x31,0x38,0x33,0x2E,0x39,0x38,0x31,0x37,0x36,0x30,0x20,0x31,0x38,0x35, - 0x20,0x31,0x38,0x34,0x2E,0x39,0x37,0x39,0x31,0x30,0x30,0x20,0x31,0x38,0x36, - 0x20,0x31,0x38,0x35,0x2E,0x39,0x37,0x38,0x35,0x35,0x30,0x20,0x31,0x38,0x37, - 0x20,0x31,0x38,0x36,0x2E,0x39,0x37,0x36,0x31,0x37,0x30,0x20,0x31,0x38,0x38, - 0x20,0x31,0x38,0x37,0x2E,0x39,0x37,0x35,0x39,0x32,0x30,0x20,0x31,0x38,0x39, - 0x20,0x31,0x38,0x38,0x2E,0x39,0x37,0x33,0x36,0x39,0x30,0x20,0x31,0x39,0x30, - 0x20,0x31,0x38,0x39,0x2E,0x39,0x37,0x33,0x37,0x39,0x30,0x20,0x31,0x39,0x31, - 0x20,0x31,0x39,0x30,0x2E,0x39,0x37,0x31,0x38,0x39,0x30,0x20,0x31,0x39,0x32, - 0x20,0x31,0x39,0x31,0x2E,0x39,0x37,0x32,0x31,0x34,0x30,0x20,0x31,0x39,0x33, - 0x20,0x31,0x39,0x32,0x2E,0x39,0x37,0x30,0x35,0x35,0x30,0x20,0x31,0x39,0x34, - 0x20,0x31,0x39,0x33,0x2E,0x39,0x37,0x31,0x30,0x35,0x30,0x20,0x31,0x39,0x35, - 0x20,0x31,0x39,0x34,0x2E,0x39,0x36,0x39,0x36,0x35,0x30,0x20,0x31,0x39,0x36, - 0x20,0x31,0x39,0x35,0x2E,0x39,0x37,0x30,0x35,0x32,0x30,0x20,0x31,0x39,0x37, - 0x20,0x31,0x39,0x36,0x2E,0x39,0x36,0x39,0x35,0x34,0x30,0x20,0x31,0x39,0x38, - 0x20,0x31,0x39,0x37,0x2E,0x39,0x37,0x30,0x34,0x37,0x30,0x20,0x31,0x39,0x39, - 0x20,0x31,0x39,0x38,0x2E,0x39,0x36,0x39,0x38,0x31,0x30,0x20,0x32,0x30,0x30, - 0x20,0x31,0x39,0x39,0x2E,0x39,0x37,0x30,0x39,0x34,0x35,0x20,0x32,0x30,0x31, - 0x20,0x32,0x30,0x30,0x2E,0x39,0x37,0x30,0x38,0x30,0x34,0x20,0x32,0x30,0x32, - 0x20,0x32,0x30,0x31,0x2E,0x39,0x37,0x32,0x30,0x39,0x31,0x20,0x32,0x30,0x33, - 0x20,0x32,0x30,0x32,0x2E,0x39,0x37,0x32,0x33,0x32,0x39,0x20,0x32,0x30,0x34, - 0x20,0x32,0x30,0x33,0x2E,0x39,0x37,0x33,0x38,0x34,0x39,0x20,0x32,0x30,0x35, - 0x20,0x32,0x30,0x34,0x2E,0x39,0x37,0x34,0x34,0x31,0x32,0x20,0x32,0x30,0x36, - 0x20,0x32,0x30,0x35,0x2E,0x39,0x37,0x36,0x30,0x39,0x35,0x20,0x32,0x30,0x37, - 0x20,0x32,0x30,0x36,0x2E,0x39,0x37,0x37,0x34,0x30,0x38,0x20,0x32,0x30,0x38, - 0x20,0x32,0x30,0x37,0x2E,0x39,0x38,0x32,0x30,0x30,0x35,0x20,0x32,0x30,0x39, - 0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x35,0x33,0x34,0x39,0x20,0x32,0x31,0x30, - 0x20,0x32,0x30,0x39,0x2E,0x39,0x39,0x30,0x30,0x36,0x36,0x0A,0x38,0x32,0x20, - 0x30,0x20,0x32,0x30,0x37,0x2E,0x39,0x37,0x36,0x36,0x33,0x36,0x20,0x31,0x38, - 0x32,0x20,0x31,0x38,0x31,0x2E,0x39,0x39,0x32,0x36,0x37,0x36,0x20,0x31,0x38, - 0x33,0x20,0x31,0x38,0x32,0x2E,0x39,0x39,0x31,0x39,0x33,0x30,0x20,0x31,0x38, - 0x34,0x20,0x31,0x38,0x33,0x2E,0x39,0x38,0x38,0x32,0x30,0x30,0x20,0x31,0x38, - 0x35,0x20,0x31,0x38,0x34,0x2E,0x39,0x38,0x37,0x35,0x38,0x30,0x20,0x31,0x38, - 0x36,0x20,0x31,0x38,0x35,0x2E,0x39,0x38,0x34,0x33,0x30,0x30,0x20,0x31,0x38, - 0x37,0x20,0x31,0x38,0x36,0x2E,0x39,0x38,0x34,0x30,0x33,0x30,0x20,0x31,0x38, - 0x38,0x20,0x31,0x38,0x37,0x2E,0x39,0x38,0x31,0x30,0x36,0x30,0x20,0x31,0x38, - 0x39,0x20,0x31,0x38,0x38,0x2E,0x39,0x38,0x30,0x38,0x38,0x30,0x20,0x31,0x39, - 0x30,0x20,0x31,0x38,0x39,0x2E,0x39,0x37,0x38,0x31,0x38,0x30,0x20,0x31,0x39, - 0x31,0x20,0x31,0x39,0x30,0x2E,0x39,0x37,0x38,0x32,0x30,0x30,0x20,0x31,0x39, - 0x32,0x20,0x31,0x39,0x31,0x2E,0x39,0x37,0x35,0x37,0x36,0x30,0x20,0x31,0x39, - 0x33,0x20,0x31,0x39,0x32,0x2E,0x39,0x37,0x36,0x30,0x38,0x30,0x20,0x31,0x39, - 0x34,0x20,0x31,0x39,0x33,0x2E,0x39,0x37,0x33,0x39,0x37,0x30,0x20,0x31,0x39, - 0x35,0x20,0x31,0x39,0x34,0x2E,0x39,0x37,0x34,0x34,0x37,0x30,0x20,0x31,0x39, - 0x36,0x20,0x31,0x39,0x35,0x2E,0x39,0x37,0x32,0x37,0x31,0x30,0x20,0x31,0x39, - 0x37,0x20,0x31,0x39,0x36,0x2E,0x39,0x37,0x33,0x33,0x38,0x30,0x20,0x31,0x39, - 0x38,0x20,0x31,0x39,0x37,0x2E,0x39,0x37,0x31,0x39,0x38,0x30,0x20,0x31,0x39, - 0x39,0x20,0x31,0x39,0x38,0x2E,0x39,0x37,0x32,0x39,0x31,0x30,0x20,0x32,0x30, - 0x30,0x20,0x31,0x39,0x39,0x2E,0x39,0x37,0x31,0x38,0x31,0x36,0x20,0x32,0x30, - 0x31,0x20,0x32,0x30,0x30,0x2E,0x39,0x37,0x32,0x38,0x35,0x30,0x20,0x32,0x30, - 0x32,0x20,0x32,0x30,0x31,0x2E,0x39,0x37,0x32,0x31,0x34,0x34,0x20,0x32,0x30, - 0x33,0x20,0x32,0x30,0x32,0x2E,0x39,0x37,0x33,0x33,0x37,0x35,0x20,0x32,0x30, - 0x34,0x20,0x32,0x30,0x33,0x2E,0x39,0x37,0x33,0x30,0x32,0x39,0x20,0x32,0x30, - 0x35,0x20,0x32,0x30,0x34,0x2E,0x39,0x37,0x34,0x34,0x36,0x37,0x20,0x32,0x30, - 0x36,0x20,0x32,0x30,0x35,0x2E,0x39,0x37,0x34,0x34,0x34,0x39,0x20,0x32,0x30, - 0x37,0x20,0x32,0x30,0x36,0x2E,0x39,0x37,0x35,0x38,0x38,0x31,0x20,0x32,0x30, - 0x38,0x20,0x32,0x30,0x37,0x2E,0x39,0x37,0x36,0x36,0x33,0x36,0x20,0x32,0x30, - 0x39,0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x31,0x30,0x37,0x35,0x20,0x32,0x31, - 0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x38,0x34,0x31,0x37,0x33,0x20,0x32,0x31, - 0x31,0x20,0x32,0x31,0x30,0x2E,0x39,0x38,0x38,0x37,0x33,0x31,0x20,0x32,0x31, - 0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x39,0x31,0x38,0x38,0x37,0x20,0x32,0x31, - 0x33,0x20,0x32,0x31,0x32,0x2E,0x39,0x39,0x36,0x35,0x30,0x30,0x20,0x32,0x31, - 0x34,0x20,0x32,0x31,0x33,0x2E,0x39,0x39,0x39,0x37,0x39,0x38,0x0A,0x38,0x33, - 0x20,0x30,0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x30,0x33,0x38,0x33,0x20,0x31, - 0x38,0x37,0x20,0x31,0x38,0x36,0x2E,0x39,0x39,0x33,0x34,0x36,0x30,0x20,0x31, - 0x38,0x38,0x20,0x31,0x38,0x37,0x2E,0x39,0x39,0x32,0x31,0x37,0x30,0x20,0x31, - 0x38,0x39,0x20,0x31,0x38,0x38,0x2E,0x39,0x38,0x39,0x35,0x31,0x30,0x20,0x31, - 0x39,0x30,0x20,0x31,0x38,0x39,0x2E,0x39,0x38,0x38,0x35,0x32,0x30,0x20,0x31, - 0x39,0x31,0x20,0x31,0x39,0x30,0x2E,0x39,0x38,0x36,0x30,0x35,0x30,0x20,0x31, - 0x39,0x32,0x20,0x31,0x39,0x31,0x2E,0x39,0x38,0x35,0x33,0x37,0x30,0x20,0x31, - 0x39,0x33,0x20,0x31,0x39,0x32,0x2E,0x39,0x38,0x33,0x30,0x36,0x30,0x20,0x31, - 0x39,0x34,0x20,0x31,0x39,0x33,0x2E,0x39,0x38,0x32,0x37,0x35,0x30,0x20,0x31, - 0x39,0x35,0x20,0x31,0x39,0x34,0x2E,0x39,0x38,0x30,0x37,0x35,0x30,0x20,0x31, - 0x39,0x36,0x20,0x31,0x39,0x35,0x2E,0x39,0x38,0x30,0x36,0x31,0x30,0x20,0x31, - 0x39,0x37,0x20,0x31,0x39,0x36,0x2E,0x39,0x37,0x38,0x39,0x33,0x30,0x20,0x31, - 0x39,0x38,0x20,0x31,0x39,0x37,0x2E,0x39,0x37,0x39,0x30,0x32,0x30,0x20,0x31, - 0x39,0x39,0x20,0x31,0x39,0x38,0x2E,0x39,0x37,0x37,0x35,0x38,0x30,0x20,0x32, - 0x30,0x30,0x20,0x31,0x39,0x39,0x2E,0x39,0x37,0x38,0x31,0x34,0x30,0x20,0x32, - 0x30,0x31,0x20,0x32,0x30,0x30,0x2E,0x39,0x37,0x36,0x39,0x37,0x30,0x20,0x32, - 0x30,0x32,0x20,0x32,0x30,0x31,0x2E,0x39,0x37,0x37,0x36,0x37,0x30,0x20,0x32, - 0x30,0x33,0x20,0x32,0x30,0x32,0x2E,0x39,0x37,0x36,0x38,0x36,0x38,0x20,0x32, - 0x30,0x34,0x20,0x32,0x30,0x33,0x2E,0x39,0x37,0x37,0x38,0x30,0x35,0x20,0x32, - 0x30,0x35,0x20,0x32,0x30,0x34,0x2E,0x39,0x37,0x37,0x33,0x37,0x35,0x20,0x32, - 0x30,0x36,0x20,0x32,0x30,0x35,0x2E,0x39,0x37,0x38,0x34,0x38,0x33,0x20,0x32, - 0x30,0x37,0x20,0x32,0x30,0x36,0x2E,0x39,0x37,0x38,0x34,0x35,0x35,0x20,0x32, - 0x30,0x38,0x20,0x32,0x30,0x37,0x2E,0x39,0x37,0x39,0x37,0x32,0x37,0x20,0x32, - 0x30,0x39,0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x30,0x33,0x38,0x33,0x20,0x32, - 0x31,0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x38,0x34,0x31,0x30,0x35,0x20,0x32, - 0x31,0x31,0x20,0x32,0x31,0x30,0x2E,0x39,0x38,0x37,0x32,0x35,0x38,0x20,0x32, - 0x31,0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x39,0x31,0x32,0x37,0x32,0x20,0x32, - 0x31,0x33,0x20,0x32,0x31,0x32,0x2E,0x39,0x39,0x34,0x33,0x37,0x35,0x20,0x32, - 0x31,0x34,0x20,0x32,0x31,0x33,0x2E,0x39,0x39,0x38,0x36,0x39,0x39,0x20,0x32, - 0x31,0x35,0x20,0x32,0x31,0x35,0x2E,0x30,0x30,0x31,0x38,0x33,0x30,0x20,0x32, - 0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30,0x36,0x32,0x30,0x30,0x0A,0x38, - 0x34,0x20,0x30,0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x32,0x34,0x31,0x36,0x20, - 0x31,0x39,0x32,0x20,0x31,0x39,0x31,0x2E,0x39,0x39,0x31,0x35,0x32,0x30,0x20, - 0x31,0x39,0x33,0x20,0x31,0x39,0x32,0x2E,0x39,0x39,0x31,0x31,0x30,0x30,0x20, - 0x31,0x39,0x34,0x20,0x31,0x39,0x33,0x2E,0x39,0x38,0x38,0x32,0x38,0x30,0x20, - 0x31,0x39,0x35,0x20,0x31,0x39,0x34,0x2E,0x39,0x38,0x38,0x30,0x35,0x30,0x20, - 0x31,0x39,0x36,0x20,0x31,0x39,0x35,0x2E,0x39,0x38,0x35,0x35,0x31,0x30,0x20, - 0x31,0x39,0x37,0x20,0x31,0x39,0x36,0x2E,0x39,0x38,0x35,0x35,0x37,0x30,0x20, - 0x31,0x39,0x38,0x20,0x31,0x39,0x37,0x2E,0x39,0x38,0x33,0x33,0x34,0x30,0x20, - 0x31,0x39,0x39,0x20,0x31,0x39,0x38,0x2E,0x39,0x38,0x33,0x36,0x30,0x30,0x20, - 0x32,0x30,0x30,0x20,0x31,0x39,0x39,0x2E,0x39,0x38,0x31,0x37,0x34,0x30,0x20, - 0x32,0x30,0x31,0x20,0x32,0x30,0x30,0x2E,0x39,0x38,0x32,0x32,0x31,0x30,0x20, - 0x32,0x30,0x32,0x20,0x32,0x30,0x31,0x2E,0x39,0x38,0x30,0x37,0x30,0x30,0x20, - 0x32,0x30,0x33,0x20,0x32,0x30,0x32,0x2E,0x39,0x38,0x31,0x34,0x31,0x30,0x20, - 0x32,0x30,0x34,0x20,0x32,0x30,0x33,0x2E,0x39,0x38,0x30,0x33,0x30,0x37,0x20, - 0x32,0x30,0x35,0x20,0x32,0x30,0x34,0x2E,0x39,0x38,0x31,0x31,0x37,0x30,0x20, - 0x32,0x30,0x36,0x20,0x32,0x30,0x35,0x2E,0x39,0x38,0x30,0x34,0x36,0x35,0x20, - 0x32,0x30,0x37,0x20,0x32,0x30,0x36,0x2E,0x39,0x38,0x31,0x35,0x37,0x38,0x20, - 0x32,0x30,0x38,0x20,0x32,0x30,0x37,0x2E,0x39,0x38,0x31,0x32,0x33,0x31,0x20, - 0x32,0x30,0x39,0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x32,0x34,0x31,0x36,0x20, - 0x32,0x31,0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x38,0x32,0x38,0x35,0x37,0x20, - 0x32,0x31,0x31,0x20,0x32,0x31,0x30,0x2E,0x39,0x38,0x36,0x36,0x33,0x37,0x20, - 0x32,0x31,0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x38,0x38,0x38,0x35,0x32,0x20, - 0x32,0x31,0x33,0x20,0x32,0x31,0x32,0x2E,0x39,0x39,0x32,0x38,0x34,0x33,0x20, - 0x32,0x31,0x34,0x20,0x32,0x31,0x33,0x2E,0x39,0x39,0x35,0x31,0x38,0x36,0x20, - 0x32,0x31,0x35,0x20,0x32,0x31,0x34,0x2E,0x39,0x39,0x39,0x34,0x31,0x35,0x20, - 0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30,0x31,0x39,0x30,0x35,0x20, - 0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30,0x30,0x36,0x32,0x35,0x30,0x20, - 0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30,0x30,0x38,0x39,0x36,0x35,0x0A, - 0x38,0x35,0x20,0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x38,0x37,0x31,0x33,0x31, - 0x20,0x31,0x39,0x36,0x20,0x31,0x39,0x35,0x2E,0x39,0x39,0x35,0x37,0x30,0x30, - 0x20,0x31,0x39,0x37,0x20,0x31,0x39,0x36,0x2E,0x39,0x39,0x33,0x32,0x39,0x30, - 0x20,0x31,0x39,0x38,0x20,0x31,0x39,0x37,0x2E,0x39,0x39,0x32,0x37,0x35,0x30, - 0x20,0x31,0x39,0x39,0x20,0x31,0x39,0x38,0x2E,0x39,0x39,0x30,0x36,0x33,0x30, - 0x20,0x32,0x30,0x30,0x20,0x31,0x39,0x39,0x2E,0x39,0x39,0x30,0x32,0x39,0x30, - 0x20,0x32,0x30,0x31,0x20,0x32,0x30,0x30,0x2E,0x39,0x38,0x38,0x34,0x39,0x30, - 0x20,0x32,0x30,0x32,0x20,0x32,0x30,0x31,0x2E,0x39,0x38,0x38,0x34,0x35,0x30, - 0x20,0x32,0x30,0x33,0x20,0x32,0x30,0x32,0x2E,0x39,0x38,0x36,0x38,0x35,0x30, - 0x20,0x32,0x30,0x34,0x20,0x32,0x30,0x33,0x2E,0x39,0x38,0x37,0x32,0x36,0x30, - 0x20,0x32,0x30,0x35,0x20,0x32,0x30,0x34,0x2E,0x39,0x38,0x36,0x30,0x34,0x30, - 0x20,0x32,0x30,0x36,0x20,0x32,0x30,0x35,0x2E,0x39,0x38,0x36,0x36,0x30,0x30, - 0x20,0x32,0x30,0x37,0x20,0x32,0x30,0x36,0x2E,0x39,0x38,0x35,0x37,0x37,0x36, - 0x20,0x32,0x30,0x38,0x20,0x32,0x30,0x37,0x2E,0x39,0x38,0x36,0x35,0x38,0x33, - 0x20,0x32,0x30,0x39,0x20,0x32,0x30,0x38,0x2E,0x39,0x38,0x36,0x31,0x35,0x39, - 0x20,0x32,0x31,0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x38,0x37,0x31,0x33,0x31, - 0x20,0x32,0x31,0x31,0x20,0x32,0x31,0x30,0x2E,0x39,0x38,0x37,0x34,0x38,0x31, - 0x20,0x32,0x31,0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x39,0x30,0x37,0x33,0x35, - 0x20,0x32,0x31,0x33,0x20,0x32,0x31,0x32,0x2E,0x39,0x39,0x32,0x39,0x32,0x31, - 0x20,0x32,0x31,0x34,0x20,0x32,0x31,0x33,0x2E,0x39,0x39,0x36,0x33,0x35,0x36, - 0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x34,0x2E,0x39,0x39,0x38,0x36,0x34,0x31, - 0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30,0x32,0x34,0x30,0x39, - 0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30,0x30,0x34,0x37,0x31,0x30, - 0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30,0x30,0x38,0x36,0x38,0x31, - 0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E,0x30,0x31,0x31,0x33,0x30,0x30, - 0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E,0x30,0x31,0x35,0x33,0x30,0x30, - 0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E,0x30,0x31,0x38,0x31,0x34,0x30, - 0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E,0x30,0x32,0x32,0x33,0x33,0x30, - 0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E,0x30,0x32,0x35,0x33,0x34,0x30, - 0x0A,0x38,0x36,0x20,0x30,0x20,0x32,0x32,0x32,0x2E,0x30,0x31,0x37,0x35,0x37, - 0x30,0x20,0x31,0x39,0x38,0x20,0x31,0x39,0x37,0x2E,0x39,0x39,0x38,0x37,0x38, - 0x30,0x20,0x31,0x39,0x39,0x20,0x31,0x39,0x38,0x2E,0x39,0x39,0x38,0x33,0x31, - 0x30,0x20,0x32,0x30,0x30,0x20,0x31,0x39,0x39,0x2E,0x39,0x39,0x35,0x36,0x38, - 0x30,0x20,0x32,0x30,0x31,0x20,0x32,0x30,0x30,0x2E,0x39,0x39,0x35,0x35,0x34, - 0x30,0x20,0x32,0x30,0x32,0x20,0x32,0x30,0x31,0x2E,0x39,0x39,0x33,0x32,0x32, - 0x30,0x20,0x32,0x30,0x33,0x20,0x32,0x30,0x32,0x2E,0x39,0x39,0x33,0x33,0x32, - 0x30,0x20,0x32,0x30,0x34,0x20,0x32,0x30,0x33,0x2E,0x39,0x39,0x31,0x33,0x37, - 0x30,0x20,0x32,0x30,0x35,0x20,0x32,0x30,0x34,0x2E,0x39,0x39,0x31,0x36,0x37, - 0x30,0x20,0x32,0x30,0x36,0x20,0x32,0x30,0x35,0x2E,0x39,0x39,0x30,0x31,0x36, - 0x30,0x20,0x32,0x30,0x37,0x20,0x32,0x30,0x36,0x2E,0x39,0x39,0x30,0x37,0x33, - 0x30,0x20,0x32,0x30,0x38,0x20,0x32,0x30,0x37,0x2E,0x39,0x38,0x39,0x36,0x33, - 0x31,0x20,0x32,0x30,0x39,0x20,0x32,0x30,0x38,0x2E,0x39,0x39,0x30,0x33,0x38, - 0x30,0x20,0x32,0x31,0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x38,0x39,0x36,0x38, - 0x30,0x20,0x32,0x31,0x31,0x20,0x32,0x31,0x30,0x2E,0x39,0x39,0x30,0x35,0x38, - 0x35,0x20,0x32,0x31,0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x39,0x30,0x36,0x38, - 0x39,0x20,0x32,0x31,0x33,0x20,0x32,0x31,0x32,0x2E,0x39,0x39,0x33,0x38,0x36, - 0x38,0x20,0x32,0x31,0x34,0x20,0x32,0x31,0x33,0x2E,0x39,0x39,0x35,0x33,0x34, - 0x36,0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x34,0x2E,0x39,0x39,0x38,0x37,0x32, - 0x39,0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30,0x30,0x32,0x35, - 0x38,0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30,0x30,0x33,0x39,0x31, - 0x35,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30,0x30,0x35,0x35,0x38, - 0x36,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E,0x30,0x30,0x39,0x34,0x37, - 0x35,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E,0x30,0x31,0x31,0x33,0x38, - 0x34,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E,0x30,0x31,0x35,0x34,0x36, - 0x30,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E,0x30,0x31,0x37,0x35,0x37, - 0x30,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E,0x30,0x32,0x31,0x37,0x39, - 0x30,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34,0x2E,0x30,0x32,0x34,0x30,0x39, - 0x30,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35,0x2E,0x30,0x32,0x38,0x34,0x34, - 0x30,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36,0x2E,0x30,0x33,0x30,0x38,0x39, - 0x30,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37,0x2E,0x30,0x33,0x35,0x34,0x31, - 0x30,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38,0x2E,0x30,0x33,0x38,0x30,0x38, - 0x30,0x0A,0x38,0x37,0x20,0x30,0x20,0x32,0x32,0x33,0x2E,0x30,0x31,0x39,0x37, - 0x33,0x30,0x20,0x32,0x30,0x31,0x20,0x32,0x30,0x31,0x2E,0x30,0x30,0x33,0x39, - 0x39,0x30,0x20,0x32,0x30,0x32,0x20,0x32,0x30,0x32,0x2E,0x30,0x30,0x33,0x32, - 0x39,0x30,0x20,0x32,0x30,0x33,0x20,0x32,0x30,0x33,0x2E,0x30,0x30,0x31,0x30, - 0x35,0x30,0x20,0x32,0x30,0x34,0x20,0x32,0x30,0x34,0x2E,0x30,0x30,0x30,0x35, - 0x39,0x30,0x20,0x32,0x30,0x35,0x20,0x32,0x30,0x34,0x2E,0x39,0x39,0x38,0x36, - 0x36,0x30,0x20,0x32,0x30,0x36,0x20,0x32,0x30,0x35,0x2E,0x39,0x39,0x38,0x34, - 0x39,0x30,0x20,0x32,0x30,0x37,0x20,0x32,0x30,0x36,0x2E,0x39,0x39,0x36,0x38, - 0x36,0x30,0x20,0x32,0x30,0x38,0x20,0x32,0x30,0x37,0x2E,0x39,0x39,0x37,0x31, - 0x33,0x30,0x20,0x32,0x30,0x39,0x20,0x32,0x30,0x38,0x2E,0x39,0x39,0x35,0x39, - 0x32,0x30,0x20,0x32,0x31,0x30,0x20,0x32,0x30,0x39,0x2E,0x39,0x39,0x36,0x33, - 0x39,0x38,0x20,0x32,0x31,0x31,0x20,0x32,0x31,0x30,0x2E,0x39,0x39,0x35,0x35, - 0x32,0x39,0x20,0x32,0x31,0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x39,0x36,0x31, - 0x39,0x35,0x20,0x32,0x31,0x33,0x20,0x32,0x31,0x32,0x2E,0x39,0x39,0x36,0x31, - 0x37,0x35,0x20,0x32,0x31,0x34,0x20,0x32,0x31,0x33,0x2E,0x39,0x39,0x38,0x39, - 0x35,0x35,0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x35,0x2E,0x30,0x30,0x30,0x33, - 0x32,0x36,0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30,0x33,0x31, - 0x38,0x38,0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30,0x30,0x34,0x36, - 0x31,0x36,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30,0x30,0x37,0x35, - 0x36,0x33,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E,0x30,0x30,0x39,0x32, - 0x34,0x31,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E,0x30,0x31,0x32,0x33, - 0x31,0x33,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E,0x30,0x31,0x34,0x32, - 0x34,0x36,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E,0x30,0x31,0x37,0x35, - 0x34,0x34,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E,0x30,0x31,0x39,0x37, - 0x33,0x30,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34,0x2E,0x30,0x32,0x33,0x32, - 0x34,0x30,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35,0x2E,0x30,0x32,0x35,0x36, - 0x30,0x37,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36,0x2E,0x30,0x32,0x39,0x33, - 0x34,0x30,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37,0x2E,0x30,0x33,0x31,0x38, - 0x33,0x30,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38,0x2E,0x30,0x33,0x35,0x37, - 0x32,0x30,0x20,0x32,0x32,0x39,0x20,0x32,0x32,0x39,0x2E,0x30,0x33,0x38,0x34, - 0x33,0x30,0x20,0x32,0x33,0x30,0x20,0x32,0x33,0x30,0x2E,0x30,0x34,0x32,0x35, - 0x31,0x30,0x20,0x32,0x33,0x31,0x20,0x32,0x33,0x31,0x2E,0x30,0x34,0x35,0x34, - 0x31,0x30,0x20,0x32,0x33,0x32,0x20,0x32,0x33,0x32,0x2E,0x30,0x34,0x39,0x36, - 0x35,0x30,0x0A,0x38,0x38,0x20,0x30,0x20,0x32,0x32,0x36,0x2E,0x30,0x32,0x35, - 0x34,0x30,0x32,0x20,0x32,0x30,0x36,0x20,0x32,0x30,0x36,0x2E,0x30,0x30,0x33, - 0x37,0x38,0x30,0x20,0x32,0x30,0x37,0x20,0x32,0x30,0x37,0x2E,0x30,0x30,0x33, - 0x37,0x33,0x30,0x20,0x32,0x30,0x38,0x20,0x32,0x30,0x38,0x2E,0x30,0x30,0x31, - 0x37,0x38,0x30,0x20,0x32,0x30,0x39,0x20,0x32,0x30,0x39,0x2E,0x30,0x30,0x31, - 0x39,0x34,0x30,0x20,0x32,0x31,0x30,0x20,0x32,0x31,0x30,0x2E,0x30,0x30,0x30, - 0x34,0x35,0x30,0x20,0x32,0x31,0x31,0x20,0x32,0x31,0x31,0x2E,0x30,0x30,0x30, - 0x38,0x39,0x30,0x20,0x32,0x31,0x32,0x20,0x32,0x31,0x31,0x2E,0x39,0x39,0x39, - 0x37,0x38,0x33,0x20,0x32,0x31,0x33,0x20,0x32,0x31,0x33,0x2E,0x30,0x30,0x30, - 0x33,0x35,0x30,0x20,0x32,0x31,0x34,0x20,0x32,0x31,0x34,0x2E,0x30,0x30,0x30, - 0x30,0x39,0x31,0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x35,0x2E,0x30,0x30,0x32, - 0x37,0x30,0x34,0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30,0x33, - 0x35,0x31,0x38,0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30,0x30,0x36, - 0x33,0x30,0x36,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30,0x30,0x37, - 0x31,0x32,0x34,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E,0x30,0x31,0x30, - 0x30,0x36,0x39,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E,0x30,0x31,0x31, - 0x30,0x31,0x35,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E,0x30,0x31,0x33, - 0x39,0x30,0x38,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E,0x30,0x31,0x35, - 0x33,0x36,0x32,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E,0x30,0x31,0x38, - 0x34,0x39,0x37,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34,0x2E,0x30,0x32,0x30, - 0x32,0x30,0x32,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35,0x2E,0x30,0x32,0x33, - 0x36,0x30,0x34,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36,0x2E,0x30,0x32,0x35, - 0x34,0x30,0x32,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37,0x2E,0x30,0x32,0x39, - 0x31,0x37,0x30,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38,0x2E,0x30,0x33,0x31, - 0x30,0x36,0x34,0x20,0x32,0x32,0x39,0x20,0x32,0x32,0x39,0x2E,0x30,0x33,0x34, - 0x38,0x32,0x30,0x20,0x32,0x33,0x30,0x20,0x32,0x33,0x30,0x2E,0x30,0x33,0x37, - 0x30,0x38,0x30,0x20,0x32,0x33,0x31,0x20,0x32,0x33,0x31,0x2E,0x30,0x34,0x31, - 0x32,0x32,0x30,0x20,0x32,0x33,0x32,0x20,0x32,0x33,0x32,0x2E,0x30,0x34,0x33, - 0x36,0x39,0x30,0x20,0x32,0x33,0x33,0x20,0x32,0x33,0x33,0x2E,0x30,0x34,0x38, - 0x30,0x30,0x30,0x20,0x32,0x33,0x34,0x20,0x32,0x33,0x34,0x2E,0x30,0x35,0x30, - 0x35,0x35,0x30,0x0A,0x38,0x39,0x20,0x30,0x20,0x32,0x32,0x37,0x2E,0x30,0x32, - 0x37,0x37,0x34,0x37,0x20,0x32,0x30,0x37,0x20,0x32,0x30,0x37,0x2E,0x30,0x31, - 0x32,0x30,0x39,0x30,0x20,0x32,0x30,0x38,0x20,0x32,0x30,0x38,0x2E,0x30,0x31, - 0x31,0x34,0x39,0x30,0x20,0x32,0x30,0x39,0x20,0x32,0x30,0x39,0x2E,0x30,0x30, - 0x39,0x35,0x37,0x30,0x20,0x32,0x31,0x30,0x20,0x32,0x31,0x30,0x2E,0x30,0x30, - 0x39,0x32,0x36,0x30,0x20,0x32,0x31,0x31,0x20,0x32,0x31,0x31,0x2E,0x30,0x30, - 0x37,0x36,0x35,0x30,0x20,0x32,0x31,0x32,0x20,0x32,0x31,0x32,0x2E,0x30,0x30, - 0x37,0x38,0x31,0x30,0x20,0x32,0x31,0x33,0x20,0x32,0x31,0x33,0x2E,0x30,0x30, - 0x36,0x35,0x37,0x30,0x20,0x32,0x31,0x34,0x20,0x32,0x31,0x34,0x2E,0x30,0x30, - 0x36,0x38,0x39,0x30,0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x35,0x2E,0x30,0x30, - 0x36,0x34,0x35,0x30,0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30,0x30, - 0x38,0x37,0x32,0x31,0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30,0x30, - 0x39,0x33,0x33,0x33,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30,0x31, - 0x31,0x36,0x33,0x30,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E,0x30,0x31, - 0x32,0x34,0x30,0x30,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E,0x30,0x31, - 0x34,0x37,0x35,0x30,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E,0x30,0x31, - 0x35,0x35,0x38,0x30,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E,0x30,0x31, - 0x37,0x38,0x32,0x39,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E,0x30,0x31, - 0x39,0x31,0x32,0x36,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34,0x2E,0x30,0x32, - 0x31,0x37,0x30,0x38,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35,0x2E,0x30,0x32, - 0x33,0x32,0x32,0x31,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36,0x2E,0x30,0x32, - 0x36,0x30,0x39,0x30,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37,0x2E,0x30,0x32, - 0x37,0x37,0x34,0x37,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38,0x2E,0x30,0x33, - 0x31,0x30,0x31,0x34,0x20,0x32,0x32,0x39,0x20,0x32,0x32,0x39,0x2E,0x30,0x33, - 0x32,0x39,0x33,0x30,0x20,0x32,0x33,0x30,0x20,0x32,0x33,0x30,0x2E,0x30,0x33, - 0x36,0x30,0x33,0x30,0x20,0x32,0x33,0x31,0x20,0x32,0x33,0x31,0x2E,0x30,0x33, - 0x38,0x35,0x35,0x30,0x20,0x32,0x33,0x32,0x20,0x32,0x33,0x32,0x2E,0x30,0x34, - 0x32,0x30,0x32,0x30,0x20,0x32,0x33,0x33,0x20,0x32,0x33,0x33,0x2E,0x30,0x34, - 0x34,0x35,0x35,0x30,0x20,0x32,0x33,0x34,0x20,0x32,0x33,0x34,0x2E,0x30,0x34, - 0x38,0x34,0x32,0x30,0x0A,0x39,0x30,0x20,0x30,0x20,0x32,0x33,0x32,0x2E,0x30, - 0x33,0x38,0x30,0x35,0x30,0x20,0x32,0x31,0x32,0x20,0x32,0x31,0x32,0x2E,0x30, - 0x31,0x32,0x39,0x32,0x30,0x20,0x32,0x31,0x33,0x20,0x32,0x31,0x33,0x2E,0x30, - 0x31,0x32,0x39,0x36,0x30,0x20,0x32,0x31,0x34,0x20,0x32,0x31,0x34,0x2E,0x30, - 0x31,0x31,0x34,0x35,0x30,0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x35,0x2E,0x30, - 0x31,0x31,0x37,0x33,0x30,0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E,0x30, - 0x31,0x31,0x30,0x35,0x31,0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E,0x30, - 0x31,0x33,0x30,0x37,0x30,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E,0x30, - 0x31,0x33,0x32,0x36,0x38,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E,0x30, - 0x31,0x35,0x35,0x32,0x30,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E,0x30, - 0x31,0x35,0x37,0x33,0x33,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E,0x30, - 0x31,0x38,0x31,0x37,0x31,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E,0x30, - 0x31,0x38,0x34,0x35,0x34,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E,0x30, - 0x32,0x30,0x37,0x39,0x35,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34,0x2E,0x30, - 0x32,0x31,0x34,0x35,0x39,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35,0x2E,0x30, - 0x32,0x33,0x39,0x34,0x31,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36,0x2E,0x30, - 0x32,0x34,0x38,0x39,0x31,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37,0x2E,0x30, - 0x32,0x37,0x36,0x39,0x39,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38,0x2E,0x30, - 0x32,0x38,0x37,0x33,0x31,0x20,0x32,0x32,0x39,0x20,0x32,0x32,0x39,0x2E,0x30, - 0x33,0x31,0x37,0x35,0x35,0x20,0x32,0x33,0x30,0x20,0x32,0x33,0x30,0x2E,0x30, - 0x33,0x33,0x31,0x32,0x36,0x20,0x32,0x33,0x31,0x20,0x32,0x33,0x31,0x2E,0x30, - 0x33,0x36,0x32,0x39,0x37,0x20,0x32,0x33,0x32,0x20,0x32,0x33,0x32,0x2E,0x30, - 0x33,0x38,0x30,0x35,0x30,0x20,0x32,0x33,0x33,0x20,0x32,0x33,0x33,0x2E,0x30, - 0x34,0x31,0x35,0x37,0x36,0x20,0x32,0x33,0x34,0x20,0x32,0x33,0x34,0x2E,0x30, - 0x34,0x33,0x35,0x39,0x35,0x20,0x32,0x33,0x35,0x20,0x32,0x33,0x35,0x2E,0x30, - 0x34,0x37,0x35,0x30,0x30,0x20,0x32,0x33,0x36,0x20,0x32,0x33,0x36,0x2E,0x30, - 0x34,0x39,0x37,0x31,0x30,0x20,0x32,0x33,0x37,0x20,0x32,0x33,0x37,0x2E,0x30, - 0x35,0x33,0x38,0x39,0x30,0x0A,0x39,0x31,0x20,0x30,0x20,0x32,0x33,0x31,0x2E, - 0x30,0x33,0x35,0x38,0x37,0x38,0x20,0x32,0x31,0x35,0x20,0x32,0x31,0x35,0x2E, - 0x30,0x31,0x39,0x31,0x30,0x30,0x20,0x32,0x31,0x36,0x20,0x32,0x31,0x36,0x2E, - 0x30,0x31,0x39,0x31,0x31,0x30,0x20,0x32,0x31,0x37,0x20,0x32,0x31,0x37,0x2E, - 0x30,0x31,0x38,0x32,0x39,0x30,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38,0x2E, - 0x30,0x32,0x30,0x30,0x31,0x30,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39,0x2E, - 0x30,0x31,0x39,0x38,0x38,0x30,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30,0x2E, - 0x30,0x32,0x31,0x38,0x38,0x30,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31,0x2E, - 0x30,0x32,0x31,0x38,0x36,0x30,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32,0x2E, - 0x30,0x32,0x33,0x37,0x33,0x30,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33,0x2E, - 0x30,0x32,0x33,0x39,0x36,0x30,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34,0x2E, - 0x30,0x32,0x35,0x36,0x31,0x30,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35,0x2E, - 0x30,0x32,0x36,0x31,0x32,0x30,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36,0x2E, - 0x30,0x32,0x37,0x39,0x33,0x33,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37,0x2E, - 0x30,0x32,0x38,0x37,0x39,0x33,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38,0x2E, - 0x30,0x33,0x31,0x30,0x33,0x37,0x20,0x32,0x32,0x39,0x20,0x32,0x32,0x39,0x2E, - 0x30,0x33,0x32,0x30,0x38,0x39,0x20,0x32,0x33,0x30,0x20,0x32,0x33,0x30,0x2E, - 0x30,0x33,0x34,0x35,0x33,0x33,0x20,0x32,0x33,0x31,0x20,0x32,0x33,0x31,0x2E, - 0x30,0x33,0x35,0x38,0x37,0x38,0x20,0x32,0x33,0x32,0x20,0x32,0x33,0x32,0x2E, - 0x30,0x33,0x38,0x35,0x38,0x32,0x20,0x32,0x33,0x33,0x20,0x32,0x33,0x33,0x2E, - 0x30,0x34,0x30,0x32,0x34,0x30,0x20,0x32,0x33,0x34,0x20,0x32,0x33,0x34,0x2E, - 0x30,0x34,0x33,0x33,0x30,0x32,0x20,0x32,0x33,0x35,0x20,0x32,0x33,0x35,0x2E, - 0x30,0x34,0x35,0x34,0x34,0x30,0x20,0x32,0x33,0x36,0x20,0x32,0x33,0x36,0x2E, - 0x30,0x34,0x38,0x36,0x38,0x30,0x20,0x32,0x33,0x37,0x20,0x32,0x33,0x37,0x2E, - 0x30,0x35,0x31,0x31,0x34,0x30,0x20,0x32,0x33,0x38,0x20,0x32,0x33,0x38,0x2E, - 0x30,0x35,0x34,0x35,0x30,0x30,0x0A,0x39,0x32,0x20,0x30,0x20,0x32,0x33,0x38, - 0x2E,0x30,0x35,0x30,0x37,0x38,0x32,0x20,0x32,0x31,0x38,0x20,0x32,0x31,0x38, - 0x2E,0x30,0x32,0x33,0x34,0x39,0x30,0x20,0x32,0x31,0x39,0x20,0x32,0x31,0x39, - 0x2E,0x30,0x32,0x34,0x39,0x32,0x30,0x20,0x32,0x32,0x30,0x20,0x32,0x32,0x30, - 0x2E,0x30,0x32,0x34,0x37,0x31,0x30,0x20,0x32,0x32,0x31,0x20,0x32,0x32,0x31, - 0x2E,0x30,0x32,0x36,0x33,0x35,0x30,0x20,0x32,0x32,0x32,0x20,0x32,0x32,0x32, - 0x2E,0x30,0x32,0x36,0x30,0x37,0x30,0x20,0x32,0x32,0x33,0x20,0x32,0x32,0x33, - 0x2E,0x30,0x32,0x37,0x37,0x32,0x30,0x20,0x32,0x32,0x34,0x20,0x32,0x32,0x34, - 0x2E,0x30,0x32,0x37,0x35,0x39,0x30,0x20,0x32,0x32,0x35,0x20,0x32,0x32,0x35, - 0x2E,0x30,0x32,0x39,0x33,0x38,0x30,0x20,0x32,0x32,0x36,0x20,0x32,0x32,0x36, - 0x2E,0x30,0x32,0x39,0x33,0x34,0x30,0x20,0x32,0x32,0x37,0x20,0x32,0x32,0x37, - 0x2E,0x30,0x33,0x31,0x31,0x34,0x30,0x20,0x32,0x32,0x38,0x20,0x32,0x32,0x38, - 0x2E,0x30,0x33,0x31,0x33,0x36,0x36,0x20,0x32,0x32,0x39,0x20,0x32,0x32,0x39, - 0x2E,0x30,0x33,0x33,0x34,0x39,0x36,0x20,0x32,0x33,0x30,0x20,0x32,0x33,0x30, - 0x2E,0x30,0x33,0x33,0x39,0x32,0x37,0x20,0x32,0x33,0x31,0x20,0x32,0x33,0x31, - 0x2E,0x30,0x33,0x36,0x32,0x38,0x39,0x20,0x32,0x33,0x32,0x20,0x32,0x33,0x32, - 0x2E,0x30,0x33,0x37,0x31,0x34,0x36,0x20,0x32,0x33,0x33,0x20,0x32,0x33,0x33, - 0x2E,0x30,0x33,0x39,0x36,0x32,0x38,0x20,0x32,0x33,0x34,0x20,0x32,0x33,0x34, - 0x2E,0x30,0x34,0x30,0x39,0x34,0x35,0x20,0x32,0x33,0x35,0x20,0x32,0x33,0x35, - 0x2E,0x30,0x34,0x33,0x39,0x32,0x33,0x20,0x32,0x33,0x36,0x20,0x32,0x33,0x36, - 0x2E,0x30,0x34,0x35,0x35,0x36,0x31,0x20,0x32,0x33,0x37,0x20,0x32,0x33,0x37, - 0x2E,0x30,0x34,0x38,0x37,0x32,0x34,0x20,0x32,0x33,0x38,0x20,0x32,0x33,0x38, - 0x2E,0x30,0x35,0x30,0x37,0x38,0x32,0x20,0x32,0x33,0x39,0x20,0x32,0x33,0x39, - 0x2E,0x30,0x35,0x34,0x32,0x38,0x37,0x20,0x32,0x34,0x30,0x20,0x32,0x34,0x30, - 0x2E,0x30,0x35,0x36,0x35,0x38,0x36,0x20,0x32,0x34,0x31,0x20,0x32,0x34,0x31, - 0x2E,0x30,0x36,0x30,0x33,0x33,0x30,0x20,0x32,0x34,0x32,0x20,0x32,0x34,0x32, - 0x2E,0x30,0x36,0x32,0x39,0x33,0x30,0x0A,0x39,0x33,0x20,0x30,0x20,0x32,0x33, - 0x37,0x2E,0x30,0x34,0x38,0x31,0x36,0x37,0x20,0x32,0x32,0x36,0x20,0x32,0x32, - 0x36,0x2E,0x30,0x33,0x35,0x31,0x33,0x30,0x20,0x32,0x32,0x37,0x20,0x32,0x32, - 0x37,0x2E,0x30,0x33,0x34,0x39,0x36,0x30,0x20,0x32,0x32,0x38,0x20,0x32,0x32, - 0x38,0x2E,0x30,0x33,0x36,0x31,0x38,0x30,0x20,0x32,0x32,0x39,0x20,0x32,0x32, - 0x39,0x2E,0x30,0x33,0x36,0x32,0x35,0x30,0x20,0x32,0x33,0x30,0x20,0x32,0x33, - 0x30,0x2E,0x30,0x33,0x37,0x38,0x31,0x30,0x20,0x32,0x33,0x31,0x20,0x32,0x33, - 0x31,0x2E,0x30,0x33,0x38,0x32,0x33,0x30,0x20,0x32,0x33,0x32,0x20,0x32,0x33, - 0x32,0x2E,0x30,0x34,0x30,0x31,0x30,0x30,0x20,0x32,0x33,0x33,0x20,0x32,0x33, - 0x33,0x2E,0x30,0x34,0x30,0x37,0x33,0x30,0x20,0x32,0x33,0x34,0x20,0x32,0x33, - 0x34,0x2E,0x30,0x34,0x32,0x38,0x38,0x39,0x20,0x32,0x33,0x35,0x20,0x32,0x33, - 0x35,0x2E,0x30,0x34,0x34,0x30,0x35,0x35,0x20,0x32,0x33,0x36,0x20,0x32,0x33, - 0x36,0x2E,0x30,0x34,0x36,0x35,0x36,0x30,0x20,0x32,0x33,0x37,0x20,0x32,0x33, - 0x37,0x2E,0x30,0x34,0x38,0x31,0x36,0x37,0x20,0x32,0x33,0x38,0x20,0x32,0x33, - 0x38,0x2E,0x30,0x35,0x30,0x39,0x34,0x30,0x20,0x32,0x33,0x39,0x20,0x32,0x33, - 0x39,0x2E,0x30,0x35,0x32,0x39,0x33,0x31,0x20,0x32,0x34,0x30,0x20,0x32,0x34, - 0x30,0x2E,0x30,0x35,0x36,0x31,0x36,0x39,0x20,0x32,0x34,0x31,0x20,0x32,0x34, - 0x31,0x2E,0x30,0x35,0x38,0x32,0x35,0x30,0x20,0x32,0x34,0x32,0x20,0x32,0x34, - 0x32,0x2E,0x30,0x36,0x31,0x36,0x34,0x30,0x0A,0x39,0x34,0x20,0x30,0x20,0x32, - 0x34,0x34,0x2E,0x30,0x36,0x34,0x31,0x39,0x38,0x20,0x32,0x32,0x38,0x20,0x32, - 0x32,0x38,0x2E,0x30,0x33,0x38,0x37,0x33,0x30,0x20,0x32,0x32,0x39,0x20,0x32, - 0x32,0x39,0x2E,0x30,0x34,0x30,0x31,0x34,0x30,0x20,0x32,0x33,0x30,0x20,0x32, - 0x33,0x30,0x2E,0x30,0x33,0x39,0x36,0x34,0x36,0x20,0x32,0x33,0x31,0x20,0x32, - 0x33,0x31,0x2E,0x30,0x34,0x31,0x32,0x36,0x30,0x20,0x32,0x33,0x32,0x20,0x32, - 0x33,0x32,0x2E,0x30,0x34,0x31,0x31,0x37,0x39,0x20,0x32,0x33,0x33,0x20,0x32, - 0x33,0x33,0x2E,0x30,0x34,0x32,0x39,0x39,0x30,0x20,0x32,0x33,0x34,0x20,0x32, - 0x33,0x34,0x2E,0x30,0x34,0x33,0x33,0x30,0x35,0x20,0x32,0x33,0x35,0x20,0x32, - 0x33,0x35,0x2E,0x30,0x34,0x35,0x32,0x38,0x32,0x20,0x32,0x33,0x36,0x20,0x32, - 0x33,0x36,0x2E,0x30,0x34,0x36,0x30,0x34,0x38,0x20,0x32,0x33,0x37,0x20,0x32, - 0x33,0x37,0x2E,0x30,0x34,0x38,0x34,0x30,0x33,0x20,0x32,0x33,0x38,0x20,0x32, - 0x33,0x38,0x2E,0x30,0x34,0x39,0x35,0x35,0x33,0x20,0x32,0x33,0x39,0x20,0x32, - 0x33,0x39,0x2E,0x30,0x35,0x32,0x31,0x35,0x36,0x20,0x32,0x34,0x30,0x20,0x32, - 0x34,0x30,0x2E,0x30,0x35,0x33,0x38,0x30,0x37,0x20,0x32,0x34,0x31,0x20,0x32, - 0x34,0x31,0x2E,0x30,0x35,0x36,0x38,0x34,0x35,0x20,0x32,0x34,0x32,0x20,0x32, - 0x34,0x32,0x2E,0x30,0x35,0x38,0x37,0x33,0x36,0x20,0x32,0x34,0x33,0x20,0x32, - 0x34,0x33,0x2E,0x30,0x36,0x31,0x39,0x39,0x37,0x20,0x32,0x34,0x34,0x20,0x32, - 0x34,0x34,0x2E,0x30,0x36,0x34,0x31,0x39,0x38,0x20,0x32,0x34,0x35,0x20,0x32, - 0x34,0x35,0x2E,0x30,0x36,0x37,0x37,0x33,0x39,0x20,0x32,0x34,0x36,0x20,0x32, - 0x34,0x36,0x2E,0x30,0x37,0x30,0x31,0x39,0x38,0x0A,0x39,0x35,0x20,0x30,0x20, - 0x32,0x34,0x33,0x2E,0x30,0x36,0x31,0x33,0x37,0x32,0x20,0x32,0x33,0x32,0x20, - 0x32,0x33,0x32,0x2E,0x30,0x34,0x36,0x35,0x39,0x30,0x20,0x32,0x33,0x34,0x20, - 0x32,0x33,0x34,0x2E,0x30,0x34,0x37,0x37,0x39,0x30,0x20,0x32,0x33,0x37,0x20, - 0x32,0x33,0x37,0x2E,0x30,0x34,0x39,0x39,0x37,0x30,0x20,0x32,0x33,0x38,0x20, - 0x32,0x33,0x38,0x2E,0x30,0x35,0x31,0x39,0x38,0x30,0x20,0x32,0x33,0x39,0x20, - 0x32,0x33,0x39,0x2E,0x30,0x35,0x33,0x30,0x31,0x38,0x20,0x32,0x34,0x30,0x20, - 0x32,0x34,0x30,0x2E,0x30,0x35,0x35,0x32,0x38,0x38,0x20,0x32,0x34,0x31,0x20, - 0x32,0x34,0x31,0x2E,0x30,0x35,0x36,0x38,0x32,0x32,0x20,0x32,0x34,0x32,0x20, - 0x32,0x34,0x32,0x2E,0x30,0x35,0x39,0x35,0x34,0x33,0x20,0x32,0x34,0x33,0x20, - 0x32,0x34,0x33,0x2E,0x30,0x36,0x31,0x33,0x37,0x32,0x20,0x32,0x34,0x34,0x20, - 0x32,0x34,0x34,0x2E,0x30,0x36,0x34,0x32,0x37,0x39,0x20,0x32,0x34,0x35,0x20, - 0x32,0x34,0x35,0x2E,0x30,0x36,0x36,0x34,0x34,0x35,0x20,0x32,0x34,0x36,0x20, - 0x32,0x34,0x36,0x2E,0x30,0x36,0x39,0x37,0x36,0x38,0x20,0x32,0x34,0x37,0x20, - 0x32,0x34,0x37,0x2E,0x30,0x37,0x32,0x30,0x39,0x30,0x0A,0x39,0x36,0x20,0x30, - 0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x30,0x33,0x34,0x37,0x20,0x32,0x33,0x36, - 0x20,0x32,0x33,0x36,0x2E,0x30,0x35,0x31,0x34,0x31,0x30,0x20,0x32,0x33,0x37, - 0x20,0x32,0x33,0x37,0x2E,0x30,0x35,0x32,0x38,0x39,0x30,0x20,0x32,0x33,0x38, - 0x20,0x32,0x33,0x38,0x2E,0x30,0x35,0x33,0x30,0x32,0x30,0x20,0x32,0x33,0x39, - 0x20,0x32,0x33,0x39,0x2E,0x30,0x35,0x34,0x39,0x35,0x30,0x20,0x32,0x34,0x30, - 0x20,0x32,0x34,0x30,0x2E,0x30,0x35,0x35,0x35,0x31,0x39,0x20,0x32,0x34,0x31, - 0x20,0x32,0x34,0x31,0x2E,0x30,0x35,0x37,0x36,0x34,0x36,0x20,0x32,0x34,0x32, - 0x20,0x32,0x34,0x32,0x2E,0x30,0x35,0x38,0x38,0x32,0x39,0x20,0x32,0x34,0x33, - 0x20,0x32,0x34,0x33,0x2E,0x30,0x36,0x31,0x33,0x38,0x32,0x20,0x32,0x34,0x34, - 0x20,0x32,0x34,0x34,0x2E,0x30,0x36,0x32,0x37,0x34,0x36,0x20,0x32,0x34,0x35, - 0x20,0x32,0x34,0x35,0x2E,0x30,0x36,0x35,0x34,0x38,0x35,0x20,0x32,0x34,0x36, - 0x20,0x32,0x34,0x36,0x2E,0x30,0x36,0x37,0x32,0x31,0x37,0x20,0x32,0x34,0x37, - 0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x30,0x33,0x34,0x37,0x20,0x32,0x34,0x38, - 0x20,0x32,0x34,0x38,0x2E,0x30,0x37,0x32,0x33,0x34,0x32,0x20,0x32,0x34,0x39, - 0x20,0x32,0x34,0x39,0x2E,0x30,0x37,0x35,0x39,0x34,0x37,0x20,0x32,0x35,0x30, - 0x20,0x32,0x35,0x30,0x2E,0x30,0x37,0x38,0x33,0x35,0x31,0x20,0x32,0x35,0x31, - 0x20,0x32,0x35,0x31,0x2E,0x30,0x38,0x32,0x32,0x37,0x38,0x0A,0x39,0x37,0x20, - 0x30,0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x30,0x32,0x39,0x39,0x20,0x32,0x33, - 0x38,0x20,0x32,0x33,0x38,0x2E,0x30,0x35,0x38,0x32,0x37,0x30,0x20,0x32,0x34, - 0x32,0x20,0x32,0x34,0x32,0x2E,0x30,0x36,0x32,0x30,0x35,0x30,0x20,0x32,0x34, - 0x33,0x20,0x32,0x34,0x33,0x2E,0x30,0x36,0x33,0x30,0x30,0x32,0x20,0x32,0x34, - 0x34,0x20,0x32,0x34,0x34,0x2E,0x30,0x36,0x35,0x31,0x36,0x38,0x20,0x32,0x34, - 0x35,0x20,0x32,0x34,0x35,0x2E,0x30,0x36,0x36,0x33,0x35,0x35,0x20,0x32,0x34, - 0x36,0x20,0x32,0x34,0x36,0x2E,0x30,0x36,0x38,0x36,0x37,0x30,0x20,0x32,0x34, - 0x37,0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x30,0x32,0x39,0x39,0x20,0x32,0x34, - 0x38,0x20,0x32,0x34,0x38,0x2E,0x30,0x37,0x33,0x30,0x38,0x30,0x20,0x32,0x34, - 0x39,0x20,0x32,0x34,0x39,0x2E,0x30,0x37,0x34,0x39,0x38,0x30,0x20,0x32,0x35, - 0x30,0x20,0x32,0x35,0x30,0x2E,0x30,0x37,0x38,0x33,0x31,0x31,0x20,0x32,0x35, - 0x31,0x20,0x32,0x35,0x31,0x2E,0x30,0x38,0x30,0x37,0x35,0x33,0x0A,0x39,0x38, - 0x20,0x30,0x20,0x32,0x35,0x31,0x2E,0x30,0x37,0x39,0x35,0x38,0x30,0x20,0x32, - 0x33,0x39,0x20,0x32,0x33,0x39,0x2E,0x30,0x36,0x32,0x35,0x38,0x30,0x20,0x32, - 0x34,0x30,0x20,0x32,0x34,0x30,0x2E,0x30,0x36,0x32,0x33,0x30,0x30,0x20,0x32, - 0x34,0x31,0x20,0x32,0x34,0x31,0x2E,0x30,0x36,0x33,0x37,0x32,0x30,0x20,0x32, - 0x34,0x32,0x20,0x32,0x34,0x32,0x2E,0x30,0x36,0x33,0x36,0x39,0x30,0x20,0x32, - 0x34,0x33,0x20,0x32,0x34,0x33,0x2E,0x30,0x36,0x35,0x34,0x32,0x30,0x20,0x32, - 0x34,0x34,0x20,0x32,0x34,0x34,0x2E,0x30,0x36,0x35,0x39,0x39,0x30,0x20,0x32, - 0x34,0x35,0x20,0x32,0x34,0x35,0x2E,0x30,0x36,0x38,0x30,0x34,0x30,0x20,0x32, - 0x34,0x36,0x20,0x32,0x34,0x36,0x2E,0x30,0x36,0x38,0x37,0x39,0x38,0x20,0x32, - 0x34,0x37,0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x30,0x39,0x39,0x32,0x20,0x32, - 0x34,0x38,0x20,0x32,0x34,0x38,0x2E,0x30,0x37,0x32,0x31,0x37,0x38,0x20,0x32, - 0x34,0x39,0x20,0x32,0x34,0x39,0x2E,0x30,0x37,0x34,0x38,0x34,0x37,0x20,0x32, - 0x35,0x30,0x20,0x32,0x35,0x30,0x2E,0x30,0x37,0x36,0x34,0x30,0x30,0x20,0x32, - 0x35,0x31,0x20,0x32,0x35,0x31,0x2E,0x30,0x37,0x39,0x35,0x38,0x30,0x20,0x32, - 0x35,0x32,0x20,0x32,0x35,0x32,0x2E,0x30,0x38,0x31,0x36,0x32,0x30,0x20,0x32, - 0x35,0x33,0x20,0x32,0x35,0x33,0x2E,0x30,0x38,0x35,0x31,0x32,0x37,0x20,0x32, - 0x35,0x34,0x20,0x32,0x35,0x34,0x2E,0x30,0x38,0x37,0x33,0x31,0x36,0x20,0x32, - 0x35,0x35,0x20,0x32,0x35,0x35,0x2E,0x30,0x39,0x31,0x30,0x34,0x30,0x0A,0x39, - 0x39,0x20,0x30,0x20,0x32,0x35,0x32,0x2E,0x30,0x38,0x32,0x39,0x37,0x30,0x20, - 0x32,0x34,0x33,0x20,0x32,0x34,0x33,0x2E,0x30,0x36,0x39,0x36,0x33,0x30,0x20, - 0x32,0x34,0x34,0x20,0x32,0x34,0x34,0x2E,0x30,0x37,0x30,0x39,0x37,0x30,0x20, - 0x32,0x34,0x35,0x20,0x32,0x34,0x35,0x2E,0x30,0x37,0x31,0x33,0x32,0x30,0x20, - 0x32,0x34,0x36,0x20,0x32,0x34,0x36,0x2E,0x30,0x37,0x32,0x39,0x37,0x30,0x20, - 0x32,0x34,0x37,0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x33,0x36,0x35,0x30,0x20, - 0x32,0x34,0x38,0x20,0x32,0x34,0x38,0x2E,0x30,0x37,0x35,0x34,0x36,0x30,0x20, - 0x32,0x34,0x39,0x20,0x32,0x34,0x39,0x2E,0x30,0x37,0x36,0x34,0x31,0x30,0x20, - 0x32,0x35,0x30,0x20,0x32,0x35,0x30,0x2E,0x30,0x37,0x38,0x36,0x35,0x30,0x20, - 0x32,0x35,0x31,0x20,0x32,0x35,0x31,0x2E,0x30,0x37,0x39,0x39,0x38,0x34,0x20, - 0x32,0x35,0x32,0x20,0x32,0x35,0x32,0x2E,0x30,0x38,0x32,0x39,0x37,0x30,0x20, - 0x32,0x35,0x33,0x20,0x32,0x35,0x33,0x2E,0x30,0x38,0x34,0x38,0x31,0x38,0x20, - 0x32,0x35,0x34,0x20,0x32,0x35,0x34,0x2E,0x30,0x38,0x38,0x30,0x31,0x36,0x20, - 0x32,0x35,0x35,0x20,0x32,0x35,0x35,0x2E,0x30,0x39,0x30,0x32,0x36,0x36,0x20, - 0x32,0x35,0x36,0x20,0x32,0x35,0x36,0x2E,0x30,0x39,0x33,0x35,0x39,0x30,0x0A, - 0x31,0x30,0x30,0x20,0x30,0x20,0x32,0x35,0x37,0x2E,0x30,0x39,0x35,0x30,0x39, - 0x39,0x20,0x32,0x34,0x32,0x20,0x32,0x34,0x32,0x2E,0x30,0x37,0x33,0x34,0x33, - 0x30,0x20,0x32,0x34,0x33,0x20,0x32,0x34,0x33,0x2E,0x30,0x37,0x34,0x35,0x31, - 0x30,0x20,0x32,0x34,0x34,0x20,0x32,0x34,0x34,0x2E,0x30,0x37,0x34,0x30,0x38, - 0x30,0x20,0x32,0x34,0x35,0x20,0x32,0x34,0x35,0x2E,0x30,0x37,0x35,0x33,0x38, - 0x30,0x20,0x32,0x34,0x36,0x20,0x32,0x34,0x36,0x2E,0x30,0x37,0x35,0x32,0x38, - 0x30,0x20,0x32,0x34,0x37,0x20,0x32,0x34,0x37,0x2E,0x30,0x37,0x36,0x38,0x32, - 0x30,0x20,0x32,0x34,0x38,0x20,0x32,0x34,0x38,0x2E,0x30,0x37,0x37,0x31,0x38, - 0x34,0x20,0x32,0x34,0x39,0x20,0x32,0x34,0x39,0x2E,0x30,0x37,0x39,0x30,0x32, - 0x30,0x20,0x32,0x35,0x30,0x20,0x32,0x35,0x30,0x2E,0x30,0x37,0x39,0x35,0x31, - 0x35,0x20,0x32,0x35,0x31,0x20,0x32,0x35,0x31,0x2E,0x30,0x38,0x31,0x35,0x36, - 0x36,0x20,0x32,0x35,0x32,0x20,0x32,0x35,0x32,0x2E,0x30,0x38,0x32,0x34,0x36, - 0x30,0x20,0x32,0x35,0x33,0x20,0x32,0x35,0x33,0x2E,0x30,0x38,0x35,0x31,0x37, - 0x36,0x20,0x32,0x35,0x34,0x20,0x32,0x35,0x34,0x2E,0x30,0x38,0x36,0x38,0x34, - 0x38,0x20,0x32,0x35,0x35,0x20,0x32,0x35,0x35,0x2E,0x30,0x38,0x39,0x39,0x35, - 0x35,0x20,0x32,0x35,0x36,0x20,0x32,0x35,0x36,0x2E,0x30,0x39,0x31,0x37,0x36, - 0x37,0x20,0x32,0x35,0x37,0x20,0x32,0x35,0x37,0x2E,0x30,0x39,0x35,0x30,0x39, - 0x39,0x20,0x32,0x35,0x38,0x20,0x32,0x35,0x38,0x2E,0x30,0x39,0x37,0x30,0x37, - 0x30,0x20,0x32,0x35,0x39,0x20,0x32,0x35,0x39,0x2E,0x31,0x30,0x30,0x35,0x39, - 0x30,0x0A,0x31,0x30,0x31,0x20,0x30,0x20,0x32,0x35,0x38,0x2E,0x30,0x39,0x38, - 0x34,0x32,0x35,0x20,0x32,0x34,0x37,0x20,0x32,0x34,0x37,0x2E,0x30,0x38,0x31, - 0x38,0x30,0x30,0x20,0x32,0x34,0x38,0x20,0x32,0x34,0x38,0x2E,0x30,0x38,0x32, - 0x39,0x31,0x30,0x20,0x32,0x34,0x39,0x20,0x32,0x34,0x39,0x2E,0x30,0x38,0x33, - 0x30,0x30,0x30,0x20,0x32,0x35,0x30,0x20,0x32,0x35,0x30,0x2E,0x30,0x38,0x34, - 0x34,0x39,0x30,0x20,0x32,0x35,0x31,0x20,0x32,0x35,0x31,0x2E,0x30,0x38,0x34, - 0x39,0x32,0x30,0x20,0x32,0x35,0x32,0x20,0x32,0x35,0x32,0x2E,0x30,0x38,0x36, - 0x36,0x33,0x30,0x20,0x32,0x35,0x33,0x20,0x32,0x35,0x33,0x2E,0x30,0x38,0x37, - 0x32,0x38,0x30,0x20,0x32,0x35,0x34,0x20,0x32,0x35,0x34,0x2E,0x30,0x38,0x39, - 0x37,0x33,0x30,0x20,0x32,0x35,0x35,0x20,0x32,0x35,0x35,0x2E,0x30,0x39,0x31, - 0x30,0x37,0x35,0x20,0x32,0x35,0x36,0x20,0x32,0x35,0x36,0x2E,0x30,0x39,0x34, - 0x30,0x35,0x30,0x20,0x32,0x35,0x37,0x20,0x32,0x35,0x37,0x2E,0x30,0x39,0x35, - 0x35,0x33,0x35,0x20,0x32,0x35,0x38,0x20,0x32,0x35,0x38,0x2E,0x30,0x39,0x38, - 0x34,0x32,0x35,0x20,0x32,0x35,0x39,0x20,0x32,0x35,0x39,0x2E,0x31,0x30,0x30, - 0x35,0x30,0x30,0x20,0x32,0x36,0x30,0x20,0x32,0x36,0x30,0x2E,0x31,0x30,0x33, - 0x36,0x35,0x30,0x0A,0x31,0x30,0x32,0x20,0x30,0x20,0x32,0x35,0x39,0x2E,0x31, - 0x30,0x31,0x30,0x32,0x30,0x20,0x32,0x35,0x30,0x20,0x32,0x35,0x30,0x2E,0x30, - 0x38,0x37,0x34,0x39,0x30,0x20,0x32,0x35,0x31,0x20,0x32,0x35,0x31,0x2E,0x30, - 0x38,0x38,0x39,0x36,0x30,0x20,0x32,0x35,0x32,0x20,0x32,0x35,0x32,0x2E,0x30, - 0x38,0x38,0x39,0x36,0x36,0x20,0x32,0x35,0x33,0x20,0x32,0x35,0x33,0x2E,0x30, - 0x39,0x30,0x36,0x35,0x30,0x20,0x32,0x35,0x34,0x20,0x32,0x35,0x34,0x2E,0x30, - 0x39,0x30,0x39,0x34,0x39,0x20,0x32,0x35,0x35,0x20,0x32,0x35,0x35,0x2E,0x30, - 0x39,0x33,0x32,0x33,0x32,0x20,0x32,0x35,0x36,0x20,0x32,0x35,0x36,0x2E,0x30, - 0x39,0x34,0x32,0x37,0x36,0x20,0x32,0x35,0x37,0x20,0x32,0x35,0x37,0x2E,0x30, - 0x39,0x36,0x38,0x35,0x30,0x20,0x32,0x35,0x38,0x20,0x32,0x35,0x38,0x2E,0x30, - 0x39,0x38,0x32,0x30,0x30,0x20,0x32,0x35,0x39,0x20,0x32,0x35,0x39,0x2E,0x31, - 0x30,0x31,0x30,0x32,0x30,0x20,0x32,0x36,0x32,0x20,0x32,0x36,0x32,0x2E,0x31, - 0x30,0x37,0x35,0x32,0x30,0x0A,0x31,0x30,0x33,0x20,0x30,0x20,0x32,0x36,0x32, - 0x2E,0x31,0x30,0x39,0x36,0x39,0x30,0x20,0x32,0x35,0x33,0x20,0x32,0x35,0x33, - 0x2E,0x30,0x39,0x35,0x32,0x36,0x30,0x20,0x32,0x35,0x34,0x20,0x32,0x35,0x34, - 0x2E,0x30,0x39,0x36,0x35,0x39,0x30,0x20,0x32,0x35,0x35,0x20,0x32,0x35,0x35, - 0x2E,0x30,0x39,0x36,0x37,0x37,0x30,0x20,0x32,0x35,0x36,0x20,0x32,0x35,0x36, - 0x2E,0x30,0x39,0x38,0x37,0x36,0x30,0x20,0x32,0x35,0x37,0x20,0x32,0x35,0x37, - 0x2E,0x30,0x39,0x39,0x36,0x31,0x30,0x20,0x32,0x35,0x38,0x20,0x32,0x35,0x38, - 0x2E,0x31,0x30,0x31,0x38,0x38,0x30,0x20,0x32,0x35,0x39,0x20,0x32,0x35,0x39, - 0x2E,0x31,0x30,0x32,0x39,0x39,0x30,0x20,0x32,0x36,0x30,0x20,0x32,0x36,0x30, - 0x2E,0x31,0x30,0x35,0x35,0x37,0x30,0x20,0x32,0x36,0x31,0x20,0x32,0x36,0x31, - 0x2E,0x31,0x30,0x36,0x39,0x34,0x30,0x20,0x32,0x36,0x32,0x20,0x32,0x36,0x32, - 0x2E,0x31,0x30,0x39,0x36,0x39,0x30,0x0A,0x31,0x30,0x34,0x20,0x30,0x20,0x32, - 0x36,0x31,0x2E,0x31,0x30,0x38,0x37,0x35,0x30,0x20,0x32,0x35,0x33,0x20,0x32, - 0x35,0x33,0x2E,0x31,0x30,0x30,0x36,0x38,0x30,0x20,0x32,0x35,0x34,0x20,0x32, - 0x35,0x34,0x2E,0x31,0x30,0x30,0x31,0x37,0x30,0x20,0x32,0x35,0x35,0x20,0x32, - 0x35,0x35,0x2E,0x31,0x30,0x31,0x34,0x39,0x30,0x20,0x32,0x35,0x36,0x20,0x32, - 0x35,0x36,0x2E,0x31,0x30,0x31,0x31,0x38,0x30,0x20,0x32,0x35,0x37,0x20,0x32, - 0x35,0x37,0x2E,0x31,0x30,0x33,0x30,0x37,0x30,0x20,0x32,0x35,0x38,0x20,0x32, - 0x35,0x38,0x2E,0x31,0x30,0x33,0x35,0x37,0x30,0x20,0x32,0x35,0x39,0x20,0x32, - 0x35,0x39,0x2E,0x31,0x30,0x35,0x36,0x33,0x30,0x20,0x32,0x36,0x30,0x20,0x32, - 0x36,0x30,0x2E,0x31,0x30,0x36,0x34,0x33,0x30,0x20,0x32,0x36,0x31,0x20,0x32, - 0x36,0x31,0x2E,0x31,0x30,0x38,0x37,0x35,0x30,0x20,0x32,0x36,0x32,0x20,0x32, - 0x36,0x32,0x2E,0x31,0x30,0x39,0x39,0x32,0x30,0x20,0x32,0x36,0x33,0x20,0x32, - 0x36,0x33,0x2E,0x31,0x31,0x32,0x35,0x34,0x30,0x0A,0x31,0x30,0x35,0x20,0x30, - 0x20,0x32,0x36,0x32,0x2E,0x31,0x31,0x34,0x31,0x35,0x30,0x20,0x32,0x35,0x35, - 0x20,0x32,0x35,0x35,0x2E,0x31,0x30,0x37,0x34,0x30,0x30,0x20,0x32,0x35,0x37, - 0x20,0x32,0x35,0x37,0x2E,0x31,0x30,0x37,0x38,0x36,0x30,0x20,0x32,0x35,0x38, - 0x20,0x32,0x35,0x38,0x2E,0x31,0x30,0x39,0x34,0x34,0x30,0x20,0x32,0x35,0x39, - 0x20,0x32,0x35,0x39,0x2E,0x31,0x30,0x39,0x37,0x32,0x30,0x20,0x32,0x36,0x30, - 0x20,0x32,0x36,0x30,0x2E,0x31,0x31,0x31,0x34,0x33,0x30,0x20,0x32,0x36,0x31, - 0x20,0x32,0x36,0x31,0x2E,0x31,0x31,0x32,0x31,0x31,0x30,0x20,0x32,0x36,0x32, - 0x20,0x32,0x36,0x32,0x2E,0x31,0x31,0x34,0x31,0x35,0x30,0x20,0x32,0x36,0x33, - 0x20,0x32,0x36,0x33,0x2E,0x31,0x31,0x35,0x30,0x38,0x30,0x0A,0x31,0x30,0x36, - 0x20,0x30,0x20,0x32,0x36,0x33,0x2E,0x31,0x31,0x38,0x33,0x31,0x30,0x20,0x32, - 0x35,0x39,0x20,0x32,0x35,0x39,0x2E,0x31,0x31,0x34,0x36,0x35,0x30,0x20,0x32, - 0x36,0x30,0x20,0x32,0x36,0x30,0x2E,0x31,0x31,0x34,0x34,0x34,0x30,0x20,0x32, - 0x36,0x31,0x20,0x32,0x36,0x31,0x2E,0x31,0x31,0x36,0x32,0x30,0x30,0x20,0x32, - 0x36,0x33,0x20,0x32,0x36,0x33,0x2E,0x31,0x31,0x38,0x33,0x31,0x30,0x20,0x32, - 0x36,0x35,0x20,0x32,0x36,0x35,0x2E,0x31,0x32,0x31,0x30,0x37,0x30,0x20,0x32, - 0x36,0x36,0x20,0x32,0x36,0x36,0x2E,0x31,0x32,0x31,0x39,0x33,0x30,0x0A,0x31, - 0x30,0x37,0x20,0x30,0x20,0x32,0x36,0x34,0x2E,0x31,0x32,0x34,0x37,0x33,0x30, - 0x20,0x32,0x36,0x31,0x20,0x32,0x36,0x31,0x2E,0x31,0x32,0x31,0x38,0x30,0x30, - 0x20,0x32,0x36,0x32,0x20,0x32,0x36,0x32,0x2E,0x31,0x32,0x33,0x30,0x31,0x30, - 0x20,0x32,0x36,0x34,0x20,0x32,0x36,0x34,0x2E,0x31,0x32,0x34,0x37,0x33,0x30, - 0x0A,0x31,0x30,0x38,0x20,0x30,0x20,0x32,0x36,0x35,0x2E,0x31,0x33,0x30,0x30, - 0x30,0x30,0x20,0x32,0x36,0x33,0x20,0x32,0x36,0x33,0x2E,0x31,0x32,0x38,0x37, - 0x31,0x30,0x20,0x32,0x36,0x34,0x20,0x32,0x36,0x34,0x2E,0x31,0x32,0x38,0x34, - 0x31,0x30,0x20,0x32,0x36,0x35,0x20,0x32,0x36,0x35,0x2E,0x31,0x33,0x30,0x30, - 0x30,0x30,0x0A,0x31,0x30,0x39,0x20,0x30,0x20,0x32,0x36,0x38,0x2E,0x31,0x33, - 0x38,0x38,0x32,0x30,0x20,0x32,0x36,0x36,0x20,0x32,0x36,0x36,0x2E,0x31,0x33, - 0x37,0x39,0x34,0x30,0x20,0x32,0x36,0x38,0x20,0x32,0x36,0x38,0x2E,0x31,0x33, - 0x38,0x38,0x32,0x30,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_ISOTOPE_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/isotope.txt --- a/CADDSuite-1.6/data/OpenBabel/isotope.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,147 +0,0 @@ -############################################################################## -# # -# Open Babel file: isotope.txt # -# # -# Copyright (c) 2002-2004 by Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# This file has a series of lines, one for each element # -# (i.e. line 0 = neutron, line 1 = hydrogen, line 2 = helium, etc.) # -# Each line: Atomic #, 0 then exact mass of most abundant isotope # -# then a list of isotopes as int, float pairs corresponding to masses # -# # -# CAUTION: Masses have been zero-padded to 9 decimal places # -# (we don't currently have a math package that can deal with sig. fig.) # -# so trailing zeros may not be significant and/or useful # -# # -# Values are compiled from: # -# "The Ame2003 atomic mass evaluation (II)" # -# by G.Audi, A.H.Wapstra and C.Thibault # -# Nuclear Physics A729 p. 337-676, December 22, 2003. # -# as made available in the mass.mas03round file # -# (these are values for publication) # -# # -# Currently: 110 lines (neutron, H to Mt) # -# (note that since element 0 often represents a dummy atom, the default # -# mass is 0 amu, *not* the mass of a neutron, accessible as isotope 1) # -# # -############################################################################## -0 0 0.000000000 1 1.008664915 -1 0 1.007825032 1 1.007825032 2 2.014101778 3 3.016049278 4 4.027810000 5 5.035310000 6 6.044940000 7 7.052750000 -2 0 4.002603254 3 3.016029319 4 4.002603254 5 5.012220000 6 6.018889100 7 7.028021000 8 8.033922000 9 9.043950000 10 10.052400000 -3 0 7.016004550 3 3.030780000 4 4.027190000 5 5.012540000 6 6.015122795 7 7.016004550 8 8.022487360 9 9.026789500 10 10.035481000 11 11.043798000 12 12.053780000 -4 0 9.012182200 5 5.040790000 6 6.019726000 7 7.016929830 8 8.005305100 9 9.012182200 10 10.013533800 11 11.021658000 12 12.026921000 13 13.035690000 14 14.042890000 15 15.053460000 16 16.061920000 -5 0 11.009305400 6 6.046810000 7 7.029920000 8 8.024607200 9 9.013328800 10 10.012937000 11 11.009305400 12 12.014352100 13 13.017780200 14 14.025404000 15 15.031103000 16 16.039810000 17 17.046990000 18 18.056170000 19 19.063730000 -6 0 12.000000000 8 8.037675000 9 9.031036700 10 10.016853200 11 11.011433600 12 12.000000000 13 13.003354838 14 14.003241989 15 15.010599300 16 16.014701000 17 17.022586000 18 18.026760000 19 19.034810000 20 20.040320000 21 21.049340000 22 22.057200000 -7 0 14.003074005 10 10.041650000 11 11.026090000 12 12.018613200 13 13.005738610 14 14.003074005 15 15.000108898 16 16.006101700 17 17.008450000 18 18.014079000 19 19.017029000 20 20.023370000 21 21.027110000 22 22.034390000 23 23.041220000 24 24.051040000 25 25.060660000 -8 0 15.994914620 12 12.034405000 13 13.024812000 14 14.008596250 15 15.003065600 16 15.994914620 17 16.999131700 18 17.999161000 19 19.003580000 20 20.004076700 21 21.008656000 22 22.009970000 23 23.015690000 24 24.020470000 25 25.029460000 26 26.038340000 27 27.048260000 28 28.057810000 -9 0 18.998403220 14 14.035060000 15 15.018010000 16 16.011466000 17 17.002095240 18 18.000938000 19 18.998403220 20 19.999981320 21 20.999949000 22 22.002999000 23 23.003570000 24 24.008120000 25 25.012100000 26 26.019620000 27 27.026760000 28 28.035670000 29 29.043260000 30 30.052500000 31 31.060430000 -10 0 19.992440175 16 16.025761000 17 17.017672000 18 18.005708200 19 19.001880200 20 19.992440175 21 20.993846680 22 21.991385114 23 22.994466900 24 23.993610800 25 24.997737000 26 26.000461000 27 27.007590000 28 28.012070000 29 29.019390000 30 30.024800000 31 31.033110000 32 32.040020000 33 33.049380000 34 34.057030000 -11 0 22.989769281 18 18.025970000 19 19.013877000 20 20.007351000 21 20.997655200 22 21.994436400 23 22.989769281 24 23.990962780 25 24.989954000 26 25.992633000 27 26.994077000 28 27.998938000 29 29.002861000 30 30.008976000 31 31.013590000 32 32.020470000 33 33.026720000 34 34.035170000 35 35.042490000 36 36.051480000 37 37.059340000 -12 0 23.985041700 19 19.035470000 20 20.018863000 21 21.011713000 22 21.999573800 23 22.994123700 24 23.985041700 25 24.985836920 26 25.982592929 27 26.984340590 28 27.983876800 29 28.988600000 30 29.990434000 31 30.996546000 32 31.998975000 33 33.005254000 34 34.009460000 35 35.017340000 36 36.023000000 37 37.031400000 38 38.037570000 39 39.046770000 40 40.053930000 -13 0 26.981538630 21 21.028040000 22 22.019520000 23 23.007267000 24 23.999938900 25 24.990428100 26 25.986891690 27 26.981538630 28 27.981910310 29 28.980445000 30 29.982960000 31 30.983947000 32 31.988120000 33 32.990840000 34 33.996850000 35 34.999860000 36 36.006210000 37 37.010680000 38 38.017230000 39 39.022970000 40 40.031450000 41 41.038330000 42 42.046890000 -14 0 27.976926532 22 22.034530000 23 23.025520000 24 24.011546000 25 25.004106000 26 25.992330000 27 26.986704910 28 27.976926532 29 28.976494700 30 29.973770170 31 30.975363230 32 31.974148080 33 32.978000000 34 33.978576000 35 34.984580000 36 35.986600000 37 36.992940000 38 37.995630000 39 39.002070000 40 40.005870000 41 41.014560000 42 42.019790000 43 43.028660000 44 44.035260000 -15 0 30.973761630 24 24.034350000 25 25.020260000 26 26.011780000 27 26.999230000 28 27.992315000 29 28.981800600 30 29.978313800 31 30.973761630 32 31.973907270 33 32.971725500 34 33.973636000 35 34.973314100 36 35.978260000 37 36.979610000 38 37.984160000 39 38.986180000 40 39.991300000 41 40.994340000 42 42.001010000 43 43.006190000 44 44.012990000 45 45.019220000 46 46.027380000 -16 0 31.972071000 26 26.027880000 27 27.018830000 28 28.004370000 29 28.996610000 30 29.984903000 31 30.979554700 32 31.972071000 33 32.971458760 34 33.967866900 35 34.969032160 36 35.967080760 37 36.971125570 38 37.971163000 39 38.975130000 40 39.975450000 41 40.979580000 42 41.981020000 43 42.987150000 44 43.990210000 45 44.996510000 46 46.000750000 47 47.008590000 48 48.014170000 49 49.023620000 -17 0 34.968852680 28 28.028510000 29 29.014110000 30 30.004770000 31 30.992410000 32 31.985690000 33 32.977451900 34 33.973762820 35 34.968852680 36 35.968306980 37 36.965902590 38 37.968010430 39 38.968008200 40 39.970420000 41 40.970680000 42 41.973250000 43 42.974050000 44 43.978280000 45 44.980290000 46 45.984210000 47 46.988710000 48 47.994950000 49 49.000320000 50 50.007840000 51 51.014490000 -18 0 39.962383123 30 30.021560000 31 31.012120000 32 31.997638000 33 32.989925700 34 33.980271200 35 34.975257600 36 35.967545106 37 36.966776320 38 37.962732400 39 38.964313000 40 39.962383123 41 40.964500600 42 41.963046000 43 42.965636000 44 43.964924000 45 44.968040000 46 45.968090000 47 46.972190000 48 47.974540000 49 48.980520000 50 49.984430000 51 50.991630000 52 51.996780000 53 53.004940000 -19 0 38.963706680 32 32.021920000 33 33.007260000 34 33.998410000 35 34.988010000 36 35.981292000 37 36.973375890 38 37.969081200 39 38.963706680 40 39.963998480 41 40.961825760 42 41.962402810 43 42.960716000 44 43.961560000 45 44.960699000 46 45.961977000 47 46.961678000 48 47.965514000 49 48.967450000 50 49.972780000 51 50.976380000 52 51.982610000 53 52.987120000 54 53.994200000 55 54.999710000 -20 0 39.962590980 34 34.014120000 35 35.004940000 36 35.993090000 37 36.985870000 38 37.976318000 39 38.970719700 40 39.962590980 41 40.962278060 42 41.958618010 43 42.958766600 44 43.955481800 45 44.956186600 46 45.953692600 47 46.954546000 48 47.952534000 49 48.955674000 50 49.957519000 51 50.961500000 52 51.965100000 53 52.970050000 54 53.974350000 55 54.980550000 56 55.985570000 57 56.992360000 -21 0 44.955911900 36 36.014920000 37 37.003050000 38 37.994700000 39 38.984790000 40 39.977967000 41 40.969251130 42 41.965516430 43 42.961150700 44 43.959402800 45 44.955911900 46 45.955171900 47 46.952407500 48 47.952231000 49 48.950024000 50 49.952188000 51 50.953603000 52 51.956680000 53 52.959610000 54 53.963260000 55 54.968240000 56 55.972870000 57 56.977790000 58 57.983710000 59 58.989220000 60 59.995710000 -22 0 47.947946300 38 38.009770000 39 39.001610000 40 39.990500000 41 40.983150000 42 41.973031000 43 42.968522000 44 43.959690100 45 44.958125600 46 45.952631600 47 46.951763100 48 47.947946300 49 48.947870000 50 49.944791200 51 50.946615000 52 51.946897000 53 52.949730000 54 53.951050000 55 54.955270000 56 55.958200000 57 56.963990000 58 57.966970000 59 58.972930000 60 59.976760000 61 60.983200000 62 61.987490000 63 62.994420000 -23 0 50.943959500 40 40.011090000 41 40.999780000 42 41.991230000 43 42.980650000 44 43.974110000 45 44.965776000 46 45.960200500 47 46.954908900 48 47.952253700 49 48.948516100 50 49.947158500 51 50.943959500 52 51.944775500 53 52.944338000 54 53.946440000 55 54.947230000 56 55.950530000 57 56.952560000 58 57.956830000 59 58.960210000 60 59.965030000 61 60.968480000 62 61.973780000 63 62.977550000 64 63.983470000 65 64.987920000 -24 0 51.940507500 42 42.006430000 43 42.997710000 44 43.985550000 45 44.979640000 46 45.968359000 47 46.962900000 48 47.954032000 49 48.951335700 50 49.946044200 51 50.944767400 52 51.940507500 53 52.940649400 54 53.938880400 55 54.940839700 56 55.940653100 57 56.943613000 58 57.944350000 59 58.948590000 60 59.950080000 61 60.954720000 62 61.956610000 63 62.961860000 64 63.964410000 65 64.970160000 66 65.973380000 67 66.979550000 -25 0 54.938045100 44 44.006870000 45 44.994510000 46 45.986720000 47 46.976100000 48 47.968520000 49 48.959618000 50 49.954238200 51 50.948210800 52 51.945565500 53 52.941290100 54 53.940358900 55 54.938045100 56 55.938904900 57 56.938285400 58 57.939980000 59 58.940440000 60 59.942910000 61 60.944650000 62 61.948430000 63 62.950240000 64 63.954250000 65 64.956340000 66 65.961080000 67 66.964140000 68 67.969300000 69 68.972840000 -26 0 55.934937500 45 45.014580000 46 46.000810000 47 46.992890000 48 47.980500000 49 48.973610000 50 49.962990000 51 50.956820000 52 51.948114000 53 52.945307900 54 53.939610500 55 54.938293400 56 55.934937500 57 56.935394000 58 57.933275600 59 58.934875500 60 59.934072000 61 60.936745000 62 61.936767000 63 62.940370000 64 63.941200000 65 64.945380000 66 65.946780000 67 66.950950000 68 67.953700000 69 68.958780000 70 69.961460000 71 70.966720000 72 71.969620000 -27 0 58.933195000 47 47.011490000 48 48.001760000 49 48.989720000 50 49.981540000 51 50.970720000 52 51.963590000 53 52.954219000 54 53.948459600 55 54.941999000 56 55.939839300 57 56.936291400 58 57.935752800 59 58.933195000 60 59.933817100 61 60.932475800 62 61.934051000 63 62.933612000 64 63.935810000 65 64.936478000 66 65.939760000 67 66.940890000 68 67.944870000 69 68.946320000 70 69.951000000 71 70.952900000 72 71.957810000 73 72.960240000 74 73.965380000 75 74.968330000 -28 0 57.935342900 48 48.019750000 49 49.009660000 50 49.995930000 51 50.987720000 52 51.975680000 53 52.968470000 54 53.957910000 55 54.951330000 56 55.942132000 57 56.939793500 58 57.935342900 59 58.934346700 60 59.930786400 61 60.931056000 62 61.928345100 63 62.929669400 64 63.927966000 65 64.930084300 66 65.929139300 67 66.931569000 68 67.931869000 69 68.935610000 70 69.936500000 71 70.940740000 72 71.942090000 73 72.946470000 74 73.948070000 75 74.952870000 76 75.955330000 77 76.960550000 78 77.963180000 -29 0 62.929597500 52 51.997180000 53 52.985550000 54 53.976710000 55 54.966050000 56 55.958560000 57 56.949211000 58 57.944538500 59 58.939498000 60 59.937365000 61 60.933457800 62 61.932584000 63 62.929597500 64 63.929764200 65 64.927789500 66 65.928868800 67 66.927730300 68 67.929610900 69 68.929429300 70 69.932392300 71 70.932676800 72 71.935820300 73 72.936675000 74 73.939875000 75 74.941900000 76 75.945275000 77 76.947850000 78 77.951960000 79 78.954560000 80 79.960870000 -30 0 63.929142000 54 53.992950000 55 54.983980000 56 55.972380000 57 56.964790000 58 57.954590000 59 58.949260000 60 59.941827000 61 60.939511000 62 61.934330000 63 62.933211000 64 63.929142000 65 64.929241000 66 65.926033000 67 66.927127000 68 67.924844000 69 68.926550000 70 69.925319000 71 70.927722000 72 71.926858000 73 72.929780000 74 73.929460000 75 74.932940000 76 75.933290000 77 76.936960000 78 77.938440000 79 78.942650000 80 79.944340000 81 80.950480000 82 81.954420000 83 82.961030000 -31 0 68.925573000 56 55.994910000 57 56.982930000 58 57.974250000 59 58.963370000 60 59.957060000 61 60.949450000 62 61.944175000 63 62.939294000 64 63.936838000 65 64.932734000 66 65.931589000 67 66.928201000 68 67.927980000 69 68.925573000 70 69.926022000 71 70.924701000 72 71.926366000 73 72.925174000 74 73.926946000 75 74.926500000 76 75.928827000 77 76.929154000 78 77.931608000 79 78.932890000 80 79.936520000 81 80.937750000 82 81.942990000 83 82.946980000 84 83.952650000 85 84.957000000 86 85.963120000 -32 0 73.921177000 58 57.991010000 59 58.981750000 60 59.970190000 61 60.963790000 62 61.954650000 63 62.949640000 64 63.941650000 65 64.939440000 66 65.933840000 67 66.932734000 68 67.928094000 69 68.927964000 70 69.924247000 71 70.924951000 72 71.922075000 73 72.923458000 74 73.921177000 75 74.922858000 76 75.921402000 77 76.923548000 78 77.922853000 79 78.925400000 80 79.925370000 81 80.928820000 82 81.929550000 83 82.934620000 84 83.937470000 85 84.943030000 86 85.946490000 87 86.952510000 88 87.956910000 89 88.963830000 -33 0 74.921596000 60 59.993130000 61 60.980620000 62 61.973200000 63 62.963690000 64 63.957570000 65 64.949560000 66 65.944710000 67 66.939190000 68 67.936770000 69 68.932270000 70 69.930920000 71 70.927112000 72 71.926752000 73 72.923825000 74 73.923928000 75 74.921596000 76 75.922394000 77 76.920647000 78 77.921827000 79 78.920948000 80 79.922534000 81 80.922132000 82 81.924500000 83 82.924980000 84 83.929060000 85 84.932020000 86 85.936500000 87 86.939900000 88 87.944940000 89 88.949390000 90 89.955500000 91 90.960430000 92 91.966800000 -34 0 79.916521000 65 64.964660000 66 65.955210000 67 66.950090000 68 67.941800000 69 68.939560000 70 69.933390000 71 70.932240000 72 71.927112000 73 72.926765000 74 73.922476000 75 74.922523000 76 75.919213000 77 76.919914000 78 77.917309000 79 78.918499000 80 79.916521000 81 80.917992000 82 81.916699000 83 82.919118000 84 83.918462000 85 84.922250000 86 85.924272000 87 86.928520000 88 87.931420000 89 88.936450000 90 89.939960000 91 90.945960000 92 91.949920000 93 92.956290000 94 93.960490000 -35 0 78.918337000 67 66.964790000 68 67.958520000 69 68.950110000 70 69.944790000 71 70.938740000 72 71.936640000 73 72.931690000 74 73.929891000 75 74.925776000 76 75.924541000 77 76.921379000 78 77.921146000 79 78.918337000 80 79.918529000 81 80.916290000 82 81.916804000 83 82.915180000 84 83.916479000 85 84.915608000 86 85.918798000 87 86.920711000 88 87.924070000 89 88.926390000 90 89.930630000 91 90.933970000 92 91.939260000 93 92.943050000 94 93.948680000 95 94.952870000 96 95.958530000 97 96.962800000 -36 0 83.911507000 69 68.965180000 70 69.955260000 71 70.949630000 72 71.942092000 73 72.939289000 74 73.933084000 75 74.930946000 76 75.925910000 77 76.924670000 78 77.920364000 79 78.920082000 80 79.916379000 81 80.916592000 82 81.913483000 83 82.914136000 84 83.911507000 85 84.912527000 86 85.910610000 87 86.913354000 88 87.914447000 89 88.917630000 90 89.919517000 91 90.923450000 92 91.926156000 93 92.931270000 94 93.934360000 95 94.939840000 96 95.943070000 97 96.948560000 98 97.951910000 99 98.957600000 100 99.961140000 -37 0 84.911789000 71 70.965320000 72 71.959080000 73 72.950560000 74 73.944265000 75 74.938570000 76 75.935072000 77 76.930408000 78 77.928141000 79 78.923989000 80 79.922519000 81 80.918996000 82 81.918208000 83 82.915110000 84 83.914385000 85 84.911789000 86 85.911167000 87 86.909180000 88 87.911315000 89 88.912278000 90 89.914802000 91 90.916537000 92 91.919729000 93 92.922042000 94 93.926405000 95 94.929303000 96 95.934270000 97 96.937350000 98 97.941790000 99 98.945380000 100 99.949870000 101 100.953200000 102 101.958870000 -38 0 87.905612000 73 72.965970000 74 73.956310000 75 74.949950000 76 75.941770000 77 76.937945000 78 77.932180000 79 78.929708000 80 79.924521000 81 80.923212000 82 81.918402000 83 82.917557000 84 83.913425000 85 84.912933000 86 85.909260000 87 86.908877000 88 87.905612000 89 88.907450000 90 89.907738000 91 90.910203000 92 91.911038000 93 92.914026000 94 93.915361000 95 94.919359000 96 95.921697000 97 96.926153000 98 97.928453000 99 98.933240000 100 99.935350000 101 100.940520000 102 101.943020000 103 102.948950000 104 103.952330000 105 104.958580000 -39 0 88.905848000 76 75.958450000 77 76.949650000 78 77.943610000 79 78.937350000 80 79.934280000 81 80.929130000 82 81.926790000 83 82.922350000 84 83.920390000 85 84.916433000 86 85.914886000 87 86.910875000 88 87.909501000 89 88.905848000 90 89.907151000 91 90.907305000 92 91.908949000 93 92.909583000 94 93.911595000 95 94.912821000 96 95.915891000 97 96.918134000 98 97.922203000 99 98.924636000 100 99.927760000 101 100.930310000 102 101.933560000 103 102.936730000 104 103.941050000 105 104.944870000 106 105.949790000 107 106.954140000 108 107.959480000 -40 0 89.904704000 78 77.955230000 79 78.949160000 80 79.940400000 81 80.937210000 82 81.931090000 83 82.928650000 84 83.923250000 85 84.921470000 86 85.916470000 87 86.914816000 88 87.910227000 89 88.908890000 90 89.904704000 91 90.905645000 92 91.905040000 93 92.906476000 94 93.906315000 95 94.908042000 96 95.908273000 97 96.910953000 98 97.912735000 99 98.916512000 100 99.917760000 101 100.921140000 102 101.922980000 103 102.926600000 104 103.928780000 105 104.933050000 106 105.935910000 107 106.940750000 108 107.943960000 109 108.949240000 110 109.952870000 -41 0 92.906378000 81 80.949030000 82 81.943130000 83 82.936710000 84 83.933570000 85 84.927910000 86 85.925040000 87 86.920360000 88 87.918330000 89 88.913418000 90 89.911265000 91 90.906996000 92 91.907194000 93 92.906378000 94 93.907283000 95 94.906835000 96 95.908101000 97 96.908098000 98 97.910328000 99 98.911618000 100 99.914182000 101 100.915252000 102 101.918040000 103 102.919140000 104 103.922460000 105 104.923940000 106 105.927970000 107 106.930310000 108 107.934840000 109 108.937630000 110 109.942440000 111 110.945650000 112 111.950830000 113 112.954700000 -42 0 97.905408000 83 82.948740000 84 83.940090000 85 84.936550000 86 85.930700000 87 86.927330000 88 87.921953000 89 88.919480000 90 89.913937000 91 90.911750000 92 91.906811000 93 92.906813000 94 93.905088000 95 94.905842000 96 95.904679000 97 96.906021000 98 97.905408000 99 98.907711000 100 99.907477000 101 100.910347000 102 101.910297000 103 102.913210000 104 103.913760000 105 104.916970000 106 105.918137000 107 106.921690000 108 107.923450000 109 108.927810000 110 109.929730000 111 110.934410000 112 111.936840000 113 112.941880000 114 113.944920000 115 114.950290000 -43 0 97.907216000 85 84.948830000 86 85.942880000 87 86.936530000 88 87.932680000 89 88.927170000 90 89.923560000 91 90.918430000 92 91.915260000 93 92.910249000 94 93.909657000 95 94.907657000 96 95.907871000 97 96.906365000 98 97.907216000 99 98.906254000 100 99.907657000 101 100.907315000 102 101.909215000 103 102.909181000 104 103.911450000 105 104.911660000 106 105.914358000 107 106.915080000 108 107.918460000 109 108.919980000 110 109.923820000 111 110.925690000 112 111.929150000 113 112.931590000 114 113.935880000 115 114.938690000 116 115.943370000 117 116.946480000 118 117.951480000 -44 0 101.904349000 87 86.949180000 88 87.940260000 89 88.936110000 90 89.929890000 91 90.926290000 92 91.920120000 93 92.917050000 94 93.911360000 95 94.910413000 96 95.907598000 97 96.907555000 98 97.905287000 99 98.905939000 100 99.904219000 101 100.905582000 102 101.904349000 103 102.906323000 104 103.905433000 105 104.907753000 106 105.907329000 107 106.909910000 108 107.910170000 109 108.913200000 110 109.914140000 111 110.917700000 112 111.918970000 113 112.922490000 114 113.924280000 115 114.928690000 116 115.930810000 117 116.935580000 118 117.937820000 119 118.942840000 120 119.945310000 -45 0 102.905504000 89 88.948840000 90 89.942870000 91 90.936550000 92 91.931980000 93 92.925740000 94 93.921700000 95 94.915900000 96 95.914461000 97 96.911340000 98 97.910708000 99 98.908132000 100 99.908122000 101 100.906164000 102 101.906843000 103 102.905504000 104 103.906656000 105 104.905694000 106 105.907287000 107 106.906748000 108 107.908730000 109 108.908737000 110 109.911140000 111 110.911590000 112 111.914390000 113 112.915530000 114 113.918810000 115 114.920330000 116 115.924060000 117 116.925980000 118 117.930070000 119 118.932110000 120 119.936410000 121 120.938720000 122 121.943210000 -46 0 105.903486000 91 90.949110000 92 91.940420000 93 92.935910000 94 93.928770000 95 94.924690000 96 95.918160000 97 96.916480000 98 97.912721000 99 98.911768000 100 99.908506000 101 100.908289000 102 101.905609000 103 102.906087000 104 103.904036000 105 104.905085000 106 105.903486000 107 106.905133000 108 107.903892000 109 108.905950000 110 109.905153000 111 110.907671000 112 111.907314000 113 112.910150000 114 113.910363000 115 114.913680000 116 115.914160000 117 116.917840000 118 117.918980000 119 118.923110000 120 119.924690000 121 120.928870000 122 121.930550000 123 122.934930000 124 123.936880000 -47 0 106.905097000 93 92.949780000 94 93.942780000 95 94.935480000 96 95.930680000 97 96.923970000 98 97.921570000 99 98.917600000 100 99.916100000 101 100.912800000 102 101.911690000 103 102.908973000 104 103.908629000 105 104.906529000 106 105.906669000 107 106.905097000 108 107.905956000 109 108.904752000 110 109.906107000 111 110.905291000 112 111.907005000 113 112.906567000 114 113.908804000 115 114.908760000 116 115.911360000 117 116.911680000 118 117.914580000 119 118.915670000 120 119.918790000 121 120.919850000 122 121.923530000 123 122.924900000 124 123.928640000 125 124.930430000 126 125.934500000 127 126.936770000 128 127.941170000 129 128.943690000 130 129.950450000 -48 0 113.903358000 95 94.949870000 96 95.939770000 97 96.934940000 98 97.927400000 99 98.925010000 100 99.920290000 101 100.918680000 102 101.914460000 103 102.913419000 104 103.909849000 105 104.909468000 106 105.906459000 107 106.906618000 108 107.904184000 109 108.904982000 110 109.903002000 111 110.904178000 112 111.902757000 113 112.904401000 114 113.903358000 115 114.905431000 116 115.904756000 117 116.907219000 118 117.906915000 119 118.909920000 120 119.909850000 121 120.912980000 122 121.913330000 123 122.917000000 124 123.917650000 125 124.921250000 126 125.922350000 127 126.926440000 128 127.927760000 129 128.932150000 130 129.933900000 131 130.940670000 132 131.945550000 -49 0 114.903878000 97 96.949540000 98 97.942140000 99 98.934220000 100 99.931110000 101 100.926340000 102 101.924090000 103 102.919914000 104 103.918300000 105 104.914674000 106 105.913465000 107 106.910295000 108 107.909698000 109 108.907151000 110 109.907165000 111 110.905103000 112 111.905532000 113 112.904058000 114 113.904914000 115 114.903878000 116 115.905260000 117 116.904514000 118 117.906354000 119 118.905845000 120 119.907960000 121 120.907846000 122 121.910280000 123 122.910438000 124 123.913180000 125 124.913600000 126 125.916460000 127 126.917350000 128 127.920170000 129 128.921700000 130 129.924970000 131 130.926850000 132 131.932990000 133 132.937810000 134 133.944150000 135 134.949330000 -50 0 119.902194000 99 98.949330000 100 99.939040000 101 100.936060000 102 101.930300000 103 102.928100000 104 103.923140000 105 104.921350000 106 105.916880000 107 106.915640000 108 107.911925000 109 108.911283000 110 109.907843000 111 110.907734000 112 111.904818000 113 112.905171000 114 113.902779000 115 114.903342000 116 115.901741000 117 116.902952000 118 117.901603000 119 118.903308000 120 119.902194000 121 120.904235000 122 121.903439000 123 122.905720000 124 123.905273000 125 124.907784000 126 125.907653000 127 126.910360000 128 127.910537000 129 128.913480000 130 129.913967000 131 130.917000000 132 131.917816000 133 132.923830000 134 133.928290000 135 134.934730000 136 135.939340000 137 136.945990000 -51 0 120.903815000 103 102.939690000 104 103.936470000 105 104.931490000 106 105.928790000 107 106.924150000 108 107.922160000 109 108.918132000 110 109.916750000 111 110.913160000 112 111.912398000 113 112.909372000 114 113.909270000 115 114.906598000 116 115.906794000 117 116.904836000 118 117.905529000 119 118.903942000 120 119.905072000 121 120.903815000 122 121.905173000 123 122.904214000 124 123.905935000 125 124.905253000 126 125.907250000 127 126.906924000 128 127.909169000 129 128.909148000 130 129.911656000 131 130.911982000 132 131.914467000 133 132.915252000 134 133.920380000 135 134.925170000 136 135.930350000 137 136.935310000 138 137.940790000 139 138.945980000 -52 0 129.906224000 105 104.943640000 106 105.937500000 107 106.935010000 108 107.929440000 109 108.927420000 110 109.922410000 111 110.921110000 112 111.917010000 113 112.915890000 114 113.912090000 115 114.911900000 116 115.908460000 117 116.908645000 118 117.905828000 119 118.906404000 120 119.904020000 121 120.904936000 122 121.903043000 123 122.904270000 124 123.902817000 125 124.904430000 126 125.903311000 127 126.905226000 128 127.904463000 129 128.906598000 130 129.906224000 131 130.908523000 132 131.908553000 133 132.910955000 134 133.911369000 135 134.916450000 136 135.920100000 137 136.925320000 138 137.929220000 139 138.934730000 140 139.938850000 141 140.944650000 142 141.949080000 -53 0 126.904473000 108 107.943480000 109 108.938150000 110 109.935240000 111 110.930280000 112 111.927970000 113 112.923640000 114 113.921850000 115 114.918050000 116 115.916810000 117 116.913650000 118 117.913074000 119 118.910070000 120 119.910048000 121 120.907367000 122 121.907589000 123 122.905589000 124 123.906209000 125 124.904630000 126 125.905624000 127 126.904473000 128 127.905809000 129 128.904988000 130 129.906674000 131 130.906124000 132 131.907997000 133 132.907797000 134 133.909744000 135 134.910048000 136 135.914650000 137 136.917871000 138 137.922350000 139 138.926100000 140 139.931000000 141 140.935030000 142 141.940180000 143 142.944560000 144 143.949990000 -54 0 131.904153000 110 109.944280000 111 110.941600000 112 111.935620000 113 112.933340000 114 113.927980000 115 114.926294000 116 115.921581000 117 116.920359000 118 117.916179000 119 118.915411000 120 119.911784000 121 120.911462000 122 121.908368000 123 122.908482000 124 123.905893000 125 124.906395000 126 125.904274000 127 126.905184000 128 127.903531000 129 128.904779000 130 129.903508000 131 130.905082000 132 131.904153000 133 132.905910000 134 133.905394000 135 134.907227000 136 135.907219000 137 136.911562000 138 137.913950000 139 138.918793000 140 139.921640000 141 140.926650000 142 141.929710000 143 142.935110000 144 143.938510000 145 144.944070000 146 145.947750000 147 146.953560000 -55 0 132.905451000 112 111.950300000 113 112.944490000 114 113.941450000 115 114.935910000 116 115.933370000 117 116.928670000 118 117.926559000 119 118.922377000 120 119.920677000 121 120.917229000 122 121.916110000 123 122.912996000 124 123.912258000 125 124.909728000 126 125.909452000 127 126.907418000 128 127.907749000 129 128.906064000 130 129.906709000 131 130.905464000 132 131.906434000 133 132.905451000 134 133.906718000 135 134.905977000 136 135.907311000 137 136.907089000 138 137.911017000 139 138.913364000 140 139.917282000 141 140.920046000 142 141.924299000 143 142.927352000 144 143.932077000 145 144.935526000 146 145.940290000 147 146.944160000 148 147.949220000 149 148.952930000 150 149.958170000 151 150.962190000 -56 0 137.905247000 114 113.950680000 115 114.947370000 116 115.941380000 117 116.938500000 118 117.933040000 119 118.930660000 120 119.926040000 121 120.924050000 122 121.919900000 123 122.918781000 124 123.915094000 125 124.914473000 126 125.911250000 127 126.911094000 128 127.908318000 129 128.908679000 130 129.906320000 131 130.906941000 132 131.905061000 133 132.906007000 134 133.904508000 135 134.905688000 136 135.904575000 137 136.905827000 138 137.905247000 139 138.908841000 140 139.910605000 141 140.914411000 142 141.916453000 143 142.920627000 144 143.922953000 145 144.927630000 146 145.930220000 147 146.934950000 148 147.937720000 149 148.942580000 150 149.945680000 151 150.950810000 152 151.954270000 153 152.959610000 -57 0 138.906353000 117 116.950070000 118 117.946730000 119 118.940990000 120 119.938070000 121 120.933010000 122 121.930710000 123 122.926240000 124 123.924570000 125 124.920816000 126 125.919510000 127 126.916375000 128 127.915590000 129 128.912693000 130 129.912369000 131 130.910070000 132 131.910100000 133 132.908220000 134 133.908514000 135 134.906977000 136 135.907640000 137 136.906494000 138 137.907112000 139 138.906353000 140 139.909477000 141 140.910962000 142 141.914079000 143 142.916063000 144 143.919600000 145 144.921650000 146 145.925790000 147 146.928240000 148 147.932230000 149 148.934730000 150 149.938770000 151 150.941720000 152 151.946250000 153 152.949620000 154 153.954500000 155 154.958350000 -58 0 139.905438000 119 118.952760000 120 119.946640000 121 120.943420000 122 121.937910000 123 122.935400000 124 123.930410000 125 124.928440000 126 125.923970000 127 126.922730000 128 127.918910000 129 128.918100000 130 129.914740000 131 130.914420000 132 131.911460000 133 132.911515000 134 133.908925000 135 134.909151000 136 135.907172000 137 136.907806000 138 137.905991000 139 138.906653000 140 139.905438000 141 140.908276000 142 141.909244000 143 142.912386000 144 143.913647000 145 144.917230000 146 145.918760000 147 146.922670000 148 147.924430000 149 148.928400000 150 149.930410000 151 150.933980000 152 151.936540000 153 152.940580000 154 153.943420000 155 154.948040000 156 155.951260000 157 156.956340000 -59 0 140.907652000 121 120.955360000 122 121.951810000 123 122.945960000 124 123.942960000 125 124.937830000 126 125.935310000 127 126.930830000 128 127.928790000 129 128.925100000 130 129.923590000 131 130.920260000 132 131.919260000 133 132.916331000 134 133.915710000 135 134.913112000 136 135.912692000 137 136.910705000 138 137.910755000 139 138.908938000 140 139.909076000 141 140.907652000 142 141.910044000 143 142.910816000 144 143.913305000 145 144.914512000 146 145.917640000 147 146.918996000 148 147.922135000 149 148.923720000 150 149.926673000 151 150.928319000 152 151.931500000 153 152.933840000 154 153.937520000 155 154.940120000 156 155.944270000 157 156.947430000 158 157.951980000 159 158.955500000 -60 0 141.907723000 124 123.952230000 125 124.948880000 126 125.943220000 127 126.940500000 128 127.935390000 129 128.933190000 130 129.928510000 131 130.927250000 132 131.923321000 133 132.922350000 134 133.918790000 135 134.918181000 136 135.914976000 137 136.914567000 138 137.911950000 139 138.911978000 140 139.909550000 141 140.909610000 142 141.907723000 143 142.909814000 144 143.910087000 145 144.912573000 146 145.913116000 147 146.916100000 148 147.916893000 149 148.920149000 150 149.920891000 151 150.923829000 152 151.924682000 153 152.927698000 154 153.929480000 155 154.932930000 156 155.935020000 157 156.939030000 158 157.941600000 159 158.946090000 160 159.949090000 161 160.953880000 -61 0 144.912749000 126 125.957520000 127 126.951630000 128 127.948420000 129 128.943160000 130 129.940450000 131 130.935870000 132 131.933750000 133 132.929780000 134 133.928350000 135 134.924880000 136 135.923570000 137 136.920479000 138 137.919548000 139 138.916804000 140 139.916040000 141 140.913555000 142 141.912874000 143 142.910933000 144 143.912591000 145 144.912749000 146 145.914696000 147 146.915138000 148 147.917475000 149 148.918334000 150 149.920984000 151 150.921207000 152 151.923497000 153 152.924117000 154 153.926460000 155 154.928100000 156 155.931060000 157 156.933040000 158 157.936560000 159 158.938970000 160 159.942990000 161 160.945860000 162 161.950290000 163 162.953680000 -62 0 151.919732000 128 127.958080000 129 128.954640000 130 129.948920000 131 130.946110000 132 131.940690000 133 132.938670000 134 133.933970000 135 134.932520000 136 135.928276000 137 136.926970000 138 137.923244000 139 138.922297000 140 139.918995000 141 140.918476000 142 141.915198000 143 142.914628000 144 143.911999000 145 144.913410000 146 145.913041000 147 146.914897000 148 147.914822000 149 148.917184000 150 149.917275000 151 150.919932000 152 151.919732000 153 152.922097000 154 153.922209000 155 154.924640000 156 155.925528000 157 156.928360000 158 157.929990000 159 158.933210000 160 159.935140000 161 160.938830000 162 161.941220000 163 162.945360000 164 163.948280000 165 164.952980000 -63 0 152.921230000 130 129.963570000 131 130.957750000 132 131.954370000 133 132.949240000 134 133.946510000 135 134.941820000 136 135.939600000 137 136.935570000 138 137.933710000 139 138.929792000 140 139.928090000 141 140.924931000 142 141.923430000 143 142.920298000 144 143.918817000 145 144.916265000 146 145.917206000 147 146.916746000 148 147.918086000 149 148.917931000 150 149.919702000 151 150.919850000 152 151.921744000 153 152.921230000 154 153.922979000 155 154.922893000 156 155.924752000 157 156.925424000 158 157.927850000 159 158.929089000 160 159.931970000 161 160.933680000 162 161.937040000 163 162.939210000 164 163.942990000 165 164.945720000 166 165.949970000 167 166.953210000 -64 0 157.924103000 134 133.955370000 135 134.952570000 136 135.947340000 137 136.945020000 138 137.940120000 139 138.938240000 140 139.933670000 141 140.932126000 142 141.928120000 143 142.926750000 144 143.922960000 145 144.921709000 146 145.918311000 147 146.919094000 148 147.918115000 149 148.919341000 150 149.918659000 151 150.920348000 152 151.919791000 153 152.921749000 154 153.920865000 155 154.922622000 156 155.922122000 157 156.923960000 158 157.924103000 159 158.926388000 160 159.927054000 161 160.929669000 162 161.930985000 163 162.933990000 164 163.935860000 165 164.939380000 166 165.941600000 167 166.945570000 168 167.948360000 169 168.952870000 -65 0 158.925346000 136 135.961380000 137 136.955980000 138 137.953160000 139 138.948290000 140 139.945810000 141 140.941450000 142 141.938740000 143 142.935120000 144 143.933050000 145 144.929270000 146 145.927250000 147 146.924045000 148 147.924272000 149 148.923246000 150 149.923660000 151 150.923103000 152 151.924070000 153 152.923435000 154 153.924680000 155 154.923505000 156 155.924747000 157 156.924024000 158 157.925413000 159 158.925346000 160 159.927167000 161 160.927569000 162 161.929490000 163 162.930648000 164 163.933350000 165 164.934880000 166 165.937990000 167 166.940050000 168 167.943640000 169 168.946220000 170 169.950250000 171 170.953300000 -66 0 163.929174000 138 137.962490000 139 138.959540000 140 139.954010000 141 140.951350000 142 141.946370000 143 142.943830000 144 143.939250000 145 144.937430000 146 145.932845000 147 146.931092000 148 147.927150000 149 148.927305000 150 149.925585000 151 150.926185000 152 151.924718000 153 152.925765000 154 153.924424000 155 154.925754000 156 155.924283000 157 156.925466000 158 157.924409000 159 158.925739000 160 159.925197000 161 160.926933000 162 161.926798000 163 162.928731000 164 163.929174000 165 164.931703000 166 165.932806000 167 166.935660000 168 167.937130000 169 168.940310000 170 169.942390000 171 170.946200000 172 171.948760000 173 172.953000000 -67 0 164.930322000 140 139.968540000 141 140.963100000 142 141.959770000 143 142.954610000 144 143.951480000 145 144.947200000 146 145.944640000 147 146.940060000 148 147.937720000 149 148.933775000 150 149.933496000 151 150.931688000 152 151.931714000 153 152.930199000 154 153.930602000 155 154.929103000 156 155.929840000 157 156.928256000 158 157.928941000 159 158.927712000 160 159.928729000 161 160.927855000 162 161.929096000 163 162.928733000 164 163.930233000 165 164.930322000 166 165.932284000 167 166.933133000 168 167.935520000 169 168.936872000 170 169.939620000 171 170.941470000 172 171.944820000 173 172.947290000 174 173.951150000 175 174.954050000 -68 0 165.930293000 143 142.966340000 144 143.960380000 145 144.957390000 146 145.952000000 147 146.949490000 148 147.944550000 149 148.942310000 150 149.937914000 151 150.937449000 152 151.935050000 153 152.935063000 154 153.932783000 155 154.933209000 156 155.931065000 157 156.931920000 158 157.929893000 159 158.930684000 160 159.929083000 161 160.929995000 162 161.928778000 163 162.930033000 164 163.929200000 165 164.930726000 166 165.930293000 167 166.932048000 168 167.932370000 169 168.934590000 170 169.935464000 171 170.938029000 172 171.939356000 173 172.942400000 174 173.944230000 175 174.947770000 176 175.950080000 177 176.954050000 -69 0 168.934213000 145 144.970070000 146 145.966430000 147 146.960960000 148 147.957840000 149 148.952720000 150 149.949960000 151 150.945483000 152 151.944420000 153 152.942012000 154 153.941568000 155 154.939199000 156 155.938980000 157 156.936970000 158 157.936980000 159 158.934980000 160 159.935260000 161 160.933550000 162 161.933995000 163 162.932651000 164 163.933560000 165 164.932435000 166 165.933554000 167 166.932851000 168 167.934173000 169 168.934213000 170 169.935801000 171 170.936429000 172 171.938400000 173 172.939604000 174 173.942170000 175 174.943840000 176 175.946990000 177 176.949040000 178 177.952640000 179 178.955340000 -70 0 173.938862000 148 147.967420000 149 148.964040000 150 149.958420000 151 150.955400000 152 151.950290000 153 152.949480000 154 153.946394000 155 154.945782000 156 155.942818000 157 156.942628000 158 157.939866000 159 158.940050000 160 159.937552000 161 160.937902000 162 161.935768000 163 162.936334000 164 163.934489000 165 164.935280000 166 165.933882000 167 166.934950000 168 167.933897000 169 168.935190000 170 169.934761000 171 170.936325000 172 171.936381000 173 172.938210000 174 173.938862000 175 174.941276000 176 175.942571000 177 176.945260000 178 177.946647000 179 178.950170000 180 179.952330000 181 180.956150000 -71 0 174.940771000 150 149.973230000 151 150.967580000 152 151.964120000 153 152.958770000 154 153.957520000 155 154.954316000 156 155.953030000 157 156.950098000 158 157.949313000 159 158.946630000 160 159.946030000 161 160.943570000 162 161.943280000 163 162.941180000 164 163.941340000 165 164.939407000 166 165.939860000 167 166.938270000 168 167.938740000 169 168.937651000 170 169.938475000 171 170.937913000 172 171.939086000 173 172.938930000 174 173.940337000 175 174.940771000 176 175.942686000 177 176.943758000 178 177.945955000 179 178.947327000 180 179.949880000 181 180.951970000 182 181.955040000 183 182.957570000 184 183.960910000 -72 0 179.946550000 153 152.970690000 154 153.964860000 155 154.963390000 156 155.959360000 157 156.958400000 158 157.954799000 159 158.953995000 160 159.950684000 161 160.950275000 162 161.947210000 163 162.947090000 164 163.944367000 165 164.944570000 166 165.942180000 167 166.942600000 168 167.940570000 169 168.941260000 170 169.939610000 171 170.940490000 172 171.939448000 173 172.940510000 174 173.940046000 175 174.941509000 176 175.941408000 177 176.943220000 178 177.943698000 179 178.945816000 180 179.946550000 181 180.949101000 182 181.950554000 183 182.953530000 184 183.955450000 185 184.958820000 186 185.960890000 187 186.964590000 188 187.966850000 -73 0 180.947995000 155 154.974590000 156 155.972300000 157 156.968190000 158 157.966700000 159 158.963018000 160 159.961490000 161 160.958420000 162 161.957290000 163 162.954330000 164 163.953530000 165 164.950773000 166 165.950510000 167 166.948090000 168 167.948050000 169 168.946010000 170 169.946180000 171 170.944480000 172 171.944900000 173 172.943750000 174 173.944450000 175 174.943740000 176 175.944860000 177 176.944472000 178 177.945778000 179 178.945929000 180 179.947464000 181 180.947995000 182 181.950151000 183 182.951372000 184 183.954008000 185 184.955559000 186 185.958550000 187 186.960530000 188 187.963700000 189 188.965830000 190 189.969230000 -74 0 183.950931000 158 157.974560000 159 158.972920000 160 159.968480000 161 160.967360000 162 161.963497000 163 162.962520000 164 163.958954000 165 164.958280000 166 165.955027000 167 166.954816000 168 167.951808000 169 168.951779000 170 169.949228000 171 170.949450000 172 171.947290000 173 172.947690000 174 173.946080000 175 174.946720000 176 175.945630000 177 176.946640000 178 177.945876000 179 178.947070000 180 179.946704000 181 180.948197000 182 181.948204000 183 182.950223000 184 183.950931000 185 184.953419000 186 185.954364000 187 186.957160000 188 187.958489000 189 188.961910000 190 189.963180000 191 190.966600000 192 191.968170000 -75 0 186.955753000 160 159.982120000 161 160.977590000 162 161.976000000 163 162.972081000 164 163.970320000 165 164.967089000 166 165.965810000 167 166.962600000 168 167.961570000 169 168.958790000 170 169.958220000 171 170.955720000 172 171.955420000 173 172.953240000 174 173.953120000 175 174.951380000 176 175.951620000 177 176.950330000 178 177.950990000 179 178.949988000 180 179.950789000 181 180.950068000 182 181.951210000 183 182.950820000 184 183.952521000 185 184.952955000 186 185.954986000 187 186.955753000 188 187.958114000 189 188.959229000 190 189.961820000 191 190.963125000 192 191.965960000 193 192.967470000 194 193.970420000 -76 0 191.961480000 162 161.984430000 163 162.982690000 164 163.978040000 165 164.976760000 166 165.972691000 167 166.971550000 168 167.967804000 169 168.967019000 170 169.963577000 171 170.963185000 172 171.960023000 173 172.959808000 174 173.957062000 175 174.956946000 176 175.954810000 177 176.954965000 178 177.953251000 179 178.953816000 180 179.952379000 181 180.953240000 182 181.952110000 183 182.953130000 184 183.952489000 185 184.954042000 186 185.953838000 187 186.955750000 188 187.955838000 189 188.958147000 190 189.958447000 191 190.960929000 192 191.961480000 193 192.964151000 194 193.965182000 195 194.968130000 196 195.969640000 -77 0 192.962926000 164 163.992200000 165 164.987520000 166 165.985820000 167 166.981665000 168 167.979880000 169 168.976295000 170 169.974970000 171 170.971630000 172 171.970460000 173 172.967502000 174 173.966861000 175 174.964113000 176 175.963649000 177 176.961302000 178 177.961082000 179 178.959122000 180 179.959229000 181 180.957625000 182 181.958076000 183 182.956846000 184 183.957480000 185 184.956700000 186 185.957946000 187 186.957363000 188 187.958853000 189 188.958719000 190 189.960546000 191 190.960594000 192 191.962605000 193 192.962926000 194 193.965078000 195 194.965979000 196 195.968400000 197 196.969653000 198 197.972280000 199 198.973800000 -78 0 194.964791000 166 165.994860000 167 166.992980000 168 167.988150000 169 168.986720000 170 169.982495000 171 170.981240000 172 171.977347000 173 172.976440000 174 173.972819000 175 174.972421000 176 175.968945000 177 176.968469000 178 177.965649000 179 178.965363000 180 179.963031000 181 180.963097000 182 181.961171000 183 182.961597000 184 183.959922000 185 184.960620000 186 185.959351000 187 186.960590000 188 187.959395000 189 188.960834000 190 189.959932000 191 190.961677000 192 191.961038000 193 192.962987000 194 193.962680000 195 194.964791000 196 195.964951000 197 196.967340000 198 197.967893000 199 198.970593000 200 199.971441000 201 200.974510000 202 201.975740000 -79 0 196.966568000 169 168.998080000 170 169.996120000 171 170.991879000 172 171.990040000 173 172.986237000 174 173.984760000 175 174.981270000 176 175.980100000 177 176.976865000 178 177.976030000 179 178.973213000 180 179.972521000 181 180.970079000 182 181.969618000 183 182.967593000 184 183.967452000 185 184.965789000 186 185.965953000 187 186.964568000 188 187.965324000 189 188.963948000 190 189.964700000 191 190.963700000 192 191.964813000 193 192.964150000 194 193.965365000 195 194.965034000 196 195.966570000 197 196.966568000 198 197.968242000 199 198.968765000 200 199.970730000 201 200.971657000 202 201.973810000 203 202.975155000 204 203.977720000 205 204.979870000 -80 0 201.970643000 171 171.003760000 172 171.998830000 173 172.997240000 174 173.992864000 175 174.991420000 176 175.987355000 177 176.986280000 178 177.982483000 179 178.981834000 180 179.978266000 181 180.977819000 182 181.974690000 183 182.974450000 184 183.971713000 185 184.971899000 186 185.969362000 187 186.969814000 188 187.967577000 189 188.968190000 190 189.966322000 191 190.967157000 192 191.965634000 193 192.966665000 194 193.965439000 195 194.966720000 196 195.965833000 197 196.967213000 198 197.966769000 199 198.968279000 200 199.968326000 201 200.970302000 202 201.970643000 203 202.972872000 204 203.973493000 205 204.976073000 206 205.977514000 207 206.982590000 208 207.985940000 209 208.991040000 210 209.994510000 -81 0 204.974427000 176 176.000590000 177 176.996427000 178 177.994900000 179 178.991090000 180 179.989910000 181 180.986257000 182 181.985670000 183 182.982193000 184 183.981870000 185 184.978790000 186 185.978330000 187 186.975906000 188 187.976010000 189 188.973588000 190 189.973880000 191 190.971786000 192 191.972230000 193 192.970670000 194 193.971200000 195 194.969774000 196 195.970481000 197 196.969575000 198 197.970480000 199 198.969880000 200 199.970963000 201 200.970819000 202 201.972106000 203 202.972344000 204 203.973863000 205 204.974427000 206 205.976110000 207 206.977419000 208 207.982018000 209 208.985359000 210 209.990074000 211 210.993480000 212 211.998230000 -82 0 207.976652000 178 178.003830000 179 179.002150000 180 179.997918000 181 180.996620000 182 181.992672000 183 182.991870000 184 183.988142000 185 184.987610000 186 185.984239000 187 186.983918000 188 187.980874000 189 188.980810000 190 189.978082000 191 190.978270000 192 191.975785000 193 192.976170000 194 193.974012000 195 194.974542000 196 195.972774000 197 196.973431000 198 197.972034000 199 198.972917000 200 199.971827000 201 200.972885000 202 201.972159000 203 202.973391000 204 203.973043000 205 204.974481000 206 205.974465000 207 206.975896000 208 207.976652000 209 208.981090000 210 209.984188000 211 210.988737000 212 211.991897000 213 212.996581000 214 213.999805000 215 215.004810000 -83 0 208.980398000 184 184.001120000 185 184.997630000 186 185.996600000 187 186.993158000 188 187.992270000 189 188.989200000 190 189.988300000 191 190.985786000 192 191.985460000 193 192.982960000 194 193.982830000 195 194.980651000 196 195.980667000 197 196.978864000 198 197.979210000 199 198.977672000 200 199.978132000 201 200.977009000 202 201.977742000 203 202.976876000 204 203.977813000 205 204.977389000 206 205.978499000 207 206.978470000 208 207.979742000 209 208.980398000 210 209.984120000 211 210.987269000 212 211.991285000 213 212.994385000 214 213.998712000 215 215.001770000 216 216.006306000 217 217.009470000 218 218.014320000 -84 0 208.982430000 188 187.999422000 189 188.998481000 190 189.995101000 191 190.994574000 192 191.991335000 193 192.991030000 194 193.988186000 195 194.988110000 196 195.985535000 197 196.985660000 198 197.983389000 199 198.983666000 200 199.981799000 201 200.982260000 202 201.980758000 203 202.981420000 204 203.980318000 205 204.981203000 206 205.980481000 207 206.981593000 208 207.981245000 209 208.982430000 210 209.982873000 211 210.986653000 212 211.988868000 213 212.992857000 214 213.995201000 215 214.999420000 216 216.001915000 217 217.006335000 218 218.008973000 219 219.013740000 220 220.016600000 -85 0 209.987148000 193 192.999840000 194 193.998730000 195 194.996268000 196 195.995790000 197 196.993190000 198 197.992840000 199 198.990530000 200 199.990351000 201 200.988417000 202 201.988630000 203 202.986942000 204 203.987251000 205 204.986074000 206 205.986667000 207 206.985784000 208 207.986590000 209 208.986173000 210 209.987148000 211 210.987496000 212 211.990745000 213 212.992937000 214 213.996372000 215 214.998653000 216 216.002423000 217 217.004719000 218 218.008694000 219 219.011162000 220 220.015410000 221 221.018050000 222 222.022330000 223 223.025190000 -86 0 222.017577000 195 195.005440000 196 196.002115000 197 197.001580000 198 197.998679000 199 198.998370000 200 199.995699000 201 200.995630000 202 201.993263000 203 202.993387000 204 203.991429000 205 204.991720000 206 205.990214000 207 206.990734000 208 207.989642000 209 208.990415000 210 209.989696000 211 210.990601000 212 211.990704000 213 212.993883000 214 213.995363000 215 214.998745000 216 216.000274000 217 217.003928000 218 218.005601000 219 219.009480000 220 220.011394000 221 221.015537000 222 222.017577000 223 223.021790000 224 224.024090000 225 225.028440000 226 226.030890000 227 227.035410000 228 228.037990000 -87 0 223.019735000 199 199.007260000 200 200.006570000 201 201.003860000 202 202.003370000 203 203.000925000 204 204.000653000 205 204.998594000 206 205.998670000 207 206.996950000 208 207.997140000 209 208.995954000 210 209.996408000 211 210.995537000 212 211.996202000 213 212.996189000 214 213.998971000 215 215.000341000 216 216.003198000 217 217.004632000 218 218.007578000 219 219.009252000 220 220.012327000 221 221.014255000 222 222.017552000 223 223.019735000 224 224.023250000 225 225.025570000 226 226.029390000 227 227.031840000 228 228.035730000 229 229.038450000 230 230.042510000 231 231.045440000 232 232.049770000 -88 0 226.025409000 202 202.009890000 203 203.009270000 204 204.006500000 205 205.006270000 206 206.003827000 207 207.003800000 208 208.001840000 209 209.001990000 210 210.000495000 211 211.000898000 212 211.999794000 213 213.000384000 214 214.000108000 215 215.002720000 216 216.003533000 217 217.006320000 218 218.007140000 219 219.010085000 220 220.011028000 221 221.013917000 222 222.015375000 223 223.018502000 224 224.020211000 225 225.023612000 226 226.025409000 227 227.029177000 228 228.031070000 229 229.034958000 230 230.037056000 231 231.041220000 232 232.043640000 233 233.048060000 234 234.050700000 -89 0 227.027752000 206 206.014500000 207 207.011950000 208 208.011550000 209 209.009490000 210 210.009440000 211 211.007730000 212 212.007810000 213 213.006610000 214 214.006902000 215 215.006454000 216 216.008720000 217 217.009347000 218 218.011640000 219 219.012420000 220 220.014763000 221 221.015590000 222 222.017844000 223 223.019137000 224 224.021723000 225 225.023230000 226 226.026098000 227 227.027752000 228 228.031021000 229 229.033020000 230 230.036290000 231 231.038560000 232 232.042030000 233 233.044550000 234 234.048420000 235 235.051230000 236 236.055300000 -90 0 232.038055000 209 209.017720000 210 210.015075000 211 211.014930000 212 212.012980000 213 213.013010000 214 214.011500000 215 215.011730000 216 216.011062000 217 217.013114000 218 218.013284000 219 219.015540000 220 220.015748000 221 221.018184000 222 222.018468000 223 223.020811000 224 224.021467000 225 225.023951000 226 226.024903000 227 227.027704000 228 228.028741000 229 229.031762000 230 230.033133000 231 231.036304000 232 232.038055000 233 233.041581000 234 234.043601000 235 235.047510000 236 236.049870000 237 237.053890000 238 238.056500000 -91 0 231.035884000 212 212.023200000 213 213.021110000 214 214.020920000 215 215.019190000 216 216.019110000 217 217.018320000 218 218.020042000 219 219.019880000 220 220.021880000 221 221.021880000 222 222.023740000 223 223.023960000 224 224.025626000 225 225.026130000 226 226.027948000 227 227.028805000 228 228.031051000 229 229.032096000 230 230.034541000 231 231.035884000 232 232.038592000 233 233.040247000 234 234.043308000 235 235.045440000 236 236.048680000 237 237.051150000 238 238.054500000 239 239.057260000 240 240.060980000 -92 0 238.050788000 217 217.024370000 218 218.023540000 219 219.024920000 220 220.024720000 221 221.026400000 222 222.026090000 223 223.027740000 224 224.027605000 225 225.029391000 226 226.029339000 227 227.031156000 228 228.031374000 229 229.033506000 230 230.033940000 231 231.036294000 232 232.037156000 233 233.039635000 234 234.040952000 235 235.043929000 236 236.045568000 237 237.048730000 238 238.050788000 239 239.054293000 240 240.056592000 241 241.060330000 242 242.062930000 -93 0 237.048173000 225 225.033910000 226 226.035150000 227 227.034960000 228 228.036180000 229 229.036260000 230 230.037830000 231 231.038250000 232 232.040110000 233 233.040740000 234 234.042895000 235 235.044063000 236 236.046570000 237 237.048173000 238 238.050946000 239 239.052939000 240 240.056162000 241 241.058250000 242 242.061640000 243 243.064280000 244 244.067850000 -94 0 244.064204000 228 228.038740000 229 229.040150000 230 230.039650000 231 231.041101000 232 232.041187000 233 233.043000000 234 234.043317000 235 235.045286000 236 236.046058000 237 237.048409000 238 238.049559000 239 239.052163000 240 240.053813000 241 241.056851000 242 242.058742000 243 243.062003000 244 244.064204000 245 245.067747000 246 246.070205000 247 247.074070000 -95 0 243.061381000 231 231.045560000 232 232.046590000 233 233.046350000 234 234.047810000 235 235.047950000 236 236.049580000 237 237.050000000 238 238.051980000 239 239.053024000 240 240.055300000 241 241.056829000 242 242.059549000 243 243.061381000 244 244.064284000 245 245.066452000 246 246.069775000 247 247.072090000 248 248.075750000 249 249.078480000 -96 0 247.070354000 233 233.050770000 234 234.050160000 235 235.051430000 236 236.051410000 237 237.052900000 238 238.053030000 239 239.054960000 240 240.055529000 241 241.057653000 242 242.058835000 243 243.061389000 244 244.062752000 245 245.065491000 246 246.067223000 247 247.070354000 248 248.072349000 249 249.075953000 250 250.078357000 251 251.082285000 252 252.084870000 -97 0 247.070307000 235 235.056580000 236 236.057330000 237 237.057000000 238 238.058280000 239 239.058280000 240 240.059760000 241 241.060230000 242 242.061980000 243 243.063008000 244 244.065181000 245 245.066361000 246 246.068670000 247 247.070307000 248 248.073090000 249 249.074986000 250 250.078317000 251 251.080760000 252 252.084310000 253 253.086880000 254 254.090600000 -98 0 251.079587000 237 237.062070000 238 238.061410000 239 239.062420000 240 240.062300000 241 241.063730000 242 242.063700000 243 243.065430000 244 244.066001000 245 245.068049000 246 246.068805000 247 247.071001000 248 248.072185000 249 249.074853000 250 250.076406000 251 251.079587000 252 252.081626000 253 253.085133000 254 254.087323000 255 255.091050000 256 256.093440000 -99 0 252.082980000 240 240.068920000 241 241.068540000 242 242.069750000 243 243.069550000 244 244.070880000 245 245.071320000 246 246.072900000 247 247.073660000 248 248.075470000 249 249.076410000 250 250.078610000 251 251.079992000 252 252.082980000 253 253.084824000 254 254.088022000 255 255.090273000 256 256.093600000 257 257.095980000 258 258.099520000 -100 0 257.095105000 242 242.073430000 243 243.074350000 244 244.074080000 245 245.075390000 246 246.075300000 247 247.076850000 248 248.077195000 249 249.079030000 250 250.079521000 251 251.081575000 252 252.082467000 253 253.085185000 254 254.086854000 255 255.089962000 256 256.091773000 257 257.095105000 258 258.097080000 259 259.100600000 260 260.102680000 -101 0 258.098431000 245 245.080830000 246 246.081890000 247 247.081640000 248 248.082820000 249 249.083010000 250 250.084420000 251 251.084840000 252 252.086560000 253 253.087280000 254 254.089660000 255 255.091083000 256 256.094060000 257 257.095541000 258 258.098431000 259 259.100510000 260 260.103650000 261 261.105720000 262 262.108870000 -102 0 259.101030000 248 248.086600000 249 249.087830000 250 250.087510000 251 251.089010000 252 252.088977000 253 253.090680000 254 254.090955000 255 255.093241000 256 256.094283000 257 257.096877000 258 258.098210000 259 259.101030000 260 260.102640000 261 261.105750000 262 262.107300000 263 263.110550000 264 264.112350000 -103 0 262.109630000 251 251.094360000 252 252.095370000 253 253.095210000 254 254.096450000 255 255.096680000 256 256.098630000 257 257.099560000 258 258.101810000 259 259.102900000 260 260.105500000 261 261.106880000 262 262.109630000 263 263.111290000 264 264.114040000 265 265.115840000 266 266.119310000 -104 0 261.108770000 253 253.100690000 254 254.100180000 255 255.101340000 256 256.101166000 257 257.102990000 258 258.103490000 259 259.105640000 260 260.106440000 261 261.108770000 262 262.109930000 263 263.112550000 264 264.113990000 265 265.116700000 266 266.117960000 267 267.121530000 268 268.123640000 -105 0 262.114080000 255 255.107400000 256 256.108130000 257 257.107720000 258 258.109230000 259 259.109610000 260 260.111300000 261 261.112060000 262 262.114080000 263 263.114990000 264 264.117400000 265 265.118600000 266 266.121030000 267 267.122380000 268 268.125450000 269 269.127460000 270 270.130710000 -106 0 263.118320000 258 258.113170000 259 259.114500000 260 260.114420000 261 261.116120000 262 262.116400000 263 263.118320000 264 264.118930000 265 265.121110000 266 266.122070000 267 267.124430000 268 268.125610000 269 269.128760000 270 270.130330000 271 271.133470000 272 272.135160000 273 273.138220000 -107 0 264.124600000 260 260.121970000 261 261.121660000 262 262.122890000 263 263.123040000 264 264.124600000 265 265.125150000 266 266.126940000 267 267.127650000 268 268.129760000 269 269.130690000 270 270.133620000 271 271.135180000 272 272.138030000 273 273.139620000 274 274.142440000 275 275.144250000 -108 0 265.130090000 263 263.128560000 264 264.128390000 265 265.130090000 266 266.130100000 267 267.131790000 268 268.132160000 269 269.134060000 270 270.134650000 271 271.137660000 272 272.139050000 273 273.141990000 274 274.143130000 275 275.145950000 276 276.147210000 277 277.149840000 -109 0 268.138730000 265 265.136150000 266 266.137300000 267 267.137310000 268 268.138730000 269 269.139060000 270 270.140660000 271 271.141140000 272 272.143740000 273 273.144910000 274 274.147490000 275 275.148650000 276 276.151160000 277 277.152420000 278 278.154810000 279 279.156190000 -110 0 281.162061 281 281.162061 -111 0 280.164473 280 280.164473 -112 0 285.174105 285 285.174105 -113 0 284.178080 284 284.178080 -114 0 289.187279 289 289.187279 -115 0 288.192492 288 288.192492 -116 0 292.199786 292 292.199786 -117 0 292.207550 291 291.206560 292 292.207550 -118 0 293.214670 293 293.214670 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/logp.txt --- a/CADDSuite-1.6/data/OpenBabel/logp.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,169 +0,0 @@ -###################################################################### -# Copyright OELIB: OpenEye Scientific Software, Santa Fe, -# U.S.A., 1999,2000,2001 -# Copyright JOELIB/JOELib2: Dept. Computer Architecture, University of -# Tuebingen, Germany, 2001,2002,2003,2004,2005 -# Copyright JOELIB/JOELib2: ALTANA PHARMA AG, Konstanz, Germany, -# 2003,2004,2005 -# -# Authors: Stephen Jelfs -# Joerg Kurt Wegner, me@cheminformatics.eu -# -# 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 version 2 of the License. -# -# 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. -###################################################################### -# LopP Atomic Contributions -# ref. Wildman, S.A. and Crippen, G.M., J. Chem. Inf. Comput. Sci., -# 1999, 39, 868-873. -# Table below is adapted from above ref. -###################################################################### -;hydrogen -[*] 0.1125 -[#6] 0.123 -[#1] 0.123 -[O][CX4] -0.2677 -[O]c -0.2677 -[O][#5] -0.2677 -[O][#14] -0.2677 -[O][#15] -0.2677 -[O][#33] -0.2677 -[O][#50] -0.2677 -[#5] -0.2677 -[#14] -0.2677 -[#15] -0.2677 -[#16] -0.2677 -[#50] -0.2677 -[#7] 0.2142 -[O][#7] 0.2142 -[O]C=[#6] 0.298 -[O]C=[#7] 0.298 -[O]C=O 0.298 -[O]C=S 0.298 -[O]O 0.298 -[O]S 0.298 -;heavy -[*] 0 -[#6] 0.0813 -[CH4] 0.1441 -[CH3]C 0.1441 -[CH2](C)C 0.1441 -[CH](C)(C)C 0 -[C](C)(C)(C)C 0 -[CH3][O,N,F,Cl,Br,#15,#16,#53;!a] -0.2035 -[CH2X4][O,N,F,Cl,Br,#15,#16,#53;!a] -0.2035 -[CHX4][O,N,F,Cl,Br,#15,#16,#53;!a] -0.2051 -[CH0X4][O,N,F,Cl,Br,#15,#16,#53;!a] -0.2051 -[C]=[A!#6] -0.2783 -[CH2]=C 0.1551 -[CH1](=C)A 0.1551 -[CH0](=C)(A)A 0.1551 -[C](=C)=C 0.1551 -[CX2]#A 0.0017 -[CH3]c 0.0845 -[CH3][a!#6] -0.1444 -[CH2X4]a -0.0516 -[CHX4]a 0.1193 -[CH0X4]a -0.0967 -[c][#5,#14,#15,#33,#34,#50,#80] -0.5443 -[c][#9] 0 -[c][#17] 0.245 -[c][#35] 0.198 -[c][#53] 0 -[cH] 0.1581 -[c](:a)(:a):a 0.2955 -[c](:a)(:a)-a 0.2713 -[c](:a)(:a)-C 0.136 -[c](:a)(:a)-N 0.4619 -[c](:a)(:a)-O 0.5437 -[c](:a)(:a)-S 0.1893 -[c](:a)(:a)=C -0.8186 -[c](:a)(:a)=N -0.8186 -[c](:a)(:a)=O -0.8186 -[C](=C)(a)A 0.264 -[C](=C)(c)a 0.264 -[CH](=C)a 0.264 -[C]=c 0.264 -[CX4][!#6;!#7;!#8;!#9;!#15;!#16;!#17;!#35;!#53;!#1] 0.2148 -[#7] -0.4806 -[NH2+0]A -1.019 -[NH+0](A)A -0.7096 -[NH2+0]a -1.027 -[NH+0](A)a -0.5188 -[NH+0](a)a -0.5188 -[NH+0]=A 0.0839 -[NH+0]=a 0.0839 -[N+0](=A)A 0.1836 -[N+0](=A)a 0.1836 -[N+0](=a)A 0.1836 -[N+0](=a)a 0.1836 -[N+0](A)(A)A -0.3187 -[N+0](a)(A)A -0.4458 -[N+0](a)(a)A -0.4458 -[N+0](a)(a)a -0.4458 -[N+0]#A 0.01508 -[NH3+*] -1.95 -[NH2+*] -1.95 -[NH+*] -1.95 -[n+0] -0.3239 -[n+*] -1.119 -[NH0+*](A)(A)(A)A -0.3396 -[NH0+*](=A)(A)A -0.3396 -[NH0+*](=A)(A)a -0.3396 -[NH0+*](=[#6])=[#7] -0.3396 -[N+*]#A 0.2887 -[N-*] 0.2887 -[N+*](=[N-*])=N 0.2887 -[#8] -0.1188 -[o] 0.1552 -[OH] -0.2893 -[OH2] -0.2893 -[O](C)C -0.0684 -[OH0](C)[A!#6] -0.0684 -[OH0]([A!#6])[A!#6] -0.0684 -[O]([A;!#1])a -0.4195 -[O](a)a -0.4195 -[O]=[#8] 0.0335 -[O]=[#7] 0.0335 -[OX1-*][#7] 0.0335 -[OX1-*][#16] -0.3339 -[OX1-*][#15;#33;#43;#53] -1.189 -[O]=c 0.1788 -[O]=[CH]C -0.1526 -[O]=C(C)C -0.1526 -[O]=[CH0](C)[A;!6] -0.1526 -[O]=[CH]N -0.1526 -[O]=[CH]O -0.1526 -[O]=[CH2] -0.1526 -[O]=[CX2]=O -0.1526 -[O]=[CH]c 0.1129 -[O]=C(C)c 0.1129 -[O]=C(c)c 0.1129 -[O]=[CH0](c)[a!#6] 0.1129 -[O]=[CH0](c)[A!#6] 0.1129 -[O]=[CH0](C)[a!#6] 0.1129 -[O]=C([A!#6])[A!#6] 0.4833 -[O]=C([A!#6])[a!#6] 0.4833 -[O]=C([a!#6])[a!#6] 0.4833 -[O-1]C(=O) -1.326 -[#9-0] 0.4202 -[#17-0] 0.6895 -[#35-0] 0.8456 -[#53-0] 0.8857 -[#9-*] -2.996 -[#17-*] -2.996 -[#35-*] -2.996 -[#53-*] -2.996 -[#53+*] -2.996 -[#15] 0.8612 -[S-0] 0.6482 -[S-*] -0.0024 -[S+*] -0.0024 -[s] 0.6237 -[B,Si,Ga,Ge,As,Se,Sn,Te,Pb,Nc,Nr,Kr,Xe,Rn] -0.3808 -[Fe,Cu,Zn,Tc,Cd,Pt,Au,Hg] -0.0025 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mm2.prm --- a/CADDSuite-1.6/data/OpenBabel/mm2.prm Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2028 +0,0 @@ - - ############################## - ## ## - ## Force Field Definition ## - ## ## - ############################## - - -forcefield MM2-1991 - -bondunit 71.94 -bond-cubic -2.0 -bond-quartic 1.25 !! keeps Ebond positive; not in "real" MM2 -angleunit 0.02191418 -angle-sextic 0.00000007 -strbndunit 2.51118 -mm2-strbnd -opbendunit 0.02191418 -torsionunit 0.5 -vdwtype BUCKINGHAM -radiusrule ARITHMETIC -radiustype R-MIN -radiussize RADIUS -epsilonrule GEOMETRIC -a-expterm 290000.0 -b-expterm 12.5 -c-expterm 2.25 -vdw-14-scale 1.0 -chg-14-scale 1.0 -dielectric 1.5 - - - ############################# - ## ## - ## Literature References ## - ## ## - ############################# - - -N. L. Allinger, "Conformational Analysis. 130. MM2. A Hydrocarbon -Force Field Utilizing V1 and V2 Torsional Terms", J. Am. Chem. Soc., -99, 8127-8134 (1977) - -J. T. Sprague, J. C. Tai, Y. Yuh and N. L. Allinger, "The MMP2 -Calculational Method", J. Comput. Chem., 8, 581-603 (1987) - -N. L. Allinger, R. A. Kok and M. R. Imam, "Hydrogen Bonding in MM2", -J. Comput. Chem., 9, 591-595 (1988) - -All parameters in this file are from the "MM2 (1991) Parameter Set", -as provided by Prof. N. L. Allinger, University of Georgia - - - ############################# - ## ## - ## Atom Type Definitions ## - ## ## - ############################# - - -atom 1 C "CSP3 ALKANE" 6 12.000 4 -atom 2 C "CSP2 ALKENE" 6 12.000 3 -atom 3 C "CSP2 CARBONYL" 6 12.000 3 -atom 4 C "CSP ALKYNE, C=C=O" 6 12.000 2 -atom 5 H "NONPOLAR HYDROGEN" 1 1.008 1 -atom 6 O "-O- ALCOHOL, ETHER" 8 15.995 4 -atom 7 O "=O CARBONYL" 8 15.995 1 -atom 8 N "NSP3" 7 14.003 4 -atom 9 N "NSP2 AMIDE" 7 14.003 3 -atom 10 N "NSP" 7 14.003 1 -atom 11 F "FLUORIDE" 9 18.998 1 -atom 12 Cl "CHLORIDE" 17 34.969 1 -atom 13 Br "BROMIDE" 35 78.918 1 -atom 14 I "IODIDE" 53 126.900 1 -atom 15 S "-S- SULFIDE" 16 31.972 2 -atom 16 S+ ">S+ SULFONIUM" 16 31.972 2 -atom 17 S ">S=O SULFOXIDE" 16 31.972 3 -atom 18 S ">SO2 SULFONE" 16 31.972 4 -atom 19 Si "SILANE" 14 27.977 4 -atom 20 Lp "LONE PAIR" 0 0.000 1 -atom 21 H "-OH ALCOHOL" 1 1.008 1 -atom 22 C "CYCLOPROPANE" 6 12.000 4 -atom 23 H "NH AMINE" 1 1.008 1 -atom 24 H "COOH CARBOXYL" 1 1.008 1 -atom 25 P ">P- PHOSPHINE" 15 30.994 3 -atom 26 B ">B- TRIGONAL" 5 11.009 3 -atom 27 B ">B< TETRAHEDRAL" 5 11.009 4 -atom 28 H "-H AMIDE, ENOL" 1 1.008 1 -atom 29 C* "CARBON RADICAL" 6 12.000 3 -atom 30 C+ "CARBONIUM ION" 6 12.000 3 -atom 31 Ge "GERMANIUM" 32 73.922 2 -atom 32 Sn "TIN" 50 117.902 2 -atom 33 Pb "LEAD (IV)" 82 207.977 4 -atom 34 Se "SELENIUM" 34 79.917 2 -atom 35 Te "TELLURIUM" 52 129.907 2 -atom 36 D "DEUTERIUM" 1 2.014 1 -atom 37 N "-N= AZO,PYRIDINE" 7 14.003 3 -atom 38 C "CSP2 CYCLOPROPENE" 6 12.000 3 -atom 39 N+ "NSP3 AMMONIUM" 7 14.003 4 -atom 40 N "NSP2 PYRROLE" 7 14.003 3 -atom 41 O "OSP2 FURAN" 8 15.995 3 -atom 42 S "SSP2 THIOPHENE" 16 31.972 2 -atom 43 N "-N=N-O AZOXY" 7 14.003 2 -atom 44 H "-SH THIOL" 1 1.008 1 -atom 45 N "AZIDE (CENTER-N)" 7 14.003 2 -atom 46 N "NO2 NITRO" 7 14.003 3 -atom 47 O "CARBOXYLATE" 8 15.995 1 -atom 48 H "AMMONIUM" 1 1.008 1 -atom 49 O "EPOXY" 8 15.995 4 -atom 50 C "BENZENE" 6 12.000 3 -atom 51 He "HELIUM" 2 4.003 0 -atom 52 Ne "NEON" 10 20.179 0 -atom 53 Ar "ARGON" 18 39.948 0 -atom 54 Kr "KRYPTON" 36 83.800 0 -atom 55 Xe "XENON" 54 131.300 0 -atom 59 Mg "MAGNESIUM" 12 24.301 0 -atom 60 P "PHOSPHORUS (V)" 15 30.994 4 -atom 61 Fe "IRON (II)" 26 55.847 0 -atom 62 Fe "IRON (III)" 26 55.847 0 -atom 63 Ni "NICKEL (II)" 27 58.710 0 -atom 64 Ni "NICKEL (III)" 27 58.710 0 -atom 65 Co "COBALT (II)" 28 58.933 0 -atom 66 Co "COBALT (III)" 28 58.933 0 -atom 69 O "AMINE OXIDE" 8 15.995 1 -atom 70 O "KETONIUM OXYGEN" 8 15.995 1 -atom 71 C "KETONIUM CARBON" 6 12.000 2 -atom 72 N "=N- IMINE, OXIME" 7 14.003 3 -atom 73 N+ "=N(+)- PYRIDINIUM" 7 14.003 3 -atom 74 N+ "=N(+)- IMMINIUM" 7 14.003 3 -atom 75 N "N-OH OXIME" 7 14.003 3 - - - ################################ - ## ## - ## Van der Waals Parameters ## - ## ## - ################################ - - -vdw 1 1.900 0.044 -vdw 2 1.940 0.044 -vdw 3 1.940 0.044 -vdw 4 1.940 0.044 -vdw 5 1.500 0.047 0.915 -vdw 6 1.740 0.050 -vdw 7 1.740 0.066 -vdw 8 1.820 0.055 -vdw 9 1.820 0.055 -vdw 10 1.820 0.055 -vdw 11 1.650 0.078 -vdw 12 2.030 0.240 -vdw 13 2.180 0.320 -vdw 14 2.320 0.424 -vdw 15 2.110 0.202 -vdw 16 2.110 0.202 -vdw 17 2.110 0.202 -vdw 18 2.110 0.202 -vdw 19 2.250 0.140 -vdw 20 1.200 0.016 -vdw 21 0.950 0.036 -vdw 22 1.900 0.044 -vdw 23 1.050 0.034 -vdw 24 0.900 0.015 -vdw 25 2.180 0.168 -vdw 26 1.980 0.034 -vdw 27 1.980 0.034 -vdw 28 0.900 0.015 -vdw 29 1.940 0.044 -vdw 30 1.940 0.044 -vdw 31 2.400 0.200 -vdw 32 2.550 0.270 -vdw 33 2.700 0.340 -vdw 34 2.250 0.276 -vdw 35 2.400 0.368 -vdw 36 1.497 0.047 0.915 -vdw 37 1.820 0.055 -vdw 38 1.940 0.044 -vdw 39 1.820 0.055 -vdw 40 1.820 0.055 -vdw 41 1.740 0.050 -vdw 42 2.110 0.202 -vdw 43 1.820 0.055 -vdw 44 0.000 0.000 -vdw 45 1.820 0.055 -vdw 46 1.820 0.055 -vdw 47 1.740 0.050 -vdw 48 0.900 0.015 -vdw 49 1.740 0.050 -vdw 50 1.940 0.044 -vdw 51 1.530 0.026 -vdw 52 1.600 0.090 -vdw 53 1.990 0.268 -vdw 54 2.150 0.358 -vdw 55 2.280 0.495 -vdw 59 2.200 0.015 -vdw 60 2.200 0.168 -vdw 61 2.200 0.020 -vdw 62 2.200 0.020 -vdw 63 2.200 0.020 -vdw 64 2.200 0.020 -vdw 65 2.200 0.020 -vdw 66 2.200 0.020 -vdw 69 1.820 0.059 -vdw 70 1.740 0.066 -vdw 71 1.940 0.056 -vdw 72 1.820 0.055 -vdw 73 1.820 0.055 -vdw 74 1.820 0.055 -vdw 75 1.820 0.055 - - - ##################################### - ## ## - ## Van der Waals Pair Parameters ## - ## ## - ##################################### - - -vdwpr 1 5 3.340 0.046 -vdwpr 1 36 3.337 0.046 -vdwpr 2 21 2.340 1.100 -vdwpr 2 23 2.340 0.400 -vdwpr 2 24 2.340 1.000 -vdwpr 2 28 2.340 1.000 -vdwpr 6 21 1.830 1.300 -vdwpr 6 23 1.830 0.600 -vdwpr 6 24 2.140 2.200 -vdwpr 6 28 2.140 2.400 -vdwpr 7 21 2.140 2.950 -vdwpr 7 23 2.140 0.400 -vdwpr 7 24 2.030 3.000 -vdwpr 7 28 2.030 3.000 -vdwpr 8 21 2.220 2.000 -vdwpr 8 23 2.220 0.400 -vdwpr 8 24 2.220 1.400 -vdwpr 8 28 2.220 1.000 -vdwpr 11 21 2.050 0.800 -vdwpr 11 23 2.050 0.200 -vdwpr 11 24 2.050 0.600 -vdwpr 11 28 2.050 0.400 -vdwpr 12 21 2.430 3.600 -vdwpr 12 23 2.430 0.200 -vdwpr 12 24 2.430 0.600 -vdwpr 12 28 2.430 0.400 -vdwpr 13 21 2.580 0.800 -vdwpr 13 23 2.580 0.200 -vdwpr 13 24 2.580 0.600 -vdwpr 13 28 2.580 0.400 -vdwpr 14 21 2.720 0.600 -vdwpr 14 23 2.720 0.400 -vdwpr 14 24 2.720 0.400 -vdwpr 14 28 2.720 0.200 -vdwpr 15 21 2.510 0.400 -vdwpr 15 23 2.510 0.200 -vdwpr 15 24 2.510 0.400 -vdwpr 15 28 2.510 0.200 - - - ################################## - ## ## - ## Bond Stretching Parameters ## - ## ## - ################################## - - -bond 1 1 4.400 1.523 -bond 1 2 4.400 1.497 -bond 1 3 4.400 1.509 -bond 1 4 5.200 1.470 -bond 1 5 4.600 1.113 -bond 1 6 5.360 1.402 -bond 1 8 5.100 1.438 -bond 1 9 3.520 1.437 -bond 1 11 5.100 1.392 -bond 1 12 3.230 1.795 -bond 1 13 2.300 1.949 -bond 1 14 2.200 2.149 -bond 1 15 3.213 1.815 -bond 1 16 3.213 1.816 -bond 1 17 3.213 1.805 -bond 1 18 3.213 1.784 -bond 1 19 2.970 1.880 -bond 1 22 4.400 1.502 -bond 1 25 2.910 1.856 -bond 1 29 4.400 1.497 -bond 1 31 2.700 1.950 -bond 1 32 2.124 2.147 -bond 1 33 1.900 2.242 -bond 1 34 2.680 1.948 -bond 1 35 2.700 2.140 -bond 1 36 4.600 1.108 -bond 1 37 3.950 1.470 -bond 1 38 4.400 1.497 -bond 1 39 5.100 1.499 -bond 1 41 5.360 1.414 -bond 1 43 3.950 1.488 -bond 1 46 7.000 1.498 -bond 1 50 4.400 1.497 -bond 1 70 3.000 1.480 -bond 1 71 4.400 1.509 -bond 1 72 3.950 1.470 -bond 2 2 9.600 1.337 -bond 2 3 9.600 1.351 -bond 2 4 9.900 1.313 -bond 2 5 4.600 1.101 -bond 2 6 6.000 1.355 -bond 2 8 6.320 1.377 -bond 2 9 5.000 1.410 -bond 2 11 5.400 1.320 -bond 2 12 3.400 1.719 -bond 2 13 2.500 1.881 -bond 2 14 2.480 2.075 -bond 2 19 3.500 1.865 -bond 2 22 4.400 1.467 -bond 2 25 2.910 1.828 -bond 2 37 11.090 1.260 -bond 2 38 9.600 1.336 -bond 2 40 11.090 1.266 -bond 2 41 10.000 1.225 -bond 2 42 6.471 1.459 -bond 2 46 5.050 1.463 -bond 2 72 11.090 1.260 -bond 3 3 9.600 1.415 -bond 3 5 4.600 1.113 -bond 3 6 5.050 1.338 -bond 3 7 10.800 1.208 -bond 3 9 6.400 1.385 -bond 3 22 4.400 1.447 -bond 3 36 4.600 1.130 -bond 3 72 11.090 1.280 -bond 4 4 15.600 1.212 -bond 4 5 5.900 1.090 -bond 4 10 17.730 1.158 -bond 5 15 3.800 1.345 -bond 5 16 3.800 1.346 -bond 5 17 3.800 1.346 -bond 5 18 3.800 1.346 -bond 5 19 2.720 1.489 -bond 5 22 4.600 1.086 -bond 5 25 3.330 1.437 -bond 5 29 4.600 1.101 -bond 5 31 2.570 1.530 -bond 5 32 2.229 1.696 -bond 5 33 1.894 1.775 -bond 5 34 3.170 1.472 -bond 5 35 2.850 1.670 -bond 5 38 4.600 1.072 -bond 5 71 4.600 1.113 -bond 6 6 3.950 1.428 -bond 6 19 5.500 1.626 -bond 6 20 4.600 0.600 -bond 6 21 4.600 0.942 -bond 6 24 7.200 0.972 -bond 6 25 2.900 1.615 -bond 6 28 7.200 0.972 -bond 7 17 5.000 1.480 -bond 7 18 8.412 1.450 -bond 7 43 10.800 1.268 -bond 7 46 7.500 1.220 -bond 8 8 5.600 1.381 -bond 8 20 6.100 0.600 -bond 8 23 6.100 1.020 -bond 9 18 6.100 1.660 -bond 9 28 5.900 1.022 -bond 15 15 3.100 2.024 -bond 19 19 1.850 2.332 -bond 19 22 3.500 1.860 -bond 20 37 6.100 0.600 -bond 20 41 4.600 0.600 -bond 20 72 6.100 0.600 -bond 22 22 4.400 1.474 -bond 22 38 4.400 1.488 -bond 22 46 4.350 1.477 -bond 23 37 5.240 1.022 -bond 23 40 6.100 1.050 -bond 23 72 5.240 1.022 -bond 28 41 7.200 0.972 -bond 33 33 0.980 2.891 -bond 37 37 10.720 1.248 -bond 37 40 11.000 1.230 -bond 37 43 10.720 1.257 -bond 38 38 9.600 1.303 -bond 39 48 6.100 1.045 -bond 50 50 8.065 1.392 -bond 70 71 10.000 1.236 - - - ########################################### - ## ## - ## Bond Stretching Parameters (4-Ring) ## - ## ## - ########################################### - - -bond4 22 22 4.400 1.528 - - - ########################################### - ## ## - ## Bond Stretching Parameters (3-Ring) ## - ## ## - ########################################### - - -bond3 22 22 4.400 1.503 -bond3 22 49 5.360 1.435 - - - ################################ - ## ## - ## Angle Bending Parameters ## - ## ## - ################################ - - -angle 1 1 1 0.450 109.470 109.510 109.500 -angle 1 1 2 0.450 109.470 109.510 109.500 -angle 1 1 3 0.450 107.800 109.900 110.000 -angle 1 1 4 0.450 109.470 112.400 109.000 -angle 1 1 5 0.360 109.390 109.410 110.000 -angle 1 1 6 0.700 107.500 107.700 107.400 -angle 1 1 8 0.570 109.470 108.800 109.500 -angle 1 1 9 0.500 109.280 110.780 109.280 -angle 1 1 11 0.650 109.500 107.500 109.500 -angle 1 1 12 0.560 108.200 0.000 0.000 -angle 1 1 13 0.630 108.200 0.000 0.000 -angle 1 1 14 0.490 108.900 0.000 0.000 -angle 1 1 15 0.550 109.000 107.000 106.500 -angle 1 1 16 0.420 107.800 0.000 0.000 -angle 1 1 17 0.420 106.000 0.000 0.000 -angle 1 1 18 0.420 102.000 0.000 0.000 -angle 1 1 19 0.400 109.000 110.900 112.700 -angle 1 1 22 0.450 112.400 112.400 112.400 -angle 1 1 25 0.480 111.500 0.000 0.000 -angle 1 1 29 0.450 110.000 0.000 0.000 -angle 1 1 31 0.640 110.500 0.000 0.000 -angle 1 1 32 0.560 110.200 0.000 0.000 -angle 1 1 33 0.300 110.200 0.000 0.000 -angle 1 1 34 0.500 108.200 0.000 0.000 -angle 1 1 35 0.450 108.200 0.000 0.000 -angle 1 1 36 0.360 109.390 109.410 110.000 -angle 1 1 37 0.380 110.740 0.000 0.000 -angle 1 1 39 0.570 103.500 102.700 103.900 -angle 1 1 41 0.700 107.500 0.000 0.000 -angle 1 1 43 0.380 104.640 0.000 0.000 -angle 1 1 46 0.600 106.000 106.800 106.800 -angle 1 1 50 0.450 109.470 109.510 109.500 -angle 1 1 70 0.700 104.000 0.000 0.000 -angle 1 1 71 0.450 107.800 109.900 110.000 -angle 2 1 2 0.450 109.470 109.510 109.500 -angle 2 1 3 0.470 109.470 110.510 110.200 -angle 2 1 4 0.470 109.470 110.510 110.200 -angle 2 1 5 0.360 109.390 109.410 110.000 -angle 2 1 6 0.700 109.500 0.000 0.000 -angle 2 1 8 1.045 110.740 0.000 0.000 -angle 2 1 9 0.500 109.800 0.000 0.000 -angle 2 1 11 0.650 109.000 0.000 0.000 -angle 2 1 12 0.560 109.500 0.000 0.000 -angle 2 1 15 0.420 107.800 107.800 109.500 -angle 2 1 16 0.420 107.800 0.000 0.000 -angle 2 1 19 0.500 109.500 110.500 113.000 -angle 2 1 22 0.450 112.400 0.000 0.000 -angle 2 1 36 0.360 109.390 109.410 110.000 -angle 2 1 37 0.380 110.510 0.000 0.000 -angle 2 1 39 1.045 110.740 0.000 0.000 -angle 2 1 43 0.380 110.510 0.000 0.000 -angle 3 1 3 0.470 109.470 110.510 110.200 -angle 3 1 5 0.370 107.900 108.800 109.470 -angle 3 1 6 0.700 109.500 0.000 0.000 -angle 3 1 8 1.045 110.740 0.000 0.000 -angle 3 1 9 0.820 109.800 111.100 109.800 -angle 3 1 11 0.650 109.200 0.000 0.000 -angle 3 1 12 0.560 109.800 0.000 0.000 -angle 3 1 13 0.630 109.100 0.000 0.000 -angle 3 1 14 0.490 108.900 0.000 0.000 -angle 3 1 15 0.420 107.800 0.000 0.000 -angle 3 1 16 0.420 107.800 0.000 0.000 -angle 3 1 36 0.370 108.800 108.800 109.470 -angle 4 1 4 0.470 109.470 110.510 110.200 -angle 4 1 5 0.360 109.390 109.410 110.000 -angle 5 1 5 0.320 109.400 109.000 109.470 -angle 5 1 6 0.540 106.700 106.700 106.700 -angle 5 1 8 0.500 108.800 0.000 0.000 -angle 5 1 9 0.420 109.000 0.000 0.000 -angle 5 1 11 0.490 110.500 0.000 0.000 -angle 5 1 12 0.530 106.900 0.000 0.000 -angle 5 1 13 0.440 106.500 0.000 0.000 -angle 5 1 14 0.540 106.400 0.000 0.000 -angle 5 1 15 0.360 112.000 112.000 109.300 -angle 5 1 16 0.300 108.200 0.000 0.000 -angle 5 1 17 0.384 108.600 0.000 0.000 -angle 5 1 18 0.384 108.600 0.000 0.000 -angle 5 1 19 0.320 108.600 110.800 107.000 -angle 5 1 22 0.360 109.410 109.410 109.410 -angle 5 1 25 0.360 111.000 0.000 0.000 -angle 5 1 29 0.360 110.000 0.000 0.000 -angle 5 1 31 0.449 110.400 0.000 0.000 -angle 5 1 32 0.350 112.000 0.000 0.000 -angle 5 1 33 0.100 109.500 0.000 0.000 -angle 5 1 34 0.330 110.500 0.000 0.000 -angle 5 1 35 0.300 110.500 0.000 0.000 -angle 5 1 36 0.320 109.400 109.000 109.470 -angle 5 1 37 0.480 107.500 0.000 0.000 -angle 5 1 39 0.500 108.800 0.000 0.000 -angle 5 1 41 0.540 106.700 0.000 0.000 -angle 5 1 43 0.480 107.500 0.000 0.000 -angle 5 1 46 0.480 109.000 0.000 0.000 -angle 5 1 50 0.360 109.390 109.410 110.000 -angle 5 1 70 0.350 102.800 0.000 0.000 -angle 5 1 71 0.370 107.900 108.800 109.500 -angle 5 1 72 0.480 107.500 0.000 0.000 -angle 6 1 6 0.460 99.900 97.000 102.200 -angle 6 1 12 0.560 108.500 0.000 0.000 -angle 6 1 71 0.700 103.000 0.000 0.000 -angle 8 1 8 1.045 110.740 0.000 0.000 -angle 8 1 39 1.045 110.740 0.000 0.000 -angle 9 1 15 0.580 107.000 108.000 114.800 -angle 9 1 36 0.420 109.000 0.000 0.000 -angle 11 1 11 1.070 107.100 0.000 0.000 -angle 11 1 12 1.075 110.400 0.000 0.000 -angle 11 1 13 1.024 109.400 0.000 0.000 -angle 12 1 12 1.080 111.700 0.000 0.000 -angle 12 1 13 1.030 110.700 0.000 0.000 -angle 13 1 13 0.980 109.700 0.000 0.000 -angle 15 1 15 0.420 116.200 0.000 0.000 -angle 19 1 19 0.400 115.500 0.000 0.000 -angle 22 1 22 0.450 112.000 0.000 105.000 -angle 22 1 37 0.380 110.200 0.000 0.000 -angle 22 1 43 0.380 110.200 0.000 0.000 -angle 36 1 36 0.320 109.400 109.000 109.470 -angle 36 1 50 0.360 109.390 109.410 110.000 -angle 50 1 50 0.450 109.470 109.510 109.500 -angle 1 2 1 0.450 117.200 0.000 0.000 -angle 1 2 2 0.550 121.400 122.000 0.000 -angle 1 2 3 0.380 121.000 0.000 0.000 -angle 1 2 4 0.470 122.000 0.000 0.000 -angle 1 2 5 0.360 118.200 0.000 0.000 -angle 1 2 6 0.500 120.000 0.000 0.000 -angle 1 2 19 0.400 120.000 0.000 0.000 -angle 1 2 37 0.550 115.100 125.300 0.000 -angle 2 2 2 0.430 120.000 0.000 0.000 -angle 2 2 3 0.600 114.600 117.600 0.000 -angle 2 2 5 0.360 120.000 120.500 0.000 -angle 2 2 6 0.700 124.300 0.000 0.000 -angle 2 2 8 0.616 123.000 124.000 0.000 -angle 2 2 9 0.500 118.000 0.000 0.000 -angle 2 2 11 0.650 121.000 0.000 0.000 -angle 2 2 12 0.550 118.800 0.000 0.000 -angle 2 2 13 0.450 118.100 0.000 0.000 -angle 2 2 14 0.410 118.800 0.000 0.000 -angle 2 2 19 0.400 122.500 120.500 0.000 -angle 2 2 22 0.550 121.000 0.000 0.000 -angle 2 2 25 0.380 120.000 0.000 0.000 -angle 2 2 37 0.430 120.000 123.500 0.000 -angle 2 2 40 0.430 120.000 119.000 0.000 -angle 2 2 41 0.600 120.000 118.100 0.000 -angle 2 2 42 0.380 119.000 0.000 0.000 -angle 2 2 46 0.600 113.500 0.000 0.000 -angle 2 2 72 0.430 120.000 123.500 0.000 -angle 3 2 5 0.240 120.000 0.000 0.000 -angle 4 2 5 0.360 121.100 121.600 0.000 -angle 5 2 5 0.320 119.000 0.000 0.000 -angle 5 2 6 0.540 116.400 0.000 0.000 -angle 5 2 8 0.540 119.000 0.000 0.000 -angle 5 2 9 0.300 109.000 0.000 0.000 -angle 5 2 11 0.450 120.000 0.000 0.000 -angle 5 2 12 0.450 112.600 0.000 0.000 -angle 5 2 13 0.460 112.100 0.000 0.000 -angle 5 2 14 0.450 112.600 0.000 0.000 -angle 5 2 19 0.240 118.400 0.000 0.000 -angle 5 2 22 0.360 118.200 0.000 0.000 -angle 5 2 37 0.360 116.500 120.500 0.000 -angle 5 2 38 0.360 120.000 0.000 0.000 -angle 5 2 40 0.400 113.500 0.000 0.000 -angle 5 2 41 0.450 108.000 0.000 0.000 -angle 5 2 42 0.400 120.000 0.000 0.000 -angle 5 2 46 0.260 119.000 0.000 0.000 -angle 5 2 72 0.360 116.500 120.500 0.000 -angle 9 2 9 0.400 120.000 0.000 0.000 -angle 12 2 41 0.500 105.000 0.000 0.000 -angle 13 2 41 0.500 104.000 0.000 0.000 -angle 14 2 41 0.500 107.000 0.000 0.000 -angle 19 2 19 0.400 120.000 0.000 0.000 -angle 37 2 37 0.400 120.000 127.000 0.000 -angle 37 2 40 0.400 126.000 126.000 0.000 -angle 1 3 1 0.400 116.600 0.000 0.000 -angle 1 3 2 0.400 115.000 0.000 0.000 -angle 1 3 3 0.600 114.000 0.000 0.000 -angle 1 3 5 0.370 116.400 0.000 0.000 -angle 1 3 6 0.650 107.100 0.000 0.000 -angle 1 3 7 0.460 122.500 0.000 0.000 -angle 1 3 9 0.660 116.500 0.000 0.000 -angle 1 3 72 0.550 116.800 0.000 0.000 -angle 2 3 2 0.600 112.000 0.000 0.000 -angle 2 3 3 0.480 120.000 0.000 0.000 -angle 2 3 5 0.400 113.500 0.000 0.000 -angle 2 3 6 0.700 124.300 0.000 0.000 -angle 2 3 7 0.460 123.000 0.000 0.000 -angle 2 3 9 99.000 120.000 0.000 0.000 -angle 2 3 72 0.690 120.400 0.000 0.000 -angle 3 3 5 0.400 112.000 0.000 0.000 -angle 3 3 7 0.430 119.000 0.000 0.000 -angle 3 3 36 0.400 112.500 0.000 0.000 -angle 5 3 5 0.360 118.200 0.000 0.000 -angle 5 3 6 0.650 105.900 0.000 0.000 -angle 5 3 7 0.370 120.300 0.000 0.000 -angle 5 3 9 0.300 109.000 0.000 0.000 -angle 5 3 72 0.660 119.500 0.000 0.000 -angle 6 3 7 0.800 122.000 0.000 0.000 -angle 7 3 9 0.670 124.300 0.000 0.000 -angle 7 3 22 0.460 122.500 0.000 0.000 -angle 7 3 36 0.370 120.000 0.000 0.000 -angle 9 3 9 0.500 120.000 0.000 0.000 -angle 1 4 4 0.200 180.000 0.000 0.000 -angle 1 4 10 0.325 180.000 0.000 0.000 -angle 2 4 2 0.400 180.000 0.000 0.000 -angle 2 4 4 0.470 180.000 0.000 0.000 -angle 4 4 5 0.360 180.000 0.000 0.000 -angle 1 6 1 0.770 106.800 0.000 0.000 -angle 1 6 2 0.770 110.800 0.000 0.000 -angle 1 6 3 0.600 109.900 0.000 0.000 -angle 1 6 6 0.635 98.700 0.000 0.000 -angle 1 6 19 0.400 114.600 0.000 0.000 -angle 1 6 20 0.350 105.160 0.000 0.000 -angle 1 6 21 0.350 106.900 0.000 0.000 -angle 1 6 25 0.770 116.000 0.000 0.000 -angle 2 6 20 0.350 103.260 0.000 0.000 -angle 2 6 25 0.800 118.000 0.000 0.000 -angle 2 6 28 0.350 108.000 0.000 0.000 -angle 3 6 20 0.350 105.160 0.000 0.000 -angle 3 6 24 0.300 106.100 0.000 0.000 -angle 6 6 20 0.350 103.260 0.000 0.000 -angle 6 6 21 0.511 98.440 0.000 0.000 -angle 19 6 19 0.150 145.700 0.000 0.000 -angle 19 6 20 0.350 97.500 0.000 0.000 -angle 20 6 20 0.240 131.000 0.000 0.000 -angle 20 6 21 0.240 101.010 0.000 0.000 -angle 20 6 24 0.240 101.000 0.000 0.000 -angle 20 6 25 0.350 105.000 0.000 0.000 -angle 20 6 28 0.240 101.100 0.000 0.000 -angle 21 6 21 0.400 104.500 0.000 0.000 -angle 21 6 21 0.630 105.000 0.000 0.000 -angle 1 8 1 0.630 107.700 0.000 0.000 -angle 1 8 2 0.698 107.000 0.000 0.000 -angle 1 8 8 0.740 105.500 0.000 0.000 -angle 1 8 20 0.500 109.200 0.000 0.000 -angle 1 8 23 0.500 109.470 0.000 0.000 -angle 2 8 20 0.350 87.000 0.000 0.000 -angle 2 8 23 0.527 109.500 0.000 0.000 -angle 8 8 20 0.350 109.000 0.000 0.000 -angle 8 8 23 0.430 103.200 0.000 0.000 -angle 20 8 20 0.587 106.820 0.000 0.000 -angle 20 8 23 0.500 108.000 0.000 0.000 -angle 23 8 23 0.500 104.500 0.000 0.000 -angle 1 9 1 0.760 126.000 0.000 0.000 -angle 1 9 2 0.630 119.900 0.000 0.000 -angle 1 9 3 0.760 119.900 0.000 0.000 -angle 1 9 18 0.300 110.000 0.000 0.000 -angle 1 9 28 0.440 124.000 0.000 0.000 -angle 2 9 2 0.400 107.000 0.000 0.000 -angle 2 9 3 0.600 115.000 0.000 0.000 -angle 2 9 28 0.500 110.000 0.000 0.000 -angle 3 9 3 0.500 125.000 0.000 0.000 -angle 3 9 28 0.420 119.000 0.000 0.000 -angle 18 9 28 0.300 122.000 0.000 0.000 -angle 28 9 28 0.320 123.000 0.000 0.000 -angle 1 15 1 0.720 96.300 0.000 0.000 -angle 1 15 5 0.480 96.000 0.000 0.000 -angle 1 15 15 1.168 102.900 0.000 0.000 -angle 5 15 15 0.400 91.200 0.000 0.000 -angle 1 16 1 0.500 94.300 0.000 0.000 -angle 1 16 5 0.400 94.000 0.000 0.000 -angle 1 17 1 0.720 93.000 0.000 0.000 -angle 1 17 7 0.597 106.000 0.000 0.000 -angle 1 18 1 0.720 102.000 0.000 0.000 -angle 1 18 7 0.597 107.700 0.000 0.000 -angle 1 18 9 0.800 103.000 0.000 0.000 -angle 5 18 7 0.560 101.500 0.000 0.000 -angle 5 18 9 0.600 98.000 0.000 0.000 -angle 7 18 7 0.900 116.600 0.000 0.000 -angle 7 18 9 1.700 108.000 0.000 0.000 -angle 1 19 1 0.480 110.800 110.400 108.500 -angle 1 19 2 0.400 110.200 0.000 0.000 -angle 1 19 5 0.460 109.300 107.000 110.200 -angle 1 19 6 0.350 108.500 0.000 0.000 -angle 1 19 19 0.750 110.000 0.000 0.000 -angle 2 19 2 0.600 109.500 0.000 0.000 -angle 2 19 5 0.240 109.500 0.000 0.000 -angle 2 19 19 0.400 110.200 0.000 0.000 -angle 5 19 5 0.380 104.500 108.700 109.500 -angle 5 19 6 0.350 109.500 0.000 0.000 -angle 5 19 19 0.378 111.000 111.000 111.000 -angle 5 19 22 0.460 110.200 0.000 0.000 -angle 6 19 6 0.450 113.500 0.000 0.000 -angle 19 19 19 0.350 111.300 110.800 110.000 -angle 1 22 1 0.450 120.000 0.000 0.000 -angle 1 22 5 0.360 123.500 0.000 0.000 -angle 1 22 22 0.600 118.200 118.200 0.000 -angle 1 22 49 0.560 115.000 0.000 0.000 -angle 2 22 2 0.450 120.000 0.000 0.000 -angle 2 22 5 0.360 123.500 0.000 0.000 -angle 2 22 22 0.600 118.200 0.000 0.000 -angle 2 22 49 0.560 115.000 0.000 0.000 -angle 3 22 5 0.360 123.500 123.500 123.500 -angle 5 22 5 0.320 120.600 0.000 0.000 -angle 5 22 19 0.240 123.500 0.000 0.000 -angle 5 22 22 0.360 124.500 119.700 0.000 -angle 5 22 38 0.360 124.500 119.700 0.000 -angle 5 22 46 0.050 114.000 0.000 0.000 -angle 5 22 49 0.430 113.000 0.000 0.000 -angle 19 22 22 0.530 117.500 0.000 0.000 -angle 22 22 22 0.350 119.140 120.700 0.000 -angle 22 22 46 0.700 117.000 117.000 117.000 -angle 1 25 1 0.576 96.000 0.000 0.000 -angle 1 25 2 0.480 92.500 0.000 0.000 -angle 1 25 5 0.480 95.000 0.000 0.000 -angle 2 25 2 0.480 93.200 0.000 0.000 -angle 5 25 5 0.438 93.400 0.000 0.000 -angle 6 25 6 0.450 99.500 0.000 0.000 -angle 1 29 1 0.450 120.000 0.000 0.000 -angle 1 29 5 0.360 120.000 0.000 0.000 -angle 5 29 5 0.320 120.000 0.000 0.000 -angle 1 31 1 0.490 110.000 0.000 0.000 -angle 1 31 5 0.352 109.500 0.000 0.000 -angle 5 31 5 0.216 109.000 0.000 0.000 -angle 1 32 1 0.320 107.000 0.000 0.000 -angle 1 32 5 0.227 110.500 0.000 0.000 -angle 5 32 5 0.132 109.500 0.000 0.000 -angle 1 33 1 0.100 109.500 0.000 0.000 -angle 1 33 5 0.100 109.500 0.000 0.000 -angle 1 33 33 0.100 109.500 0.000 0.000 -angle 5 33 5 0.100 109.500 0.000 0.000 -angle 1 34 1 0.500 94.800 0.000 0.000 -angle 1 34 5 0.430 94.500 0.000 0.000 -angle 1 35 1 0.590 95.050 0.000 0.000 -angle 1 35 5 0.390 94.600 0.000 0.000 -angle 1 37 2 0.550 108.000 0.000 0.000 -angle 1 37 20 0.350 120.000 0.000 0.000 -angle 1 37 37 0.690 106.500 0.000 0.000 -angle 1 37 43 0.570 99.100 0.000 0.000 -angle 2 37 2 0.430 115.000 0.000 0.000 -angle 2 37 20 0.500 122.500 0.000 0.000 -angle 2 37 23 0.500 110.000 0.000 0.000 -angle 2 37 37 0.400 107.500 0.000 0.000 -angle 2 37 40 0.430 115.000 0.000 0.000 -angle 20 37 23 0.500 127.500 0.000 0.000 -angle 20 37 37 0.350 120.000 0.000 0.000 -angle 20 37 40 0.500 122.500 0.000 0.000 -angle 20 37 43 0.350 120.000 0.000 0.000 -angle 23 37 37 0.400 103.500 0.000 0.000 -angle 1 38 22 0.450 117.200 0.000 0.000 -angle 2 38 22 0.550 137.000 0.000 0.000 -angle 5 38 22 0.360 146.000 0.000 0.000 -angle 5 38 38 0.360 146.000 0.000 0.000 -angle 1 39 1 0.630 108.600 111.200 115.400 -angle 1 39 48 0.500 109.470 0.000 0.000 -angle 48 39 48 0.500 104.500 0.000 0.000 -angle 2 40 2 0.430 124.000 124.000 0.000 -angle 2 40 23 0.360 118.000 0.000 0.000 -angle 2 40 37 0.430 124.000 124.000 0.000 -angle 23 40 37 0.360 113.000 0.000 0.000 -angle 1 41 2 0.770 113.600 0.000 0.000 -angle 1 41 20 0.350 124.200 0.000 0.000 -angle 2 41 2 0.870 113.950 0.000 0.000 -angle 2 41 20 0.350 122.200 0.000 0.000 -angle 2 41 28 0.360 109.000 0.000 0.000 -angle 20 41 28 0.360 128.800 0.000 0.000 -angle 2 42 2 0.680 98.500 0.000 0.000 -angle 1 43 7 0.570 120.400 0.000 0.000 -angle 1 43 37 0.380 114.000 0.000 0.000 -angle 7 43 37 0.380 125.000 0.000 0.000 -angle 1 46 7 0.594 115.830 0.000 0.000 -angle 2 46 7 0.800 115.000 0.000 0.000 -angle 7 46 7 0.600 128.600 0.000 0.000 -angle 7 46 22 0.594 111.000 0.000 0.000 -angle 20 49 20 0.240 131.000 0.000 0.000 -angle 20 49 22 0.350 103.000 0.000 0.000 -angle 1 50 1 0.450 117.200 0.000 0.000 -angle 1 50 5 0.360 118.200 0.000 0.000 -angle 1 50 50 0.550 121.400 122.000 120.000 -angle 5 50 5 0.320 119.000 0.000 0.000 -angle 5 50 50 0.360 120.000 120.500 0.000 -angle 50 50 50 0.430 120.000 0.000 0.000 -angle 1 70 71 0.800 116.000 0.000 0.000 -angle 1 71 1 0.400 116.600 0.000 0.000 -angle 1 71 5 0.370 116.400 0.000 0.000 -angle 1 71 70 0.520 113.000 116.500 0.000 -angle 5 71 5 0.440 122.400 0.000 0.000 -angle 5 71 70 0.360 111.000 117.000 0.000 -angle 1 72 3 0.550 111.000 0.000 0.000 -angle 1 72 20 0.350 120.000 0.000 0.000 -angle 2 72 3 0.570 115.000 0.000 0.000 -angle 2 72 20 0.500 122.500 0.000 0.000 -angle 3 72 20 0.550 112.500 0.000 0.000 -angle 3 72 23 0.550 110.000 0.000 0.000 -angle 20 72 23 0.500 127.500 0.000 0.000 - - - ######################################### - ## ## - ## Angle Bending Parameters (4-Ring) ## - ## ## - ######################################### - - -angle4 1 1 1 0.340 109.470 0.000 109.500 -angle4 1 1 1 0.290 0.000 109.510 0.000 -angle4 1 1 2 0.360 109.470 109.510 109.500 -angle4 1 1 3 0.340 107.800 109.900 111.000 -angle4 1 1 6 0.530 107.400 0.000 0.000 -angle4 1 1 8 0.320 108.800 0.000 0.000 -angle4 1 1 9 0.550 106.500 0.000 0.000 -angle4 1 1 15 0.500 106.500 106.500 105.800 -angle4 1 1 19 0.300 94.500 0.000 94.500 -angle4 1 1 22 0.340 0.000 112.300 112.300 -angle4 1 1 31 0.640 92.000 0.000 0.000 -angle4 1 1 37 0.350 110.740 0.000 0.000 -angle4 1 1 39 0.450 108.800 0.000 0.000 -angle4 1 1 43 0.350 110.740 0.000 0.000 -angle4 2 1 2 0.340 109.470 109.510 109.500 -angle4 1 2 1 0.220 117.200 0.000 0.000 -angle4 1 2 2 0.340 121.400 122.000 120.000 -angle4 2 2 2 0.340 120.000 0.000 0.000 -angle4 1 3 1 0.300 116.600 0.000 0.000 -angle4 1 3 6 0.480 106.500 0.000 0.000 -angle4 1 3 9 0.660 113.000 0.000 0.000 -angle4 1 3 11 0.490 88.000 0.000 0.000 -angle4 22 3 22 0.300 116.600 0.000 0.000 -angle4 1 6 1 0.580 106.800 0.000 0.000 -angle4 1 6 3 0.450 109.900 0.000 0.000 -angle4 1 8 1 0.470 107.700 0.000 0.000 -angle4 1 9 3 0.600 119.800 0.000 0.000 -angle4 1 15 1 0.650 96.500 0.000 0.000 -angle4 1 19 1 0.450 90.500 0.000 90.500 -angle4 1 22 22 0.340 0.000 119.300 0.000 -angle4 3 22 22 0.340 119.300 119.300 119.300 -angle4 22 22 22 0.450 112.500 98.000 0.000 -angle4 1 31 1 0.490 88.000 0.000 0.000 -angle4 1 37 37 0.620 106.500 0.000 0.000 -angle4 1 37 43 0.480 99.100 0.000 0.000 -angle4 1 39 1 0.380 107.700 0.000 0.000 -angle4 1 43 37 0.350 114.000 0.000 0.000 - - - ######################################### - ## ## - ## Angle Bending Parameters (3-Ring) ## - ## ## - ######################################### - - -angle3 22 22 22 0.450 55.800 60.000 60.000 -angle3 22 22 38 0.450 48.000 0.000 0.000 -angle3 22 22 49 0.560 59.300 0.000 0.000 -angle3 38 22 38 0.450 53.000 0.000 0.000 -angle3 22 38 22 0.400 67.000 0.000 0.000 -angle3 22 38 38 0.550 80.000 0.000 0.000 -angle3 22 49 22 0.620 61.400 0.000 0.000 - - - ############################### - ## ## - ## Stretch-Bend Parameters ## - ## ## - ############################### - - -strbnd 1 0.120 0.090 0.000 -strbnd 2 0.120 0.090 0.000 -strbnd 3 0.120 0.090 0.000 -strbnd 4 0.120 0.090 0.000 -strbnd 6 0.120 0.090 0.000 -strbnd 8 0.120 0.090 0.000 -strbnd 9 0.120 0.090 0.000 -strbnd 15 0.250 -0.400 0.000 -strbnd 16 0.250 -0.400 0.000 -strbnd 17 0.250 -0.400 0.000 -strbnd 18 0.250 -0.400 0.000 -strbnd 19 0.200 0.060 0.000 -strbnd 22 0.120 0.090 0.000 -strbnd 25 0.200 0.060 0.000 -strbnd 26 0.120 0.090 0.000 -strbnd 27 0.120 0.090 0.000 -strbnd 29 0.120 0.090 0.000 -strbnd 30 0.120 0.090 0.000 -strbnd 34 0.450 0.000 0.000 -strbnd 37 0.120 0.090 0.000 -strbnd 38 0.120 0.090 0.000 -strbnd 39 0.120 0.090 0.000 -strbnd 40 0.120 0.090 0.000 -strbnd 41 0.120 0.090 0.000 -strbnd 42 0.250 -0.400 0.000 -strbnd 43 0.120 0.090 0.000 -strbnd 45 0.120 0.090 0.000 -strbnd 46 0.120 0.090 0.000 -strbnd 49 0.120 0.090 0.000 -strbnd 50 0.120 0.090 0.000 -strbnd 60 0.200 0.060 0.000 -strbnd 71 0.120 0.090 0.000 -strbnd 72 0.120 0.090 0.000 - - - #################################### - ## ## - ## Out-of-Plane Bend Parameters ## - ## ## - #################################### - - -opbend 2 1 0.050 -opbend 2 2 0.050 -opbend 2 3 0.050 -opbend 2 4 0.050 -opbend 2 5 0.050 -opbend 2 6 0.050 -opbend 2 7 0.050 -opbend 2 8 0.050 -opbend 2 9 0.050 -opbend 2 11 0.050 -opbend 2 12 0.050 -opbend 2 13 0.050 -opbend 2 14 0.050 -opbend 2 19 0.050 -opbend 2 22 0.050 -opbend 2 25 0.500 -opbend 2 37 0.050 -opbend 2 38 0.050 -opbend 2 40 0.050 -opbend 2 41 0.050 -opbend 2 42 0.050 -opbend 2 46 0.200 -opbend 2 72 0.050 -opbend 3 1 0.800 -opbend 3 2 0.800 -opbend 3 3 0.900 -opbend 3 4 0.800 -opbend 3 5 0.800 -opbend 3 6 0.800 -opbend 3 7 0.800 -opbend 3 8 0.800 -opbend 3 9 0.800 -opbend 3 22 0.800 -opbend 3 36 0.800 -opbend 3 72 0.050 -opbend 9 1 0.050 -opbend 9 2 0.050 -opbend 9 3 0.050 -opbend 9 4 0.050 -opbend 9 6 0.050 -opbend 9 7 0.050 -opbend 9 8 0.050 -opbend 9 9 0.050 -opbend 9 18 0.050 -opbend 9 28 0.010 -opbend 29 1 0.150 -opbend 29 5 0.150 -opbend 30 1 0.050 -opbend 30 5 0.050 -opbend 37 1 0.050 -opbend 37 1 0.050 -opbend 37 2 0.050 -opbend 37 20 0.050 -opbend 37 20 0.050 -opbend 37 23 0.050 -opbend 37 23 0.050 -opbend 37 37 0.050 -opbend 37 37 0.050 -opbend 37 40 0.050 -opbend 37 43 0.050 -opbend 38 2 0.050 -opbend 38 5 0.050 -opbend 38 22 0.050 -opbend 38 38 0.050 -opbend 40 2 0.050 -opbend 40 23 0.050 -opbend 40 37 0.050 -opbend 41 1 0.050 -opbend 41 2 0.050 -opbend 41 20 0.050 -opbend 41 28 0.050 -opbend 43 1 0.050 -opbend 43 7 0.050 -opbend 43 37 0.050 -opbend 46 1 0.200 -opbend 46 2 0.200 -opbend 46 7 0.200 -opbend 46 22 0.200 -opbend 50 1 0.050 -opbend 50 5 0.050 -opbend 50 50 0.050 -opbend 71 1 0.800 -opbend 71 5 0.800 -opbend 71 70 1.569 -opbend 72 1 0.050 -opbend 72 2 0.050 -opbend 72 3 0.050 -opbend 72 20 0.050 -opbend 72 23 0.050 - - - ############################ - ## ## - ## Torsional Parameters ## - ## ## - ############################ - - -torsion 1 1 1 1 0.200 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 1 1 2 0.170 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 1 1 3 0.050 0.0 1 0.370 180.0 2 0.000 0.0 3 -torsion 1 1 1 4 0.200 0.0 1 -0.260 180.0 2 0.093 0.0 3 -torsion 1 1 1 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 1 1 1 6 0.100 0.0 1 0.100 180.0 2 0.180 0.0 3 -torsion 1 1 1 8 0.100 0.0 1 0.400 180.0 2 0.500 0.0 3 -torsion 1 1 1 9 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 1 11 0.000 0.0 1 -0.086 180.0 2 0.930 0.0 3 -torsion 1 1 1 12 0.000 0.0 1 -0.250 180.0 2 0.550 0.0 3 -torsion 1 1 1 13 0.000 0.0 1 -0.410 180.0 2 1.060 0.0 3 -torsion 1 1 1 14 0.000 0.0 1 -0.500 180.0 2 0.267 0.0 3 -torsion 1 1 1 15 0.140 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 1 16 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 1 1 1 17 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 1 18 0.200 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 1 1 19 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 1 1 1 22 0.200 0.0 1 -0.200 180.0 2 0.600 0.0 3 -torsion 1 1 1 25 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 1 29 0.170 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 1 1 31 0.000 0.0 1 0.000 180.0 2 -0.065 0.0 3 -torsion 1 1 1 32 -0.083 0.0 1 -0.083 180.0 2 0.050 0.0 3 -torsion 1 1 1 33 0.000 0.0 1 -0.008 180.0 2 0.110 0.0 3 -torsion 1 1 1 34 0.140 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 1 1 1 35 0.000 0.0 1 0.200 180.0 2 0.400 0.0 3 -torsion 1 1 1 36 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 1 1 1 37 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 1 1 1 39 0.100 0.0 1 0.400 180.0 2 0.500 0.0 3 -torsion 1 1 1 43 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 1 1 1 46 0.000 0.0 1 0.000 180.0 2 0.800 0.0 3 -torsion 1 1 1 50 0.170 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 1 1 70 0.129 0.0 1 -0.650 180.0 2 0.817 0.0 3 -torsion 1 1 1 71 0.050 0.0 1 0.370 180.0 2 0.000 0.0 3 -torsion 2 1 1 2 2.100 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 2 1 1 3 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 2 1 1 4 0.000 0.0 1 0.000 180.0 2 0.093 0.0 3 -torsion 2 1 1 5 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 2 1 1 6 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 2 1 1 8 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 2 1 1 9 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 1 15 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 2 1 1 16 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 2 1 1 19 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 2 1 1 36 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 2 1 1 39 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 3 1 1 3 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 3 1 1 5 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 3 1 1 6 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 3 1 1 8 0.000 0.0 1 0.400 180.0 2 0.500 0.0 3 -torsion 3 1 1 9 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 3 1 1 11 -1.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 3 1 1 12 -0.585 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 3 1 1 13 -0.465 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 3 1 1 15 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 3 1 1 16 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 3 1 1 25 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 3 1 1 36 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 3 1 1 39 0.000 0.0 1 0.400 180.0 2 0.500 0.0 3 -torsion 4 1 1 4 1.000 0.0 1 0.000 180.0 2 0.093 0.0 3 -torsion 4 1 1 5 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 4 1 1 6 0.000 0.0 1 -0.400 180.0 2 0.180 0.0 3 -torsion 5 1 1 5 0.000 0.0 1 0.000 180.0 2 0.237 0.0 3 -torsion 5 1 1 6 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 5 1 1 8 -0.150 0.0 1 0.000 180.0 2 0.150 0.0 3 -torsion 5 1 1 9 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 5 1 1 11 0.000 0.0 1 0.000 180.0 2 0.351 0.0 3 -torsion 5 1 1 12 0.000 0.0 1 0.000 180.0 2 0.406 0.0 3 -torsion 5 1 1 13 0.000 0.0 1 0.000 180.0 2 0.385 0.0 3 -torsion 5 1 1 14 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 5 1 1 15 0.000 0.0 1 0.000 180.0 2 0.330 0.0 3 -torsion 5 1 1 16 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 5 1 1 17 0.000 0.0 1 0.000 180.0 2 0.125 0.0 3 -torsion 5 1 1 18 0.000 0.0 1 0.000 180.0 2 0.125 0.0 3 -torsion 5 1 1 19 0.000 0.0 1 0.000 180.0 2 0.105 0.0 3 -torsion 5 1 1 22 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 5 1 1 25 0.000 0.0 1 0.000 180.0 2 0.330 0.0 3 -torsion 5 1 1 29 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 5 1 1 31 0.000 0.0 1 0.000 180.0 2 -0.065 0.0 3 -torsion 5 1 1 32 0.000 0.0 1 0.000 180.0 2 -0.155 0.0 3 -torsion 5 1 1 33 0.000 0.0 1 0.000 180.0 2 0.040 0.0 3 -torsion 5 1 1 34 0.000 0.0 1 0.000 180.0 2 0.280 0.0 3 -torsion 5 1 1 35 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 5 1 1 36 0.000 0.0 1 0.000 180.0 2 0.237 0.0 3 -torsion 5 1 1 37 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 5 1 1 39 -0.150 0.0 1 0.000 180.0 2 0.150 0.0 3 -torsion 5 1 1 41 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 5 1 1 43 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 5 1 1 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 5 1 1 50 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 5 1 1 70 0.004 0.0 1 0.000 180.0 2 0.427 0.0 3 -torsion 5 1 1 71 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 6 1 1 6 0.000 0.0 1 -0.600 180.0 2 0.300 0.0 3 -torsion 6 1 1 8 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 1 9 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 1 11 0.000 0.0 1 -1.400 180.0 2 0.180 0.0 3 -torsion 6 1 1 12 0.000 0.0 1 -1.400 180.0 2 0.180 0.0 3 -torsion 6 1 1 13 0.000 0.0 1 -1.400 180.0 2 0.180 0.0 3 -torsion 6 1 1 14 0.000 0.0 1 -1.400 180.0 2 0.180 0.0 3 -torsion 6 1 1 15 -0.800 0.0 1 0.900 180.0 2 -0.300 0.0 3 -torsion 6 1 1 17 -0.800 0.0 1 0.900 180.0 2 -0.300 0.0 3 -torsion 6 1 1 18 -0.800 0.0 1 0.000 180.0 2 -0.300 0.0 3 -torsion 6 1 1 39 0.000 0.0 1 -0.600 180.0 2 0.300 0.0 3 -torsion 6 1 1 70 -5.500 0.0 1 -2.500 180.0 2 2.000 0.0 3 -torsion 6 1 1 71 -7.225 0.0 1 0.000 180.0 2 0.740 0.0 3 -torsion 8 1 1 8 -0.400 0.0 1 -1.100 180.0 2 1.200 0.0 3 -torsion 8 1 1 9 1.170 0.0 1 -1.263 180.0 2 2.064 0.0 3 -torsion 9 1 1 9 0.000 0.0 1 0.000 180.0 2 -0.500 0.0 3 -torsion 9 1 1 15 -1.000 0.0 1 -0.300 180.0 2 0.400 0.0 3 -torsion 9 1 1 15 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 11 1 1 11 -0.100 0.0 1 -2.000 180.0 2 0.200 0.0 3 -torsion 11 1 1 12 0.000 0.0 1 0.000 180.0 2 0.253 0.0 3 -torsion 11 1 1 13 0.000 0.0 1 0.000 180.0 2 0.253 0.0 3 -torsion 12 1 1 12 -0.240 0.0 1 0.620 180.0 2 0.540 0.0 3 -torsion 12 1 1 13 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 13 1 1 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 1 1 15 -0.800 0.0 1 0.900 180.0 2 -0.300 0.0 3 -torsion 15 1 1 17 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 17 1 1 17 0.000 0.0 1 0.000 180.0 2 0.125 0.0 3 -torsion 19 1 1 19 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 22 1 1 22 0.200 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 29 1 1 29 2.100 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 36 1 1 36 0.000 0.0 1 0.000 180.0 2 0.237 0.0 3 -torsion 41 1 1 41 0.000 0.0 1 -0.600 180.0 2 0.300 0.0 3 -torsion 1 1 2 1 0.400 0.0 1 0.030 180.0 2 0.500 0.0 3 -torsion 1 1 2 2 -0.440 0.0 1 0.240 180.0 2 0.060 0.0 3 -torsion 1 1 2 3 0.000 0.0 1 0.000 180.0 2 0.457 0.0 3 -torsion 1 1 2 4 -0.440 0.0 1 0.240 180.0 2 0.060 0.0 3 -torsion 1 1 2 5 0.000 0.0 1 0.000 180.0 2 0.010 0.0 3 -torsion 1 1 2 6 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 2 19 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 2 1 2 1 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 2 1 2 2 0.100 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 2 1 2 5 0.000 0.0 1 0.000 180.0 2 0.600 0.0 3 -torsion 2 1 2 6 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 2 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 2 2 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 3 1 2 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 1 2 1 0.000 0.0 1 0.000 180.0 2 0.780 0.0 3 -torsion 4 1 2 2 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 4 1 2 5 0.000 0.0 1 0.000 180.0 2 0.780 0.0 3 -torsion 5 1 2 1 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 5 1 2 2 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 5 1 2 3 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 5 1 2 4 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 5 1 2 5 0.000 0.0 1 0.000 180.0 2 0.520 0.0 3 -torsion 5 1 2 6 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 5 1 2 37 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 6 1 2 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 2 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 2 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 2 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 2 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 2 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 11 1 2 2 1.243 0.0 1 1.445 180.0 2 -1.243 0.0 3 -torsion 11 1 2 5 0.848 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 12 1 2 2 0.500 0.0 1 0.300 180.0 2 -0.500 0.0 3 -torsion 12 1 2 5 1.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 1 2 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 1 2 2 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 15 1 2 5 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 16 1 2 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 16 1 2 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 16 1 2 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 1 2 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 1 2 5 0.000 0.0 1 0.000 180.0 2 0.717 0.0 3 -torsion 22 1 2 1 0.400 0.0 1 0.030 180.0 2 0.500 0.0 3 -torsion 22 1 2 2 -0.440 0.0 1 0.240 180.0 2 0.060 0.0 3 -torsion 22 1 2 5 0.000 0.0 1 0.000 180.0 2 0.010 0.0 3 -torsion 36 1 2 2 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 37 1 2 2 -0.440 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 37 1 2 5 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 39 1 2 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 43 1 2 2 -0.440 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 43 1 2 5 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 1 1 3 1 1.200 0.0 1 0.200 180.0 2 0.150 0.0 3 -torsion 1 1 3 2 0.000 0.0 1 0.000 180.0 2 -0.110 0.0 3 -torsion 1 1 3 5 0.730 0.0 1 0.270 180.0 2 0.680 0.0 3 -torsion 1 1 3 6 0.400 0.0 1 -0.300 180.0 2 -0.070 0.0 3 -torsion 1 1 3 7 -0.130 0.0 1 0.904 180.0 2 0.050 0.0 3 -torsion 1 1 3 9 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 3 72 -0.080 0.0 1 0.250 180.0 2 -0.700 0.0 3 -torsion 2 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 3 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 3 6 0.000 0.0 1 0.000 180.0 2 -0.417 0.0 3 -torsion 2 1 3 7 0.000 0.0 1 0.000 180.0 2 -0.350 0.0 3 -torsion 2 1 3 9 3.410 0.0 1 0.663 180.0 2 -0.150 0.0 3 -torsion 3 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 3 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 3 7 0.000 0.0 1 0.000 180.0 2 -0.350 0.0 3 -torsion 3 1 3 9 3.299 0.0 1 -1.450 180.0 2 -2.300 0.0 3 -torsion 5 1 3 1 0.000 0.0 1 0.000 180.0 2 0.130 0.0 3 -torsion 5 1 3 2 0.000 0.0 1 0.000 180.0 2 -0.244 0.0 3 -torsion 5 1 3 3 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 5 1 3 5 0.180 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 5 1 3 6 0.000 0.0 1 0.000 180.0 2 -0.016 0.0 3 -torsion 5 1 3 7 -0.167 0.0 1 0.000 180.0 2 -0.100 0.0 3 -torsion 5 1 3 9 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 5 1 3 72 0.000 0.0 1 0.000 180.0 2 0.002 0.0 3 -torsion 6 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 3 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 3 6 3.550 0.0 1 -0.020 180.0 2 2.090 0.0 3 -torsion 6 1 3 7 -0.420 0.0 1 2.330 180.0 2 0.640 0.0 3 -torsion 8 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 3 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 3 7 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 3 9 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 9 1 3 6 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 9 1 3 7 1.400 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 9 1 3 9 -1.300 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 11 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 11 1 3 7 0.000 0.0 1 4.000 180.0 2 0.000 0.0 3 -torsion 12 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 12 1 3 7 0.000 0.0 1 2.600 180.0 2 0.000 0.0 3 -torsion 13 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 1 3 7 0.000 0.0 1 0.780 180.0 2 0.000 0.0 3 -torsion 14 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 14 1 3 7 0.000 0.0 1 0.000 180.0 2 -0.017 0.0 3 -torsion 15 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 1 3 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 1 3 7 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 16 1 3 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 16 1 3 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 16 1 3 7 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 36 1 3 1 0.000 0.0 1 0.000 180.0 2 0.130 0.0 3 -torsion 36 1 3 3 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 36 1 3 7 -0.167 0.0 1 0.000 180.0 2 -0.100 0.0 3 -torsion 1 1 4 4 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 5 1 4 4 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 1 1 6 1 0.400 0.0 1 0.520 180.0 2 0.467 0.0 3 -torsion 1 1 6 2 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 6 3 -2.030 0.0 1 1.210 180.0 2 -0.670 0.0 3 -torsion 1 1 6 6 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 6 19 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 6 21 0.800 0.0 1 0.000 180.0 2 0.090 0.0 3 -torsion 1 1 6 25 -0.200 0.0 1 4.600 180.0 2 0.450 0.0 3 -torsion 2 1 6 1 0.000 0.0 1 0.000 180.0 2 0.403 0.0 3 -torsion 2 1 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 6 21 0.000 0.0 1 0.000 180.0 2 0.090 0.0 3 -torsion 3 1 6 1 0.000 0.0 1 0.000 180.0 2 0.403 0.0 3 -torsion 3 1 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 6 21 0.000 0.0 1 0.000 180.0 2 0.090 0.0 3 -torsion 5 1 6 1 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 5 1 6 2 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 5 1 6 3 0.000 0.0 1 0.000 180.0 2 -0.132 0.0 3 -torsion 5 1 6 6 0.000 0.0 1 0.000 180.0 2 0.465 0.0 3 -torsion 5 1 6 19 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 5 1 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 6 21 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 5 1 6 25 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 6 1 6 1 -0.170 0.0 1 -1.200 180.0 2 0.000 0.0 3 -torsion 6 1 6 6 0.000 0.0 1 0.000 180.0 2 0.403 0.0 3 -torsion 6 1 6 20 0.000 0.0 1 0.500 180.0 2 -0.200 0.0 3 -torsion 6 1 6 21 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 12 1 6 1 0.500 0.0 1 -0.420 180.0 2 0.000 0.0 3 -torsion 12 1 6 20 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 71 1 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 71 1 6 21 0.000 0.0 1 0.000 180.0 2 0.090 0.0 3 -torsion 1 1 8 1 -0.200 0.0 1 0.730 180.0 2 0.800 0.0 3 -torsion 1 1 8 8 -0.200 0.0 1 0.730 180.0 2 0.800 0.0 3 -torsion 1 1 8 20 0.200 0.0 1 -0.220 180.0 2 0.100 0.0 3 -torsion 1 1 8 23 0.000 0.0 1 0.120 180.0 2 0.100 0.0 3 -torsion 2 1 8 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 8 8 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 8 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 8 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 1 8 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 8 1 0.000 0.0 1 0.000 180.0 2 0.520 0.0 3 -torsion 5 1 8 2 0.000 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 5 1 8 8 0.000 0.0 1 0.000 180.0 2 0.520 0.0 3 -torsion 5 1 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 8 23 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 8 1 8 1 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 8 1 8 8 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 8 1 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 8 1 8 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 39 1 8 1 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 39 1 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 9 1 0.000 0.0 1 0.000 180.0 2 0.910 0.0 3 -torsion 1 1 9 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 9 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 9 28 0.000 0.0 1 0.000 180.0 2 0.910 0.0 3 -torsion 3 1 9 1 0.000 0.0 1 0.000 180.0 2 0.457 0.0 3 -torsion 3 1 9 3 -0.200 0.0 1 -1.500 180.0 2 0.200 0.0 3 -torsion 3 1 9 28 0.000 0.0 1 0.000 180.0 2 0.001 0.0 3 -torsion 5 1 9 1 0.000 0.0 1 0.000 180.0 2 -0.200 0.0 3 -torsion 5 1 9 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 9 2 0.000 0.0 1 0.000 180.0 2 0.650 0.0 3 -torsion 5 1 9 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 9 18 0.000 0.0 1 0.000 180.0 2 0.125 0.0 3 -torsion 5 1 9 28 0.000 0.0 1 0.000 180.0 2 0.160 0.0 3 -torsion 15 1 9 1 1.200 0.0 1 0.300 180.0 2 1.634 0.0 3 -torsion 15 1 9 3 -2.700 0.0 1 -3.400 180.0 2 -1.200 0.0 3 -torsion 36 1 9 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 36 1 9 28 0.000 0.0 1 0.000 180.0 2 0.160 0.0 3 -torsion 1 1 15 1 -0.620 0.0 1 0.300 180.0 2 0.250 0.0 3 -torsion 1 1 15 5 0.000 0.0 1 -0.350 180.0 2 0.367 0.0 3 -torsion 1 1 15 15 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 2 1 15 1 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 2 1 15 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 2 1 15 15 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 3 1 15 1 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 3 1 15 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 5 1 15 1 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 5 1 15 5 0.000 0.0 1 0.000 180.0 2 0.320 0.0 3 -torsion 5 1 15 15 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 9 1 15 1 0.734 0.0 1 0.153 180.0 2 0.601 0.0 3 -torsion 15 1 15 1 0.000 0.0 1 -0.900 180.0 2 0.300 0.0 3 -torsion 15 1 15 15 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 17 1 15 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 16 1 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 1 1 16 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 2 1 16 1 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 2 1 16 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 3 1 16 1 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 3 1 16 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 5 1 16 1 0.000 0.0 1 0.000 180.0 2 0.483 0.0 3 -torsion 5 1 16 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 1 1 17 1 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 1 1 17 7 -0.235 0.0 1 -0.150 180.0 2 0.175 0.0 3 -torsion 5 1 17 1 0.000 0.0 1 0.000 180.0 2 0.550 0.0 3 -torsion 5 1 17 7 0.000 0.0 1 0.000 180.0 2 0.175 0.0 3 -torsion 15 1 17 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 1 17 7 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 17 1 17 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 17 1 17 7 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 18 1 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 1 1 18 7 -0.235 0.0 1 -0.150 180.0 2 0.175 0.0 3 -torsion 5 1 18 1 0.000 0.0 1 0.000 180.0 2 0.550 0.0 3 -torsion 5 1 18 7 0.000 0.0 1 0.000 180.0 2 0.175 0.0 3 -torsion 5 1 18 9 0.000 0.0 1 0.000 180.0 2 0.125 0.0 3 -torsion 1 1 19 1 0.000 0.0 1 0.300 180.0 2 0.167 0.0 3 -torsion 1 1 19 2 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 1 1 19 5 0.000 0.0 1 0.000 180.0 2 0.272 0.0 3 -torsion 1 1 19 6 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 1 1 19 19 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 2 1 19 1 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 2 1 19 2 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 2 1 19 5 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 5 1 19 1 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 5 1 19 2 0.000 0.0 1 0.000 180.0 2 0.117 0.0 3 -torsion 5 1 19 5 0.000 0.0 1 0.000 180.0 2 0.176 0.0 3 -torsion 5 1 19 6 0.000 0.0 1 0.000 180.0 2 0.210 0.0 3 -torsion 5 1 19 19 0.000 0.0 1 0.000 180.0 2 0.270 0.0 3 -torsion 19 1 19 1 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 19 1 19 5 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 1 1 22 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 22 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 1 1 22 22 0.300 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 1 1 22 49 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 2 1 22 5 0.000 0.0 1 0.000 180.0 2 0.267 0.0 3 -torsion 2 1 22 22 0.300 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 5 1 22 1 0.000 0.0 1 0.000 180.0 2 0.690 0.0 3 -torsion 5 1 22 5 0.000 0.0 1 0.000 180.0 2 0.690 0.0 3 -torsion 5 1 22 22 0.000 0.0 1 0.000 180.0 2 0.120 0.0 3 -torsion 5 1 22 49 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 22 1 22 1 0.200 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 22 1 22 5 0.000 0.0 1 0.000 180.0 2 0.120 0.0 3 -torsion 22 1 22 22 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 37 1 22 5 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 37 1 22 22 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 43 1 22 5 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 43 1 22 22 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 25 1 -0.150 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 1 1 25 2 -0.050 0.0 1 -0.100 180.0 2 0.300 0.0 3 -torsion 1 1 25 5 -0.530 0.0 1 -0.400 180.0 2 0.600 0.0 3 -torsion 5 1 25 1 0.050 0.0 1 0.000 180.0 2 0.420 0.0 3 -torsion 5 1 25 2 0.050 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 5 1 25 5 0.000 0.0 1 0.000 180.0 2 0.428 0.0 3 -torsion 1 1 29 1 0.400 0.0 1 0.030 180.0 2 0.500 0.0 3 -torsion 1 1 29 5 0.000 0.0 1 0.200 180.0 2 0.200 0.0 3 -torsion 5 1 29 1 0.000 0.0 1 0.000 180.0 2 0.340 0.0 3 -torsion 5 1 29 5 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 1 1 31 1 0.000 0.0 1 0.000 180.0 2 0.152 0.0 3 -torsion 1 1 31 5 0.000 0.0 1 0.000 180.0 2 0.152 0.0 3 -torsion 5 1 31 1 0.000 0.0 1 0.000 180.0 2 0.127 0.0 3 -torsion 5 1 31 5 0.000 0.0 1 0.000 180.0 2 0.132 0.0 3 -torsion 1 1 32 1 0.000 0.0 1 -0.050 180.0 2 0.160 0.0 3 -torsion 1 1 32 5 0.000 0.0 1 0.000 180.0 2 0.070 0.0 3 -torsion 5 1 32 1 0.000 0.0 1 0.000 180.0 2 0.089 0.0 3 -torsion 5 1 32 5 0.000 0.0 1 0.000 180.0 2 0.071 0.0 3 -torsion 1 1 33 1 0.000 0.0 1 0.000 180.0 2 0.021 0.0 3 -torsion 1 1 33 5 0.000 0.0 1 0.000 180.0 2 0.021 0.0 3 -torsion 5 1 33 1 0.000 0.0 1 0.000 180.0 2 0.021 0.0 3 -torsion 5 1 33 5 0.000 0.0 1 0.000 180.0 2 0.021 0.0 3 -torsion 5 1 33 33 0.000 0.0 1 0.000 180.0 2 0.021 0.0 3 -torsion 1 1 34 1 -0.620 0.0 1 0.300 180.0 2 0.350 0.0 3 -torsion 1 1 34 5 0.000 0.0 1 -0.200 180.0 2 0.300 0.0 3 -torsion 5 1 34 1 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 5 1 34 5 0.000 0.0 1 0.000 180.0 2 0.270 0.0 3 -torsion 1 1 35 1 -0.440 0.0 1 -0.330 180.0 2 0.600 0.0 3 -torsion 1 1 35 5 0.000 0.0 1 -0.200 180.0 2 0.300 0.0 3 -torsion 5 1 35 1 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 5 1 35 5 0.000 0.0 1 0.000 180.0 2 0.270 0.0 3 -torsion 1 1 37 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 37 37 0.340 0.0 1 0.000 180.0 2 -0.900 0.0 3 -torsion 1 1 37 43 0.340 0.0 1 0.000 180.0 2 -0.600 0.0 3 -torsion 2 1 37 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 37 43 -0.440 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 5 1 37 2 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 5 1 37 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 37 37 0.000 0.0 1 0.000 180.0 2 -0.316 0.0 3 -torsion 5 1 37 43 0.000 0.0 1 0.000 180.0 2 -0.316 0.0 3 -torsion 22 1 37 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 22 1 37 43 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 5 1 38 22 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 1 1 39 1 -0.200 0.0 1 0.730 180.0 2 0.800 0.0 3 -torsion 1 1 39 48 0.000 0.0 1 0.120 180.0 2 0.100 0.0 3 -torsion 2 1 39 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 1 39 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 39 1 0.000 0.0 1 0.000 180.0 2 0.520 0.0 3 -torsion 5 1 39 48 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 8 1 39 1 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 1 1 41 2 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 1 1 41 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 1 41 2 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 5 1 41 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 1 43 7 0.000 0.0 1 0.000 180.0 2 -0.600 0.0 3 -torsion 1 1 43 37 0.000 0.0 1 0.000 180.0 2 -1.200 0.0 3 -torsion 2 1 43 7 0.000 0.0 1 0.000 180.0 2 -0.600 0.0 3 -torsion 2 1 43 37 -0.440 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 5 1 43 7 0.000 0.0 1 0.000 180.0 2 -0.316 0.0 3 -torsion 5 1 43 37 0.000 0.0 1 0.000 180.0 2 -0.316 0.0 3 -torsion 22 1 43 7 0.000 0.0 1 0.000 180.0 2 -1.750 0.0 3 -torsion 22 1 43 37 0.000 0.0 1 0.000 180.0 2 0.700 0.0 3 -torsion 1 1 46 7 0.000 0.0 1 0.410 180.0 2 0.000 0.0 3 -torsion 5 1 46 7 0.000 0.0 1 0.000 180.0 2 0.060 0.0 3 -torsion 1 1 50 50 -0.440 0.0 1 0.240 180.0 2 0.060 0.0 3 -torsion 5 1 50 50 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 50 1 50 50 0.100 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 1 1 70 71 -1.340 0.0 1 1.020 180.0 2 -0.900 0.0 3 -torsion 5 1 70 71 0.000 0.0 1 0.000 180.0 2 -0.620 0.0 3 -torsion 1 1 71 1 1.200 0.0 1 0.200 180.0 2 0.150 0.0 3 -torsion 1 1 71 5 0.730 0.0 1 0.270 180.0 2 0.680 0.0 3 -torsion 1 1 71 70 -0.250 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 5 1 71 1 0.000 0.0 1 0.000 180.0 2 0.130 0.0 3 -torsion 5 1 71 5 0.180 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 5 1 71 70 0.000 0.0 1 0.000 180.0 2 -0.270 0.0 3 -torsion 6 1 71 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 71 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 6 1 71 70 -3.870 0.0 1 5.700 180.0 2 0.000 0.0 3 -torsion 5 1 72 3 0.000 0.0 1 0.000 180.0 2 -1.000 0.0 3 -torsion 5 1 72 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 2 2 1 -0.100 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 2 2 2 -0.270 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 2 2 3 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 1 2 2 5 0.000 0.0 1 12.500 180.0 2 0.000 0.0 3 -torsion 1 2 2 6 -1.200 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 1 2 2 12 0.320 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 1 2 2 14 -1.320 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 1 2 2 19 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 1 2 2 37 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 2 -0.930 0.0 1 8.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 3 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 4 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 5 0.000 0.0 1 9.000 180.0 2 -1.060 0.0 3 -torsion 2 2 2 6 0.000 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 2 2 2 8 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 9 0.000 0.0 1 12.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 11 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 12 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 13 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 14 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 19 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 22 -0.270 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 25 0.000 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 2 2 2 37 1.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 40 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 41 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 2 42 0.000 0.0 1 15.000 180.0 2 2.600 0.0 3 -torsion 2 2 2 46 0.000 0.0 1 8.000 180.0 2 0.000 0.0 3 -torsion 3 2 2 3 0.000 0.0 1 8.700 180.0 2 0.000 0.0 3 -torsion 3 2 2 5 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 3 2 2 14 -0.500 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 4 2 2 5 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 5 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 6 0.000 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 5 2 2 8 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 9 0.000 0.0 1 12.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 11 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 12 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 13 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 14 -1.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 19 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 22 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 25 0.000 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 5 2 2 37 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 40 0.000 0.0 1 15.000 180.0 2 -1.060 0.0 3 -torsion 5 2 2 41 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 42 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 2 46 0.000 0.0 1 8.500 180.0 2 0.000 0.0 3 -torsion 5 2 2 72 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 6 2 2 6 -2.000 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 6 2 2 12 -0.500 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 6 2 2 13 0.000 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 6 2 2 14 0.000 0.0 1 5.250 180.0 2 0.000 0.0 3 -torsion 11 2 2 11 -2.060 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 12 2 2 12 -1.600 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 13 2 2 13 -0.800 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 14 2 2 14 -3.840 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 14 2 2 41 -1.000 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 19 2 2 19 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 37 2 2 37 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 37 2 2 40 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 40 2 2 40 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 41 2 2 41 -2.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 42 2 2 42 3.000 0.0 1 15.000 180.0 2 0.500 0.0 3 -torsion 1 2 3 1 2.600 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 1 2 3 2 0.000 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 1 2 3 5 3.300 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 1 2 3 7 2.750 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 3 1 -2.300 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 2 2 3 2 0.500 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 2 2 3 3 -0.900 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 2 2 3 5 0.500 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 2 2 3 6 0.000 0.0 1 16.250 180.0 2 0.000 0.0 3 -torsion 2 2 3 7 1.530 0.0 1 6.500 180.0 2 0.830 0.0 3 -torsion 2 2 3 9 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 2 2 3 72 1.550 0.0 1 0.510 180.0 2 1.060 0.0 3 -torsion 5 2 3 1 0.000 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 5 2 3 2 0.400 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 5 2 3 3 0.000 0.0 1 9.800 180.0 2 0.000 0.0 3 -torsion 5 2 3 5 2.800 0.0 1 13.000 180.0 2 0.000 0.0 3 -torsion 5 2 3 7 3.000 0.0 1 11.100 180.0 2 0.000 0.0 3 -torsion 5 2 3 72 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 4 4 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 1 2 6 1 2.300 0.0 1 4.000 180.0 2 0.000 0.0 3 -torsion 1 2 6 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 2 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 2 6 1 3.530 0.0 1 2.300 180.0 2 -3.530 0.0 3 -torsion 2 2 6 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 2 6 3 0.000 0.0 1 2.300 180.0 2 0.000 0.0 3 -torsion 2 2 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 2 6 25 0.100 0.0 1 4.600 180.0 2 0.000 0.0 3 -torsion 2 2 6 28 2.000 0.0 1 1.700 180.0 2 -2.000 0.0 3 -torsion 5 2 6 1 3.000 0.0 1 3.100 180.0 2 0.000 0.0 3 -torsion 5 2 6 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 2 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 2 6 25 -0.100 0.0 1 2.000 180.0 2 0.000 0.0 3 -torsion 5 2 6 28 2.940 0.0 1 1.500 180.0 2 -1.100 0.0 3 -torsion 2 2 8 1 -1.570 0.0 1 3.200 180.0 2 0.000 0.0 3 -torsion 2 2 8 20 0.000 0.0 1 0.000 180.0 2 0.010 0.0 3 -torsion 2 2 8 23 0.000 0.0 1 2.000 180.0 2 0.000 0.0 3 -torsion 5 2 8 1 1.570 0.0 1 1.690 180.0 2 0.000 0.0 3 -torsion 5 2 8 20 0.000 0.0 1 0.000 180.0 2 0.010 0.0 3 -torsion 5 2 8 23 0.000 0.0 1 1.690 180.0 2 0.000 0.0 3 -torsion 2 2 9 1 0.000 0.0 1 2.000 180.0 2 0.000 0.0 3 -torsion 2 2 9 2 0.000 0.0 1 0.000 180.0 2 1.490 0.0 3 -torsion 2 2 9 3 0.000 0.0 1 2.000 180.0 2 0.000 0.0 3 -torsion 2 2 9 28 0.000 0.0 1 2.000 180.0 2 0.000 0.0 3 -torsion 5 2 9 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 2 9 28 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 9 2 9 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 9 2 9 28 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 2 19 1 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 2 2 19 1 -0.440 0.0 1 -0.240 180.0 2 0.060 0.0 3 -torsion 2 2 19 2 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 2 2 19 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 2 19 19 -0.440 0.0 1 -0.240 180.0 2 0.060 0.0 3 -torsion 5 2 19 1 0.000 0.0 1 0.000 180.0 2 0.717 0.0 3 -torsion 5 2 19 2 0.000 0.0 1 0.000 180.0 2 0.600 0.0 3 -torsion 5 2 19 5 0.000 0.0 1 0.000 180.0 2 0.520 0.0 3 -torsion 2 2 22 2 0.100 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 2 2 22 5 -0.300 0.0 1 1.600 180.0 2 -0.500 0.0 3 -torsion 2 2 22 22 -0.440 0.0 1 0.240 180.0 2 0.060 0.0 3 -torsion 2 2 22 49 0.001 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 2 22 2 0.000 0.0 1 0.000 180.0 2 0.600 0.0 3 -torsion 5 2 22 5 0.000 0.0 1 0.000 180.0 2 0.520 0.0 3 -torsion 5 2 22 22 0.000 0.0 1 0.000 180.0 2 0.010 0.0 3 -torsion 2 2 25 1 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 2 2 25 2 0.000 0.0 1 0.000 180.0 2 0.330 0.0 3 -torsion 1 2 37 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 2 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 2 37 23 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 2 37 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 2 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 2 37 23 0.750 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 2 37 37 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 2 37 40 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 37 1 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 37 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 37 23 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 37 37 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 37 40 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 37 2 37 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 37 2 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 37 2 37 37 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 37 2 37 40 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 40 2 37 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 40 2 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 38 22 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 40 2 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 40 23 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 40 37 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 40 2 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 40 23 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 2 40 37 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 37 2 40 2 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 37 2 40 23 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 37 2 40 37 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 2 41 1 0.000 0.0 1 9.200 180.0 2 0.000 0.0 3 -torsion 2 2 41 2 0.000 0.0 1 8.300 180.0 2 -0.800 0.0 3 -torsion 2 2 41 20 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 2 2 41 28 1.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 5 2 41 1 -0.820 0.0 1 9.200 180.0 2 3.700 0.0 3 -torsion 5 2 41 2 -0.460 0.0 1 2.700 180.0 2 0.700 0.0 3 -torsion 5 2 41 20 0.000 0.0 1 7.500 180.0 2 0.000 0.0 3 -torsion 5 2 41 28 1.250 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 12 2 41 2 0.000 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 12 2 41 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 2 41 2 0.000 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 13 2 41 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 14 2 41 2 0.000 0.0 1 15.500 180.0 2 0.000 0.0 3 -torsion 14 2 41 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 2 42 2 0.000 0.0 1 1.700 180.0 2 0.400 0.0 3 -torsion 5 2 42 2 0.000 0.0 1 1.700 180.0 2 0.000 0.0 3 -torsion 2 2 46 7 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 5 2 46 7 0.000 0.0 1 1.300 180.0 2 0.000 0.0 3 -torsion 2 2 72 3 1.581 0.0 1 3.430 180.0 2 3.010 0.0 3 -torsion 2 2 72 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 2 72 3 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 2 72 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 3 3 1 1.000 0.0 1 6.500 180.0 2 0.000 0.0 3 -torsion 1 3 3 5 0.000 0.0 1 5.200 180.0 2 0.000 0.0 3 -torsion 1 3 3 7 -1.000 0.0 1 6.500 180.0 2 0.000 0.0 3 -torsion 2 3 3 2 1.000 0.0 1 12.500 180.0 2 0.000 0.0 3 -torsion 2 3 3 5 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 2 3 3 7 -0.700 0.0 1 12.500 180.0 2 0.000 0.0 3 -torsion 5 3 3 5 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 3 3 7 -0.120 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 5 3 3 36 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 7 3 3 7 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 7 3 3 36 -0.120 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 36 3 3 36 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 3 6 1 -2.500 0.0 1 1.390 180.0 2 0.000 0.0 3 -torsion 1 3 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 3 6 24 0.000 0.0 1 0.500 180.0 2 0.000 0.0 3 -torsion 2 3 6 1 3.530 0.0 1 2.300 180.0 2 -3.530 0.0 3 -torsion 5 3 6 1 0.000 0.0 1 0.880 180.0 2 0.000 0.0 3 -torsion 5 3 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 3 6 24 -0.770 0.0 1 0.850 180.0 2 0.000 0.0 3 -torsion 7 3 6 1 -1.660 0.0 1 8.980 180.0 2 0.000 0.0 3 -torsion 7 3 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 3 6 24 -3.285 0.0 1 5.600 180.0 2 0.000 0.0 3 -torsion 1 3 9 1 1.100 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 1 3 9 2 -4.000 0.0 1 2.700 180.0 2 0.500 0.0 3 -torsion 1 3 9 3 -0.900 0.0 1 1.600 180.0 2 0.000 0.0 3 -torsion 1 3 9 28 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 2 3 9 1 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 5 3 9 1 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 5 3 9 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 3 9 28 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 7 3 9 1 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 7 3 9 2 -0.600 0.0 1 4.200 180.0 2 0.000 0.0 3 -torsion 7 3 9 2 -3.100 0.0 1 2.900 180.0 2 0.000 0.0 3 -torsion 7 3 9 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 3 9 3 0.600 0.0 1 1.300 180.0 2 0.000 0.0 3 -torsion 7 3 9 28 1.100 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 9 3 9 1 0.000 0.0 1 0.000 180.0 2 0.010 0.0 3 -torsion 9 3 9 2 2.400 0.0 1 2.500 180.0 2 0.000 0.0 3 -torsion 9 3 9 3 0.800 0.0 1 1.300 180.0 2 0.000 0.0 3 -torsion 9 3 9 28 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 7 3 22 5 -0.167 0.0 1 0.000 180.0 2 -0.100 0.0 3 -torsion 7 3 22 22 -0.300 0.0 1 1.200 180.0 2 -0.350 0.0 3 -torsion 22 3 22 5 0.000 0.0 1 0.000 180.0 2 0.130 0.0 3 -torsion 1 3 72 1 -1.900 0.0 1 17.800 180.0 2 0.000 0.0 3 -torsion 1 3 72 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 3 72 23 -0.950 0.0 1 17.950 180.0 2 1.110 0.0 3 -torsion 2 3 72 1 -1.090 0.0 1 17.950 180.0 2 0.000 0.0 3 -torsion 2 3 72 2 1.150 0.0 1 15.250 180.0 2 0.000 0.0 3 -torsion 2 3 72 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 3 72 1 0.000 0.0 1 16.900 180.0 2 1.600 0.0 3 -torsion 5 3 72 2 0.000 0.0 1 14.150 180.0 2 -0.990 0.0 3 -torsion 5 3 72 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 3 72 5 0.000 0.0 1 16.000 180.0 2 1.600 0.0 3 -torsion 5 3 72 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 3 72 23 0.000 0.0 1 16.800 180.0 2 0.000 0.0 3 -torsion 1 4 4 2 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 1 4 4 4 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 2 4 4 2 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 2 4 4 4 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 2 4 4 5 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 4 4 4 4 0.000 0.0 1 0.001 180.0 2 0.000 0.0 3 -torsion 1 6 6 1 2.095 0.0 1 -2.155 180.0 2 -0.113 0.0 3 -torsion 1 6 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 6 6 21 2.865 0.0 1 -2.305 180.0 2 0.505 0.0 3 -torsion 20 6 6 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 6 6 21 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 6 6 21 0.753 0.0 1 -1.202 180.0 2 -0.250 0.0 3 -torsion 1 6 19 1 0.000 0.0 1 0.000 180.0 2 0.230 0.0 3 -torsion 1 6 19 5 0.000 0.0 1 0.000 180.0 2 0.320 0.0 3 -torsion 1 6 19 6 0.000 0.0 1 0.000 180.0 2 0.150 0.0 3 -torsion 19 6 19 1 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 19 6 19 5 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 19 6 19 6 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 20 6 19 1 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 6 19 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 6 19 6 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 6 25 6 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 2 6 25 6 0.200 0.0 1 0.000 180.0 2 -0.300 0.0 3 -torsion 20 6 25 6 -0.300 0.0 1 1.200 180.0 2 -0.350 0.0 3 -torsion 1 8 8 1 0.900 0.0 1 -6.800 180.0 2 0.210 0.0 3 -torsion 1 8 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 8 8 23 2.000 0.0 1 -8.500 180.0 2 0.800 0.0 3 -torsion 8 8 8 23 0.025 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 8 8 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 8 8 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 23 8 8 23 1.800 0.0 1 -9.680 180.0 2 0.210 0.0 3 -torsion 1 9 18 1 -4.000 0.0 1 -3.000 180.0 2 -2.100 0.0 3 -torsion 1 9 18 7 -0.500 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 28 9 18 1 -0.500 0.0 1 -2.000 180.0 2 -4.000 0.0 3 -torsion 28 9 18 5 0.000 0.0 1 0.000 180.0 2 0.030 0.0 3 -torsion 28 9 18 7 0.000 0.0 1 0.000 180.0 2 0.060 0.0 3 -torsion 1 15 15 1 0.000 0.0 1 -7.000 180.0 2 0.467 0.0 3 -torsion 5 15 15 5 0.000 0.0 1 -7.000 180.0 2 0.000 0.0 3 -torsion 1 19 19 1 0.000 0.0 1 0.000 180.0 2 0.633 0.0 3 -torsion 1 19 19 2 0.170 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 19 19 19 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 2 19 19 2 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 2 19 19 5 0.000 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 5 19 19 5 0.000 0.0 1 0.000 180.0 2 0.136 0.0 3 -torsion 5 19 19 19 0.000 0.0 1 0.000 180.0 2 0.070 0.0 3 -torsion 19 19 19 19 0.000 0.0 1 0.000 180.0 2 0.100 0.0 3 -torsion 5 19 22 5 0.000 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 5 19 22 22 0.000 0.0 1 0.000 180.0 2 0.083 0.0 3 -torsion 1 22 22 1 0.200 0.0 1 0.270 180.0 2 0.240 0.0 3 -torsion 1 22 22 3 0.200 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 1 22 22 5 0.000 0.0 1 0.000 180.0 2 0.120 0.0 3 -torsion 1 22 22 22 0.200 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 1 22 22 49 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 2 22 22 2 0.200 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 2 22 22 5 0.000 0.0 1 0.000 180.0 2 0.120 0.0 3 -torsion 2 22 22 22 0.170 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 2 22 22 49 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 3 22 22 5 0.000 0.0 1 0.000 180.0 2 0.120 0.0 3 -torsion 3 22 22 22 0.200 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 5 22 22 5 0.000 0.0 1 0.000 180.0 2 0.137 0.0 3 -torsion 5 22 22 19 0.000 0.0 1 0.000 180.0 2 0.120 0.0 3 -torsion 5 22 22 22 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 5 22 22 38 0.000 0.0 1 2.000 180.0 2 0.500 0.0 3 -torsion 5 22 22 46 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 5 22 22 49 0.000 0.0 1 0.000 180.0 2 0.530 0.0 3 -torsion 19 22 22 22 0.220 0.0 1 0.270 180.0 2 0.093 0.0 3 -torsion 22 22 22 22 -0.520 0.0 1 0.000 180.0 2 0.160 0.0 3 -torsion 22 22 22 46 0.000 0.0 1 0.000 180.0 2 0.167 0.0 3 -torsion 5 22 38 1 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 5 22 38 2 0.000 0.0 1 0.000 180.0 2 -0.240 0.0 3 -torsion 5 22 38 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 22 38 22 0.000 0.0 1 2.000 180.0 2 0.540 0.0 3 -torsion 5 22 38 38 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 22 22 38 2 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 22 22 38 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 38 22 38 1 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 38 22 38 2 0.100 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 38 22 38 5 0.000 0.0 1 0.000 180.0 2 0.600 0.0 3 -torsion 5 22 46 7 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 22 22 46 7 0.000 0.0 1 2.000 180.0 2 0.000 0.0 3 -torsion 1 22 49 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 22 49 22 0.000 0.0 1 0.000 180.0 2 1.210 0.0 3 -torsion 2 22 49 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 2 22 49 22 0.000 0.0 1 0.000 180.0 2 1.210 0.0 3 -torsion 5 22 49 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 22 49 22 0.000 0.0 1 0.000 180.0 2 1.210 0.0 3 -torsion 22 22 49 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 33 33 1 0.000 0.0 1 0.000 180.0 2 0.021 0.0 3 -torsion 1 37 37 1 -1.900 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 37 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 37 37 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 37 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 20 37 37 20 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 20 37 37 23 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 23 37 37 23 2.400 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 2 37 40 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 2 37 40 23 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 20 37 40 2 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 20 37 40 23 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 37 43 1 -1.900 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 37 43 7 -5.400 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 20 37 43 1 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 20 37 43 7 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 1 38 38 22 -0.100 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 38 38 5 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 5 38 38 22 0.000 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion 1 50 50 1 -0.100 0.0 1 9.000 180.0 2 0.000 0.0 3 -torsion 1 50 50 5 0.000 0.0 1 9.000 180.0 2 0.000 0.0 3 -torsion 1 50 50 50 -0.270 0.0 1 9.000 180.0 2 0.000 0.0 3 -torsion 5 50 50 5 0.000 0.0 1 9.000 180.0 2 0.000 0.0 3 -torsion 5 50 50 50 0.000 0.0 1 5.405 180.0 2 -1.060 0.0 3 -torsion 50 50 50 50 -0.930 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 1 70 71 1 0.000 0.0 1 10.560 180.0 2 0.000 0.0 3 -torsion 1 70 71 5 0.000 0.0 1 9.070 180.0 2 0.000 0.0 3 - - - ##################################### - ## ## - ## Torsional Parameters (4-Ring) ## - ## ## - ##################################### - - -torsion4 1 1 1 1 0.200 0.0 1 0.270 180.0 2 1.533 0.0 3 -torsion4 1 1 1 2 0.000 0.0 1 0.000 180.0 2 1.900 0.0 3 -torsion4 1 1 1 3 0.200 0.0 1 0.270 180.0 2 1.533 0.0 3 -torsion4 1 1 1 6 0.130 0.0 1 0.000 180.0 2 1.500 0.0 3 -torsion4 1 1 1 8 0.100 0.0 1 0.400 180.0 2 2.500 0.0 3 -torsion4 1 1 1 15 0.000 0.0 1 -0.100 180.0 2 1.100 0.0 3 -torsion4 1 1 1 19 0.100 0.0 1 0.000 180.0 2 0.900 0.0 3 -torsion4 1 1 1 31 0.000 0.0 1 0.000 180.0 2 -0.065 0.0 3 -torsion4 1 1 1 39 0.100 0.0 1 0.400 180.0 2 2.500 0.0 3 -torsion4 2 1 1 2 0.200 0.0 1 0.270 180.0 2 1.530 0.0 3 -torsion4 3 1 1 6 0.100 0.0 1 0.000 180.0 2 1.500 0.0 3 -torsion4 3 1 1 9 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion4 22 1 1 22 0.200 0.0 1 0.270 180.0 2 1.533 0.0 3 -torsion4 37 1 1 37 0.000 0.0 1 0.000 180.0 2 1.533 0.0 3 -torsion4 37 1 1 43 0.000 0.0 1 0.000 180.0 2 1.533 0.0 3 -torsion4 1 1 2 1 0.000 0.0 1 0.030 180.0 2 0.900 0.0 3 -torsion4 1 1 2 2 -0.700 0.0 1 0.240 180.0 2 0.060 0.0 3 -torsion4 2 1 2 1 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion4 2 1 2 2 0.000 0.0 1 0.000 180.0 2 0.600 0.0 3 -torsion4 1 1 3 1 0.550 0.0 1 -0.180 180.0 2 0.400 0.0 3 -torsion4 1 1 3 6 0.100 0.0 1 0.000 180.0 2 1.500 0.0 3 -torsion4 1 1 3 9 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion4 1 1 6 1 0.130 0.0 1 0.000 180.0 2 1.500 0.0 3 -torsion4 1 1 6 3 0.100 0.0 1 0.000 180.0 2 1.500 0.0 3 -torsion4 1 1 8 1 -0.200 0.0 1 0.730 180.0 2 2.500 0.0 3 -torsion4 1 1 9 3 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion4 1 1 15 1 0.000 0.0 1 -0.100 180.0 2 1.100 0.0 3 -torsion4 1 1 19 1 0.100 0.0 1 0.000 180.0 2 0.900 0.0 3 -torsion4 1 1 22 22 0.200 0.0 1 0.270 180.0 2 1.533 0.0 3 -torsion4 1 1 31 1 0.000 0.0 1 0.000 180.0 2 0.152 0.0 3 -torsion4 1 1 37 37 0.000 0.0 1 0.000 180.0 2 0.060 0.0 3 -torsion4 1 1 37 43 0.000 0.0 1 0.000 180.0 2 0.060 0.0 3 -torsion4 1 1 39 1 -0.200 0.0 1 0.730 180.0 2 2.500 0.0 3 -torsion4 1 2 2 1 -0.100 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion4 2 2 2 2 -0.930 0.0 1 15.000 180.0 2 0.000 0.0 3 -torsion4 1 3 6 1 -2.500 0.0 1 1.390 180.0 2 0.000 0.0 3 -torsion4 1 3 9 1 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion4 22 3 22 22 0.550 0.0 1 -0.180 180.0 2 0.400 0.0 3 -torsion4 1 22 22 1 0.200 0.0 1 0.270 180.0 2 2.500 0.0 3 -torsion4 1 22 22 22 0.200 0.0 1 0.270 180.0 2 1.533 0.0 3 -torsion4 3 22 22 22 0.200 0.0 1 0.270 180.0 2 1.533 0.0 3 -torsion4 22 22 22 22 6.070 0.0 1 0.000 180.0 2 -0.880 0.0 3 -torsion4 1 37 37 1 -1.900 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion4 1 37 43 1 -1.900 0.0 1 10.000 180.0 2 0.000 0.0 3 - - - ###################################### - ## ## - ## Torsional Parameters (Allenes) ## - ## ## - ###################################### - - -#torsion 1 2 2 1 0.000 0.0 1 -11.500 180.0 2 0.000 0.0 3 -#torsion 1 2 2 5 0.000 0.0 1 -11.500 180.0 2 0.000 0.0 3 -#torsion 5 2 2 5 0.050 0.0 1 -12.100 180.0 2 0.000 0.0 3 - - - ######################################## - ## ## - ## Atomic Partial Charge Parameters ## - ## ## - ######################################## - - -charge 16 1.000 -charge 30 1.000 -charge 39 1.000 -charge 47 -0.500 - - - ##################################### - ## ## - ## Bond Dipole Moment Parameters ## - ## ## - ##################################### - - -dipole 1 2 0.300 0.500 -dipole 1 3 0.300 0.500 -dipole 1 4 0.750 0.500 -dipole 1 6 0.440 0.500 -dipole 1 8 0.040 0.500 -dipole 1 9 1.470 0.500 -dipole 1 11 1.820 0.500 -dipole 1 12 1.940 0.500 -dipole 1 13 1.790 0.500 -dipole 1 14 1.300 0.500 -dipole 1 15 1.200 0.500 -dipole 1 16 1.200 0.500 -dipole 1 17 1.200 0.500 -dipole 1 18 1.200 0.500 -dipole 1 19 -0.600 0.500 -dipole 1 22 0.150 0.500 -dipole 1 25 0.830 0.500 -dipole 1 31 -0.550 0.500 -dipole 1 32 -0.650 0.500 -dipole 1 33 -0.500 0.500 -dipole 1 34 -1.100 0.500 -dipole 1 35 -1.000 0.500 -dipole 1 37 1.260 0.500 -dipole 1 38 0.300 0.500 -dipole 1 41 0.220 0.500 -dipole 1 43 1.260 0.500 -dipole 1 46 1.350 0.500 -dipole 1 50 0.300 0.500 -dipole 1 70 1.900 0.500 -dipole 1 71 0.300 0.500 -dipole 1 72 1.260 0.500 -dipole 2 6 0.001 0.500 -dipole 2 8 -0.400 0.500 -dipole 2 9 1.300 0.500 -dipole 2 11 1.480 0.500 -dipole 2 12 1.580 0.500 -dipole 2 13 1.560 0.500 -dipole 2 14 1.400 0.500 -dipole 2 19 -0.650 0.500 -dipole 2 22 -0.150 0.500 -dipole 2 25 1.040 0.500 -dipole 2 37 0.583 0.500 -dipole 2 40 0.870 0.500 -dipole 2 41 0.950 0.500 -dipole 2 42 1.925 0.500 -dipole 2 46 1.700 0.500 -dipole 2 72 0.583 0.500 -dipole 3 6 -0.200 0.500 -dipole 3 7 2.600 0.500 -dipole 3 9 -0.290 0.500 -dipole 3 11 1.480 0.500 -dipole 3 12 1.580 0.500 -dipole 3 13 1.560 0.500 -dipole 3 14 1.400 0.500 -dipole 3 22 0.300 0.500 -dipole 3 72 0.583 0.500 -dipole 4 10 3.400 0.500 -dipole 5 15 0.900 0.500 -dipole 5 25 0.500 0.500 -dipole 5 34 0.700 0.500 -dipole 5 35 0.800 0.500 -dipole 6 19 -0.400 0.500 -dipole 6 20 0.900 0.500 -dipole 6 21 -1.115 0.500 -dipole 6 24 -0.700 0.500 -dipole 6 25 0.970 0.500 -dipole 6 28 -0.700 0.500 -dipole 7 17 -3.030 0.500 -dipole 7 18 -2.930 0.500 -dipole 7 43 -2.600 0.500 -dipole 7 46 -2.530 0.500 -dipole 8 20 0.600 0.500 -dipole 8 23 -0.760 0.500 -dipole 9 18 0.800 0.500 -dipole 9 28 -1.310 0.500 -dipole 20 37 -0.600 0.500 -dipole 20 41 -0.750 0.500 -dipole 20 72 -0.600 0.500 -dipole 22 46 1.700 0.500 -dipole 23 37 0.600 0.500 -dipole 23 40 0.550 0.500 -dipole 23 72 0.600 0.500 -dipole 28 41 0.700 0.500 -dipole 37 40 0.300 0.500 -dipole 70 71 -2.800 0.500 - - - ############################################## - ## ## - ## Bond Dipole Moment Parameters (3-Ring) ## - ## ## - ############################################## - - -dipole3 22 49 0.735 0.500 - - - ########################################### - ## ## - ## Conjugated Pisystem Atom Parameters ## - ## ## - ########################################### - - -piatom 2 1.0 -11.160 11.134 -piatom 3 1.0 -11.160 11.134 -piatom 4 1.0 -11.160 11.134 -piatom 6 2.0 -17.600 19.342 -piatom 7 1.0 -17.210 14.520 -piatom 9 2.0 -13.145 17.210 -piatom 10 1.0 -14.120 12.340 -piatom 37 1.0 -14.120 12.340 -piatom 40 2.0 -13.145 17.210 -piatom 41 2.0 -17.600 19.342 -piatom 42 2.0 -15.800 11.920 -piatom 72 1.0 -14.120 12.340 - - - ########################################### - ## ## - ## Conjugated Pisystem Bond Parameters ## - ## ## - ########################################### - - -pibond 2 2 4.600 0.166 -pibond 2 3 4.600 0.166 -pibond 2 4 7.790 0.156 -pibond 2 37 10.880 0.196 -pibond 2 40 10.880 0.196 -pibond 2 41 5.440 0.196 -pibond 2 42 4.861 0.397 -pibond 2 72 10.880 0.196 -pibond 3 3 4.600 0.140 -pibond 3 4 4.600 0.166 -pibond 3 7 4.600 0.105 -pibond 3 72 10.880 0.196 -pibond 4 4 4.600 0.238 -pibond 37 37 10.500 0.170 -pibond 37 40 10.880 0.196 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmff94.ff --- a/CADDSuite-1.6/data/OpenBabel/mmff94.ff Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# -# MMFF94 paremeter files -# - -# atom properties -prop mmffprop.par -# fallback defs -def mmffdef.par -# bond stretching parameters -bond mmffbond.par -# angle bending parameters -ang mmffang.par -# empirical rule parameters (bond stretching) -bndk mmffbndk.par -# charge parameters -chg mmffchg.par -# empirical rule parameters (bend-stretch) -dfsb mmffdfsb.par -# out-of-plane parameters -oop mmffoop.par -# partial bond charge increments -pbci mmffpbci.par -# strech-bend parameters -stbn mmffstbn.par -# torsion parameters -tor mmfftor.par -# van der waals parameters -vdw mmffvdw.par diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmff94s.ff --- a/CADDSuite-1.6/data/OpenBabel/mmff94s.ff Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# -# MMFF94 paremeter files -# - -# atom properties -prop mmffprop.par -# fallback defs -def mmffdef.par -# bond stretching parameters -bond mmffbond.par -# angle bending parameters -ang mmffang.par -# empirical rule parameters (bond stretching) -bndk mmffbndk.par -# charge parameters -chg mmffchg.par -# empirical rule parameters (bend-stretch) -dfsb mmffdfsb.par -# out-of-plane parameters -oop mmffs_oop.par -# partial bond charge increments -pbci mmffpbci.par -# strech-bend parameters -stbn mmffstbn.par -# torsion parameters -tor mmffs_tor.par -# van der waals parameters -vdw mmffvdw.par diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffang.par --- a/CADDSuite-1.6/data/OpenBabel/mmffang.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2354 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF ANGLE PARAMETERS- Rev: 26-Oct-94 Source: MMFF94 -* C94 = CORE MMFF94 parameter - obtained from ab initio data -* X94 = EXTD MMFF94 parameter - fit to additional ab initio data -* E94 = theta0 from fit to X-ray data, ka from empirical rule -* #E94 = theta0 and ka both from empirical rules -* -* types ka theta0 Comment/origin -0 0 1 0 0.000 108.900 0:*-1-* MMFF94 DEF -0 1 1 1 0.851 109.608 C94 -0 1 1 2 0.736 109.445 C94 -0 1 1 3 0.777 107.517 C94 -0 1 1 4 1.006 110.265 E94 -0 1 1 5 0.636 110.549 C94 -0 1 1 6 0.992 108.133 C94 -0 1 1 8 0.777 108.290 C94 -0 1 1 9 1.136 108.194 E94 -0 1 1 10 1.050 109.960 C94 -0 1 1 11 1.225 108.313 C94 -0 1 1 12 1.056 108.679 C94 -0 1 1 13 1.078 106.820 E94 -0 1 1 14 0.980 109.945 E94 -0 1 1 15 0.743 107.397 C94 -0 1 1 17 1.089 108.578 E94 -0 1 1 18 1.093 109.315 E94 -0 1 1 19 0.755 115.436 E94 -0 1 1 20 1.021 108.659 E94 -0 1 1 22 1.001 110.125 E94 -0 1 1 25 0.803 112.356 X94 -0 1 1 26 0.833 109.879 E94 -0 1 1 34 1.179 106.493 C94 -0 1 1 37 0.756 108.617 C94 -0 1 1 39 0.927 109.170 C94 -0 1 1 40 1.130 108.678 E94 -0 1 1 41 0.330 98.422 C94 -0 1 1 43 1.135 108.019 E94 -0 1 1 45 1.197 105.028 E94 -0 1 1 54 1.173 106.424 E94 -0 1 1 55 1.150 107.604 E94 -0 1 1 56 1.199 110.371 C94 -0 1 1 57 1.012 109.900 E94 -0 1 1 58 1.179 106.327 E94 -0 1 1 61 1.125 109.311 E94 -0 1 1 63 1.006 110.058 E94 -0 1 1 64 0.988 111.064 E94 -0 1 1 67 1.216 104.557 E94 -0 1 1 68 1.018 107.195 C94 -0 1 1 73 1.160 104.658 E94 -0 1 1 78 1.012 109.850 E94 -0 1 1 80 0.947 113.327 E94 -0 1 1 81 1.108 109.837 E94 -0 2 1 2 1.113 111.453 C94 -0 2 1 3 0.667 104.829 C94 -0 2 1 4 1.022 109.873 E94 -0 2 1 5 0.632 110.292 C94 -0 2 1 6 1.074 108.699 C94 -0 2 1 8 0.884 111.553 C94 -0 2 1 9 1.118 109.577 E94 -0 2 1 10 1.160 107.963 E94 -0 2 1 11 1.192 110.419 E94 -0 2 1 12 1.070 109.410 E94 -0 2 1 15 1.078 109.560 E94 -0 2 1 17 1.077 109.434 E94 -0 2 1 18 1.188 105.110 E94 -0 2 1 20 1.053 107.448 E94 -0 2 1 22 0.942 114.020 E94 -0 2 1 25 0.893 106.815 E94 -0 2 1 26 1.029 99.065 E94 -0 2 1 34 1.066 111.817 E94 -0 2 1 37 0.985 111.446 E94 -0 2 1 39 1.124 109.513 E94 -0 2 1 40 1.149 108.270 E94 -0 2 1 45 1.232 103.978 E94 -0 2 1 63 0.935 114.692 E94 -0 2 1 67 1.224 104.687 E94 -0 3 1 3 0.974 111.746 E94 -0 3 1 4 1.019 109.850 E94 -0 3 1 5 0.650 108.385 C94 -0 3 1 6 0.528 104.112 C94 -0 3 1 8 1.197 105.837 E94 -0 3 1 9 1.201 105.535 E94 -0 3 1 10 0.634 102.655 C94 -0 3 1 11 1.189 110.328 E94 -0 3 1 12 1.136 106.064 E94 -0 3 1 13 1.147 103.645 E94 -0 3 1 14 1.048 106.404 E94 -0 3 1 15 1.125 107.192 E94 -0 3 1 17 1.092 108.602 E94 -0 3 1 18 1.120 108.119 E94 -0 3 1 20 0.969 111.830 E94 -0 3 1 22 0.999 110.522 E94 -0 3 1 26 0.742 116.555 E94 -0 3 1 34 1.141 107.871 E94 -0 3 1 37 1.011 109.833 E94 -0 3 1 39 1.136 108.751 E94 -0 3 1 40 1.174 106.941 E94 -0 3 1 41 1.033 108.216 E94 -0 3 1 45 1.221 104.281 E94 -0 3 1 63 1.069 107.077 E94 -0 3 1 64 1.028 109.186 E94 -0 3 1 81 1.167 107.327 E94 -0 4 1 4 0.954 114.186 E94 -0 4 1 5 0.615 111.417 X94 -0 4 1 6 1.273 109.977 E94 -0 4 1 8 1.099 111.063 E94 -0 4 1 9 1.187 106.750 E94 -0 4 1 10 1.117 110.488 E94 -0 4 1 13 1.021 110.047 E94 -0 4 1 15 1.028 112.432 E94 -0 4 1 18 1.187 105.351 E94 -0 4 1 22 1.174 102.556 E94 -0 4 1 26 0.853 108.999 E94 -0 4 1 34 1.148 108.160 E94 -0 4 1 37 0.993 111.424 E94 -0 5 1 5 0.516 108.836 C94 -0 5 1 6 0.781 108.577 C94 -0 5 1 8 0.653 110.297 C94 -0 5 1 9 0.733 109.894 C94 -0 5 1 10 0.740 107.646 C94 -0 5 1 11 0.875 107.897 C94 -0 5 1 12 0.698 108.162 C94 -0 5 1 13 0.613 106.049 E94 -0 5 1 14 0.508 113.019 E94 -0 5 1 15 0.576 109.609 C94 -0 5 1 17 0.634 107.944 X94 -0 5 1 18 0.663 106.855 X94 -0 5 1 19 0.450 113.195 X94 -0 5 1 20 0.706 111.000 C94 -0 5 1 22 0.618 110.380 E94 -0 5 1 25 0.487 109.486 X94 -0 5 1 26 0.466 111.172 X94 -0 5 1 34 0.872 106.224 C94 -0 5 1 35 0.644 125.663 X94 -0 5 1 37 0.627 109.491 C94 -0 5 1 39 0.811 106.299 C94 -0 5 1 40 0.719 109.870 C94 -0 5 1 41 0.525 108.904 C94 -0 5 1 43 0.692 109.083 X94 -0 5 1 45 0.741 105.197 X94 -0 5 1 46 0.719 106.735 X94 -0 5 1 54 0.874 106.973 C94 -0 5 1 55 0.861 108.507 C94 -0 5 1 56 0.814 108.223 C94 -0 5 1 57 0.626 110.420 E94 -0 5 1 58 0.750 105.481 E94 -0 5 1 61 0.710 109.227 X94 -0 5 1 62 0.655 113.035 X94 -0 5 1 63 0.621 110.467 E94 -0 5 1 64 0.622 110.457 E94 -0 5 1 67 0.732 106.474 E94 -0 5 1 68 0.748 103.817 C94 -0 5 1 72 0.547 116.576 X94 -0 5 1 73 0.633 107.153 X94 -0 5 1 78 0.640 109.078 E94 -0 5 1 80 0.684 105.144 E94 -0 5 1 81 0.721 107.870 E94 -0 6 1 6 1.156 111.368 C94 -0 6 1 8 1.333 112.223 E94 -0 6 1 9 1.224 116.950 E94 -0 6 1 10 1.432 108.568 E94 -0 6 1 11 1.593 106.900 E94 -0 6 1 15 1.273 112.012 E94 -0 6 1 17 1.348 108.655 E94 -0 6 1 19 0.906 117.214 E94 -0 6 1 20 1.293 108.202 E94 -0 6 1 22 1.287 108.913 E94 -0 6 1 25 1.171 103.598 E94 -0 6 1 26 0.888 118.433 E94 -0 6 1 34 1.257 114.975 E94 -0 6 1 37 0.878 107.978 C94 -0 6 1 39 1.485 106.464 E94 -0 6 1 40 1.371 110.779 E94 -0 6 1 41 1.333 106.467 E94 -0 6 1 45 1.523 104.438 E94 -0 6 1 57 1.308 108.467 E94 -0 6 1 63 1.351 106.535 E94 -0 6 1 64 1.238 111.308 E94 -0 8 1 8 1.203 110.856 E94 -0 8 1 9 1.133 114.080 E94 -0 8 1 10 1.258 108.683 E94 -0 8 1 12 1.217 107.251 E94 -0 8 1 15 1.120 112.356 E94 -0 8 1 20 1.116 109.353 E94 -0 8 1 25 1.143 98.698 E94 -0 8 1 34 1.138 113.412 E94 -0 8 1 37 1.090 110.992 E94 -0 8 1 39 1.364 104.193 E94 -0 8 1 40 0.964 123.962 E94 -0 8 1 41 1.234 103.868 E94 -0 8 1 43 1.137 113.596 E94 -0 8 1 45 1.583 96.139 E94 -0 8 1 57 1.038 114.266 E94 -0 8 1 63 1.104 110.598 E94 -0 8 1 64 1.156 108.127 E94 -0 9 1 10 1.209 110.720 E94 -0 9 1 12 1.173 109.152 E94 -0 9 1 15 1.024 117.465 E94 -0 9 1 25 1.060 102.432 E94 -0 9 1 37 1.077 111.565 E94 -0 9 1 40 1.084 116.728 E94 -0 9 1 80 1.163 107.509 E94 -0 10 1 10 1.191 111.995 E94 -0 10 1 15 1.161 110.502 E94 -0 10 1 17 1.269 105.509 E94 -0 10 1 20 1.220 104.838 E94 -0 10 1 22 1.132 109.262 E94 -0 10 1 25 1.015 104.822 E94 -0 10 1 37 1.107 110.423 E94 -0 10 1 40 1.264 108.536 E94 -0 10 1 41 1.087 110.961 E94 -0 10 1 57 1.268 103.622 E94 -0 11 1 11 1.638 106.081 C94 -0 11 1 15 1.254 109.517 E94 -0 11 1 20 1.243 107.637 E94 -0 11 1 25 1.244 97.532 E94 -0 11 1 34 1.338 108.669 E94 -0 11 1 35 1.556 110.367 E94 -0 11 1 37 1.151 112.278 E94 -0 11 1 41 1.301 105.053 E94 -0 11 1 45 1.550 100.991 E94 -0 11 1 73 1.303 106.569 E94 -0 11 1 75 0.884 114.378 E94 -0 12 1 12 1.096 110.422 C94 -0 12 1 15 1.146 111.064 E94 -0 12 1 18 1.299 104.827 E94 -0 12 1 19 0.932 108.971 E94 -0 12 1 20 1.081 108.605 E94 -0 12 1 22 1.097 108.028 E94 -0 12 1 25 0.989 106.118 E94 -0 12 1 37 1.076 109.030 E94 -0 12 1 39 1.150 110.359 E94 -0 12 1 45 1.353 101.430 E94 -0 12 1 63 1.071 109.474 E94 -0 12 1 64 1.093 108.338 E94 -0 13 1 13 1.093 111.645 E94 -0 13 1 20 1.084 106.534 E94 -0 13 1 22 1.068 107.469 E94 -0 13 1 45 1.305 101.383 E94 -0 14 1 20 1.021 107.718 E94 -0 15 1 15 1.147 111.896 E94 -0 15 1 25 1.059 103.308 E94 -0 15 1 34 1.222 107.318 E94 -0 15 1 37 1.051 110.959 E94 -0 15 1 40 1.149 111.005 E94 -0 15 1 41 1.263 100.981 E94 -0 15 1 63 1.060 110.596 E94 -0 15 1 64 1.059 110.703 E94 -0 15 1 73 1.289 105.029 E94 -0 17 1 37 1.065 110.049 E94 -0 18 1 20 1.121 107.960 E94 -0 18 1 22 1.283 101.125 E94 -0 18 1 37 1.203 104.390 E94 -0 18 1 45 1.287 105.273 E94 -0 18 1 64 1.093 109.683 E94 -0 19 1 54 0.772 119.506 E94 -0 20 1 20 1.229 99.084 E94 -0 20 1 37 1.052 107.428 E94 -0 20 1 45 1.169 106.335 E94 -0 22 1 22 0.990 111.226 E94 -0 22 1 25 0.885 107.293 E94 -0 22 1 34 1.045 112.940 E94 -0 22 1 37 1.037 108.586 E94 -0 22 1 45 1.182 106.181 E94 -0 25 1 25 0.551 127.138 E94 -0 25 1 34 0.779 119.271 E94 -0 25 1 37 0.784 113.945 E94 -0 25 1 40 1.062 102.417 E94 -0 25 1 58 0.916 110.234 E94 -0 26 1 26 0.625 118.700 E94 -0 34 1 34 1.216 109.167 E94 -0 34 1 37 1.075 111.275 E94 -0 34 1 41 1.048 112.238 E94 -0 34 1 63 1.077 111.412 E94 -0 34 1 73 1.142 110.240 E94 -0 37 1 37 0.986 111.315 E94 -0 37 1 40 1.129 109.188 E94 -0 37 1 43 1.074 111.478 E94 -0 37 1 45 1.259 102.800 E94 -0 37 1 57 0.981 112.047 E94 -0 37 1 64 1.175 102.239 E94 -0 37 1 68 1.100 109.983 E94 -0 37 1 78 1.005 110.638 E94 -0 37 1 81 1.176 107.040 E94 -0 39 1 39 1.260 108.547 E94 -0 40 1 40 1.182 112.005 E94 -0 40 1 55 1.322 105.786 E94 -0 40 1 63 1.032 114.505 E94 -0 40 1 64 1.000 116.376 E94 -0 41 1 41 1.082 105.400 E94 -0 41 1 63 1.061 107.112 E94 -0 41 1 81 1.093 110.553 E94 -0 45 1 45 1.391 102.088 E94 -0 0 2 0 0.000 119.400 0:*-2-* MMFF94 DEF -1 0 2 0 0.000 118.200 0:*-2-* MMFF94 DEF -2 0 2 0 0.000 120.800 2::*-2-* MMFF94 DEF -3 0 2 0 0.000 62.600 3::*-2-* MMFF94 DEF -6 0 2 0 0.000 60.500 6:*-2-* MMFF94 DEF -0 1 2 1 0.752 118.043 C94 -0 1 2 2 0.672 122.141 C94 -1 1 2 2 0.684 116.929 C94 -1 1 2 3 0.698 116.104 C94 -0 1 2 4 0.828 125.045 E94 -1 1 2 4 0.846 121.613 E94 -0 1 2 5 0.446 120.108 C94 -0 1 2 6 1.160 115.518 E94 -0 1 2 10 1.015 116.707 E94 -0 1 2 12 0.983 115.343 E94 -0 1 2 13 0.964 115.395 E94 -0 1 2 15 0.939 119.465 E94 -0 1 2 17 0.883 121.868 E94 -0 1 2 18 0.961 117.918 E94 -0 1 2 20 0.880 118.310 E94 -0 1 2 22 0.873 119.114 E94 -0 1 2 30 0.826 124.605 E94 -1 1 2 37 0.721 116.064 C94 -0 1 2 40 0.982 118.515 E94 -0 1 2 45 1.121 109.921 E94 -0 1 2 56 1.006 117.192 E94 -1 1 2 63 0.768 127.945 E94 -1 1 2 64 0.966 113.884 E94 -1 1 2 67 1.115 110.185 E94 -1 2 2 2 0.747 121.550 C94 -2 2 2 2 0.796 126.284 E94 -6 2 2 2 0.173 60.549 E94 -1 2 2 3 0.545 111.297 C94 -2 2 2 3 0.893 118.456 E94 -5 2 2 3 0.184 59.145 E94 -1 2 2 4 0.902 121.053 E94 -2 2 2 4 0.889 119.794 E94 -0 2 2 5 0.535 121.004 C94 -1 2 2 5 0.463 118.442 C94 -0 2 2 6 1.117 121.267 C94 -1 2 2 6 1.204 114.538 E94 -1 2 2 9 0.960 123.536 E94 -2 2 2 9 1.045 116.273 E94 -0 2 2 10 1.003 120.828 E94 -1 2 2 10 1.026 117.324 E94 -0 2 2 11 1.089 119.100 X94 -1 2 2 11 1.090 116.828 E94 -0 2 2 12 0.931 120.132 X94 -1 2 2 12 0.957 117.526 E94 -0 2 2 13 0.867 122.717 E94 -0 2 2 14 0.818 122.584 E94 -1 2 2 14 0.819 122.344 E94 -0 2 2 15 0.931 121.553 E94 -1 2 2 15 0.949 119.466 E94 -0 2 2 17 0.977 117.167 E94 -0 2 2 18 1.044 114.561 E94 -0 2 2 19 0.668 124.721 E94 -0 2 2 20 0.931 117.784 E94 -0 2 2 22 0.809 126.820 E94 -3 2 2 22 0.149 66.165 E94 -0 2 2 25 0.700 123.830 E94 -0 2 2 34 1.066 116.151 E94 -0 2 2 35 0.911 137.103 X94 -1 2 2 37 0.598 117.508 C94 -2 2 2 37 0.817 124.229 E94 -1 2 2 39 0.976 122.360 E94 -0 2 2 40 0.773 126.830 C94 -1 2 2 40 0.976 120.132 E94 -0 2 2 41 0.432 110.442 C94 -0 2 2 43 1.144 111.808 E94 -0 2 2 45 1.194 109.231 X94 -1 2 2 45 1.062 113.984 E94 -0 2 2 46 1.005 121.534 E94 -0 2 2 55 0.995 121.154 E94 -0 2 2 56 1.234 108.879 E94 -0 2 2 62 0.808 135.269 X94 -1 2 2 63 0.948 118.277 E94 -1 2 2 64 0.866 123.528 E94 -2 2 2 64 0.859 121.998 E94 -1 2 2 67 1.132 112.136 E94 -0 2 2 72 0.770 134.269 X94 -1 2 2 81 1.078 116.541 E94 -2 3 2 3 0.853 120.370 E94 -2 3 2 4 0.878 119.739 E94 -1 3 2 5 0.487 117.291 C94 -1 3 2 6 1.142 116.738 E94 -2 3 2 9 1.005 117.648 E94 -1 3 2 10 1.039 115.698 E94 -1 3 2 11 1.150 112.876 E94 -1 3 2 12 0.997 114.732 E94 -1 3 2 13 0.946 116.643 E94 -1 3 2 14 0.891 117.111 E94 -1 3 2 15 1.023 114.635 E94 -1 3 2 20 0.870 119.265 E94 -1 3 2 22 0.816 123.510 E94 -1 3 2 30 1.025 112.209 E94 -1 3 2 34 1.099 111.723 E94 -1 3 2 35 1.141 118.767 E94 -2 3 2 37 0.868 119.758 E94 -1 3 2 40 1.024 116.408 E94 -1 3 2 41 0.855 119.505 E94 -1 3 2 43 1.046 114.257 E94 -1 3 2 45 1.077 112.401 E94 -1 3 2 46 1.066 114.841 E94 -2 4 2 4 0.832 124.158 E94 -0 4 2 5 0.573 121.000 #E94 -1 4 2 5 0.545 120.000 #E94 -2 4 2 9 0.973 120.845 E94 -1 4 2 15 0.906 122.447 E94 -1 4 2 18 0.947 119.537 E94 -1 4 2 30 0.819 126.938 E94 -2 4 2 37 0.864 121.093 E94 -1 4 2 40 1.083 114.355 E94 -1 4 2 45 1.158 109.426 E94 -2 4 2 63 0.860 122.442 E94 -0 5 2 5 0.365 119.523 C94 -0 5 2 6 0.589 108.757 C94 -1 5 2 9 0.643 117.000 #E94 -0 5 2 10 0.667 114.859 E94 -0 5 2 11 0.795 108.186 X94 -0 5 2 12 0.622 110.650 X94 -0 5 2 13 0.566 113.513 E94 -0 5 2 15 0.546 119.562 E94 -0 5 2 17 0.492 124.000 #E94 -0 5 2 18 0.548 119.053 E94 -0 5 2 22 0.534 120.000 #E94 -0 5 2 25 0.395 124.000 #E94 -0 5 2 30 0.572 120.000 #E94 -0 5 2 35 0.682 124.164 X94 -1 5 2 37 0.491 117.423 C94 -1 5 2 39 0.655 115.724 E94 -0 5 2 40 0.568 112.322 C94 -0 5 2 41 0.294 123.706 C94 -0 5 2 45 0.728 107.774 X94 -0 5 2 55 0.651 116.000 #E94 -0 5 2 62 0.568 125.344 X94 -1 5 2 63 0.550 120.000 #E94 -1 5 2 64 0.546 120.000 #E94 -0 5 2 72 0.531 122.009 X94 -1 5 2 81 0.665 115.000 #E94 -1 6 2 9 1.214 120.520 E94 -0 6 2 10 1.311 115.921 E94 -0 6 2 22 1.080 120.560 E94 -0 6 2 35 1.172 132.391 E94 -1 6 2 37 1.198 114.441 E94 -0 6 2 40 1.239 119.073 E94 -0 6 2 45 1.637 102.438 E94 -1 9 2 10 1.098 119.802 E94 -1 9 2 15 0.915 127.574 E94 -2 9 2 37 0.981 119.536 E94 -1 9 2 40 0.922 130.521 E94 -0 10 2 12 1.144 112.723 E94 -0 10 2 15 1.078 117.519 E94 -0 10 2 25 1.144 100.818 E94 -1 10 2 37 1.021 117.139 E94 -0 10 2 40 0.988 126.034 E94 -0 10 2 41 0.951 120.000 E94 -0 12 2 12 1.012 119.105 E94 -0 12 2 17 1.110 114.206 E94 -0 12 2 18 1.201 110.553 E94 -0 12 2 19 0.704 126.646 E94 -0 12 2 20 0.903 120.563 E94 -0 12 2 30 0.892 122.753 E94 -1 12 2 37 0.976 116.136 E94 -0 12 2 45 1.076 115.543 E94 -0 13 2 18 1.132 113.616 E94 -0 15 2 15 0.996 123.027 E94 -0 15 2 35 0.950 133.654 E94 -1 15 2 37 1.007 115.757 E94 -0 15 2 40 0.895 128.924 E94 -0 17 2 17 1.051 117.955 E94 -1 18 2 37 1.183 106.608 E94 -0 22 2 22 0.841 122.108 E94 -3 22 2 22 0.180 58.963 E94 -1 22 2 37 0.806 124.693 E94 -1 30 2 37 0.849 123.816 E94 -1 35 2 37 0.991 128.032 E94 -0 40 2 40 0.949 128.436 E94 -0 40 2 56 1.072 120.987 E94 -1 40 2 63 0.922 124.268 E94 -1 40 2 64 0.955 121.881 E94 -0 40 2 72 0.820 135.317 E94 -0 45 2 45 1.284 108.095 E94 -2 64 2 64 0.888 120.342 E94 -0 0 3 0 0.000 117.300 0:*-3-* MMFF94 DEF -1 0 3 0 0.000 115.800 1:*-3-* MMFF94 DEF -4 0 3 0 0.000 90.800 4:*-3-* MMFF94 DEF -7 0 3 0 0.000 91.100 7:*-3-* MMFF94 DEF -8 0 3 0 0.000 88.900 7:*-3-* MMFF94 DEF -0 1 3 1 1.151 118.016 C94 -1 1 3 2 1.106 116.853 C94 -1 1 3 3 1.214 114.612 C94 -0 1 3 5 0.808 117.280 C94 -0 1 3 6 1.043 109.716 C94 -0 1 3 7 0.938 124.410 C94 -0 1 3 9 0.978 119.788 E94 -1 1 3 9 1.038 115.132 E94 -0 1 3 10 0.984 112.735 C94 -0 1 3 12 1.007 113.972 E94 -0 1 3 15 1.024 113.612 E94 -0 1 3 16 0.949 119.986 E94 -0 1 3 18 0.732 134.097 E94 -0 1 3 20 0.830 120.312 E94 -0 1 3 22 0.928 115.001 E94 -0 1 3 35 1.058 122.808 E94 -1 1 3 37 1.051 115.191 C94 -1 1 3 39 1.178 107.895 E94 -0 1 3 40 0.979 118.457 E94 -0 1 3 41 0.897 116.681 E94 -0 1 3 43 1.046 113.731 X94 -0 1 3 45 1.132 109.019 E94 -0 1 3 51 1.160 116.573 X94 -0 1 3 53 1.052 115.065 X94 -0 1 3 54 1.135 111.322 E94 -1 1 3 58 1.162 108.129 E94 -0 1 3 62 1.119 111.523 E94 -1 1 3 63 0.909 117.001 E94 -1 1 3 64 0.887 118.253 E94 -0 1 3 67 1.142 110.666 E94 -0 1 3 74 1.010 116.851 X94 -0 1 3 75 0.646 128.037 X94 -2 2 3 2 0.976 112.562 E94 -6 2 3 2 0.157 62.792 E94 -2 2 3 3 0.957 113.239 E94 -1 2 3 5 0.901 115.350 C94 -1 2 3 6 0.932 106.510 C94 -1 2 3 7 0.936 122.623 C94 -1 2 3 9 0.831 122.253 C94 -2 2 3 9 1.120 111.408 E94 -1 2 3 10 1.042 111.721 C94 -1 2 3 12 0.901 120.769 E94 -1 2 3 15 1.057 112.105 E94 -1 2 3 16 0.881 124.850 E94 -1 2 3 22 0.969 113.027 E94 -1 2 3 25 0.853 109.794 E94 -2 2 3 37 0.973 112.935 E94 -2 2 3 39 1.197 107.592 E94 -1 2 3 40 0.910 123.437 E94 -1 2 3 43 1.105 111.169 E94 -1 2 3 53 1.082 114.032 E94 -1 2 3 54 1.012 118.588 E94 -1 2 3 55 1.186 107.278 E94 -1 2 3 56 1.151 108.909 E94 -2 2 3 63 0.918 116.947 E94 -2 2 3 64 1.033 110.084 E94 -1 2 3 67 1.022 117.597 E94 -2 3 3 3 0.822 121.775 E94 -8 3 3 3 1.280 89.965 E94 -1 3 3 5 0.943 113.762 C94 -1 3 3 6 0.935 103.030 C94 -1 3 3 7 0.919 117.024 C94 -1 3 3 9 1.050 115.704 E94 -1 3 3 10 1.129 110.421 E94 -1 3 3 12 1.053 111.492 E94 -1 3 3 15 1.390 97.562 E94 -1 3 3 16 1.092 111.888 E94 -1 3 3 20 0.977 110.910 E94 -1 3 3 22 1.010 110.295 E94 -8 3 3 30 1.353 87.789 E94 -2 3 3 37 0.932 114.949 E94 -2 3 3 39 1.237 105.384 E94 -1 3 3 40 1.003 117.124 E94 -1 3 3 41 0.790 124.361 E94 -1 3 3 45 0.919 121.023 E94 -1 3 3 53 1.170 109.169 E94 -2 3 3 63 0.981 112.685 E94 -2 3 3 64 0.880 118.840 E94 -1 3 3 67 1.119 111.860 E94 -1 4 3 6 1.269 111.750 E94 -1 4 3 7 1.126 120.852 E94 -1 4 3 9 1.192 109.833 E94 -2 4 3 37 0.964 114.081 E94 -0 5 3 5 0.594 116.699 C94 -0 5 3 6 0.819 108.253 C94 -0 5 3 7 0.670 123.439 C94 -0 5 3 9 0.623 119.491 C94 -1 5 3 9 0.638 117.168 E94 -0 5 3 10 0.874 111.761 C94 -0 5 3 16 0.522 124.405 E94 -1 5 3 37 0.564 116.400 E94 -0 5 3 40 0.959 111.684 C94 -0 5 3 53 0.644 118.000 #E94 -0 5 3 54 0.816 115.471 C94 -1 5 3 63 0.559 118.000 #E94 -1 5 3 64 0.566 117.000 #E94 -0 5 3 67 0.700 113.698 E94 -0 6 3 6 1.678 109.094 E94 -0 6 3 7 1.155 124.425 C94 -0 6 3 9 1.275 119.478 E94 -1 6 3 9 1.416 111.868 E94 -0 6 3 10 1.405 112.187 E94 -0 6 3 16 1.269 116.317 E94 -0 6 3 20 1.182 113.581 E94 -4 6 3 20 1.495 93.130 E94 -0 6 3 22 1.276 110.826 E94 -7 6 3 30 1.530 93.191 E94 -1 6 3 37 0.808 102.881 C94 -1 6 3 39 1.611 104.655 E94 -0 6 3 40 1.371 113.565 E94 -0 6 3 41 1.477 102.658 E94 -0 6 3 43 1.330 114.183 E94 -0 6 3 48 1.315 115.328 E94 -0 6 3 51 1.409 120.427 E94 -0 6 3 54 1.495 110.510 E94 -0 6 3 62 1.421 112.542 E94 -1 6 3 63 1.339 109.082 E94 -1 6 3 64 1.267 111.993 E94 -1 6 3 80 1.256 113.698 E94 -1 7 3 9 1.147 127.084 E94 -0 7 3 10 0.907 127.152 C94 -0 7 3 12 0.984 130.049 E94 -0 7 3 15 1.101 123.313 E94 -0 7 3 20 0.713 129.492 C94 -0 7 3 22 1.093 121.851 E94 -1 7 3 30 0.972 129.010 E94 -1 7 3 37 0.734 119.968 C94 -1 7 3 39 1.352 116.727 E94 -0 7 3 41 1.281 112.087 E94 -0 7 3 43 1.163 124.549 X94 -0 7 3 48 1.114 127.879 E94 -1 7 3 54 1.288 114.184 E94 -0 7 3 55 1.258 120.056 E94 -0 7 3 56 1.175 123.854 E94 -1 7 3 58 1.323 117.081 E94 -0 7 3 62 1.129 129.349 E94 -1 7 3 63 1.036 126.456 E94 -1 7 3 64 1.071 124.133 E94 -1 7 3 78 0.955 132.047 E94 -1 9 3 9 1.119 120.094 E94 -2 9 3 9 1.021 124.131 E94 -0 9 3 10 1.105 120.697 E94 -1 9 3 10 1.154 116.608 E94 -0 9 3 12 1.056 118.046 E94 -0 9 3 15 1.036 119.679 E94 -1 9 3 15 1.042 118.787 E94 -1 9 3 16 0.936 127.665 E94 -0 9 3 17 1.035 117.902 E94 -0 9 3 18 1.121 114.698 E94 -0 9 3 20 0.951 120.437 E94 -0 9 3 22 1.040 116.861 E94 -0 9 3 25 0.955 109.442 E94 -0 9 3 35 1.054 134.470 E94 -1 9 3 37 0.997 119.569 E94 -2 9 3 37 1.060 114.740 E94 -0 9 3 40 0.844 128.078 C94 -1 9 3 40 1.018 124.152 E94 -0 9 3 41 1.114 112.513 E94 -0 9 3 45 1.497 102.140 E94 -2 9 3 54 1.244 108.056 E94 -1 9 3 57 1.038 118.096 E94 -1 9 3 63 1.004 120.054 E94 -1 9 3 64 1.053 117.060 E94 -1 9 3 80 0.959 124.150 E94 -0 10 3 10 1.612 114.923 C94 -0 10 3 15 1.167 112.206 E94 -0 10 3 16 1.005 123.150 E94 -0 10 3 18 1.299 106.052 E94 -0 10 3 20 1.019 115.213 E94 -4 10 3 20 1.338 92.724 E94 -0 10 3 22 1.076 113.651 E94 -7 10 3 30 1.438 90.508 E94 -0 10 3 35 1.223 122.649 E94 -1 10 3 37 1.101 112.495 E94 -1 10 3 39 1.434 104.419 E94 -0 10 3 40 1.093 119.697 E94 -0 10 3 43 1.144 115.929 E94 -0 10 3 51 1.375 114.685 E94 -0 10 3 55 1.286 109.590 E94 -0 10 3 56 1.200 113.168 E94 -1 10 3 63 1.075 114.623 E94 -1 10 3 64 1.098 113.233 E94 -1 10 3 78 1.182 109.543 E94 -0 11 3 40 1.296 113.244 E94 -0 11 3 75 0.850 120.964 E94 -0 12 3 40 1.095 115.284 E94 -1 12 3 63 0.965 117.217 E94 -0 12 3 74 1.110 116.502 E94 -0 15 3 15 1.109 115.620 E94 -0 15 3 16 0.981 124.329 E94 -0 15 3 17 1.191 110.607 E94 -0 15 3 18 1.061 118.034 E94 -4 15 3 20 1.345 91.041 E94 -1 15 3 30 1.026 113.753 E94 -1 15 3 37 1.037 113.305 E94 -0 15 3 40 1.066 117.388 E94 -1 15 3 57 0.896 122.260 E94 -0 15 3 67 1.407 102.583 E94 -0 15 3 74 1.076 119.117 E94 -1 16 3 30 0.991 117.695 E94 -0 16 3 35 1.030 130.230 E94 -1 16 3 37 0.934 121.415 E94 -1 16 3 39 1.004 123.196 E94 -0 16 3 62 0.963 126.347 E94 -1 16 3 63 1.006 117.454 E94 -1 16 3 64 1.064 114.110 E94 -0 17 3 17 0.939 123.528 E94 -1 18 3 37 0.948 118.188 E94 -4 20 3 20 1.495 94.800 C94 -4 20 3 22 1.286 89.459 E94 -7 20 3 37 1.282 89.733 E94 -4 20 3 43 1.384 90.526 E94 -0 22 3 22 0.932 115.334 E94 -4 22 3 22 1.496 83.915 E94 -1 22 3 37 0.940 114.995 E94 -1 25 3 37 0.677 123.404 E94 -0 25 3 67 0.661 131.520 E94 -2 37 3 37 0.933 115.566 E94 -1 37 3 40 0.987 118.790 E94 -1 37 3 41 0.864 119.565 E94 -1 37 3 43 1.125 110.383 X94 -1 37 3 45 1.120 110.268 E94 -1 37 3 54 1.033 117.645 E94 -1 37 3 62 1.085 114.132 E94 -2 37 3 63 0.934 116.163 E94 -2 37 3 64 0.955 114.701 E94 -1 37 3 67 1.084 114.460 E94 -2 39 3 39 1.231 112.582 E94 -0 40 3 40 1.146 117.002 C94 -1 40 3 63 0.888 126.089 E94 -1 40 3 64 1.145 110.889 E94 -0 40 3 75 0.790 122.163 E94 -0 45 3 53 1.382 105.849 E94 -1 55 3 64 1.267 104.747 E94 -2 64 3 64 0.989 113.280 E94 -0 0 4 0 0.000 180.000 0:*-4-* MMFF94 DEF -1 0 4 0 0.000 180.000 1:*-4-* MMFF94 DEF -0 1 4 4 0.423 180.000 E94 -0 1 4 42 0.463 180.000 E94 -0 2 4 2 0.442 180.000 E94 -1 2 4 4 0.432 180.000 E94 -0 2 4 30 0.444 180.000 E94 -1 2 4 42 0.474 180.000 E94 -1 3 4 4 0.427 180.000 E94 -1 3 4 42 0.469 180.000 E94 -0 4 4 5 0.281 180.000 E94 -0 4 4 6 0.551 180.000 E94 -0 4 4 10 0.486 180.000 E94 -1 4 4 37 0.430 180.000 E94 -0 7 4 9 0.648 180.000 E94 -1 9 4 42 0.537 180.000 E94 -0 15 4 42 0.487 180.000 E94 -0 20 4 42 0.469 180.000 E94 -0 22 4 42 0.472 180.000 E94 -1 37 4 42 0.472 180.000 E94 -0 42 4 43 0.541 180.000 E94 -1 42 4 63 0.474 180.000 E94 -1 42 4 64 0.473 180.000 E94 -0 0 6 0 0.000 110.400 0:*-6-* MMFF94 DEF -3 0 6 0 0.000 57.900 3::*-6-* MMFF94 DEF -4 0 6 0 0.000 90.200 4:*-6-* MMFF94 DEF -0 1 6 1 1.197 106.926 C94 -0 1 6 2 0.967 103.614 C94 -0 1 6 3 0.923 108.055 C94 -0 1 6 6 1.884 103.905 E94 -0 1 6 8 1.629 105.422 E94 -0 1 6 9 1.628 106.496 E94 -0 1 6 10 1.656 105.317 E94 -0 1 6 15 1.480 111.230 E94 -0 1 6 17 1.493 111.951 E94 -0 1 6 18 1.370 116.346 E94 -0 1 6 19 1.093 114.943 E94 -0 1 6 20 1.316 112.833 E94 -0 1 6 21 0.793 106.503 C94 -0 1 6 22 1.391 109.759 E94 -0 1 6 25 1.095 115.581 X94 -0 1 6 26 1.170 112.081 E94 -0 1 6 37 1.075 102.846 C94 -0 1 6 40 1.719 103.733 E94 -0 1 6 41 1.454 109.046 E94 -0 1 6 43 1.642 105.462 E94 -0 1 6 45 1.642 105.875 X94 -0 1 6 63 1.449 109.545 E94 -0 1 6 64 1.512 106.848 E94 -0 2 6 2 1.354 113.339 E94 -0 2 6 3 0.671 98.438 C94 -0 2 6 18 1.365 117.169 E94 -0 2 6 25 1.025 120.078 E94 -0 2 6 29 0.816 105.727 C94 -0 2 6 37 1.418 110.694 E94 -0 2 6 57 1.341 114.785 E94 -0 3 6 3 1.455 110.067 E94 -0 3 6 4 1.409 112.404 E94 -0 3 6 8 1.648 105.872 E94 -0 3 6 10 1.596 108.437 E94 -0 3 6 18 1.274 121.468 E94 -0 3 6 19 1.019 119.840 E94 -0 3 6 20 1.379 111.381 E94 -4 3 6 20 1.748 91.216 E94 -0 3 6 22 1.328 113.491 E94 -0 3 6 24 0.583 111.948 C94 -0 3 6 25 1.006 121.410 E94 -0 3 6 29 0.876 111.417 E94 -0 3 6 37 0.614 95.300 C94 -0 3 6 64 1.424 111.483 E94 -0 4 6 18 1.423 115.233 E94 -0 6 6 21 1.362 95.697 E94 -0 8 6 21 0.832 99.409 C94 -0 9 6 21 1.115 101.592 E94 -0 10 6 21 0.923 99.688 C94 -0 18 6 18 1.334 125.242 E94 -0 18 6 33 0.812 115.364 X94 -0 18 6 37 1.429 114.473 E94 -0 18 6 39 1.558 114.152 E94 -0 18 6 43 1.710 108.479 E94 -0 19 6 19 0.642 141.096 E94 -0 19 6 21 0.597 118.204 X94 -0 19 6 37 0.941 124.421 E94 -4 20 6 20 1.339 89.100 C94 -0 20 6 21 0.944 104.587 E94 -0 20 6 37 1.394 110.394 E94 -0 21 6 40 1.124 101.417 E94 -0 21 6 43 1.058 103.253 E94 -0 21 6 54 1.175 100.000 #E94 -0 21 6 55 1.139 101.000 #E94 -3 22 6 22 0.242 58.680 E94 -3 22 6 43 0.279 57.087 E94 -0 24 6 25 0.607 118.533 X94 -0 25 6 25 0.777 129.375 E94 -0 25 6 37 1.099 115.923 E94 -0 26 6 37 1.090 116.692 E94 -0 29 6 30 0.986 108.000 #E94 -0 29 6 37 0.726 105.409 C94 -0 29 6 64 0.923 108.922 E94 -0 37 6 37 1.462 108.967 E94 -0 37 6 58 1.607 108.274 E94 -0 0 8 0 0.000 110.400 0:*-8-* MMFF94 DEF -3 0 8 0 0.000 58.500 3::*-8-* MMFF94 DEF -4 0 8 0 0.000 95.000 4:*-8-* MMFF94 DEF -0 1 8 1 1.090 107.018 C94 -0 1 8 6 1.297 102.829 C94 -0 1 8 8 1.347 105.708 E94 -0 1 8 9 1.182 114.240 E94 -0 1 8 10 1.307 108.079 E94 -0 1 8 15 1.085 118.283 E94 -0 1 8 17 1.096 117.478 E94 -0 1 8 19 0.779 122.759 E94 -0 1 8 20 1.221 105.873 E94 -0 1 8 22 1.147 109.200 E94 -0 1 8 23 0.763 109.062 C94 -0 1 8 25 0.865 117.482 E94 -0 1 8 26 0.926 112.630 E94 -0 1 8 40 1.363 105.609 E94 -0 1 8 45 1.266 110.149 E94 -0 1 8 46 1.265 111.092 E94 -0 6 8 6 1.776 107.296 E94 -0 6 8 17 1.664 105.334 E94 -0 6 8 22 1.456 107.100 E94 -0 6 8 23 0.861 100.510 C94 -3 8 8 8 0.230 60.000 E94 -0 8 8 23 0.792 108.917 E94 -0 8 8 25 1.068 110.595 E94 -0 8 8 26 1.047 110.816 E94 -0 9 8 23 0.832 108.864 E94 -4 10 8 20 1.805 84.690 E94 -0 10 8 23 0.846 106.788 E94 -0 12 8 22 1.227 107.439 E94 -0 15 8 19 0.845 125.674 E94 -4 17 8 17 1.198 110.056 E94 -0 17 8 23 0.647 116.842 E94 -0 19 8 23 0.542 112.000 #E94 -4 20 8 20 1.103 90.370 C94 -0 20 8 23 0.684 113.359 C94 -3 22 8 22 0.209 57.087 E94 -0 22 8 23 0.697 110.033 E94 -0 22 8 25 0.896 115.361 E94 -0 23 8 23 0.595 105.998 C94 -0 23 8 25 0.510 117.000 #E94 -0 23 8 26 0.553 110.959 E94 -0 23 8 34 0.808 109.000 #E94 -0 23 8 39 0.757 111.820 E94 -0 23 8 40 0.819 108.120 E94 -0 23 8 43 0.857 106.222 E94 -0 23 8 55 0.868 106.000 #E94 -0 23 8 56 0.876 105.092 E94 -0 0 9 0 0.000 111.500 0:*-9-* MMFF94 DEF -1 0 9 0 0.000 109.100 1:*-9-* MMFF94 DEF -0 1 9 3 0.878 106.409 C94 -0 1 9 9 1.306 110.005 E94 -0 1 9 53 1.216 113.995 X94 -0 1 9 67 1.391 106.413 E94 -1 2 9 3 1.242 109.856 E94 -1 2 9 9 1.306 112.528 E94 -1 3 9 3 1.204 111.488 E94 -1 3 9 4 1.194 113.272 E94 -0 3 9 6 1.579 106.872 E94 -0 3 9 8 1.386 108.822 E94 -1 3 9 9 1.390 108.355 E94 -0 3 9 10 1.365 109.548 E94 -0 3 9 12 1.373 103.303 E94 -0 3 9 15 1.265 110.780 E94 -0 3 9 18 1.205 114.743 E94 -0 3 9 20 1.198 109.751 E94 -0 3 9 25 0.873 119.927 E94 -0 3 9 27 0.818 108.779 C94 -0 3 9 34 1.355 108.199 E94 -0 3 9 35 1.511 109.907 E94 -1 3 9 37 1.185 111.663 E94 -1 3 9 39 1.396 108.538 E94 -0 3 9 40 1.365 109.440 E94 -0 3 9 41 1.169 112.551 E94 -0 3 9 45 1.369 109.796 E94 -1 3 9 53 1.351 110.578 E94 -1 3 9 54 1.643 98.943 E94 -0 3 9 55 1.431 106.195 E94 -0 3 9 56 1.375 109.289 E94 -1 3 9 57 1.125 115.780 E94 -1 3 9 63 1.247 109.989 E94 -1 3 9 64 1.302 106.461 E94 -1 3 9 78 1.323 106.641 E94 -1 3 9 81 1.567 101.581 E94 -0 4 9 19 0.456 161.741 E94 -1 4 9 67 1.402 108.868 E94 -0 6 9 67 1.794 105.043 E94 -0 9 9 10 1.518 109.154 E94 -1 9 9 37 1.397 108.014 E94 -0 9 9 40 1.594 106.413 E94 -0 9 9 62 1.390 114.417 E94 -1 9 9 63 1.320 112.325 E94 -1 9 9 64 1.352 109.711 E94 -1 37 9 53 1.343 110.162 E94 -1 37 9 67 1.296 111.871 E94 -0 40 9 67 1.538 108.056 E94 -1 53 9 64 1.318 111.149 E94 -0 0 10 0 0.000 117.500 0:*-10-* MMFF94 DEF -3 0 10 0 0.000 58.900 3::*-10-* MMFF94 DEF -4 0 10 0 0.000 92.900 4:*-10-* MMFF94 DEF -0 1 10 1 1.117 117.909 C94 -0 1 10 2 1.004 118.916 E94 -0 1 10 3 0.821 119.600 C94 -0 1 10 6 1.179 108.865 C94 -0 1 10 8 1.137 116.189 E94 -0 1 10 9 1.132 117.005 E94 -0 1 10 10 1.247 111.009 E94 -0 1 10 17 1.014 122.388 E94 -0 1 10 20 0.960 119.679 E94 -0 1 10 25 0.745 125.390 E94 -0 1 10 28 0.552 120.066 C94 -0 1 10 37 1.038 116.332 E94 -0 1 10 39 1.060 120.838 E94 -0 1 10 40 1.194 113.314 E94 -0 1 10 41 1.031 118.033 E94 -0 1 10 45 1.268 109.599 E94 -0 1 10 63 0.949 122.185 E94 -0 1 10 64 0.960 121.315 E94 -0 2 10 2 1.146 112.878 E94 -0 2 10 3 1.000 120.703 E94 -0 2 10 6 1.405 111.609 E94 -0 2 10 20 1.132 111.544 E94 -0 2 10 28 0.638 118.553 E94 -0 2 10 37 0.977 121.506 E94 -0 3 10 3 0.709 120.274 C94 -0 3 10 4 0.864 130.236 E94 -0 3 10 6 0.960 110.133 C94 -0 3 10 8 1.168 116.075 E94 -4 3 10 8 1.527 93.608 E94 -0 3 10 9 1.174 116.443 E94 -0 3 10 10 1.184 115.377 E94 -0 3 10 13 0.998 118.867 E94 -0 3 10 14 0.871 124.162 E94 -0 3 10 15 1.076 118.969 E94 -0 3 10 17 1.132 116.612 E94 -0 3 10 20 0.936 122.540 E94 -4 3 10 20 1.371 93.349 E94 -0 3 10 22 0.975 120.929 E94 -0 3 10 25 0.794 122.157 E94 -0 3 10 26 0.848 117.912 E94 -0 3 10 28 0.575 120.277 C94 -0 3 10 34 1.251 112.201 E94 -0 3 10 35 1.395 112.633 E94 -0 3 10 37 1.023 118.596 E94 -0 3 10 40 1.216 113.680 E94 -0 3 10 41 1.098 115.913 E94 -0 3 10 45 1.212 113.447 E94 -0 3 10 63 1.091 115.381 E94 -0 3 10 64 1.048 117.574 E94 -0 4 10 20 0.816 131.702 E94 -0 6 10 28 0.829 113.214 E94 -0 6 10 37 1.393 111.476 E94 -0 8 10 28 0.703 117.160 E94 -0 8 10 37 1.167 115.599 E94 -0 9 10 26 0.847 123.206 E94 -0 9 10 28 0.751 114.501 E94 -0 9 10 37 1.222 113.553 E94 -0 9 10 39 1.310 115.309 E94 -0 10 10 28 0.735 114.715 E94 -0 10 10 41 1.237 113.743 E94 -0 15 10 28 0.614 119.033 E94 -4 20 10 20 1.381 91.694 E94 -0 20 10 28 0.555 123.394 E94 -0 20 10 37 1.006 117.703 E94 -3 22 10 22 0.202 58.894 E94 -0 22 10 28 0.605 119.583 E94 -0 25 10 28 0.447 122.785 E94 -0 28 10 28 0.435 115.630 C94 -0 28 10 34 0.757 113.000 #E94 -0 28 10 35 0.836 114.000 #E94 -0 28 10 37 0.628 118.227 E94 -0 28 10 40 0.754 113.000 #E94 -0 28 10 41 0.560 128.067 E94 -0 28 10 63 0.640 118.099 E94 -0 28 10 64 0.643 117.575 E94 -0 37 10 40 1.232 112.412 E94 -0 0 15 0 0.000 97.900 0:*-15-* MMFF94 DEF -4 0 15 0 0.000 80.200 4:*-15-* MMFF94 DEF -0 1 15 1 1.654 97.335 C94 -0 1 15 2 1.321 97.853 E94 -0 1 15 3 1.325 97.326 E94 -0 1 15 4 1.344 97.370 E94 -0 1 15 9 1.725 89.814 E94 -0 1 15 15 1.377 100.316 C94 -0 1 15 18 1.309 101.641 E94 -0 1 15 19 1.007 102.069 E94 -0 1 15 20 1.366 94.913 E94 -0 1 15 22 1.268 99.768 E94 -0 1 15 25 0.967 104.732 E94 -0 1 15 30 1.379 95.613 E94 -0 1 15 37 1.439 97.111 C94 -0 1 15 40 1.555 94.643 E94 -0 1 15 57 1.301 98.686 E94 -0 1 15 63 1.304 98.330 E94 -0 1 15 64 1.306 98.066 E94 -0 1 15 71 0.931 96.494 C94 -0 2 15 2 1.434 95.108 E94 -0 2 15 3 1.318 98.813 E94 -0 2 15 4 1.426 95.780 E94 -0 2 15 15 1.457 97.789 E94 -0 2 15 37 1.362 96.942 E94 -0 2 15 43 1.709 90.872 E94 -0 3 15 3 1.402 95.424 E94 -0 3 15 6 1.804 94.075 E94 -0 3 15 15 1.403 99.399 E94 -4 3 15 20 1.666 79.842 E94 -0 3 15 37 1.308 98.541 E94 -0 3 15 63 1.390 96.051 E94 -0 3 15 71 0.830 97.000 #E94 -0 6 15 37 1.679 97.231 E94 -0 8 15 8 1.444 105.143 E94 -0 8 15 37 1.446 98.976 E94 -0 9 15 9 1.626 98.524 E94 -0 9 15 64 1.504 97.105 E94 -0 10 15 15 1.415 103.715 E94 -0 12 15 37 1.428 97.534 E94 -0 15 15 15 1.413 104.893 E94 -0 15 15 18 1.563 99.173 E94 -0 15 15 37 1.361 100.790 E94 -0 15 15 64 1.332 102.040 E94 -0 15 15 71 0.787 99.239 C94 -4 20 15 30 1.978 73.428 E94 -0 20 15 37 1.361 95.589 E94 -0 25 15 25 0.947 99.505 E94 -4 25 15 25 1.030 87.982 E94 -0 25 15 26 1.002 96.851 E94 -0 25 15 37 1.172 95.428 E94 -0 26 15 37 1.144 96.710 E94 -4 30 15 30 1.732 79.546 E94 -0 37 15 37 1.295 98.802 E94 -0 37 15 63 1.379 96.197 E94 -0 37 15 64 1.286 99.423 E94 -0 37 15 71 0.813 96.222 C94 -0 71 15 71 0.734 93.377 C94 -0 0 17 0 0.000 99.400 0:*-17-* MMFF94 DEF -4 0 17 0 0.000 78.400 4:*-17-* MMFF94 DEF -0 1 17 1 1.415 93.266 X94 -0 1 17 2 1.387 94.732 E94 -0 1 17 3 1.430 92.852 E94 -0 1 17 6 1.863 92.132 E94 -0 1 17 7 1.408 107.104 X94 -0 1 17 8 1.661 91.498 E94 -0 1 17 10 1.547 94.839 E94 -0 1 17 20 1.453 91.368 E94 -0 1 17 22 1.423 92.591 E94 -0 1 17 37 1.376 94.911 E94 -0 2 17 2 1.313 97.901 E94 -0 2 17 7 1.478 105.412 E94 -0 2 17 43 1.207 108.882 E94 -0 3 17 7 1.513 103.431 E94 -0 6 17 6 2.164 97.766 E94 -0 6 17 7 1.850 107.431 E94 -0 7 17 8 1.438 113.808 E94 -0 7 17 10 1.525 110.549 E94 -0 7 17 20 1.442 104.737 E94 -0 7 17 22 1.449 104.928 E94 -0 7 17 37 1.500 104.313 E94 -4 8 17 20 1.891 78.354 E94 -0 8 17 37 1.687 91.169 E94 -0 37 17 37 1.487 91.633 E94 -0 0 18 0 0.000 104.600 0:*-18-* MMFF94 DEF -4 0 18 0 0.000 80.300 4:*-18-* MMFF94 DEF -0 1 18 1 1.230 101.166 X94 -0 1 18 2 1.264 100.420 E94 -0 1 18 3 1.242 100.883 E94 -0 1 18 6 1.744 95.671 X94 -0 1 18 9 1.438 99.465 E94 -0 1 18 20 1.224 101.315 E94 -0 1 18 22 1.207 101.417 E94 -0 1 18 32 1.446 107.066 X94 -0 1 18 37 1.234 101.070 E94 -0 1 18 43 1.449 98.014 X94 -0 1 18 48 1.277 106.586 X94 -0 1 18 62 1.374 102.402 X94 -0 2 18 2 1.254 101.492 E94 -0 2 18 6 1.664 98.668 E94 -0 2 18 9 1.539 96.849 E94 -0 2 18 32 1.422 108.979 E94 -0 2 18 37 1.263 100.489 E94 -0 2 18 48 1.083 116.668 E94 -0 3 18 9 1.418 100.361 E94 -0 3 18 32 1.557 103.453 E94 -0 3 18 43 1.350 101.747 E94 -0 6 18 6 1.922 103.052 X94 -0 6 18 9 1.916 97.446 E94 -0 6 18 32 1.837 108.063 X94 -0 6 18 37 1.528 102.229 E94 -0 6 18 43 1.644 103.815 E94 -0 9 18 12 1.464 101.180 E94 -0 9 18 32 1.583 109.945 E94 -0 9 18 37 1.358 102.378 E94 -0 9 18 43 1.323 109.227 E94 -0 12 18 32 1.584 103.959 E94 -0 12 18 37 1.376 98.976 E94 -0 15 18 32 1.497 107.170 E94 -0 15 18 37 1.324 101.399 E94 -0 20 18 32 1.383 109.292 E94 -0 20 18 37 1.108 106.508 E94 -4 20 18 43 1.831 80.297 E94 -0 22 18 32 1.465 105.247 E94 -0 32 18 32 1.569 120.924 X94 -0 32 18 37 1.497 105.280 X94 -0 32 18 39 1.804 101.600 X94 -0 32 18 43 1.569 108.548 X94 -0 32 18 48 1.229 126.841 X94 -0 32 18 55 1.509 112.548 E94 -0 32 18 58 1.592 106.139 E94 -0 32 18 62 1.326 121.426 X94 -0 32 18 63 1.571 103.212 E94 -0 32 18 64 1.634 101.771 E94 -0 32 18 80 1.400 110.401 E94 -0 37 18 37 1.157 104.380 E94 -0 37 18 39 1.404 99.854 X94 -0 37 18 43 1.416 99.200 X94 -0 37 18 48 1.330 104.466 E94 -0 37 18 55 1.397 100.926 E94 -0 37 18 62 1.178 110.665 E94 -0 37 18 63 1.202 102.735 E94 -0 43 18 43 1.545 99.905 X94 -0 43 18 64 1.285 104.868 E94 -0 0 19 0 0.000 108.700 0:*-19-* MMFF94 DEF -4 0 19 0 0.000 89.900 4:*-19-* MMFF94 DEF -0 1 19 1 0.616 113.339 E94 -0 1 19 5 0.390 110.795 X94 -0 1 19 6 0.777 113.958 X94 -0 1 19 8 0.716 111.521 E94 -0 1 19 9 0.779 106.380 E94 -0 1 19 12 0.729 108.947 X94 -0 1 19 20 0.656 108.828 E94 -0 1 19 40 0.754 108.858 E94 -0 1 19 63 0.699 106.924 E94 -0 1 19 75 0.530 111.633 E94 -0 2 19 12 0.819 102.981 E94 -0 5 19 5 0.258 108.699 X94 -0 5 19 6 0.520 109.677 X94 -0 5 19 8 0.461 109.070 E94 -0 5 19 12 0.446 106.756 X94 -0 6 19 6 1.051 111.280 E94 -0 6 19 12 0.968 106.022 E94 -0 6 19 37 0.870 108.096 E94 -0 8 19 8 0.862 108.099 E94 -0 8 19 12 0.786 110.683 E94 -0 12 19 12 0.879 104.597 E94 -0 15 19 15 0.816 108.681 E94 -4 20 19 20 0.802 89.931 E94 -0 37 19 37 0.726 105.045 E94 -0 0 20 0 0.000 113.200 0:*-20-* MMFF94 DEF -4 0 20 0 0.000 88.800 4:*-20-* MMFF94 DEF -0 1 20 1 0.943 113.131 E94 -0 1 20 3 0.906 114.940 E94 -0 1 20 5 0.417 114.057 C94 -0 1 20 6 1.231 110.677 E94 -0 1 20 8 1.080 111.090 E94 -0 1 20 10 1.100 110.057 E94 -0 1 20 11 1.173 110.993 E94 -0 1 20 12 0.976 114.773 E94 -0 1 20 15 1.035 111.226 E94 -0 1 20 18 0.978 115.383 E94 -0 1 20 20 0.502 113.313 C94 -0 1 20 22 0.915 115.201 E94 -0 1 20 25 0.744 116.096 E94 -0 1 20 26 0.721 117.611 E94 -0 1 20 30 0.908 115.220 E94 -0 1 20 34 1.090 110.505 E94 -0 1 20 37 0.947 112.650 E94 -0 1 20 41 0.973 111.787 E94 -0 1 20 43 1.087 110.187 E94 -0 1 20 45 1.132 108.074 E94 -0 2 20 3 0.982 111.060 E94 -0 2 20 5 0.596 113.035 E94 -0 2 20 6 1.139 115.851 E94 -0 2 20 12 0.951 116.750 E94 -0 2 20 20 0.931 114.138 E94 -0 3 20 3 0.982 109.919 E94 -0 3 20 5 0.624 112.989 C94 -0 3 20 6 1.157 113.611 E94 -4 3 20 8 1.473 87.271 E94 -0 3 20 10 1.016 113.988 E94 -0 3 20 11 1.184 109.849 E94 -0 3 20 12 0.969 114.891 E94 -0 3 20 13 1.008 110.951 E94 -0 3 20 20 0.849 118.273 E94 -4 3 20 20 1.524 88.961 C94 -0 3 20 34 1.137 107.667 E94 -4 3 20 37 1.382 85.619 E94 -0 3 20 43 0.960 116.707 E94 -0 4 20 5 0.584 115.078 E94 -0 4 20 20 0.920 115.312 E94 -0 5 20 5 0.439 109.107 C94 -0 5 20 6 0.818 111.352 C94 -0 5 20 8 0.728 114.011 C94 -0 5 20 9 0.657 112.826 E94 -0 5 20 10 0.663 112.010 E94 -0 5 20 12 0.339 114.117 C94 -0 5 20 15 0.562 114.339 E94 -0 5 20 17 0.561 113.000 #E94 -0 5 20 18 0.605 111.570 E94 -0 5 20 20 0.564 113.940 C94 -0 5 20 26 0.472 109.722 E94 -0 5 20 30 0.688 116.038 C94 -0 5 20 34 0.661 112.000 #E94 -0 5 20 37 0.552 115.670 E94 -0 5 20 40 0.682 111.331 E94 -0 5 20 43 0.655 111.686 E94 -0 6 20 6 1.443 114.408 E94 -0 6 20 10 1.225 116.666 E94 -0 6 20 13 1.162 114.868 E94 -0 6 20 20 1.109 116.117 E94 -4 6 20 20 1.433 93.413 C94 -0 6 20 22 1.106 117.205 E94 -0 6 20 30 1.144 114.705 E94 -4 6 20 30 1.658 87.873 E94 -0 8 20 20 1.185 105.606 E94 -4 8 20 20 1.486 91.244 C94 -0 8 20 26 0.874 111.782 E94 -0 9 20 20 1.103 109.640 E94 -0 10 20 15 1.170 109.525 E94 -0 10 20 17 1.127 110.564 E94 -0 10 20 18 1.404 100.845 E94 -0 10 20 20 1.032 113.170 E94 -4 10 20 20 1.468 87.497 E94 -4 10 20 30 1.507 86.657 E94 -0 10 20 37 0.963 117.360 E94 -0 11 20 11 1.504 108.020 E94 -0 11 20 17 1.221 109.460 E94 -0 11 20 20 1.051 116.673 E94 -0 11 20 30 0.997 120.309 E94 -0 12 20 12 1.020 117.603 E94 -0 12 20 19 0.973 105.821 E94 -0 12 20 20 0.866 118.108 C94 -0 12 20 30 0.887 120.399 E94 -0 13 20 13 1.077 113.361 E94 -0 13 20 20 0.938 115.037 E94 -0 14 20 20 0.837 112.888 E94 -0 15 20 15 1.094 114.048 E94 -0 15 20 20 1.058 109.793 E94 -4 15 20 20 1.324 90.483 E94 -0 15 20 30 0.960 115.468 E94 -4 15 20 30 1.447 86.726 E94 -4 17 20 17 1.309 94.977 E94 -0 17 20 20 0.930 116.108 E94 -0 18 20 20 1.007 113.480 E94 -4 18 20 20 1.355 90.185 E94 -0 18 20 41 1.241 102.656 E94 -0 19 20 19 0.567 122.298 E94 -4 19 20 19 0.921 88.477 E94 -0 20 20 20 1.008 108.644 E94 -4 20 20 20 1.149 90.294 C94 -0 20 20 22 0.840 119.817 E94 -4 20 20 22 1.364 86.669 E94 -4 20 20 25 1.181 84.818 E94 -0 20 20 30 0.994 109.745 E94 -4 20 20 30 1.399 85.303 C94 -0 20 20 34 1.069 111.143 E94 -4 20 20 34 1.382 90.128 E94 -0 20 20 37 0.833 119.709 E94 -4 20 20 37 1.346 86.810 E94 -0 20 20 40 1.097 110.254 E94 -0 20 20 41 0.922 114.408 E94 -0 20 20 43 0.964 116.540 E94 -4 20 20 43 1.290 92.879 E94 -0 20 20 45 1.083 110.090 E94 -0 22 20 22 0.866 118.829 E94 -4 22 20 22 1.649 79.399 E94 -4 26 20 26 0.789 96.811 E94 -0 26 20 34 0.843 113.805 E94 -0 34 20 41 1.070 111.943 E94 -0 37 20 43 0.954 117.365 E94 -0 0 22 0 0.000 116.100 0:*-22-* MMFF94 DEF -3 0 22 0 0.000 59.400 3::*-22-* MMFF94 DEF -4 0 22 0 0.000 91.600 4:*-22-* MMFF94 DEF -0 1 22 1 0.903 116.483 E94 -0 1 22 2 0.884 118.360 E94 -0 1 22 3 0.836 121.424 E94 -0 1 22 4 0.900 117.720 E94 -0 1 22 5 0.604 111.788 E94 -0 1 22 6 1.179 113.545 E94 -0 1 22 8 0.973 117.469 E94 -0 1 22 17 1.070 109.087 E94 -0 1 22 18 1.097 108.265 E94 -0 1 22 22 0.871 118.246 E94 -0 1 22 37 0.882 118.041 E94 -0 1 22 43 1.014 114.899 E94 -3 2 22 2 0.263 48.820 E94 -0 2 22 3 0.956 114.147 E94 -0 2 22 4 0.784 126.957 E94 -0 2 22 5 0.573 115.869 E94 -0 2 22 6 1.012 123.319 E94 -0 2 22 22 0.880 118.260 E94 -3 2 22 22 0.166 60.845 E94 -0 2 22 45 1.009 116.146 E94 -0 3 22 3 0.819 122.977 E94 -0 3 22 4 0.876 119.718 E94 -0 3 22 5 0.559 116.738 E94 -0 3 22 6 1.184 113.646 E94 -0 3 22 8 1.072 112.261 E94 -0 3 22 10 0.987 117.750 E94 -0 3 22 12 0.930 118.047 E94 -4 3 22 20 1.267 90.869 E94 -0 3 22 22 0.861 119.252 E94 -4 3 22 22 1.196 93.287 E94 -4 3 22 30 1.301 89.217 E94 -0 3 22 37 0.852 120.464 E94 -0 3 22 40 1.033 114.288 E94 -0 3 22 43 1.124 109.441 E94 -0 3 22 45 1.117 110.033 E94 -0 4 22 5 0.560 118.000 #E94 -0 4 22 6 1.200 113.650 E94 -0 4 22 8 0.966 119.034 E94 -0 4 22 15 0.931 120.455 E94 -0 4 22 22 0.877 118.890 E94 -0 4 22 45 1.089 112.227 E94 -0 5 22 5 0.242 114.938 C94 -0 5 22 6 0.683 117.836 E94 -0 5 22 8 0.621 115.758 E94 -0 5 22 10 0.658 113.806 E94 -0 5 22 11 0.776 108.296 X94 -0 5 22 12 0.620 109.865 X94 -0 5 22 20 0.623 110.000 #E94 -0 5 22 22 0.583 117.875 C94 -0 5 22 37 0.532 119.438 E94 -0 5 22 40 0.653 112.855 E94 -0 5 22 41 0.519 122.000 #E94 -0 5 22 43 0.658 112.128 E94 -0 5 22 45 0.665 112.000 #E94 -0 6 22 12 1.136 118.409 E94 -0 6 22 17 1.328 108.583 E94 -0 6 22 18 1.381 107.009 E94 -0 6 22 22 1.124 115.942 E94 -3 6 22 22 0.205 60.711 E94 -0 6 22 37 1.093 118.170 E94 -3 6 22 43 0.179 68.138 E94 -0 6 22 45 1.422 108.368 E94 -0 8 22 22 0.925 120.144 E94 -3 8 22 22 0.176 61.507 E94 -0 10 22 22 0.916 121.411 E94 -3 10 22 22 0.184 60.603 E94 -0 11 22 11 1.610 102.859 E94 -0 11 22 22 1.062 116.086 X94 -0 12 22 12 1.067 114.988 E94 -0 12 22 22 0.925 117.971 X94 -0 13 22 13 1.085 113.473 E94 -0 13 22 22 0.908 117.606 E94 -0 15 22 22 0.918 120.404 E94 -0 17 22 22 1.029 111.106 E94 -0 18 22 22 1.078 109.054 E94 -0 20 22 22 0.812 122.430 E94 -4 20 22 22 1.198 92.930 E94 -0 22 22 22 0.787 124.070 E94 -3 22 22 22 0.171 60.000 C94 -4 22 22 22 1.225 91.653 E94 -0 22 22 30 0.777 124.514 E94 -0 22 22 34 0.983 116.415 E94 -0 22 22 37 0.847 120.135 E94 -3 22 22 40 0.178 61.163 E94 -0 22 22 41 0.886 118.045 E94 -3 22 22 43 0.176 61.536 E94 -0 22 22 45 1.022 114.380 E94 -0 34 22 41 1.008 116.095 E94 -0 37 22 37 0.846 120.774 E94 -3 37 22 37 0.237 51.029 E94 -0 37 22 43 0.936 119.789 E94 -0 0 25 0 0.000 106.500 0:*-25-* MMFF94 DEF -4 0 25 0 0.000 89.100 4:*-25-* MMFF94 DEF -0 1 25 1 1.072 99.158 X94 -0 1 25 3 1.268 91.423 E94 -0 1 25 6 1.394 98.288 X94 -0 1 25 8 1.150 101.775 E94 -0 1 25 12 1.180 98.890 E94 -0 1 25 15 1.074 103.431 E94 -0 1 25 25 0.852 100.707 E94 -0 1 25 32 1.186 107.891 X94 -0 1 25 37 0.972 104.924 E94 -0 1 25 40 1.358 93.644 E94 -0 1 25 43 1.190 98.760 X94 -0 1 25 71 0.537 109.363 E94 -0 1 25 72 0.976 111.306 X94 -0 2 25 6 1.302 102.892 E94 -0 2 25 8 1.022 109.148 E94 -0 2 25 10 1.629 85.839 E94 -0 2 25 32 0.983 120.127 E94 -0 2 25 72 0.863 119.249 E94 -0 3 25 6 1.277 103.026 E94 -0 3 25 32 1.164 109.307 E94 -0 6 25 6 1.769 99.311 X94 -0 6 25 8 1.419 104.161 E94 -0 6 25 9 1.403 105.407 E94 -0 6 25 10 1.448 102.194 E94 -0 6 25 11 1.680 99.260 E94 -0 6 25 12 1.489 98.818 E94 -0 6 25 32 1.501 109.688 X94 -0 6 25 37 1.312 102.280 E94 -0 6 25 39 1.617 97.314 E94 -0 6 25 40 1.380 105.601 E94 -0 6 25 71 0.844 100.242 E94 -0 6 25 72 1.219 112.058 E94 -0 8 25 8 1.224 105.341 E94 -0 8 25 10 1.214 104.893 E94 -0 8 25 11 1.411 101.655 E94 -0 8 25 20 1.010 108.094 E94 -0 8 25 32 1.217 114.325 E94 -0 8 25 37 1.106 104.742 E94 -0 8 25 40 1.265 103.617 E94 -0 8 25 72 0.977 117.767 E94 -0 9 25 32 1.232 114.493 E94 -0 10 25 10 1.346 98.856 E94 -0 10 25 32 1.273 110.640 E94 -0 10 25 72 1.021 114.624 E94 -0 11 25 32 1.528 106.045 E94 -0 12 25 12 1.303 99.224 E94 -0 12 25 32 1.305 106.320 E94 -0 15 25 15 1.113 107.673 E94 -4 15 25 15 1.264 93.138 E94 -0 15 25 32 1.248 107.964 E94 -0 15 25 72 0.933 119.729 E94 -4 20 25 20 1.220 85.039 E94 -0 20 25 72 0.965 111.595 E94 -0 25 25 72 0.890 106.612 E94 -0 32 25 32 1.248 122.857 X94 -0 32 25 37 1.097 113.430 E94 -0 32 25 39 1.605 99.255 E94 -0 32 25 40 1.122 119.057 E94 -0 32 25 43 1.257 110.308 X94 -0 32 25 57 1.219 108.740 E94 -0 32 25 63 1.211 108.168 E94 -0 32 25 71 0.642 117.733 X94 -0 32 25 72 1.050 121.823 E94 -0 37 25 37 0.947 107.124 E94 -0 37 25 40 0.965 112.107 E94 -0 37 25 72 0.868 118.776 E94 -0 40 25 40 1.496 95.270 E94 -0 40 25 72 1.035 114.441 E94 -0 57 25 57 1.059 102.995 E94 -0 63 25 63 1.032 102.950 E94 -0 71 25 71 0.419 100.483 X94 -0 0 26 0 0.000 98.100 0:*-26-* MMFF94 DEF -4 0 26 0 0.000 83.600 4:*-26-* MMFF94 DEF -0 1 26 1 1.085 98.054 E94 -0 1 26 8 1.263 96.331 E94 -0 1 26 10 1.115 102.175 E94 -0 1 26 12 1.147 98.926 X94 -0 1 26 15 1.141 100.260 E94 -0 1 26 20 1.075 98.171 E94 -0 1 26 26 0.997 92.571 E94 -0 1 26 37 1.081 98.754 E94 -0 1 26 71 0.672 97.353 X94 -0 6 26 6 1.833 97.935 E94 -0 6 26 11 1.663 100.061 E94 -0 6 26 12 1.442 99.021 E94 -0 8 26 8 1.189 105.662 E94 -0 8 26 12 1.028 110.069 E94 -0 8 26 34 1.509 93.096 E94 -0 11 26 11 1.757 94.795 E94 -0 12 26 15 1.271 99.730 E94 -0 12 26 34 1.508 90.565 E94 -0 12 26 40 1.165 103.783 E94 -0 12 26 71 0.704 96.577 X94 -0 15 26 26 1.047 96.592 E94 -0 15 26 40 1.543 91.164 E94 -4 20 26 20 1.252 83.624 E94 -0 71 26 71 0.473 94.470 X94 -0 0 30 0 0.000 134.200 0:*-30-* MMFF94 DEF -1 0 30 0 0.000 131.800 1:*-30-* MMFF94 DEF -4 0 30 0 0.000 97.700 4:*-30-* MMFF94 DEF -7 0 30 0 0.000 92.300 7:*-30-* MMFF94 DEF -1 2 30 3 0.778 128.756 E94 -0 2 30 15 0.805 130.439 E94 -0 2 30 20 0.727 132.187 E94 -0 2 30 22 0.737 131.100 E94 -1 2 30 30 0.751 132.225 E94 -1 3 30 4 0.721 134.566 E94 -1 3 30 5 0.410 135.975 E94 -1 3 30 6 0.845 137.596 E94 -1 3 30 20 0.714 130.677 E94 -7 3 30 20 1.280 89.957 E94 -1 3 30 30 0.857 122.418 E94 -7 3 30 30 1.260 93.102 E94 -0 4 30 20 0.690 136.444 E94 -0 5 30 20 0.390 131.835 C94 -0 5 30 30 0.364 132.652 C94 -0 6 30 30 0.876 139.045 E94 -0 15 30 15 0.876 130.718 E94 -4 15 30 15 1.239 101.359 E94 -0 15 30 30 0.782 132.228 E94 -4 15 30 30 1.141 100.902 E94 -4 20 30 30 1.117 95.513 C94 -7 20 30 30 1.191 93.909 E94 -0 20 30 40 0.769 134.526 E94 -1 20 30 67 0.704 138.631 E94 -4 22 30 22 1.179 93.007 E94 -8 30 30 30 1.230 93.732 E94 -0 30 30 40 0.706 145.470 E94 -1 30 30 67 0.907 125.792 E94 -0 0 34 0 0.000 109.400 0:*-34-* MMFF94 DEF -4 0 34 0 0.000 89.400 4:*-34-* MMFF94 DEF -0 1 34 1 0.862 112.251 C94 -0 1 34 2 1.154 109.212 E94 -0 1 34 8 1.330 106.399 E94 -0 1 34 9 1.166 112.989 E94 -0 1 34 10 1.388 104.291 E94 -0 1 34 20 1.201 106.135 E94 -0 1 34 26 0.913 112.004 E94 -0 1 34 36 0.576 111.206 C94 -0 1 34 37 1.141 109.045 E94 -0 2 34 36 0.694 112.000 #E94 -0 8 34 36 0.796 109.753 E94 -0 9 34 36 0.793 108.649 E94 -0 10 34 36 0.828 108.000 #E94 -4 20 34 20 1.448 89.411 E94 -0 20 34 36 0.665 112.526 E94 -0 22 34 36 0.694 110.000 #E94 -0 36 34 36 0.578 107.787 C94 -0 36 34 37 0.717 108.668 E94 -0 36 34 43 0.840 108.000 #E94 -0 0 37 0 0.000 118.800 0:*-37-* MMFF94 DEF -1 0 37 0 0.000 115.900 1:*-37-* MMFF94 DEF -3 0 37 0 0.000 64.700 3::*-37-* MMFF94 DEF -4 0 37 0 0.000 91.800 4:*-37-* MMFF94 DEF -0 1 37 37 0.803 120.419 C94 -0 1 37 38 0.992 118.432 E94 -0 1 37 58 1.027 116.528 E94 -0 1 37 63 0.837 123.024 E94 -0 1 37 64 0.821 124.073 E94 -0 1 37 69 1.038 115.506 E94 -1 2 37 37 0.712 119.695 C94 -1 2 37 38 1.029 117.220 E94 -1 3 37 37 0.798 114.475 C94 -7 3 37 37 1.320 90.784 E94 -1 3 37 38 1.109 112.724 E94 -1 3 37 58 1.134 111.566 E94 -1 3 37 69 1.119 111.916 E94 -1 4 37 37 0.906 119.614 E94 -1 4 37 38 1.087 114.623 E94 -0 5 37 37 0.563 120.571 C94 -0 5 37 38 0.693 115.588 C94 -0 5 37 58 0.699 113.316 E94 -0 5 37 63 0.702 121.238 C94 -0 5 37 64 0.523 121.446 C94 -0 5 37 69 0.794 111.638 C94 -0 5 37 78 0.563 119.432 E94 -0 6 37 37 0.968 116.495 C94 -0 6 37 38 1.324 115.886 E94 -0 6 37 64 1.139 118.868 E94 -1 9 37 37 0.974 121.003 E94 -1 9 37 38 1.137 117.591 E94 -0 10 37 37 1.025 117.918 E94 -0 10 37 38 1.088 120.135 E94 -0 10 37 58 1.077 120.925 E94 -0 11 37 37 1.094 118.065 E94 -0 11 37 38 1.223 117.328 E94 -0 12 37 37 0.950 118.495 E94 -0 12 37 38 1.126 113.859 E94 -0 12 37 64 1.076 111.320 E94 -0 13 37 37 0.917 118.117 E94 -0 14 37 37 0.861 118.045 E94 -0 15 37 37 0.755 121.037 C94 -0 15 37 38 1.027 119.421 E94 -0 15 37 64 0.976 117.125 E94 -0 17 37 37 0.930 119.408 E94 -0 17 37 38 1.179 110.828 E94 -0 17 37 64 0.946 118.357 E94 -0 18 37 37 1.029 113.991 X94 -0 18 37 38 1.278 106.908 E94 -0 18 37 64 0.975 117.029 E94 -0 19 37 37 0.660 125.278 E94 -0 20 37 37 0.744 129.614 E94 -4 20 37 37 1.217 93.425 E94 -0 22 37 37 0.805 125.777 E94 -3 22 37 37 0.152 64.704 E94 -0 22 37 38 0.904 124.494 E94 -0 25 37 37 0.718 121.600 E94 -0 26 37 37 0.691 122.967 E94 -0 34 37 37 1.030 116.423 E94 -0 34 37 64 1.074 113.905 E94 -0 35 37 37 0.964 131.858 E94 -0 35 37 38 1.187 124.980 E94 -0 37 37 37 0.669 119.977 C94 -1 37 37 37 0.864 122.227 E94 -4 37 37 37 1.380 90.193 E94 -0 37 37 38 0.596 126.139 C94 -1 37 37 38 1.033 117.271 E94 -0 37 37 39 1.038 117.619 E94 -1 37 37 39 1.078 114.622 E94 -0 37 37 40 1.045 121.633 C94 -0 37 37 41 0.892 119.572 E94 -0 37 37 43 1.013 117.860 X94 -0 37 37 45 1.114 112.337 E94 -0 37 37 46 0.999 120.038 E94 -0 37 37 55 1.002 120.163 E94 -0 37 37 56 1.020 117.801 E94 -1 37 37 57 0.881 120.932 E94 -0 37 37 58 1.014 120.052 E94 -1 37 37 58 1.127 112.251 E94 -0 37 37 61 1.072 115.515 E94 -0 37 37 62 0.941 124.384 E94 -0 37 37 63 0.478 111.243 C94 -1 37 37 63 0.894 120.190 E94 -0 37 37 64 0.423 112.567 C94 -1 37 37 64 0.912 118.973 E94 -1 37 37 67 1.064 114.980 E94 -0 37 37 69 0.872 116.778 C94 -1 37 37 69 1.042 116.438 E94 -0 37 37 78 0.974 116.439 E94 -0 37 37 81 1.034 115.664 E94 -1 37 37 81 1.104 111.759 E94 -0 38 37 38 0.725 128.938 C94 -0 38 37 40 1.024 123.755 E94 -0 38 37 43 1.165 115.355 E94 -0 38 37 58 0.979 128.362 E94 -1 38 37 58 1.257 111.356 E94 -0 38 37 62 1.148 118.349 E94 -0 38 37 63 1.095 115.386 E94 -1 38 37 63 1.076 114.910 E94 -0 38 37 64 1.070 116.605 E94 -1 38 37 67 1.289 109.610 E94 -0 40 37 58 1.103 119.417 E94 -0 40 37 63 0.943 122.904 E94 -0 40 37 64 0.931 123.541 E94 -0 40 37 78 0.931 123.604 E94 -0 41 37 58 0.967 120.535 E94 -0 45 37 63 1.031 116.781 E94 -0 45 37 64 1.156 110.199 E94 -0 45 37 69 1.248 111.041 E94 -0 58 37 62 1.016 125.987 E94 -0 58 37 63 1.152 112.628 E94 -0 58 37 64 1.291 106.250 E94 -1 58 37 64 1.108 113.166 E94 -0 58 37 78 1.188 110.842 E94 -0 0 38 0 0.000 113.800 0:*-38-* MMFF94 DEF -0 37 38 37 1.085 115.406 C94 -0 37 38 38 1.289 112.016 C94 -0 37 38 63 1.230 110.181 E94 -0 37 38 64 1.207 111.032 E94 -0 37 38 69 1.238 114.692 E94 -0 37 38 78 1.118 114.813 E94 -0 38 38 38 1.343 118.516 E94 -0 0 39 0 0.000 120.700 0:*-39-* MMFF94 DEF -1 0 39 0 0.000 125.400 1:*-39-* MMFF94 DEF -0 1 39 63 0.854 123.380 C94 -0 1 39 65 1.111 118.049 E94 -1 2 39 63 0.858 130.275 E94 -1 2 39 65 0.900 133.220 E94 -1 3 39 63 0.900 127.045 E94 -1 3 39 65 1.126 118.909 E94 -0 6 39 63 1.166 122.985 E94 -0 6 39 65 1.396 117.707 E94 -0 8 39 63 1.000 124.868 E94 -0 8 39 65 1.057 127.145 E94 -1 9 39 63 0.981 127.725 E94 -1 9 39 65 1.170 122.487 E94 -0 10 39 63 1.109 119.788 E94 -0 10 39 65 1.118 124.961 E94 -0 18 39 63 1.108 117.061 X94 -0 23 39 63 0.551 127.770 C94 -0 23 39 65 0.752 118.352 C94 -0 23 39 78 0.581 124.000 #E94 -0 25 39 63 0.667 134.561 E94 -0 25 39 65 0.944 118.135 E94 -0 37 39 63 0.900 127.009 E94 -1 37 39 63 0.922 125.312 E94 -1 37 39 65 1.080 121.090 E94 -0 40 39 63 0.984 126.832 E94 -0 45 39 63 1.056 121.641 E94 -0 45 39 65 1.354 112.464 E94 -0 63 39 63 1.152 109.599 C94 -1 63 39 63 0.887 128.078 E94 -0 63 39 64 1.004 120.577 E94 -1 63 39 64 0.899 126.936 E94 -0 63 39 65 1.284 112.087 C94 -1 63 39 65 1.146 117.990 E94 -0 63 39 78 1.300 105.800 E94 -0 64 39 65 1.007 126.117 E94 -0 65 39 65 1.462 116.898 C94 -0 0 40 0 0.000 115.000 0:*-40-* MMFF94 DEF -3 0 40 0 0.000 57.800 3::*-40-* MMFF94 DEF -0 1 40 1 1.064 113.703 E94 -0 1 40 2 0.998 118.873 E94 -0 1 40 3 1.007 118.319 E94 -0 1 40 6 1.421 109.742 E94 -0 1 40 9 1.203 113.198 E94 -0 1 40 10 1.232 111.320 E94 -0 1 40 11 1.436 104.665 E94 -0 1 40 12 1.202 109.320 E94 -0 1 40 20 1.047 114.970 E94 -0 1 40 25 0.912 114.483 E94 -0 1 40 28 0.689 112.374 C94 -0 1 40 30 1.024 118.604 E94 -0 1 40 37 0.835 107.349 C94 -0 1 40 39 1.254 110.622 E94 -0 1 40 40 1.183 114.011 E94 -0 1 40 45 1.223 112.226 E94 -0 1 40 46 1.025 122.982 E94 -0 1 40 63 1.084 114.473 E94 -0 1 40 64 1.064 115.483 E94 -0 2 40 2 0.997 120.651 E94 -0 2 40 3 0.981 121.660 E94 -0 2 40 6 1.316 115.626 E94 -0 2 40 9 1.118 119.196 E94 -0 2 40 10 1.142 117.260 E94 -0 2 40 19 0.732 128.087 E94 -0 2 40 28 0.767 111.053 C94 -0 2 40 37 1.049 117.022 E94 -0 2 40 39 1.192 115.106 E94 -0 2 40 40 1.060 122.253 E94 -0 2 40 63 1.008 120.447 E94 -0 3 40 3 0.883 128.240 E94 -0 3 40 8 1.259 111.557 E94 -0 3 40 9 1.106 119.822 E94 -0 3 40 10 1.269 111.261 E94 -0 3 40 12 1.146 112.718 E94 -0 3 40 15 1.105 117.871 E94 -0 3 40 20 1.130 112.139 E94 -0 3 40 22 1.072 114.420 E94 -0 3 40 25 0.820 121.724 E94 -0 3 40 28 0.700 114.808 C94 -0 3 40 37 1.056 116.655 E94 -0 3 40 40 1.147 117.511 E94 -0 3 40 64 1.132 113.602 E94 -0 6 40 28 0.889 110.000 #E94 -0 8 40 28 0.764 111.915 E94 -0 8 40 37 1.216 112.920 E94 -0 8 40 63 1.351 108.085 E94 -0 9 40 28 0.774 112.549 E94 -0 9 40 37 1.236 112.751 E94 -0 10 40 28 0.799 109.725 E94 -0 10 40 37 1.316 108.686 E94 -0 11 40 37 1.546 101.687 E94 -0 15 40 15 1.154 121.497 E94 -3 22 40 22 0.204 57.777 E94 -0 22 40 37 1.066 114.220 E94 -0 22 40 63 1.126 112.006 E94 -0 25 40 28 0.485 120.000 #E94 -0 25 40 37 0.868 117.977 E94 -0 26 40 28 0.506 118.000 #E94 -0 26 40 37 0.812 122.336 E94 -0 28 40 28 0.560 109.160 C94 -0 28 40 30 0.656 119.230 E94 -0 28 40 37 0.662 110.288 C94 -0 28 40 39 0.789 110.951 E94 -0 28 40 40 0.782 111.731 E94 -0 28 40 45 0.674 120.000 #E94 -0 28 40 54 0.738 118.714 E94 -0 28 40 63 0.670 116.188 E94 -0 28 40 64 0.659 117.057 E94 -0 28 40 78 0.618 119.829 E94 -0 37 40 37 1.004 119.018 E94 -0 37 40 45 1.376 106.579 E94 -0 37 40 54 1.394 107.777 E94 -0 37 40 63 1.060 116.867 E94 -0 45 40 64 1.283 111.332 E94 -0 45 40 78 1.410 105.678 E94 -0 46 40 64 1.189 116.345 E94 -0 0 41 0 0.000 118.300 0:*-41-* MMFF94 DEF -0 1 41 32 1.209 114.689 C94 -0 1 41 72 1.024 114.936 X94 -0 2 41 32 1.309 115.461 C94 -0 3 41 32 1.210 114.810 E94 -0 5 41 32 0.912 113.960 C94 -0 6 41 72 1.319 113.899 E94 -0 9 41 72 1.089 117.795 E94 -0 10 41 72 1.039 121.240 E94 -0 20 41 32 1.090 120.965 E94 -0 22 41 32 1.079 122.748 E94 -0 32 41 32 1.181 130.600 C94 -0 32 41 37 1.136 118.871 E94 -0 32 41 41 1.401 107.694 E94 -0 37 41 72 1.035 114.919 E94 -0 55 41 72 0.982 123.972 E94 -0 62 41 72 1.052 120.425 E94 -0 72 41 72 0.912 130.128 X94 -0 72 41 80 1.094 112.175 E94 -0 0 43 0 0.000 113.300 0:*-43-* MMFF94 DEF -0 1 43 1 1.109 110.353 E94 -0 1 43 2 1.052 114.321 E94 -0 1 43 3 0.938 121.050 E94 -0 1 43 4 0.927 123.204 E94 -0 1 43 18 1.116 115.011 X94 -0 1 43 25 0.853 115.637 X94 -0 1 43 28 0.646 113.739 X94 -0 1 43 37 1.083 112.511 E94 -0 1 43 45 1.140 115.034 E94 -0 1 43 64 1.025 116.188 E94 -0 2 43 18 1.227 110.268 E94 -0 3 43 18 1.011 121.488 X94 -0 3 43 20 1.053 113.913 E94 -4 3 43 20 1.327 93.575 E94 -0 3 43 28 0.626 117.464 X94 -0 4 43 28 0.616 122.000 E94 -0 4 43 45 1.253 112.373 E94 -0 6 43 18 1.673 104.311 E94 -3 6 43 22 0.279 54.827 E94 -0 6 43 28 0.868 110.000 #E94 -0 6 43 37 1.519 105.833 E94 -0 6 43 43 1.603 108.652 E94 -0 8 43 18 1.511 104.036 E94 -0 8 43 28 0.794 110.320 E94 -0 15 43 15 1.558 103.008 E94 -0 15 43 18 1.409 108.458 E94 -0 17 43 18 1.367 111.904 E94 -0 18 43 18 1.144 120.463 E94 -0 18 43 20 0.961 123.768 E94 -4 18 43 20 1.451 92.867 E94 -0 18 43 22 1.171 112.379 E94 -0 18 43 28 0.628 116.881 X94 -0 18 43 34 1.324 111.347 E94 -0 18 43 37 1.185 112.132 X94 -0 18 43 43 1.379 109.036 E94 -0 18 43 64 1.108 116.279 E94 -0 20 43 28 0.626 115.000 #E94 -3 22 43 22 0.209 57.032 E94 -0 25 43 28 0.468 118.274 X94 -0 28 43 28 0.477 112.596 X94 -0 28 43 34 0.810 110.000 #E94 -0 28 43 37 0.669 113.350 X94 -0 28 43 64 0.658 115.293 E94 -0 0 44 0 0.000 91.600 0:*-44-* MMFF94 DEF -0 63 44 63 1.962 88.495 C94 -0 63 44 65 2.261 94.137 C94 -0 63 44 78 1.738 86.270 E94 -0 63 44 80 1.748 86.194 E94 -0 65 44 65 1.530 101.147 E94 -0 65 44 80 1.629 93.534 E94 -0 78 44 78 0.903 119.401 E94 -0 0 45 0 0.000 116.700 0:*-45-* MMFF94 DEF -0 1 45 32 1.260 118.182 X94 -0 2 45 32 1.294 118.082 X94 -0 3 45 32 1.343 115.589 E94 -0 6 45 32 1.787 111.682 X94 -0 8 45 32 1.515 115.695 E94 -0 9 45 32 1.339 123.850 E94 -0 10 45 32 1.578 112.194 E94 -0 20 45 32 1.245 118.893 E94 -0 22 45 32 1.293 117.503 E94 -0 32 45 32 1.467 128.036 X94 -0 32 45 37 1.298 117.857 E94 -0 32 45 39 1.715 107.633 E94 -0 32 45 40 1.497 116.432 E94 -0 32 45 43 1.545 113.711 E94 -0 32 45 63 1.335 116.765 E94 -0 32 45 64 1.330 116.908 E94 -0 32 45 78 1.394 114.962 E94 -0 0 46 0 0.000 111.000 0:*-46-* MMFF94 DEF -0 1 46 7 1.440 110.492 X94 -0 2 46 7 1.489 112.709 E94 -0 7 46 8 1.724 109.817 E94 -0 7 46 37 1.519 110.569 E94 -0 7 46 40 1.650 111.405 E94 -0 0 48 0 0.000 118.400 0:*-48-* MMFF94 DEF -0 3 48 18 1.065 122.928 E94 -0 18 48 28 0.736 113.969 X94 -0 0 49 0 0.000 111.400 0:*-49-* MMFF94 DEF -0 50 49 50 0.522 111.433 C94 -0 0 51 0 0.000 111.400 0:*-51-* MMFF94 DEF -0 3 51 52 0.913 111.360 X94 -0 0 53 0 0.000 180.000 0:*-53-* MMFF94 DEF -0 3 53 47 0.574 180.000 E94 -0 9 53 47 0.649 180.000 E94 -0 0 54 0 0.000 119.500 0:*-54-* MMFF94 DEF -1 0 54 0 0.000 115.700 1:*-54-* MMFF94 DEF -0 1 54 1 0.923 121.439 E94 -0 1 54 3 0.707 124.083 C94 -0 1 54 36 0.294 122.881 C94 -0 3 54 6 1.376 115.398 E94 -1 3 54 9 1.128 114.457 E94 -0 3 54 36 0.685 119.698 C94 -1 3 54 40 1.105 116.439 E94 -0 6 54 36 0.826 115.000 #E94 -0 9 54 40 1.195 123.403 E94 -0 36 54 36 0.300 113.943 C94 -0 0 55 0 0.000 120.800 0:*-55-* MMFF94 DEF -0 1 55 1 0.951 119.946 E94 -0 1 55 36 0.307 126.448 C94 -0 1 55 37 1.032 117.035 E94 -0 1 55 57 0.751 120.606 C94 -0 1 55 80 0.972 121.082 E94 -0 2 55 3 1.041 116.994 E94 -0 2 55 36 0.621 120.000 #E94 -0 2 55 57 1.047 118.847 E94 -0 3 55 9 1.053 121.298 E94 -0 3 55 36 0.567 124.000 #E94 -0 3 55 57 0.953 123.573 E94 -0 3 55 62 1.041 122.163 E94 -0 6 55 36 0.833 114.000 #E94 -0 6 55 57 1.408 112.958 E94 -0 8 55 36 0.656 122.000 #E94 -0 8 55 57 1.259 113.209 E94 -0 9 55 57 1.001 126.373 E94 -0 18 55 36 0.578 125.000 #E94 -0 18 55 57 1.054 122.320 E94 -0 36 55 36 0.355 117.729 C94 -0 36 55 37 0.623 120.405 E94 -0 36 55 41 0.485 134.689 E94 -0 36 55 57 0.663 119.499 C94 -0 36 55 64 0.632 118.000 #E94 -0 36 55 80 0.684 115.880 E94 -0 37 55 57 1.110 115.816 E94 -0 41 55 57 0.911 126.801 E94 -0 57 55 62 1.054 123.366 E94 -0 57 55 64 1.026 119.465 E94 -0 0 56 0 0.000 119.100 0:*-56-* MMFF94 DEF -0 1 56 36 0.472 123.585 C94 -0 1 56 57 0.774 119.267 C94 -0 2 56 9 1.181 116.311 E94 -0 2 56 36 0.582 124.037 E94 -0 2 56 57 1.029 118.607 E94 -0 3 56 36 0.585 121.521 E94 -0 3 56 57 0.885 126.567 E94 -0 8 56 36 0.785 111.009 E94 -0 8 56 57 1.288 110.357 E94 -0 9 56 36 0.683 120.258 E94 -0 9 56 57 1.186 115.661 E94 -0 36 56 36 0.450 117.534 C94 -0 36 56 37 0.602 120.000 #E94 -0 36 56 57 0.646 120.649 C94 -0 36 56 63 0.579 123.766 E94 -0 36 56 80 0.625 120.000 #E94 -0 37 56 57 1.058 115.912 E94 -0 57 56 63 1.019 118.915 E94 -0 0 57 0 0.000 120.900 0:*-57-* MMFF94 DEF -1 0 57 0 0.000 118.100 1:*-57-* MMFF94 DEF -0 1 57 55 1.017 117.865 E94 -1 3 57 55 1.085 115.034 E94 -0 5 57 55 0.674 116.747 C94 -0 6 57 55 1.279 119.257 E94 -1 9 57 55 0.980 128.143 E94 -0 12 57 55 1.058 118.327 E94 -0 15 57 55 0.983 123.646 E94 -0 25 57 55 0.790 122.889 E94 -1 37 57 55 0.967 121.379 E94 -0 55 57 55 0.855 126.476 C94 -1 55 57 63 1.016 118.800 E94 -1 55 57 64 1.039 117.166 E94 -0 56 57 56 1.342 120.010 C94 -0 0 58 0 0.000 119.000 0:*-58-* MMFF94 DEF -1 0 58 0 0.000 119.900 1:*-58-* MMFF94 DEF -0 1 58 37 1.003 119.236 E94 -0 1 58 64 0.961 121.070 E94 -1 3 58 37 0.983 121.506 E94 -0 6 58 37 1.371 114.370 E94 -0 18 58 37 1.005 120.665 E94 -0 36 58 37 0.650 118.713 E94 -0 36 58 63 0.650 118.000 #E94 -0 36 58 64 0.620 120.051 E94 -0 37 58 37 0.996 122.710 E94 -1 37 58 37 1.036 118.260 E94 -0 37 58 63 1.087 116.989 E94 -0 37 58 64 1.061 117.942 E94 -0 0 59 0 0.000 105.600 0:*-59-* MMFF94 DEF -0 63 59 63 1.273 106.313 C94 -0 63 59 65 1.750 107.755 C94 -0 63 59 78 1.713 101.179 E94 -0 63 59 80 1.599 105.341 E94 -0 65 59 65 1.754 107.683 E94 -0 65 59 78 1.644 107.142 E94 -0 65 59 82 1.864 103.624 E94 -0 0 61 0 0.000 180.000 0:*-61-* MMFF94 DEF -0 1 61 60 0.475 180.000 E94 -0 37 61 42 0.536 180.000 E94 -0 37 61 60 0.484 180.000 E94 -0 0 62 0 0.000 108.300 0:*-62-* MMFF94 DEF -0 1 62 18 1.316 109.273 X94 -0 2 62 23 0.817 105.542 X94 -0 3 62 3 1.318 106.821 E94 -0 3 62 18 1.311 111.144 E94 -0 3 62 55 1.528 102.414 E94 -0 9 62 18 1.515 107.660 E94 -0 18 62 37 1.229 114.618 E94 -0 18 62 41 1.366 108.722 E94 -0 18 62 63 1.427 106.284 E94 -0 18 62 64 1.317 110.366 E94 -0 0 63 0 0.000 123.300 0:*-63-* MMFF94 DEF -1 0 63 0 0.000 124.300 1:*-63-* MMFF94 DEF -0 1 63 39 0.935 121.832 E94 -0 1 63 44 0.902 122.101 E94 -0 1 63 59 1.175 115.253 E94 -0 1 63 64 0.737 131.378 E94 -0 1 63 66 0.865 127.610 E94 -1 2 63 39 1.027 117.864 E94 -1 2 63 59 0.987 127.524 E94 -1 2 63 64 0.730 133.818 E94 -1 2 63 66 0.828 132.383 E94 -1 3 63 39 0.900 125.395 E94 -1 3 63 44 0.935 120.481 E94 -1 3 63 59 1.158 117.219 E94 -1 3 63 64 0.766 130.065 E94 -1 3 63 66 0.950 123.049 E94 -1 4 63 44 0.848 126.602 E94 -1 4 63 59 1.211 114.804 E94 -1 4 63 64 0.795 127.817 E94 -0 5 63 39 0.617 121.127 C94 -0 5 63 44 0.393 126.141 C94 -0 5 63 59 0.784 114.076 C94 -0 5 63 64 0.577 131.721 C94 -0 5 63 66 0.643 125.134 C94 -0 5 63 78 0.482 130.000 #E94 -0 5 63 81 0.588 124.000 #E94 -0 6 63 39 1.234 120.509 E94 -0 6 63 59 1.564 113.514 E94 -0 6 63 64 0.951 131.301 E94 -1 9 63 39 1.068 121.741 E94 -1 9 63 44 0.963 124.598 E94 -1 9 63 64 0.804 134.237 E94 -1 9 63 66 0.912 133.020 E94 -0 10 63 39 1.084 120.356 E94 -0 10 63 44 1.112 115.732 E94 -0 10 63 59 1.307 116.218 E94 -0 10 63 64 0.867 128.750 E94 -0 10 63 66 0.981 127.617 E94 -0 12 63 39 1.111 114.439 E94 -0 12 63 44 1.035 119.321 E94 -0 12 63 64 0.838 126.226 E94 -0 12 63 66 0.980 122.280 E94 -0 15 63 39 1.064 117.958 E94 -0 15 63 44 0.952 125.654 E94 -0 15 63 64 0.813 129.284 E94 -0 15 63 66 0.962 124.490 E94 -0 18 63 44 1.110 116.077 E94 -0 18 63 64 0.740 135.028 E94 -0 19 63 39 0.647 132.369 E94 -0 19 63 64 0.517 141.986 E94 -0 25 63 39 0.597 139.439 E94 -0 25 63 66 0.776 122.699 E94 -0 35 63 59 1.351 124.475 E94 -0 35 63 64 0.808 145.098 E94 -0 37 63 39 1.011 132.046 C94 -1 37 63 39 0.934 123.481 E94 -0 37 63 44 0.764 133.930 E94 -1 37 63 44 0.915 121.637 E94 -0 37 63 59 1.041 124.836 E94 -1 37 63 59 1.214 114.211 E94 -0 37 63 64 0.679 122.881 C94 -1 37 63 64 0.742 131.784 E94 -0 37 63 66 0.742 140.668 E94 -1 37 63 66 0.871 128.130 E94 -0 38 63 39 1.022 124.814 E94 -0 38 63 64 0.910 126.513 E94 -0 39 63 39 0.910 131.461 E94 -1 39 63 39 1.105 119.174 E94 -0 39 63 40 1.112 119.261 E94 -1 39 63 44 1.144 114.126 E94 -0 39 63 45 1.166 115.115 E94 -1 39 63 57 0.931 123.222 E94 -0 39 63 58 1.042 123.231 E94 -1 39 63 63 0.949 122.353 E94 -0 39 63 64 0.813 107.255 C94 -1 39 63 64 0.943 123.441 E94 -0 39 63 66 1.012 110.865 C94 -1 39 63 66 1.095 120.834 E94 -0 40 63 44 0.943 125.881 E94 -0 40 63 59 1.298 117.078 E94 -0 40 63 64 0.845 130.865 E94 -0 40 63 66 0.940 130.926 E94 -0 44 63 45 1.125 114.633 E94 -0 44 63 56 1.030 120.178 E94 -0 44 63 62 0.991 122.899 E94 -1 44 63 63 0.894 123.341 E94 -0 44 63 64 0.853 108.480 C94 -0 44 63 66 0.854 114.516 C94 -0 44 63 72 0.915 129.129 E94 -0 44 63 78 1.217 106.254 E94 -0 44 63 81 1.278 108.400 E94 -0 45 63 59 1.467 108.824 E94 -0 45 63 64 0.940 122.725 E94 -0 45 63 66 1.164 116.157 E94 -0 56 63 66 0.875 134.888 E94 -1 57 63 66 0.945 123.246 E94 -0 58 63 64 0.965 122.522 E94 -0 59 63 64 1.035 110.108 C94 -0 59 63 66 1.181 115.592 C94 -0 62 63 66 0.976 128.662 E94 -1 63 63 64 0.776 129.499 E94 -1 63 63 66 0.929 124.689 E94 -0 66 63 72 0.911 129.610 E94 -0 0 64 0 0.000 121.400 0:*-64-* MMFF94 DEF -1 0 64 0 0.000 121.700 1:*-64-* MMFF94 DEF -0 1 64 63 0.776 128.041 E94 -0 1 64 64 0.766 128.061 E94 -0 1 64 65 0.963 120.640 E94 -0 1 64 66 0.952 120.685 E94 -0 1 64 81 1.050 114.735 E94 -0 1 64 82 1.013 117.414 E94 -1 2 64 63 0.861 122.947 E94 -1 2 64 64 0.816 125.433 E94 -1 2 64 65 0.907 125.781 E94 -1 2 64 66 1.010 118.540 E94 -1 2 64 82 0.923 124.473 E94 -1 3 64 63 0.828 124.890 E94 -1 3 64 64 0.774 128.286 E94 -1 3 64 65 0.973 120.954 E94 -1 3 64 66 0.949 121.821 E94 -1 3 64 81 0.995 118.754 E94 -1 4 64 63 0.845 123.889 E94 -1 4 64 64 0.804 126.131 E94 -1 4 64 65 1.036 117.401 E94 -1 4 64 66 1.010 118.254 E94 -0 5 64 63 0.501 126.170 C94 -0 5 64 64 0.546 127.405 C94 -0 5 64 65 0.664 118.412 C94 -0 5 64 66 0.699 120.478 C94 -0 5 64 78 0.482 127.331 E94 -0 5 64 81 0.605 120.000 #E94 -0 5 64 82 0.597 122.000 #E94 -0 6 64 63 1.112 120.985 E94 -0 6 64 64 1.043 123.922 E94 -0 6 64 65 1.348 115.506 E94 -0 6 64 66 1.156 123.890 E94 -1 9 64 64 0.959 120.924 E94 -1 9 64 65 1.098 119.529 E94 -1 9 64 66 1.013 123.743 E94 -0 10 64 63 0.937 123.695 E94 -0 10 64 64 0.893 125.735 E94 -0 10 64 65 1.016 124.788 E94 -0 10 64 66 1.065 121.125 E94 -0 12 64 63 0.845 126.259 E94 -0 12 64 64 0.869 124.058 E94 -0 12 64 65 1.020 120.198 E94 -0 12 64 66 0.971 122.900 E94 -0 13 64 63 0.845 123.004 E94 -0 13 64 64 0.883 120.111 E94 -0 15 64 63 0.870 124.581 E94 -0 15 64 64 0.882 123.309 E94 -0 15 64 65 1.008 121.049 E94 -0 15 64 66 0.990 121.826 E94 -0 18 64 65 1.065 118.404 E94 -0 18 64 66 1.067 118.002 E94 -0 37 64 63 0.906 117.966 C94 -0 37 64 64 0.854 136.087 C94 -1 37 64 64 0.772 128.673 E94 -0 37 64 65 0.799 134.844 E94 -1 37 64 65 0.942 122.866 E94 -0 37 64 66 0.845 130.337 E94 -0 37 64 78 0.706 135.432 E94 -0 37 64 81 0.917 124.856 E94 -0 37 64 82 0.946 123.684 E94 -1 37 64 82 1.000 119.086 E94 -0 38 64 63 0.988 121.242 E94 -0 38 64 64 0.858 129.014 E94 -0 38 64 65 0.989 127.335 E94 -0 38 64 66 1.022 124.454 E94 -0 39 64 64 1.086 114.312 E94 -0 39 64 65 1.060 122.481 E94 -1 39 64 65 1.204 114.188 E94 -1 39 64 66 1.170 115.157 E94 -0 40 64 63 0.948 123.538 E94 -0 40 64 64 0.928 123.853 E94 -0 40 64 65 0.958 129.125 E94 -0 40 64 81 1.035 123.154 E94 -0 40 64 82 1.183 115.934 E94 -0 43 64 63 0.885 126.749 E94 -0 43 64 64 0.898 124.876 E94 -0 43 64 65 1.024 123.706 E94 -0 43 64 66 1.017 123.409 E94 -0 45 64 63 0.981 120.063 E94 -0 45 64 64 0.921 123.014 E94 -0 45 64 65 1.276 110.521 E94 -0 45 64 66 1.199 113.371 E94 -0 55 64 64 0.907 124.405 E94 -0 55 64 65 1.002 125.220 E94 -1 57 64 65 1.020 117.950 E94 -1 57 64 66 0.959 121.017 E94 -0 58 64 63 1.075 115.646 E94 -0 58 64 64 0.815 131.812 E94 -0 58 64 66 0.978 126.562 E94 -0 62 64 64 0.885 126.560 E94 -0 62 64 65 1.073 121.703 E94 -0 63 64 64 0.866 108.239 C94 -1 63 64 64 0.827 124.584 E94 -0 63 64 66 1.038 111.621 C94 -0 63 64 78 1.172 105.176 E94 -0 63 64 81 1.164 110.895 E94 -0 63 64 82 1.395 101.902 E94 -0 64 64 64 0.967 115.037 E94 -0 64 64 65 0.916 113.570 C94 -1 64 64 66 1.003 118.067 E94 -0 64 64 78 1.194 103.479 E94 -0 64 64 82 1.210 108.553 E94 -0 65 64 66 1.055 115.369 C94 -0 65 64 81 1.168 116.240 E94 -0 66 64 66 0.932 129.624 E94 -0 0 65 0 0.000 104.500 0:*-65-* MMFF94 DEF -0 39 65 64 1.738 101.550 C94 -0 39 65 66 1.589 106.360 C94 -0 39 65 82 1.740 101.208 E94 -0 44 65 64 1.430 103.829 C94 -0 44 65 66 1.366 110.552 E94 -0 44 65 78 1.419 104.213 E94 -0 59 65 64 1.788 103.452 C94 -0 59 65 81 1.774 104.872 E94 -0 0 66 0 0.000 106.900 0:*-66-* MMFF94 DEF -0 63 66 64 1.206 103.779 C94 -0 63 66 66 1.406 106.735 C94 -0 63 66 78 1.339 105.365 E94 -0 63 66 81 1.408 106.806 E94 -0 64 66 65 1.709 107.658 C94 -0 65 66 66 1.932 111.306 C94 -0 0 67 0 0.000 119.900 0:*-67-* MMFF94 DEF -1 0 67 0 0.000 116.600 1:*-67-* MMFF94 DEF -0 1 67 3 0.982 120.683 E94 -0 1 67 9 1.178 115.581 E94 -0 1 67 32 1.233 119.589 E94 -0 1 67 67 1.257 111.574 E94 -1 2 67 32 1.118 126.320 E94 -1 2 67 67 1.231 113.438 E94 -0 3 67 23 0.567 128.000 #E94 -0 3 67 32 1.290 120.945 E94 -1 3 67 37 1.122 113.631 E94 -1 9 67 30 1.142 118.899 E94 -0 9 67 32 1.325 125.531 E94 -1 9 67 37 1.186 115.979 E94 -0 23 67 32 0.805 120.000 #E94 -1 30 67 32 1.370 114.854 E94 -1 32 67 37 1.240 120.019 E94 -0 32 67 67 1.504 117.327 E94 -1 37 67 67 1.310 110.017 E94 -0 0 68 0 0.000 108.800 0:*-68-* MMFF94 DEF -0 1 68 1 1.159 108.238 C94 -0 1 68 23 0.772 107.200 C94 -0 1 68 32 0.958 110.757 C94 -0 23 68 23 0.650 104.892 C94 -0 23 68 32 0.659 112.977 C94 -0 0 69 0 0.000 120.300 0:*-69-* MMFF94 DEF -0 32 69 37 1.123 121.777 C94 -0 32 69 38 1.486 117.217 E94 -0 37 69 37 1.223 116.447 C94 -0 38 69 38 1.122 125.930 E94 -0 31 70 31 0.658 103.978 C94 -0 0 73 0 0.000 106.600 0:*-73-* MMFF94 DEF -0 1 73 32 1.590 100.180 X94 -0 1 73 72 1.481 96.166 X94 -0 32 73 32 1.665 115.012 X94 -0 32 73 72 1.326 115.134 X94 -0 0 74 0 0.000 113.000 0:*-74-* MMFF94 DEF -0 3 74 7 1.357 113.010 X94 -0 0 75 0 0.000 94.900 0:*-75-* MMFF94 DEF -0 1 75 3 1.138 96.779 E94 -0 3 75 19 1.044 91.970 E94 -0 3 75 71 0.729 95.899 X94 -0 0 76 0 0.000 107.600 0:*-76-* MMFF94 DEF -0 76 76 76 1.434 109.889 X94 -0 76 76 78 1.493 103.519 X94 -0 78 76 78 1.235 109.421 E94 -0 0 77 0 0.000 109.500 0:*-77-* MMFF94 DEF -0 32 77 32 1.652 109.472 X94 -0 0 78 0 0.000 121.900 0:*-78-* MMFF94 DEF -1 0 78 0 0.000 126.100 1:*-78-* MMFF94 DEF -0 1 78 78 0.744 130.960 E94 -0 1 78 81 0.938 121.477 E94 -1 3 78 78 0.827 125.468 E94 -1 3 78 81 0.922 123.748 E94 -0 5 78 76 0.584 123.407 X94 -0 5 78 78 0.546 128.000 C94 -0 5 78 79 0.617 122.000 #E94 -0 5 78 81 0.542 109.881 C94 -1 9 78 78 0.863 129.501 E94 -1 9 78 81 0.991 125.857 E94 -0 37 78 76 0.770 137.282 E94 -0 37 78 78 0.803 128.249 E94 -0 37 78 81 0.864 128.714 E94 -0 38 78 78 0.844 130.617 E94 -0 38 78 81 1.023 123.532 E94 -0 39 78 64 0.734 138.714 E94 -0 39 78 78 1.202 109.426 E94 -0 40 78 76 0.930 130.150 E94 -0 40 78 78 0.778 135.746 E94 -0 40 78 81 1.058 121.251 E94 -0 44 78 63 0.677 141.902 E94 -0 44 78 64 0.663 142.589 E94 -0 44 78 66 0.816 134.701 E94 -0 44 78 78 1.089 111.702 E94 -0 45 78 76 1.199 114.467 E94 -0 45 78 78 0.915 125.050 E94 -0 45 78 81 1.216 112.926 E94 -0 59 78 64 0.963 128.471 E94 -0 59 78 65 1.097 128.375 E94 -0 59 78 78 1.443 105.916 E94 -0 63 78 64 0.942 117.779 E94 -0 64 78 65 0.835 131.530 E94 -0 64 78 78 1.038 111.834 E94 -0 66 78 78 1.030 118.376 E94 -0 76 78 76 1.245 113.179 X94 -0 76 78 78 1.159 111.900 E94 -0 78 78 78 1.336 99.459 E94 -0 78 78 81 1.302 105.130 C94 -0 79 78 81 1.217 114.792 E94 -0 0 79 0 0.000 103.400 0:*-79-* MMFF94 DEF -0 78 79 81 1.569 102.043 E94 -0 79 79 81 1.625 104.857 E94 -0 0 80 0 0.000 121.900 0:*-80-* MMFF94 DEF -1 0 80 0 0.000 128.200 1:*-80-* MMFF94 DEF -0 1 80 81 0.864 127.147 E94 -1 3 80 81 0.886 128.181 E94 -0 5 80 81 0.651 125.682 C94 -0 18 80 81 1.032 120.869 E94 -0 41 80 81 0.909 125.057 E94 -0 44 80 55 0.918 127.755 E94 -0 44 80 81 1.184 112.411 E94 -0 55 80 59 1.254 120.263 E94 -0 55 80 81 0.991 127.612 E94 -0 56 80 81 1.003 126.038 E94 -0 59 80 81 1.439 112.030 E94 -0 81 80 81 1.205 108.609 C94 -0 0 81 0 0.000 119.500 0:*-81-* MMFF94 DEF -0 1 81 63 0.996 120.129 E94 -0 1 81 64 0.978 119.970 E94 -0 1 81 78 0.879 126.535 E94 -0 1 81 79 1.144 116.113 E94 -0 1 81 80 0.895 126.324 E94 -1 2 81 78 0.927 125.080 E94 -1 2 81 80 0.895 128.399 E94 -1 9 81 78 1.015 124.270 E94 -1 9 81 80 1.106 120.028 E94 -0 36 81 64 0.522 130.295 E94 -0 36 81 66 0.583 128.738 E94 -0 36 81 78 0.578 124.658 C94 -0 36 81 80 0.575 124.787 C94 -0 37 81 64 0.929 122.408 E94 -1 37 81 64 0.983 119.722 E94 -0 37 81 65 1.184 114.158 E94 -1 37 81 65 1.281 110.477 E94 -1 37 81 78 0.884 126.208 E94 -1 37 81 80 0.940 123.333 E94 -0 63 81 64 1.115 114.945 E94 -0 64 81 65 1.075 122.099 E94 -0 64 81 80 1.143 113.176 E94 -0 66 81 80 1.067 122.250 E94 -0 78 81 80 0.957 110.556 C94 -0 79 81 80 1.379 107.936 E94 -0 32 82 59 1.666 114.660 E94 -0 32 82 64 1.075 131.706 E94 -0 32 82 65 1.238 129.293 E94 -0 59 82 64 1.563 105.660 E94 -0 64 82 65 1.281 112.955 E94 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffbndk.par --- a/CADDSuite-1.6/data/OpenBabel/mmffbndk.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF BOND LENGTH, FORCE CONSTANT DEFAULT-RULE PARAMETERS -* C94 = Fitted to ab-initio derived core MMFF94 force constants -* E94 = Based on Herschberg/Laurie parameterization of Badger's rule -* -* species r0-ref kb-ref Source - 1 6 1.084 5.15 C94 - 1 7 1.001 7.35 C94 - 1 8 0.947 9.10 C94 - 1 9 0.92 10.6 E94 - 1 14 1.48 2.3 E94 - 1 15 1.415 2.95 C94 - 1 16 1.326 4.30 C94 - 1 17 1.28 4.3 E94 - 1 35 1.41 4.2 E94 - 1 53 1.60 2.7 E94 - 6 6 1.512 3.80 C94 - 6 7 1.439 4.55 C94 - 6 8 1.393 5.40 C94 - 6 9 1.353 6.20 C94 - 6 14 1.86 2.6 E94 - 6 15 1.84 2.7 E94 - 6 16 1.812 2.85 C94 - 6 17 1.781 2.75 C94 - 6 35 1.94 2.6 E94 - 6 53 2.16 1.4 E94 - 7 7 1.283 6.00 C94 - 7 8 1.333 5.90 C94 - 7 9 1.36 5.9 E94 - 7 14 1.74 3.7 E94 - 7 15 1.65 4.8 E94 - 7 16 1.674 3.75 C94 - 7 17 1.75 3.5 E94 - 7 35 1.90 2.9 E94 - 7 53 2.10 1.6 E94 - 8 8 1.48 3.6 E94 - 8 9 1.42 4.6 E94 - 8 14 1.63 5.2 E94 - 8 15 1.66 4.7 E94 - 8 16 1.470 9.90 C94 - 8 17 1.70 4.1 E94 - 8 35 1.85 3.4 E94 - 8 53 2.05 1.6 E94 - 9 14 1.57 6.4 E94 - 9 15 1.54 7.1 E94 - 9 16 1.55 6.9 E94 - 14 14 2.32 1.3 E94 - 14 15 2.25 1.5 E94 - 14 16 2.15 2.0 E94 - 14 17 2.02 3.1 E94 - 14 35 2.19 2.1 E94 - 14 53 2.44 1.5 E94 - 15 15 2.21 1.7 E94 - 15 16 2.10 2.4 E94 - 15 17 2.03 3.0 E94 - 15 35 2.21 2.0 E94 - 15 53 2.47 1.4 E94 - 16 16 2.052 2.50 C94 - 16 17 2.04 2.9 E94 - 16 35 2.24 1.9 E94 - 16 53 2.40 1.7 E94 - 17 17 1.99 3.5 E94 - 35 35 2.28 2.4 E94 - 53 53 2.67 1.6 E94 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffbond.par --- a/CADDSuite-1.6/data/OpenBabel/mmffbond.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,507 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF BOND PARAMETERS- Rev: 26-OCT-94 Source: MMFF94 -* C94 = CORE MMFF94 parameter - obtained from ab initio data -* X94 = EXTD MMFF94 parameter - fit to additional ab initio data -* E94 = r0 from fit to X-ray data, kb from empirical rule -* #C94 = r0 lies between C94 and E94 values, kb from empirical rule -* #X94 = r0 lies between X94 and E94 values, kb from empirical rule -* #E94 = r0 and k both from empirical rules -* -* types kb r0 Source -0 1 1 4.258 1.508 C94 -0 1 2 4.539 1.482 C94 -0 1 3 4.190 1.492 C94 -0 1 4 4.707 1.459 X94 -0 1 5 4.766 1.093 C94 -0 1 6 5.047 1.418 C94 -0 1 8 5.084 1.451 C94 -0 1 9 4.763 1.458 C94 -0 1 10 4.664 1.436 C94 -0 1 11 6.011 1.360 #C94 -0 1 12 2.974 1.773 C94 -0 1 13 2.529 1.949 E94 -0 1 14 1.706 2.090 E94 -0 1 15 2.893 1.805 C94 -0 1 17 2.841 1.813 X94 -0 1 18 3.258 1.772 X94 -0 1 19 2.866 1.830 #X94 -0 1 20 4.650 1.504 C94 -0 1 22 4.286 1.482 E94 -0 1 25 2.980 1.810 #X94 -0 1 26 2.790 1.830 #X94 -0 1 34 3.844 1.480 #C94 -0 1 35 7.915 1.307 X94 -0 1 37 4.957 1.486 C94 -0 1 39 6.114 1.445 C94 -0 1 40 4.922 1.446 C94 -0 1 41 3.830 1.510 #C94 -0 1 43 3.971 1.472 X94 -0 1 45 3.844 1.480 X94 -0 1 46 3.813 1.482 X94 -0 1 54 4.267 1.461 C94 -0 1 55 4.646 1.454 C94 -0 1 56 4.166 1.453 C94 -0 1 57 4.669 1.461 E94 -0 1 58 4.329 1.451 E94 -0 1 61 4.845 1.424 X94 -0 1 62 4.456 1.444 X94 -0 1 63 4.481 1.471 E94 -0 1 64 4.518 1.469 E94 -0 1 67 4.188 1.459 E94 -0 1 68 4.217 1.479 C94 -0 1 72 2.956 1.801 X94 -0 1 73 2.608 1.839 X94 -0 1 75 2.547 1.858 E94 -0 1 78 4.593 1.465 E94 -0 1 80 4.373 1.477 E94 -0 1 81 4.512 1.441 E94 -0 2 2 9.505 1.333 C94 -1 2 2 5.310 1.430 #C94 -1 2 3 4.565 1.468 C94 -0 2 4 9.538 1.297 E94 -1 2 4 5.657 1.415 E94 -0 2 5 5.170 1.083 C94 -0 2 6 5.520 1.373 C94 -1 2 9 6.385 1.360 E94 -0 2 10 6.329 1.362 E94 -0 2 11 6.283 1.350 #X94 -0 2 12 3.390 1.720 #X94 -0 2 13 3.413 1.854 E94 -0 2 14 2.062 2.025 E94 -0 2 15 3.896 1.720 E94 -0 2 17 3.247 1.773 E94 -0 2 18 3.789 1.728 E94 -0 2 19 3.052 1.811 E94 -0 2 20 4.593 1.465 E94 -0 2 22 4.926 1.448 E94 -0 2 25 3.750 1.742 E94 -0 2 30 8.166 1.331 E94 -0 2 34 5.207 1.407 E94 -0 2 35 10.343 1.250 #X94 -1 2 37 5.007 1.449 C94 -1 2 39 6.164 1.368 E94 -0 2 40 6.110 1.370 #C94 -0 2 41 3.746 1.505 C94 -0 2 43 4.928 1.420 E94 -0 2 45 4.725 1.430 #X94 -0 2 46 7.466 1.325 E94 -0 2 55 6.164 1.368 E94 -0 2 56 6.246 1.365 E94 -0 2 62 7.105 1.336 X94 -1 2 63 6.030 1.400 E94 -1 2 64 5.754 1.411 E94 -1 2 67 4.685 1.432 E94 -0 2 72 4.179 1.700 #X94 -1 2 81 6.357 1.361 E94 -1 3 3 4.418 1.489 C94 -1 3 4 5.135 1.438 E94 -0 3 5 4.650 1.101 C94 -0 3 6 5.801 1.355 C94 -0 3 7 12.950 1.222 C94 -0 3 9 10.077 1.290 C94 -1 3 9 6.273 1.364 E94 -0 3 10 5.829 1.369 C94 -0 3 11 6.570 1.340 E94 -0 3 12 3.449 1.715 E94 -0 3 15 3.536 1.748 E94 -0 3 16 4.735 1.665 E94 -0 3 17 2.888 1.808 E94 -0 3 18 3.394 1.760 E94 -0 3 20 3.298 1.530 C94 -0 3 22 4.593 1.465 E94 -0 3 25 3.164 1.792 E94 -1 3 30 4.481 1.471 E94 -0 3 35 11.012 1.237 E94 -1 3 37 4.488 1.457 C94 -1 3 39 5.978 1.375 E94 -0 3 40 6.110 1.370 #C94 -0 3 41 4.286 1.482 E94 -0 3 43 4.928 1.420 X94 -0 3 45 4.531 1.440 E94 -0 3 48 5.412 1.398 E94 -0 3 51 8.562 1.290 #X94 -0 3 53 7.637 1.320 #X94 -0 3 54 10.333 1.280 C94 -1 3 54 2.771 1.563 E94 -0 3 55 4.886 1.422 E94 -0 3 56 4.907 1.421 E94 -1 3 57 5.492 1.422 E94 -1 3 58 5.163 1.409 E94 -0 3 62 7.568 1.322 E94 -1 3 63 5.468 1.423 E94 -1 3 64 5.288 1.431 E94 -0 3 67 8.217 1.304 E94 -0 3 74 5.204 1.639 X94 -0 3 75 4.191 1.710 #X94 -1 3 78 5.705 1.413 E94 -1 3 80 6.719 1.375 E94 -0 4 4 15.206 1.200 #X94 -0 4 5 5.726 1.065 X94 -0 4 6 7.193 1.328 E94 -0 4 7 14.916 1.176 E94 -0 4 9 15.589 1.172 E94 -1 4 9 7.041 1.338 E94 -0 4 10 6.824 1.345 E94 -0 4 15 4.330 1.690 E94 -0 4 20 5.178 1.436 E94 -0 4 22 5.400 1.426 E94 -0 4 30 10.227 1.282 E94 -1 4 37 5.445 1.424 E94 -0 4 42 16.582 1.160 #X94 -0 4 43 6.947 1.341 E94 -1 4 63 5.633 1.416 E94 -1 4 64 5.492 1.422 E94 -0 5 19 2.254 1.485 X94 -0 5 20 4.852 1.093 C94 -0 5 22 5.191 1.082 C94 -0 5 30 5.176 1.086 C94 -0 5 37 5.306 1.084 C94 -0 5 41 3.256 1.144 C94 -0 5 57 5.633 1.076 C94 -0 5 63 5.531 1.080 C94 -0 5 64 5.506 1.080 C94 -0 5 78 5.506 1.080 C94 -0 5 80 5.633 1.076 C94 -0 6 6 4.088 1.449 E94 -0 6 8 5.059 1.450 C94 -0 6 9 4.491 1.395 E94 -0 6 10 5.982 1.410 C94 -0 6 15 4.757 1.661 E94 -0 6 17 5.779 1.608 E94 -0 6 18 5.326 1.630 #X94 -0 6 19 4.661 1.660 #X94 -0 6 20 5.623 1.433 C94 -0 6 21 7.794 0.972 C94 -0 6 22 4.556 1.433 E94 -0 6 24 7.403 0.981 C94 -0 6 25 5.243 1.630 #X94 -0 6 26 5.481 1.618 E94 -0 6 29 7.839 0.973 C94 -0 6 30 9.359 1.271 E94 -0 6 33 7.143 0.986 X94 -0 6 37 5.614 1.376 C94 -0 6 39 4.629 1.388 E94 -0 6 40 4.609 1.389 E94 -0 6 41 6.754 1.342 E94 -0 6 43 3.937 1.426 E94 -0 6 45 4.321 1.404 X94 -0 6 54 5.117 1.365 E94 -0 6 55 4.772 1.381 E94 -0 6 57 7.128 1.330 E94 -0 6 58 4.792 1.380 E94 -0 6 63 7.324 1.324 E94 -0 6 64 6.664 1.345 E94 -0 7 17 8.770 1.500 #X94 -0 7 46 9.329 1.235 X94 -0 7 74 9.129 1.490 #X94 -0 8 8 3.264 1.420 E94 -0 8 9 4.581 1.342 E94 -0 8 10 3.909 1.378 E94 -0 8 12 3.371 1.761 E94 -0 8 15 4.060 1.652 E94 -0 8 17 3.901 1.663 E94 -0 8 19 4.254 1.700 E94 -0 8 20 5.107 1.456 C94 -0 8 22 4.223 1.457 E94 -0 8 23 6.490 1.019 C94 -0 8 25 4.629 1.660 E94 -0 8 26 4.027 1.699 E94 -0 8 34 3.775 1.386 E94 -0 8 39 3.435 1.408 E94 -0 8 40 3.710 1.390 E94 -0 8 43 3.977 1.374 E94 -0 8 45 4.267 1.358 E94 -0 8 46 5.519 1.301 E94 -0 8 55 4.229 1.360 E94 -0 8 56 3.995 1.373 E94 -0 9 9 7.256 1.243 E94 -1 9 9 3.808 1.384 E94 -0 9 10 4.480 1.347 E94 -0 9 12 3.635 1.739 E94 -0 9 15 3.791 1.671 E94 -0 9 18 4.465 1.626 E94 -0 9 19 3.687 1.741 E94 -0 9 20 4.401 1.447 E94 -0 9 25 5.379 1.619 E94 -0 9 27 6.230 1.026 C94 -0 9 34 3.223 1.423 E94 -0 9 35 5.095 1.366 E94 -1 9 37 5.529 1.393 E94 -1 9 39 4.685 1.337 E94 -0 9 40 4.382 1.352 E94 -0 9 41 5.650 1.388 E94 -0 9 45 4.857 1.329 E94 -0 9 53 7.291 1.242 X94 -0 9 54 4.991 1.323 E94 -0 9 55 3.825 1.383 E94 -0 9 56 4.602 1.341 E94 -1 9 57 6.824 1.345 E94 -0 9 62 4.749 1.334 E94 -1 9 63 6.824 1.345 E94 -1 9 64 5.458 1.396 E94 -0 9 67 6.752 1.258 E94 -1 9 78 6.644 1.351 E94 -1 9 81 3.909 1.378 E94 -0 10 10 3.977 1.374 E94 -0 10 13 3.110 1.878 E94 -0 10 14 1.967 2.029 E94 -0 10 15 3.593 1.686 E94 -0 10 17 3.930 1.661 E94 -0 10 20 4.240 1.456 E94 -0 10 22 4.970 1.418 E94 -0 10 25 3.820 1.714 E94 -0 10 26 3.651 1.727 E94 -0 10 28 6.663 1.015 C94 -0 10 34 3.960 1.375 E94 -0 10 35 4.898 1.375 E94 -0 10 37 5.482 1.395 E94 -0 10 39 4.382 1.352 E94 -0 10 40 3.841 1.382 E94 -0 10 41 7.466 1.325 E94 -0 10 45 3.524 1.402 E94 -0 10 63 6.137 1.369 E94 -0 10 64 5.952 1.376 E94 -0 11 20 6.339 1.348 E94 -0 11 22 5.296 1.389 X94 -0 11 25 6.019 1.583 E94 -0 11 26 6.204 1.575 E94 -0 11 37 6.511 1.342 E94 -0 11 40 4.187 1.440 E94 -0 12 15 2.978 2.031 E94 -0 12 18 2.808 2.051 E94 -0 12 19 2.838 2.050 #X94 -0 12 20 2.859 1.751 C94 -0 12 22 3.056 1.750 #X94 -0 12 25 3.063 2.023 E94 -0 12 26 2.448 2.100 #X94 -0 12 37 3.378 1.721 E94 -0 12 40 3.737 1.731 E94 -0 12 57 3.714 1.694 E94 -0 12 63 3.413 1.718 E94 -0 12 64 3.649 1.699 E94 -0 13 20 2.767 1.920 E94 -0 13 22 2.928 1.902 E94 -0 13 37 3.031 1.891 E94 -0 13 64 3.031 1.891 E94 -0 14 20 0.884 2.332 E94 -0 14 37 1.781 2.075 E94 -0 15 15 2.531 2.050 C94 -0 15 18 2.214 2.094 E94 -0 15 19 2.022 2.146 E94 -0 15 20 2.757 1.822 E94 -0 15 22 3.802 1.727 E94 -0 15 25 2.319 2.112 E94 -0 15 26 2.359 2.106 E94 -0 15 30 3.750 1.731 E94 -0 15 37 3.565 1.765 C94 -0 15 40 3.859 1.666 E94 -0 15 43 3.221 1.717 E94 -0 15 57 3.993 1.713 E94 -0 15 63 3.724 1.733 E94 -0 15 64 3.548 1.747 E94 -0 15 71 4.014 1.341 C94 -0 17 20 2.397 1.865 E94 -0 17 22 2.566 1.844 E94 -0 17 37 3.098 1.787 E94 -0 17 43 4.900 1.601 E94 -0 18 20 3.172 1.780 E94 -0 18 22 2.757 1.822 E94 -0 18 32 10.748 1.450 #X94 -0 18 37 3.281 1.770 X94 -0 18 39 3.504 1.693 X94 -0 18 43 3.301 1.710 #X94 -0 18 48 6.186 1.540 X94 -0 18 55 4.432 1.628 E94 -0 18 58 2.568 1.783 E94 -0 18 62 5.510 1.570 #X94 -0 18 63 3.524 1.749 E94 -0 18 64 3.856 1.723 E94 -0 18 80 4.150 1.702 E94 -0 19 20 2.288 1.900 E94 -0 19 37 3.072 1.809 E94 -0 19 40 4.470 1.686 E94 -0 19 63 3.219 1.795 E94 -0 19 75 1.600 2.226 E94 -0 20 20 3.663 1.526 C94 -0 20 22 4.251 1.484 E94 -0 20 25 2.718 1.838 E94 -0 20 26 2.588 1.853 E94 -0 20 30 3.977 1.507 C94 -0 20 34 4.171 1.460 E94 -0 20 37 3.740 1.516 E94 -0 20 40 4.784 1.427 E94 -0 20 41 4.286 1.482 E94 -0 20 43 3.737 1.487 E94 -0 20 45 3.844 1.480 E94 -0 22 22 3.969 1.499 C94 -0 22 30 3.785 1.513 E94 -0 22 34 4.103 1.464 E94 -0 22 37 4.481 1.471 E94 -0 22 40 4.188 1.459 E94 -0 22 41 5.071 1.441 E94 -0 22 43 4.070 1.466 E94 -0 22 45 4.311 1.452 E94 -0 23 39 7.112 1.012 C94 -0 23 62 6.339 1.026 X94 -0 23 67 6.610 1.019 #E94 -0 23 68 5.899 1.038 C94 -0 25 25 1.514 2.253 E94 -0 25 32 8.296 1.510 #X94 -0 25 37 3.586 1.755 E94 -0 25 39 4.370 1.676 E94 -0 25 40 4.629 1.660 E94 -0 25 43 3.237 1.762 X94 -0 25 57 4.356 1.699 E94 -0 25 63 3.711 1.745 E94 -0 25 71 3.001 1.411 X94 -0 25 72 3.744 1.950 #X94 -0 26 26 1.414 2.279 E94 -0 26 34 3.395 1.748 E94 -0 26 37 3.207 1.788 E94 -0 26 40 4.870 1.646 E94 -0 26 71 2.959 1.415 C94 -0 28 40 6.576 1.018 C94 -0 28 43 6.265 1.028 X94 -0 28 48 6.413 1.024 X94 -0 30 30 9.579 1.343 C94 -1 30 30 5.355 1.428 E94 -0 30 40 8.447 1.298 E94 -1 30 67 5.274 1.404 E94 -0 31 70 7.880 0.969 C94 -0 32 41 9.756 1.261 C94 -0 32 45 9.420 1.233 X94 -0 32 67 7.926 1.269 E94 -0 32 68 4.398 1.348 C94 -0 32 69 6.098 1.261 C94 -0 32 73 8.427 1.510 #X94 -0 32 77 10.648 1.450 #X94 -0 32 82 8.594 1.252 E94 -0 34 36 6.163 1.028 C94 -0 34 37 4.347 1.450 E94 -0 34 43 4.401 1.351 E94 -0 35 37 9.767 1.262 E94 -0 35 63 12.760 1.207 E94 -0 36 54 6.529 1.022 C94 -0 36 55 6.744 1.014 C94 -0 36 56 6.490 1.017 C94 -0 36 58 6.610 1.019 #E94 -0 36 81 6.980 1.016 C94 -0 37 37 5.573 1.374 C94 -1 37 37 5.178 1.436 E94 -0 37 38 5.737 1.333 C94 -0 37 39 5.978 1.375 E94 -1 37 39 5.650 1.388 E94 -0 37 40 6.168 1.398 C94 -0 37 41 4.537 1.468 E94 -0 37 43 4.764 1.428 X94 -0 37 45 4.705 1.431 E94 -0 37 46 6.191 1.367 E94 -0 37 55 6.615 1.352 E94 -0 37 56 5.055 1.414 E94 -1 37 57 5.092 1.440 E94 -0 37 58 7.432 1.326 E94 -1 37 58 5.055 1.414 E94 -0 37 61 5.724 1.385 E94 -0 37 62 7.137 1.335 E94 -0 37 63 6.095 1.372 C94 -1 37 63 5.178 1.436 E94 -0 37 64 6.161 1.379 C94 -1 37 64 5.265 1.432 E94 -1 37 67 4.725 1.430 E94 -0 37 69 5.396 1.352 C94 -0 37 78 6.719 1.375 E94 -0 37 81 3.987 1.471 E94 -1 37 81 4.531 1.440 E94 -0 38 38 5.002 1.246 C94 -0 38 63 7.299 1.330 E94 -0 38 64 6.978 1.340 E94 -0 38 69 5.036 1.321 E94 -0 38 78 6.218 1.366 E94 -0 39 40 4.101 1.367 E94 -0 39 45 3.524 1.402 E94 -0 39 63 6.301 1.364 C94 -1 39 63 6.137 1.369 E94 -0 39 64 6.357 1.361 E94 -1 39 64 5.482 1.395 E94 -0 39 65 5.513 1.339 C94 -0 39 78 6.137 1.369 E94 -0 40 40 4.248 1.359 E94 -0 40 45 4.305 1.356 E94 -0 40 46 4.727 1.335 E94 -0 40 54 6.817 1.256 E94 -0 40 63 6.733 1.348 E94 -0 40 64 6.644 1.351 E94 -0 40 78 5.900 1.378 E94 -0 41 41 5.029 1.443 E94 -0 41 55 5.577 1.391 E94 -0 41 62 7.137 1.335 E94 -0 41 72 4.519 1.678 X94 -0 41 80 5.222 1.434 E94 -0 42 61 16.223 1.087 E94 -0 43 43 4.211 1.361 E94 -0 43 45 3.710 1.390 E94 -0 43 64 5.389 1.399 E94 -0 44 63 3.589 1.717 C94 -0 44 65 3.374 1.684 C94 -0 44 78 3.711 1.734 E94 -0 44 80 3.910 1.719 E94 -0 45 63 5.119 1.411 E94 -0 45 64 5.076 1.413 E94 -0 45 78 5.724 1.385 E94 -0 47 53 12.192 1.140 #X94 -0 49 50 6.812 0.991 C94 -0 51 52 7.100 0.987 X94 -0 55 57 7.227 1.319 C94 -0 55 62 3.977 1.374 E94 -0 55 64 5.529 1.393 E94 -0 55 80 7.500 1.324 E94 -0 56 57 4.137 1.383 C94 -0 56 63 5.900 1.378 E94 -0 56 80 6.470 1.357 E94 -1 57 63 5.400 1.426 E94 -1 57 64 5.135 1.438 E94 -0 58 63 6.794 1.346 E94 -0 58 64 6.164 1.368 E94 -0 59 63 5.787 1.360 C94 -0 59 65 4.756 1.388 C94 -0 59 78 6.127 1.364 E94 -0 59 80 7.064 1.332 E94 -0 59 82 3.855 1.431 E94 -0 60 61 15.749 1.170 #X94 -0 62 63 6.947 1.341 E94 -0 62 64 6.273 1.364 E94 -1 63 63 5.729 1.412 E94 -0 63 64 7.118 1.377 C94 -0 63 66 8.326 1.313 C94 -0 63 72 4.503 1.679 E94 -0 63 78 7.434 1.352 E94 -0 63 81 7.778 1.316 E94 -0 64 64 4.313 1.418 C94 -1 64 64 4.926 1.448 E94 -0 64 65 8.258 1.335 C94 -0 64 66 4.456 1.369 C94 -0 64 78 5.492 1.422 E94 -0 64 81 5.824 1.381 E94 -0 64 82 6.794 1.346 E94 -0 65 66 7.243 1.323 C94 -0 65 78 8.447 1.298 E94 -0 65 81 5.223 1.313 E94 -0 65 82 5.622 1.297 E94 -0 66 66 3.874 1.368 C94 -0 66 78 6.385 1.360 E94 -0 66 81 3.960 1.375 E94 -0 67 67 6.085 1.280 E94 -0 71 75 2.852 1.423 X94 -0 72 73 2.628 2.035 X94 -0 76 76 4.286 1.357 X94 -0 76 78 6.824 1.345 X94 -0 78 78 5.573 1.374 C94 -0 78 79 8.890 1.287 E94 -0 78 81 5.046 1.381 C94 -0 79 79 6.408 1.269 E94 -0 79 81 4.305 1.356 E94 -0 80 81 8.237 1.335 C94 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffchg.par --- a/CADDSuite-1.6/data/OpenBabel/mmffchg.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,512 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF BOND-CHARGE INCREMENTS - Rev: 26-OCT-94 Source: MMFF94 -* C94 - CORE MMFF94 parameter, obtained from fit to dipole moments -* #C94 - CORE MMFF94 parameter, either fixed or adjusted to fit -* HF/6-31G* interaction energies -* X94 - EXTD MMFF94 parameter, obtained from fit to dipole moments -* #X94 - EXTD MMFF94 parameter, fixed in the fit to dipole moments -* E94 - derived from partial bond charge increments (empirical rule) -* -* types bci Source -0 1 1 0.0000 #C94 -0 1 2 -0.1382 C94 -0 1 3 -0.0610 #C94 -0 1 4 -0.2000 #X94 -0 1 5 0.0000 #C94 -0 1 6 -0.2800 #C94 -0 1 8 -0.2700 #C94 -0 1 9 -0.2460 #C94 -0 1 10 -0.3001 C94 -0 1 11 -0.3400 #C94 -0 1 12 -0.2900 #C94 -0 1 13 -0.2300 #X94 -0 1 14 -0.1900 #X94 -0 1 15 -0.2300 #C94 -0 1 17 -0.1935 X94 -0 1 18 -0.1052 X94 -0 1 19 0.0805 X94 -0 1 20 0.0000 #C94 -0 1 22 -0.0950 E94 -0 1 25 0.0000 #X94 -0 1 26 -0.1669 X94 -0 1 34 -0.5030 C94 -0 1 35 -0.4274 X94 -0 1 37 -0.1435 C94 -0 1 39 -0.2556 C94 -0 1 40 -0.3691 C94 -0 1 41 0.1060 #C94 -0 1 43 -0.3557 X94 -0 1 45 -0.2402 X94 -0 1 46 -0.3332 X94 -0 1 54 -0.3461 C94 -0 1 55 -0.4895 C94 -0 1 56 -0.3276 C94 -0 1 57 -0.1050 E94 -0 1 58 -0.4880 E94 -0 1 61 -0.2657 X94 -0 1 62 -0.2000 #X94 -0 1 63 -0.1800 E94 -0 1 64 -0.1810 E94 -0 1 67 -0.0990 E94 -0 1 68 -0.2560 #C94 -0 1 72 -0.5500 #X94 -0 1 73 -0.0877 X94 -0 1 75 -0.2550 E94 -0 1 78 -0.1680 E94 -0 1 80 -0.1440 E94 -0 1 81 -0.5140 E94 -0 2 2 0.0000 #C94 -1 2 2 0.0000 #C94 -1 2 3 -0.0144 C94 -0 2 4 -0.0650 E94 -1 2 4 -0.0650 E94 -0 2 5 0.1500 #C94 -0 2 6 -0.0767 C94 -1 2 9 -0.1710 E94 -0 2 10 -0.1090 E94 -0 2 11 -0.1495 X94 -0 2 12 -0.1400 #X94 -0 2 13 -0.1100 #X94 -0 2 14 -0.0900 #X94 -0 2 15 -0.1010 E94 -0 2 17 -0.0560 E94 -0 2 18 0.0170 E94 -0 2 19 0.2290 E94 -0 2 20 0.1160 E94 -0 2 22 0.0400 E94 -0 2 25 0.1470 E94 -0 2 30 -0.0310 E94 -0 2 34 -0.3560 E94 -0 2 35 -0.3500 #X94 -1 2 37 0.0284 C94 -1 2 39 0.0310 E94 -0 2 40 -0.1000 #C94 -0 2 41 0.2500 #C94 -0 2 43 -0.1910 E94 -0 2 45 -0.2044 X94 -0 2 46 -0.2940 E94 -0 2 55 -0.3410 E94 -0 2 56 -0.3030 E94 -0 2 62 -0.0500 #X94 -1 2 63 -0.0450 E94 -1 2 64 -0.0460 E94 -1 2 67 0.0360 E94 -0 2 72 -0.4500 #X94 -1 2 81 -0.3790 E94 -1 3 3 0.0000 #C94 -1 3 4 -0.1050 E94 -0 3 5 0.0600 #C94 -0 3 6 -0.1500 #C94 -0 3 7 -0.5700 #C94 -0 3 9 -0.4500 #C94 -1 3 9 -0.2110 E94 -0 3 10 -0.0600 C94 -0 3 11 -0.2220 E94 -0 3 12 -0.2090 E94 -0 3 15 -0.1410 E94 -0 3 16 -0.3800 #X94 -0 3 17 -0.0960 E94 -0 3 18 -0.0230 E94 -0 3 20 0.0530 #C94 -0 3 22 0.0000 E94 -0 3 25 0.1070 E94 -1 3 30 -0.0710 E94 -0 3 35 -0.3610 E94 -1 3 37 0.0862 C94 -1 3 39 -0.0090 E94 -0 3 40 -0.0500 #C94 -0 3 41 0.1470 E94 -0 3 43 -0.2363 X94 -0 3 45 -0.1650 E94 -0 3 48 -0.4300 E94 -0 3 51 -0.9500 #X94 -0 3 53 -0.0134 X94 -0 3 54 -0.4000 #C94 -1 3 54 -0.3290 E94 -0 3 55 -0.3810 E94 -0 3 56 -0.3430 E94 -1 3 57 -0.0100 E94 -1 3 58 -0.3930 E94 -0 3 62 -0.0300 E94 -1 3 63 -0.0850 E94 -1 3 64 -0.0860 E94 -0 3 67 -0.0040 E94 -0 3 74 -0.3190 X94 -0 3 75 -0.2474 X94 -1 3 78 -0.0730 E94 -1 3 80 -0.0490 E94 -0 4 5 0.1770 E94 -0 4 6 -0.0430 E94 -0 4 7 -0.4870 E94 -0 4 9 -0.3000 E94 -1 4 9 -0.1060 E94 -0 4 10 -0.0440 E94 -0 4 15 -0.0360 E94 -0 4 20 0.1810 E94 -0 4 22 0.1050 E94 -0 4 30 0.0340 E94 -1 4 37 0.0730 E94 -0 4 40 -0.0640 E94 -0 4 42 -0.5571 X94 -0 4 43 -0.1260 E94 -1 4 63 0.0200 E94 -1 4 64 0.0190 E94 -0 5 19 0.2000 #X94 -0 5 20 0.0000 #C94 -0 5 22 -0.1000 #C94 -0 5 30 -0.1500 #C94 -0 5 37 -0.1500 #C94 -0 5 41 0.2203 C94 -0 5 57 -0.1500 #C94 -0 5 63 -0.1500 #C94 -0 5 64 -0.1500 #C94 -0 5 78 -0.1500 #C94 -0 5 80 -0.1500 #C94 -0 6 6 0.0000 #C94 -0 6 8 -0.1000 #C94 -0 6 9 -0.0630 E94 -0 6 10 0.0355 C94 -0 6 15 0.0070 E94 -0 6 17 0.0520 E94 -0 6 18 0.1837 X94 -0 6 19 0.2974 X94 -0 6 20 0.2579 C94 -0 6 21 0.4000 #C94 -0 6 22 0.1480 E94 -0 6 24 0.5000 #C94 -0 6 25 0.2712 X94 -0 6 26 0.1010 E94 -0 6 29 0.4500 #C94 -0 6 30 0.0770 E94 -0 6 33 0.5000 #X94 -0 6 37 0.0825 C94 -0 6 39 0.1390 E94 -0 6 40 -0.0210 E94 -0 6 41 0.2950 E94 -0 6 43 -0.0830 E94 -0 6 45 -0.0090 X94 -0 6 54 -0.1810 E94 -0 6 55 -0.2330 E94 -0 6 57 0.1380 E94 -0 6 58 -0.2450 E94 -0 6 63 0.0630 E94 -0 6 64 0.0620 E94 -0 7 17 0.5000 #X94 -0 7 46 0.1618 X94 -0 7 74 0.5000 #X94 -0 8 8 0.0000 #C94 -0 8 9 -0.0530 E94 -0 8 10 0.0090 E94 -0 8 12 -0.0510 E94 -0 8 15 0.0170 E94 -0 8 17 0.0620 E94 -0 8 19 0.3470 E94 -0 8 20 0.2096 C94 -0 8 22 0.1580 E94 -0 8 23 0.3600 #C94 -0 8 25 0.2679 X94 -0 8 26 0.1110 E94 -0 8 34 -0.2380 E94 -0 8 39 0.1490 E94 -0 8 40 -0.0110 E94 -0 8 43 -0.0730 E94 -0 8 45 -0.0070 E94 -0 8 46 -0.1760 E94 -0 8 55 -0.2230 E94 -0 8 56 -0.1850 E94 -0 9 9 0.0000 #C94 -0 9 10 0.0620 E94 -0 9 12 0.0020 E94 -0 9 15 0.0700 E94 -0 9 18 0.1880 E94 -0 9 19 0.4000 E94 -0 9 20 0.2870 E94 -0 9 25 0.3180 E94 -0 9 27 0.4000 #C94 -0 9 34 -0.1850 E94 -0 9 35 -0.1500 E94 -1 9 37 0.1790 E94 -1 9 39 0.2020 E94 -0 9 40 0.0420 E94 -0 9 41 0.3580 E94 -0 9 45 0.0460 E94 -0 9 53 0.3179 X94 -0 9 54 -0.1180 E94 -0 9 55 -0.1700 E94 -0 9 56 -0.1320 E94 -1 9 57 0.2010 E94 -0 9 62 0.1810 E94 -1 9 63 0.1260 E94 -1 9 64 0.1250 E94 -0 9 67 0.2070 E94 -1 9 78 0.1380 E94 -1 9 81 -0.2080 E94 -0 10 10 0.0000 #C94 -0 10 13 0.0060 E94 -0 10 14 0.0360 E94 -0 10 15 0.0080 E94 -0 10 17 0.0530 E94 -0 10 20 0.2250 E94 -0 10 22 0.1490 E94 -0 10 25 0.2560 E94 -0 10 26 0.1020 E94 -0 10 28 0.3700 #C94 -0 10 34 -0.2470 E94 -0 10 35 -0.2120 E94 -0 10 37 0.1170 E94 -0 10 39 0.1400 E94 -0 10 40 -0.0200 E94 -0 10 41 0.2960 E94 -0 10 45 -0.0160 E94 -0 10 63 0.0640 E94 -0 10 64 0.0630 E94 -0 11 20 0.2980 E94 -0 11 22 0.2317 X94 -0 11 25 0.3290 E94 -0 11 26 0.1750 E94 -0 11 37 0.1900 E94 -0 11 40 0.0530 E94 -0 12 15 0.0680 E94 -0 12 18 0.1860 E94 -0 12 19 0.3701 X94 -0 12 20 0.2900 #C94 -0 12 22 0.2273 X94 -0 12 25 0.3160 E94 -0 12 26 0.2112 X94 -0 12 37 0.1770 E94 -0 12 40 0.0400 E94 -0 12 57 0.1990 E94 -0 12 63 0.1240 E94 -0 12 64 0.1230 E94 -0 13 20 0.2190 E94 -0 13 22 0.1430 E94 -0 13 37 0.1110 E94 -0 13 64 0.0570 E94 -0 14 20 0.1890 E94 -0 14 37 0.0810 E94 -0 15 15 0.0000 #C94 -0 15 18 0.1180 E94 -0 15 19 0.3300 E94 -0 15 20 0.2170 E94 -0 15 22 0.1410 E94 -0 15 25 0.2480 E94 -0 15 26 0.0940 E94 -0 15 30 0.0700 E94 -0 15 37 0.1015 C94 -0 15 40 -0.0280 E94 -0 15 43 -0.0900 E94 -0 15 57 0.1310 E94 -0 15 63 0.0560 E94 -0 15 64 0.0550 E94 -0 15 71 0.1800 #C94 -0 16 16 0.0000 #C94 -0 17 17 0.0000 #X94 -0 17 20 0.1720 E94 -0 17 22 0.0960 E94 -0 17 37 0.0640 E94 -0 17 43 -0.1350 E94 -0 18 18 0.0000 #X94 -0 18 20 0.0990 E94 -0 18 22 0.0230 E94 -0 18 32 -0.6500 #X94 -0 18 37 -0.0090 E94 -0 18 39 0.0140 E94 -0 18 43 -0.1380 X94 -0 18 48 -0.5895 X94 -0 18 55 -0.3580 E94 -0 18 58 -0.3700 E94 -0 18 62 0.2099 X94 -0 18 63 -0.0620 E94 -0 18 64 -0.0630 E94 -0 18 80 -0.0260 E94 -0 19 19 0.0000 #X94 -0 19 20 -0.1130 E94 -0 19 37 -0.2210 E94 -0 19 40 -0.3580 E94 -0 19 63 -0.2740 E94 -0 19 75 -0.3490 E94 -0 20 20 0.0000 #C94 -0 20 22 -0.0760 E94 -0 20 25 0.0310 E94 -0 20 26 -0.1230 E94 -0 20 30 -0.1380 #C94 -0 20 34 -0.4720 E94 -0 20 37 -0.1080 E94 -0 20 40 -0.2450 E94 -0 20 41 0.0710 E94 -0 20 43 -0.3070 E94 -0 20 45 -0.2410 E94 -0 22 22 0.0000 #C94 -0 22 30 -0.0710 E94 -0 22 34 -0.3960 E94 -0 22 37 -0.0320 E94 -0 22 40 -0.1690 E94 -0 22 41 0.1470 E94 -0 22 43 -0.2310 E94 -0 22 45 -0.1650 E94 -0 23 39 -0.2700 #C94 -0 23 62 -0.4000 #X94 -0 23 67 -0.2920 E94 -0 23 68 -0.3600 #C94 -0 25 25 0.0000 #X94 -0 25 32 -0.7000 #X94 -0 25 37 -0.1390 E94 -0 25 39 -0.1160 E94 -0 25 40 -0.2760 E94 -0 25 43 -0.3380 E94 -0 25 57 -0.1170 E94 -0 25 63 -0.1920 E94 -0 25 71 -0.0362 X94 -0 25 72 -0.6773 X94 -0 26 26 0.0000 #X94 -0 26 34 -0.3490 E94 -0 26 37 0.0150 E94 -0 26 40 -0.1220 E94 -0 26 71 0.0960 X94 -0 28 40 -0.4000 #C94 -0 28 43 -0.4200 #X94 -0 28 48 -0.4000 #X94 -0 30 30 0.0000 #C94 -0 30 40 -0.0980 E94 -1 30 67 0.0670 E94 -0 31 70 -0.4300 #C94 -0 32 41 0.6500 #C94 -0 32 45 0.5200 #X94 -0 32 67 0.6330 E94 -0 32 68 0.7500 #C94 -0 32 69 0.7500 #C94 -0 32 73 0.3500 #X94 -0 32 77 0.4500 #X94 -0 32 82 0.6330 E94 -0 34 36 0.4500 #C94 -0 34 37 0.3640 E94 -0 34 43 0.1650 E94 -0 35 37 0.3290 E94 -0 35 63 0.2760 E94 -0 36 54 -0.4000 #C94 -0 36 55 -0.4500 #C94 -0 36 56 -0.4500 #C94 -0 36 58 -0.4570 E94 -4 36 58 -0.4500 #C94 -0 36 81 -0.4500 #C94 -0 37 37 0.0000 #C94 -1 37 37 0.0000 #C94 -0 37 38 -0.3100 #C94 -0 37 39 0.0230 E94 -1 37 39 0.0230 E94 -0 37 40 -0.1000 #C94 -0 37 41 0.1790 E94 -0 37 43 -0.1990 E94 -0 37 45 -0.1330 E94 -0 37 46 -0.3020 E94 -0 37 55 -0.3490 E94 -0 37 56 -0.3110 E94 -1 37 57 0.0220 E94 -0 37 58 -0.3610 E94 -1 37 58 -0.3610 E94 -4 37 58 -0.3500 #C94 -0 37 61 -0.1380 E94 -0 37 62 0.0020 E94 -0 37 63 0.0000 #C94 -1 37 63 -0.0530 E94 -0 37 64 0.0000 #C94 -1 37 64 -0.0540 E94 -1 37 67 0.0280 E94 -0 37 69 -0.0895 C94 -0 37 78 -0.0410 E94 -0 37 81 -0.3870 E94 -1 37 81 -0.3870 E94 -0 38 38 0.0000 #C94 -0 38 63 0.2570 E94 -0 38 64 0.2560 E94 -0 38 69 0.3380 E94 -0 38 78 0.2690 E94 -1 39 39 0.0000 #C94 -0 39 40 -0.1600 E94 -0 39 45 -0.1560 E94 -0 39 63 -0.1516 C94 -1 39 63 -0.0760 E94 -0 39 64 -0.0770 E94 -1 39 64 -0.0770 E94 -0 39 65 -0.4180 C94 -0 39 78 -0.0640 E94 -0 40 40 0.0000 #C94 -0 40 45 0.0040 E94 -0 40 46 -0.1650 E94 -0 40 54 -0.1600 E94 -0 40 63 0.0840 E94 -0 40 64 0.0830 E94 -0 40 78 0.0960 E94 -0 41 41 0.0000 #C94 -0 41 55 -0.5280 E94 -0 41 62 -0.1770 E94 -0 41 72 -0.5000 #X94 -0 41 80 -0.1960 E94 -0 42 61 0.4920 E94 -0 43 43 0.0000 #X94 -0 43 45 0.0660 E94 -0 43 64 0.1450 E94 -0 44 63 0.0400 #C94 -0 44 65 -0.2207 C94 -0 44 78 0.0690 E94 -0 44 80 0.0930 E94 -0 45 63 0.0800 E94 -0 45 64 0.0790 E94 -0 45 78 0.0920 E94 -0 47 53 0.3700 #X94 -0 49 50 0.5673 C94 -0 51 52 0.5000 #X94 -0 55 57 0.3544 C94 -0 55 62 0.3510 E94 -0 55 64 0.2950 E94 -0 55 80 0.3320 E94 -0 56 57 0.4000 #C94 -0 56 63 0.2580 E94 -0 56 80 0.2700 E94 -4 57 58 -0.4000 #C94 -1 57 63 -0.0750 E94 -1 57 64 -0.0760 E94 -0 58 63 0.3080 E94 -0 58 64 0.3070 E94 -0 59 63 0.1400 #C94 -0 59 65 -0.1209 C94 -0 59 78 0.1690 E94 -0 59 80 0.1930 E94 -0 59 82 0.2380 E94 -0 60 61 0.3700 #X94 -0 62 63 -0.0550 E94 -0 62 64 -0.0560 E94 -0 63 63 0.0000 #C94 -1 63 63 0.0000 #C94 -0 63 64 0.0000 #C94 -0 63 66 -0.3381 C94 -0 63 72 -0.4000 E94 -0 63 78 0.0120 E94 -0 63 81 -0.3340 E94 -0 64 64 0.0000 #C94 -0 64 65 -0.2888 C94 -0 64 66 -0.2272 C94 -0 64 78 0.0130 E94 -0 64 81 -0.3330 E94 -0 64 82 0.0820 E94 -0 65 66 0.0000 #C94 -0 65 78 0.3070 E94 -0 65 81 -0.0390 E94 -0 65 82 0.3760 E94 -0 66 66 0.0000 #C94 -0 66 78 0.2990 E94 -0 66 81 -0.0470 E94 -0 71 75 -0.0958 X94 -0 72 73 0.4500 #X94 -0 76 76 0.0000 #X94 -0 76 78 0.4000 #X94 -0 78 78 0.0000 #C94 -1 78 78 0.0000 #C94 -0 78 79 -0.3030 E94 -0 78 81 -0.3500 #C94 -0 79 81 -0.0430 E94 -0 80 81 -0.4000 #C94 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffdef.par --- a/CADDSuite-1.6/data/OpenBabel/mmffdef.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,192 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* PRIMARY -* MMFF MMFF -*SYMBOL TYPE DEFAULT TYPES DEFINITION -* - CR 1 1 1 1 0 ALKYL CARBON - C=C 2 2 2 1 0 VINYLIC -* CSP2 2 2 2 1 0 GENERIC CSP2 -* CGD 2 2 2 1 0 GUANIDINE CARBON - C=O 3 3 3 1 0 GENERAL CARBONYL C -* C=N 3 3 3 1 0 C=N -* C=OR 3 3 3 1 0 KETONE OR ALDEHYDE CO -* C=ON 3 3 3 1 0 AMIDE CARBONYL -* COO 3 3 3 1 0 CARBOXYLIC ACID OF EST -* COON 3 3 3 1 0 CARBAMATE CARBONYL -* COOO 3 3 3 1 0 CARBONIC ACID OR ESTER -* C=OS 3 3 3 1 0 THIOESTER, C=O -* C=S 3 3 3 1 0 THIOESTER, C=S -* C=SN 3 3 3 1 0 THIOAMIDE -* CSO2 3 3 3 1 0 CARBON IN >C=SO2 - CSP 4 4 4 1 0 ACETYLENIC C -* =C= 4 4 4 1 0 ALLENIC C - HC 5 5 5 5 0 H-C -* HSI 5 5 5 5 0 H-SI -* HP 5 5 5 5 0 H-P - OR 6 6 6 6 0 O-CSP3 -* OH2 6 6 6 6 0 OXYGEN IN H2O -* OC=O 6 6 6 6 0 ESTER OR ACID -O- -* OC=C 6 6 6 6 0 ENOL OR PHEMOLIC O -* OC=N 6 6 6 6 0 OXYGEN IN -O-C=N MOIETY -* OSO3 6 6 6 6 0 DIVALENT O IN SULFATE -* OSO2 6 6 6 6 0 DIVALENT O IN SULFITE -* OSO 6 6 6 6 0 PAIR OF DIVALENT O ON S -* -OS 6 6 6 6 0 OTHER DIVALENT O ON S -* OPO3 6 6 6 6 0 DIVALENT O IN PHOSPHATE -* OPO2 6 6 6 6 0 DIVALENT O IN PHOSPHITE -* OPO 6 6 6 6 0 PAIR OF DIVALENT O ON P -* -OP 6 6 6 6 0 OTHER DIVALENT O ON P -* -O- 6 6 6 6 0 GENERAL DIVALENT OX - O=C 7 7 7 6 0 O=C, GENERIC -* O=CN 7 7 7 6 0 O=C IN AMIDES -* O=CR 7 7 7 6 0 O=C IN KET, ALD -* O=CO 7 7 7 6 0 O=C IN ACIDS, ESTERS -* O=S 7 7 7 6 0 TERMINAL O SULFOXIDES -* O=N 7 7 7 6 0 NITROSO-GROUP OXYGEN - NR 8 8 8 8 0 AMINE N - N=C 9 9 9 8 0 N=C, IMINES -* N=N 9 9 9 8 0 N=N, AZO COMPOUNDS - NC=O 10 10 10 8 0 N-C=O, AMIDES -* NC=S 10 10 10 8 0 N-C=S (DELOC LP) -* NN=C 10 10 10 8 0 N-N=C (DELOC LP) -* NN=N 10 10 10 8 0 N-N=N (DELOC LP) - F 11 11 11 11 0 FLUORINE - CL 12 12 12 12 0 CHLORINE - BR 13 13 13 13 0 BROMINE - I 14 14 14 14 0 IODINE - S 15 15 15 15 0 THIOL, SULFIDE - S=C 16 16 16 15 0 S DOUBLY BONDED TO C - S=O 17 17 17 15 0 SULFOXIDE S - SO2 18 18 18 15 0 SULFONE S -* SO2N 18 18 18 15 0 SULFONAMIDE S -* SO3 18 18 18 15 0 SULFONATE S -* =SO2 18 18 18 15 0 OXYGENATED SULFONE S -* SNO 18 18 18 15 0 NITROGEN ANALOG OF SO2 - SI 19 19 19 19 0 SILICON - CR4R 20 20 1 1 0 C IN CYCLOBUTYL - HOR 21 21 21 5 0 H-O, ALCOHOLS -* HO 21 21 21 5 0 GENERAL H ON O - CR3R 22 22 22 1 0 C IN CYCLOPROPLY - HNR 23 23 23 5 0 H-N, AMINES -* H3N 23 23 23 5 0 H, AMMONIA -* HPYL 23 23 23 5 0 H-N IN PYRROLE -* HN 23 23 23 5 0 GENERAL H-N - HOCO 24 24 24 5 0 H-O, ACIDS -* HOP 24 21 21 5 0 H-O-P, PHOS ACIDS - PO4 25 25 25 25 0 PHOSPHODIESTER -* PO3 25 25 25 25 0 TETRACRD P, 3 OXYGENS -* PO2 25 25 25 25 0 TETRACRD P, 2 OXYGENS -* PO 25 25 25 25 0 TETRACRD P, 2 OXYGENS -* PTET 25 25 25 25 0 GENERAL TETRACRD P - P 26 26 26 25 0 TRICOORDINATE P - HN=C 27 27 28 5 0 IMINE N-H -* HN=N 27 27 28 5 0 AZO N-H - HNCO 28 28 28 5 0 H-N, AMIDES -* HNCC 28 28 28 5 0 H-N, ENAMINES -* HNCS 28 28 28 5 0 H-N, THIOAMIDES -* HNCN 28 28 28 5 0 H-N, HN-C=N -* HNNC 28 28 28 5 0 H-N, HN-N=C -* HNNN 28 28 28 5 0 H-N, HN-N=N -* HSP2 28 28 28 5 0 GENERAL H ON SP2 N - HOCC 29 29 29 5 0 H-O, ENOLS, PHENOLS -* HOCN 29 29 29 5 0 H-O IN HO-C=N - CE4R 30 30 2 1 0 C=C IN 4-RING - HOH 31 31 31 31 0 H-OH - O2CM 32 32 7 6 0 O, CARBOXYLATE ANION -* OXN 32 32 7 6 0 OXIDE ON NITROHGEN -* O2N 32 32 7 6 0 NITRO-GROUP OXYGEN -* O2NO 32 32 7 6 0 NITRO-GROUP IN NITRATE -* O3N 32 32 7 6 0 NITRATE ANION OXYGEN -* O-S 32 32 7 6 0 SINGLE TERM O ON TET S -* O2S 32 32 7 6 0 SULFONES, SULFONAMIDES -* O3S 32 32 7 6 0 SULFONATES, TERM OX -* O4S 32 32 7 6 0 SO4(3-) -* OSMS 32 32 7 6 0 THIOSULFINATE O (-1/2) -* OP 32 32 7 6 0 TERMINAL O, O-P -* O2P 32 32 7 6 0 TERMINAL O, O2P GROUP -* O3P 32 32 7 6 0 TERMINAL O, O3P GROUP -* O4P 32 32 7 6 0 TERMINAL O, PO4(-3) -* O4CL 32 32 7 6 0 TERMINAL O IN CLO4(-) - HOS 33 33 21 5 0 H-O-S, SULF ACIDS - NR+ 34 34 8 8 0 N+, QUATERNARY N - OM 35 35 6 6 0 OXIDE OXYGEN ON SP3 C -* OM2 35 35 6 6 0 OXIDE OXYGEN ON SP2 C - HNR+ 36 36 36 5 0 H-N+ -* HNN+ 36 36 36 5 0 H ON IMIDAZOLIUM N -* HNC+ 36 36 36 5 0 H ON PROTONATED N+=C-N -* HGD+ 36 36 36 5 0 H ON GUANIDINIUM N - CB 37 37 2 1 0 AROMATIC C - NPYD 38 38 9 8 0 AROMATIC N, PYRIDINE - NPYL 39 39 10 8 0 AROMATIC N, PYRROLE - NC=C 40 40 10 8 0 N-C=C (DELOC LP) -* NC=N 40 40 10 8 0 N-C=N (DELOC LP) - CO2M 41 41 3 1 0 C IN CO2- ANION -* CS2M 41 41 3 1 0 THIOCARBOXYLATE C - NSP 42 42 42 8 0 N TRIPLE BONDED - NSO2 43 43 10 8 0 N, SULFONAMIDES - STHI 44 44 16 15 0 S IN THIOPHENE - NO2 45 45 10 8 0 NITRO GROUP N -* NO3 45 45 10 8 0 NITRATE GROUP N - N=O 46 46 9 8 0 NITROSO GROUP N - NAZT 47 47 42 8 0 TERMINAL N, AZIDE - NSO 48 48 9 8 0 DIVAL. N IN S(N)(O) GP - O+ 49 49 6 6 0 OXONIUM (TRICOORD) O - HO+ 50 50 21 5 0 H ON OXONIUM OXYGEN - O=+ 51 51 7 6 0 OXENIUM OXYGEN+ - HO=+ 52 52 21 5 0 H ON OXENIUM O+ - =N= 53 53 42 8 0 N TWICE DOUBLE BONDED - N+=C 54 54 9 8 0 IMINIUM NITROGEN -* N+=N 54 54 9 8 0 AZONIUM NITROGEN - NCN+ 55 55 10 8 0 N IN +N=C-N: ; Q=1/2 - NGD+ 56 56 10 8 0 GUANIDINIUM N; Q=1/3 - CGD+ 57 57 2 1 0 GUANIDINIUM CARBON -* CNN+ 57 57 2 1 0 C IN +N=C-N RESONANCE - NPD+ 58 58 10 8 0 N PYRIDINIUM ION - OFUR 59 59 6 6 0 AROMATIC O, FURAN - C% 60 60 4 1 0 ISONITRILE CARBON - NR% 61 61 42 8 0 ISONITRILE N - NM 62 62 10 8 0 SULFONAMIDE N- - C5A 63 63 2 1 0 ALPHA AROM 5-RING C - C5B 64 64 2 1 0 BETA AROM 5-RING C - N5A 65 65 9 8 0 ALPHA AROM 5-RING N - N5B 66 66 9 8 0 ALPHA AROM 5-RING N - N2OX 67 67 9 8 0 NITROGEN IN N-OXIDE - N3OX 68 68 8 8 0 NITROGEN IN N-OXIDE - NPOX 69 69 9 8 0 NITROGEN IN N-OXIDE - OH2 70 70 70 70 70 OXYGEN IN WATER - HS 71 71 5 5 0 H-S - S2CM 72 72 16 15 0 THIOCARBOXYLATE S -* S-P 72 72 16 15 0 TERMINAL SULFUR ON P -* SM 72 72 16 15 0 TERMINAL SULFUR ON C -* SSMO 72 72 16 15 0 TERM S, THIOSULFINATE - SO2M 73 73 18 15 0 SULFUR IN SULFINATE -* SSOM 73 73 18 15 0 SULFUR, THIOSULFINATE - =S=O 74 74 17 15 0 SULFINYL SULFUR, C=S=O - -P=C 75 75 26 25 0 P DOUBLY BONDED TO C - N5M 76 76 9 8 0 NEG N IN TETRAZOLE AN - CLO4 77 77 12 12 0 CHLORINE IN CLO4(-) - C5 78 78 2 1 0 GENERAL AROM 5-RING C - N5 79 79 9 8 0 GENERAL AROM 5-RING N - CIM+ 80 80 2 1 0 C IN N-C-N, IM+ ION - NIM+ 81 81 10 8 0 N IN N-C-N, IM+ ION - N5AX 82 82 9 8 0 5R NITROGEN IN N-OXIDE -* N5BX 82 82 9 8 0 5R NITROGEN IN N-OXIDE -* N5OX 82 82 9 8 0 5R NITROGEN IN N-OXIDE - FE+2 87 87 87 87 87 IRON +2 CATION - FE+3 88 88 88 88 88 IRON +3 CATION - F- 89 89 89 89 89 FLUORIDE ANION - CL- 90 90 90 90 90 CHLORIDE ANION - BR- 91 91 91 91 91 BROMIDE ANION - LI+ 92 92 92 92 92 LITHIUM CATION - NA+ 93 93 93 93 93 SODIUM CATION - K+ 94 94 94 94 94 POTASSIUM CATION - ZN+2 95 95 95 95 95 DIPOSITIVE ZINC CATION -* ZINC 95 95 95 95 95 DIPOSITIVE ZINC CATION - CA+2 96 96 96 96 96 DIPOSITIVE CALCIUM CATION - CU+1 97 97 97 97 97 MONOPOSITIVE COPPER CATION - CU+2 98 98 98 98 98 DIPOSITIVE COPPER CATION - MG+2 99 99 99 99 99 DIPOSITIVE MAGNESIUM CATION -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffdfsb.par --- a/CADDSuite-1.6/data/OpenBabel/mmffdfsb.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF Default Stretch-Bend Parameters -* Row in -* Periodic Table -* IR JR KR F(I_J,K) F(K_J,I) - 0 1 0 0.15 0.15 - 0 1 1 0.10 0.30 - 0 1 2 0.05 0.35 - 0 1 3 0.05 0.35 - 0 1 4 0.05 0.35 - 0 2 0 0.00 0.00 - 0 2 1 0.00 0.15 - 0 2 2 0.00 0.15 - 0 2 3 0.00 0.15 - 0 2 4 0.00 0.15 - 1 1 1 0.30 0.30 - 1 1 2 0.30 0.50 - 1 1 3 0.30 0.50 - 1 1 4 0.30 0.50 - 2 1 2 0.50 0.50 - 2 1 3 0.50 0.50 - 2 1 4 0.50 0.50 - 3 1 3 0.50 0.50 - 3 1 4 0.50 0.50 - 4 1 4 0.50 0.50 - 1 2 1 0.30 0.30 - 1 2 2 0.25 0.25 - 1 2 3 0.25 0.25 - 1 2 4 0.25 0.25 - 2 2 2 0.25 0.25 - 2 2 3 0.25 0.25 - 2 2 4 0.25 0.25 - 3 2 3 0.25 0.25 - 3 2 4 0.25 0.25 - 4 2 4 0.25 0.25 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffoop.par --- a/CADDSuite-1.6/data/OpenBabel/mmffoop.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,127 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF OUT-OF-PLANE PARAMETERS- Rev: 15-OCT-93 Source: MMFF94 -* C94 - CORE MMFF94 parameter, from fits to HF/6-31G* 2nd D's -* #C94 - Value adjusted from CORE MMFF93 value -* -* MMFF atom types koop Source - 1 2 1 2 0.030 C94 - 1 2 2 2 0.027 C94 - 1 2 2 3 0.026 C94 - 1 2 2 5 0.013 C94 - 1 2 2 37 0.032 C94 - 2 2 2 5 0.013 C94 - 2 2 3 5 0.012 C94 - 2 2 5 5 0.006 C94 - 2 2 5 6 0.027 C94 - 2 2 5 37 0.017 C94 - 2 2 5 40 0.012 C94 - 2 2 5 41 0.008 C94 - 0 2 0 0 0.020 *-2-*-* C94 DEF - 1 3 1 7 0.146 C94 - 1 3 2 7 0.138 C94 - 1 3 3 7 0.134 C94 - 1 3 5 7 0.122 C94 - 1 3 6 7 0.141 C94 - 1 3 7 10 0.129 C94 - 1 3 7 37 0.138 C94 - 2 3 5 7 0.113 C94 - 2 3 5 9 0.081 C94 - 2 3 6 7 0.127 C94 - 2 3 7 10 0.116 C94 - 3 3 5 7 0.113 C94 - 3 3 6 7 0.127 C94 - 5 3 5 7 0.103 C94 - 5 3 5 9 0.074 C94 - 5 3 5 54 0.078 C94 - 5 3 6 7 0.119 C94 - 5 3 7 10 0.102 C94 - 5 3 9 40 0.067 C94 - 6 3 7 37 0.127 C94 - 7 3 10 10 0.113 C94 - 7 3 20 20 0.151 C94 - 9 3 40 40 0.057 C94 - 0 3 0 0 0.130 *-3-*-* C94 DEF - 0 8 0 0 0.000 *-8-*-* C94 DEF - 1 10 1 3 -0.02 #C94 (C93=-0.034) - 1 10 3 6 -0.033 C94 - 1 10 3 28 -0.02 #C94 (C93=-0.030) - 3 10 3 28 -0.030 C94 - 3 10 28 28 -0.019 C94 - 0 10 0 0 -0.020 *-10-*-* C94 DEF - 0 17 0 0 0.000 *-17-*-* E94 DEF - 0 26 0 0 0.000 *-26-*-* CE4 DEF - 5 30 20 30 0.008 C94 - 0 30 0 0 0.010 *-30-*-* C94 DEF - 1 37 37 37 0.040 C94 - 2 37 37 37 0.031 C94 - 3 37 37 37 0.027 C94 - 5 37 37 37 0.015 C94 - 5 37 37 38 0.046 C94 - 5 37 37 63 0.008 C94 - 5 37 37 64 0.012 C94 - 5 37 37 69 0.016 C94 - 5 37 38 38 0.084 C94 - 6 37 37 37 0.048 C94 - 15 37 37 37 0.025 C94 - 37 37 37 40 0.046 C94 - 0 37 0 0 0.035 *-37-*-* C94 DEF - 1 39 63 63 0.012 C94 - 23 39 63 63 -0.014 C94 - 23 39 63 65 0.021 C94 - 23 39 65 65 0.062 C94 - 0 39 0 0 0.020 *-39-*-* C94 DEF - 1 40 28 37 -0.006 C94 - 2 40 28 28 -0.007 C94 - 3 40 28 28 -0.007 C94 - 28 40 28 37 0.004 C94 - 0 40 0 0 -0.005 *-40-*-* C94 DEF - 1 41 32 32 0.178 C94 - 2 41 32 32 0.161 C94 - 5 41 32 32 0.158 C94 - 0 41 0 0 0.180 *-41-*-* C94 DEF - 0 43 0 0 0.000 *-43-*-* E94 DEF - 0 45 0 0 0.150 *-45-*-* E94 DEF - 50 49 50 50 0.000 #C94 - 0 49 0 0 0.000 *-49-*-* E94 DEF - 1 54 3 36 0.016 C94 - 3 54 36 36 0.018 C94 - 0 54 0 0 0.020 *-54-*-* C94 DEF - 1 55 36 57 0.020 #C94 - 36 55 36 57 0.020 #C94 - 0 55 0 0 0.020 *-55-*-* C94 DEF - 1 56 36 57 0.020 #C94 - 36 56 36 57 0.020 #C94 - 0 56 0 0 0.020 *-56-*-* C94 DEF - 5 57 55 55 0.038 C94 - 56 57 56 56 0.158 C94 - 0 57 0 0 0.080 *-57-*-* C94 DEF - 0 58 0 0 0.025 *-58-*-* E94 DEF - 5 63 39 64 0.019 C94 - 5 63 39 66 0.068 C94 - 5 63 44 64 0.014 C94 - 5 63 44 66 0.055 C94 - 5 63 59 64 0.033 C94 - 5 63 59 66 0.085 C94 - 37 63 39 64 0.010 C94 - 0 63 0 0 0.050 *-63-*-* C94 DEF - 5 64 63 64 0.006 C94 - 5 64 63 66 0.043 C94 - 5 64 64 65 0.052 C94 - 5 64 65 66 0.094 C94 - 37 64 63 64 -0.011 C94 - 0 64 0 0 0.040 *-64-*-* C94 DEF - 0 67 0 0 0.070 *-67-*-* E94 DEF - 32 69 37 37 0.067 C94 - 0 69 0 0 0.070 *-69-*-* C94 DEF - 0 73 0 0 0.000 *-73-*-* E94 DEF - 5 78 78 81 0.046 C94 - 0 78 0 0 0.045 *-78-*-* C94 DEF - 5 80 81 81 0.057 C94 - 0 80 0 0 0.080 *-80-*-* C94 DEF - 36 81 78 80 0.016 C94 - 0 81 0 0 0.025 *-81-*-* C94 DEF - 0 82 0 0 0.000 *-82-*-* E94 DEF -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffpbci.par --- a/CADDSuite-1.6/data/OpenBabel/mmffpbci.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF Partial Bond Charge Incs and Formal-Charge Adj. Factors: 19-MAY-1994 -* -* type pbci fcadj Origin/Comment -0 1 0.000 0.000 Fitted default -0 2 -0.135 0.000 Fitted default -0 3 -0.095 0.000 Fitted default -0 4 -0.200 0.000 Fitted default -0 5 -0.023 0.000 Fitted default -0 6 -0.243 0.000 Fitted default -0 7 -0.687 0.000 Fitted default -0 8 -0.253 0.000 Fitted default -0 9 -0.306 0.000 Fitted default -0 10 -0.244 0.000 Fitted default -0 11 -0.317 0.000 Fitted default -0 12 -0.304 0.000 Fitted default -0 13 -0.238 0.000 Fitted default -0 14 -0.208 0.000 Fitted default -0 15 -0.236 0.000 Fitted default -0 16 -0.475 0.000 Fitted default -0 17 -0.191 0.000 Fitted default -0 18 -0.118 0.000 Fitted default -0 19 0.094 0.000 Fitted default -0 20 -0.019 0.000 Fitted default -0 21 0.157 0.000 Fitted default -0 22 -0.095 0.000 Fitted default -0 23 0.193 0.000 Fitted default -0 24 0.257 0.000 Fitted default -0 25 0.012 0.000 Fitted default -0 26 -0.142 0.000 Fitted default -0 27 0.094 0.000 Fitted default -0 28 0.058 0.000 Fitted default -0 29 0.207 0.000 Fitted default -0 30 -0.166 0.000 Fitted default -0 31 0.161 0.000 Fitted default -0 32 -0.732 0.500 Fitted default -0 33 0.257 0.000 Fitted default -0 34 -0.491 0.000 Fitted default -0 35 -0.456 0.500 Fitted default -0 36 -0.031 0.000 Fitted default -0 37 -0.127 0.000 Fitted default -0 38 -0.437 0.000 Fitted default -0 39 -0.104 0.000 Fitted default -0 40 -0.264 0.000 Fitted default -0 41 0.052 0.000 Fitted default -0 42 -0.757 0.000 Fitted default -0 43 -0.326 0.000 Fitted default -0 44 -0.237 0.000 Fitted default -0 45 -0.260 0.000 Fitted default -0 46 -0.429 0.000 Fitted default -0 47 -0.418 0.000 Fitted default -0 48 -0.525 0.000 Fitted default -0 49 -0.283 0.000 Fitted default -0 50 0.284 0.000 Fitted default -0 51 -1.046 0.000 Fitted default -0 52 -0.546 0.000 Fitted default -0 53 -0.048 0.000 Fitted default -0 54 -0.424 0.000 Fitted default -0 55 -0.476 0.000 Fitted default -0 56 -0.438 0.000 Fitted default -0 57 -0.105 0.000 Fitted default -0 58 -0.488 0.000 Fitted default -0 59 -0.337 0.000 Fitted default -0 60 -0.635 0.000 Fitted default -0 61 -0.265 0.000 Fitted default -0 62 -0.125 0.250 Fitted default -0 63 -0.180 0.000 Fitted default -0 64 -0.181 0.000 Fitted default -0 65 -0.475 0.000 Fitted default -0 66 -0.467 0.000 Fitted default -0 67 -0.099 0.000 == 69 -0 68 -0.135 0.000 Fitted default -0 69 -0.099 0.000 Fitted default -0 70 -0.269 0.000 Fitted default -0 71 -0.071 0.000 Fitted default -0 72 -0.580 0.500 Fitted default -0 73 -0.200 0.000 Fitted default -0 74 -0.301 0.000 Fitted default -0 75 -0.255 0.000 Fitted default -0 76 -0.568 0.250 Fitted default -0 77 -0.282 0.000 Fitted default -0 78 -0.168 0.000 Fitted default -0 79 -0.471 0.000 == (65+66)/2 -0 80 -0.144 0.000 Fitted default -0 81 -0.514 0.000 Fitted default -0 82 -0.099 0.000 == 69 -0 83 0.000 0.000 Unused -0 84 0.000 0.000 Unused -0 85 0.000 0.000 Unused -0 86 0.000 0.000 Unused -0 87 0.000 0.000 Unused -0 88 0.000 0.000 Unused -0 89 0.000 0.000 Unused -0 90 0.000 0.000 Unused -0 91 0.000 0.000 Unused -0 92 1.000 0.000 Ionic charge -0 93 1.000 0.000 Ionic charge -0 94 1.000 0.000 Ionic charge -0 95 2.000 0.000 Ionic charge -0 96 2.000 0.000 Ionic charge -0 97 1.000 0.000 Ionic charge -0 98 2.000 0.000 Ionic charge -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffprop.par --- a/CADDSuite-1.6/data/OpenBabel/mmffprop.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1993 -* All Rights Reserved -* -* MMFFPROP - MMFF atom-type properties -* -* atype aspec crd val pilp mltb arom lin sbmb - 1 6 4 4 0 0 0 0 0 - 2 6 3 4 0 2 0 0 1 - 3 6 3 4 0 2 0 0 1 - 4 6 2 4 0 3 0 1 1 - 5 1 1 1 0 0 0 0 0 - 6 8 2 2 1 0 0 0 0 - 7 8 1 2 0 2 0 0 0 - 8 7 3 3 1 0 0 0 0 - 9 7 2 3 0 2 0 0 1 - 10 7 3 3 1 1 0 0 0 - 11 9 1 1 1 0 0 0 0 - 12 17 1 1 1 0 0 0 0 - 13 35 1 1 1 0 0 0 0 - 14 53 1 1 1 0 0 0 0 - 15 16 2 2 1 0 0 0 0 - 16 16 1 2 0 2 0 0 0 - 17 16 3 4 0 2 0 0 0 - 18 16 4 4 0 0 0 0 0 - 19 14 4 4 0 0 0 0 0 - 20 6 4 4 0 0 0 0 0 - 21 1 1 1 0 0 0 0 0 - 22 6 4 4 0 0 0 0 0 - 23 1 1 1 0 0 0 0 0 - 24 1 1 1 0 0 0 0 0 - 25 15 4 4 0 0 0 0 0 - 26 15 3 3 1 0 0 0 0 - 27 1 1 1 0 0 0 0 0 - 28 1 1 1 0 0 0 0 0 - 29 1 1 1 0 0 0 0 0 - 30 6 3 4 0 2 0 0 1 - 31 1 1 1 0 0 0 0 0 - 32 8 1 12 1 1 0 0 0 - 33 1 1 1 0 0 0 0 0 - 34 7 4 4 0 0 0 0 0 - 35 8 1 1 1 1 0 0 0 - 36 1 1 1 0 0 0 0 0 - 37 6 3 4 0 2 1 0 1 - 38 7 2 3 0 2 1 0 0 - 39 7 3 3 1 1 1 0 1 - 40 7 3 3 1 0 0 0 0 - 41 6 3 4 0 1 0 0 0 - 42 7 1 3 0 3 0 0 0 - 43 7 3 3 1 0 0 0 0 - 44 16 2 2 1 1 1 0 0 - 45 7 3 4 0 2 0 0 0 - 46 7 2 3 0 2 0 0 0 - 47 7 1 2 0 2 0 0 0 - 48 7 2 2 0 0 0 0 0 - 49 8 3 3 0 0 0 0 0 - 50 1 1 1 0 0 0 0 0 - 51 8 2 3 0 2 0 0 0 - 52 1 1 1 0 0 0 0 0 - 53 7 2 4 0 2 0 1 0 - 54 7 3 4 0 2 0 0 1 - 55 7 3 34 0 1 0 0 0 - 56 7 3 34 0 1 0 0 0 - 57 6 3 4 0 2 0 0 1 - 58 7 3 4 0 1 1 0 1 - 59 8 2 2 1 1 1 0 0 - 60 6 1 3 0 3 0 0 0 - 61 7 2 4 0 3 0 1 0 - 62 7 2 2 1 0 0 0 0 - 63 6 3 4 0 2 1 0 1 - 64 6 3 4 0 2 1 0 1 - 65 7 2 3 0 2 1 0 0 - 66 7 2 3 0 2 1 0 0 - 67 7 3 4 0 2 0 0 1 - 68 7 4 4 0 0 0 0 0 - 69 7 3 4 0 1 1 0 0 - 70 8 2 2 1 0 0 0 0 - 71 1 1 1 0 0 0 0 0 - 72 16 1 1 1 1 0 0 0 - 73 16 3 3 0 0 0 0 0 - 74 16 2 4 0 2 0 0 0 - 75 15 2 3 0 2 0 0 1 - 76 7 2 2 1 0 0 0 0 - 77 17 4 4 0 0 0 0 0 - 78 6 3 4 0 2 1 0 1 - 79 7 2 3 0 2 1 0 0 - 80 6 3 4 0 2 0 0 1 - 81 7 3 4 0 1 1 0 1 - 82 7 3 4 0 1 1 0 0 - 87 26 0 0 0 0 0 0 0 - 88 26 0 0 0 0 0 0 0 - 89 9 0 0 0 0 0 0 0 - 90 17 0 0 0 0 0 0 0 - 91 35 0 0 0 0 0 0 0 - 92 3 0 0 0 0 0 0 0 - 93 11 0 0 0 0 0 0 0 - 94 19 0 0 0 0 0 0 0 - 95 30 0 0 0 0 0 0 0 - 96 20 0 0 0 0 0 0 0 - 97 29 0 0 0 0 0 0 0 - 98 29 0 0 0 0 0 0 0 - 99 12 0 0 0 0 0 0 0 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffs_oop.par --- a/CADDSuite-1.6/data/OpenBabel/mmffs_oop.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,128 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994,1995,1996,1997,1998,1999 -* All Rights Reserved -* -* MMFF94s OUT-OF-PLANE PARAMETERS -* C94 - CORE MMFF94 parameter, from fits to HF/6-31G* 2nd D's -* C94S - CORE MMFF94s parameter,adjusted to promote planarity -* #C94 - Value adjusted from CORE MMFF94 value -* -* MMFF atom types koop Source - 0 2 0 0 0.020 *-2-*-* C94 DEF - 1 2 1 2 0.030 C94 - 1 2 2 2 0.027 C94 - 1 2 2 3 0.026 C94 - 1 2 2 5 0.013 C94 - 1 2 2 37 0.032 C94 - 2 2 2 5 0.013 C94 - 2 2 3 5 0.012 C94 - 2 2 5 5 0.006 C94 - 2 2 5 6 0.027 C94 - 2 2 5 37 0.017 C94 - 2 2 5 40 0.012 C94 - 2 2 5 41 0.008 C94 - 0 3 0 0 0.130 *-3-*-* C94 DEF - 1 3 1 7 0.146 C94 - 1 3 2 7 0.138 C94 - 1 3 3 7 0.134 C94 - 1 3 5 7 0.122 C94 - 1 3 6 7 0.141 C94 - 1 3 7 10 0.129 C94 - 1 3 7 37 0.138 C94 - 2 3 5 7 0.113 C94 - 2 3 5 9 0.081 C94 - 2 3 6 7 0.127 C94 - 2 3 7 10 0.116 C94 - 3 3 5 7 0.113 C94 - 3 3 6 7 0.127 C94 - 5 3 5 7 0.103 C94 - 5 3 5 9 0.074 C94 - 5 3 5 54 0.078 C94 - 5 3 6 7 0.119 C94 - 5 3 7 10 0.102 C94 - 5 3 9 40 0.067 C94 - 6 3 7 37 0.127 C94 - 7 3 10 10 0.113 C94 - 7 3 20 20 0.151 C94 - 9 3 40 40 0.057 C94 - 0 8 0 0 0.000 *-8-*-* C94 DEF - 0 10 0 0 0.015 *-10-*-* C94S DEF - 1 10 1 3 0.015 C94S - 1 10 3 6 0.015 C94 - 1 10 3 28 0.015 C94S - 3 10 3 28 0.015 C94S - 3 10 28 28 0.015 C94S - 0 17 0 0 0.000 *-17-*-* E94 DEF - 0 26 0 0 0.000 *-26-*-* CE4 DEF - 0 30 0 0 0.010 *-30-*-* C94 DEF - 5 30 20 30 0.008 C94 - 0 37 0 0 0.035 *-37-*-* C94 DEF - 1 37 37 37 0.040 C94 - 2 37 37 37 0.031 C94 - 3 37 37 37 0.027 C94 - 5 37 37 37 0.015 C94 - 5 37 37 38 0.046 C94 - 5 37 37 63 0.008 C94 - 5 37 37 64 0.012 C94 - 5 37 37 69 0.016 C94 - 5 37 38 38 0.084 C94 - 6 37 37 37 0.048 C94 - 15 37 37 37 0.025 C94 - 37 37 37 40 0.046 C94 - 0 39 0 0 0.020 *-39-*-* C94 DEF - 1 39 63 63 0.012 C94 - 23 39 63 63 -0.014 C94 - 23 39 63 65 0.021 C94 - 23 39 65 65 0.062 C94 - 0 40 0 0 0.030 *-40-*-* C94S DEF - 1 40 28 37 0.030 C94S - 2 40 28 28 0.030 C94S - 3 40 28 28 0.030 C94S - 28 40 28 37 0.030 C94S - 0 41 0 0 0.180 *-41-*-* C94 DEF - 1 41 32 32 0.178 C94 - 2 41 32 32 0.161 C94 - 5 41 32 32 0.158 C94 - 0 43 0 0 0.000 *-43-*-* E94 DEF - 0 45 0 0 0.150 *-45-*-* E94 DEF - 0 49 0 0 0.000 *-49-*-* E94 DEF - 50 49 50 50 0.000 #C94 - 0 54 0 0 0.020 *-54-*-* C94 DEF - 1 54 3 36 0.016 C94 - 3 54 36 36 0.018 C94 - 0 55 0 0 0.020 *-55-*-* C94 DEF - 1 55 36 57 0.020 #C94 - 36 55 36 57 0.020 #C94 - 0 56 0 0 0.020 *-56-*-* C94 DEF - 1 56 36 57 0.020 #C94 - 36 56 36 57 0.020 #C94 - 0 57 0 0 0.080 *-57-*-* C94 DEF - 5 57 55 55 0.038 C94 - 56 57 56 56 0.158 C94 - 0 58 0 0 0.025 *-58-*-* E94 DEF - 0 63 0 0 0.050 *-63-*-* C94 DEF - 5 63 39 64 0.019 C94 - 5 63 39 66 0.068 C94 - 5 63 44 64 0.014 C94 - 5 63 44 66 0.055 C94 - 5 63 59 64 0.033 C94 - 5 63 59 66 0.085 C94 - 37 63 39 64 0.010 C94 - 0 64 0 0 0.040 *-64-*-* C94 DEF - 5 64 63 64 0.006 C94 - 5 64 63 66 0.043 C94 - 5 64 64 65 0.052 C94 - 5 64 65 66 0.094 C94 - 37 64 63 64 -0.011 C94 - 0 67 0 0 0.070 *-67-*-* E94 DEF - 0 69 0 0 0.070 *-69-*-* C94 DEF - 32 69 37 37 0.067 C94 - 0 73 0 0 0.000 *-73-*-* E94 DEF - 0 78 0 0 0.045 *-78-*-* C94 DEF - 5 78 78 81 0.046 C94 - 0 80 0 0 0.080 *-80-*-* C94 DEF - 5 80 81 81 0.057 C94 - 0 81 0 0 0.025 *-81-*-* C94 DEF - 36 81 78 80 0.016 C94 - 0 82 0 0 0.000 *-82-*-* E94 DEF -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffs_tor.par --- a/CADDSuite-1.6/data/OpenBabel/mmffs_tor.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,939 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994,1995,1996,1997,1998,1999 -* All Rights Reserved -* -* MMFF94s TORSION PARAMETERS -* C94 - CORE MMFF94 parameter - from fits to conformational energies -* C94S - CORE MMFF94s parameter - from fits to conformational energies -* X94 - EXTD MMFF94 parameter - also from fits to conformational E's -* E94 - EXTD MMFF94 parameter - from empirical rule -* #E94 - Adjusted from empirical rule value -* -* atom types V1 V2 V3 Source -0 0 1 1 0 0.000 0.000 0.300 C94 0:*-1-1-* Def -5 0 1 1 0 0.200 -0.800 1.500 C94 5:*-1-1-* Def -0 1 1 1 1 0.103 0.681 0.332 C94 -5 1 1 1 1 0.144 -0.547 1.126 C94 -0 1 1 1 2 -0.295 0.438 0.584 C94 -0 1 1 1 3 0.066 -0.156 0.143 C94 -0 1 1 1 5 0.639 -0.630 0.264 C94 -0 1 1 1 6 -0.688 1.757 0.477 C94 -5 1 1 1 6 0.000 0.000 0.054 C94 -0 1 1 1 8 -1.420 -0.092 1.101 C94 -5 1 1 1 8 0.000 -0.158 0.323 C94 -0 1 1 1 11 0.593 0.662 1.120 C94 -0 1 1 1 12 -0.678 0.417 0.624 C94 -0 1 1 1 15 -0.714 0.698 0.000 C94 -0 1 1 1 34 -0.647 0.550 0.590 C94 -0 2 1 1 5 0.321 -0.411 0.144 C94 -0 3 1 1 3 0.443 0.000 -1.140 C94 -0 3 1 1 5 -0.256 0.058 0.000 C94 -0 3 1 1 6 -0.679 -0.029 0.000 C94 -0 5 1 1 5 0.284 -1.386 0.314 C94 -0 5 1 1 6 -0.654 1.072 0.279 C94 -0 5 1 1 8 -0.744 -1.235 0.337 C94 -0 5 1 1 10 0.000 0.000 0.418 C94S -0 5 1 1 11 0.000 0.516 0.291 C94 -0 5 1 1 12 0.678 -0.602 0.398 C94 -0 5 1 1 15 1.142 -0.644 0.367 C94 -0 5 1 1 25 0.000 0.000 0.295 X94 -0 5 1 1 34 0.692 -0.530 0.278 C94 -0 5 1 1 37 0.000 0.000 0.389 C94 -0 5 1 1 39 0.000 0.000 0.278 C94 -0 5 1 1 41 0.000 0.000 -0.141 C94 -0 5 1 1 56 0.000 0.000 0.324 C94 -0 5 1 1 68 0.000 0.000 0.136 C94 -0 6 1 1 6 0.408 1.397 0.961 C94 -5 6 1 1 6 0.313 -1.035 1.631 C94 -0 8 1 1 8 1.055 0.834 0.000 C94 -0 11 1 1 11 -0.387 -0.543 1.405 C94 -0 12 1 1 12 0.000 0.000 0.893 C94 -0 15 1 1 15 -0.177 0.000 0.049 C94 -0 0 1 2 0 0.000 0.000 0.000 C94 0:*-1-2-* Def -2 0 1 2 0 0.000 0.000 0.000 E94 2:*1-2-* Def -5 0 1 2 0 0.000 0.000 0.000 C94 5:*-1-2-* Def -0 0 1 2 2 0.000 0.000 -0.650 C94 0:*-1-2=2 Def -5 0 1 2 2 0.000 0.000 -0.650 C94 5:*-1-2=2 Def -0 1 1 2 1 0.419 0.296 0.282 C94 -0 1 1 2 2 -0.494 0.274 -0.630 C94 -0 1 1 2 5 0.075 0.000 0.358 C94 -0 2 1 2 2 -0.293 0.115 -0.508 C94 -0 2 1 2 5 0.301 0.104 0.507 C94 -0 3 1 2 1 0.565 -0.554 0.234 C94 -0 3 1 2 2 -0.577 -0.482 -0.427 C94 -0 3 1 2 5 0.082 0.000 0.123 C94 -0 5 1 2 1 0.000 -0.184 0.220 C94 -0 5 1 2 2 0.501 -0.410 -0.535 C94 -2 5 1 2 2 0.000 0.000 0.055 C94 -2 5 1 2 3 0.000 0.000 -0.108 C94 -0 5 1 2 5 -0.523 -0.228 0.208 C94 -2 5 1 2 37 0.000 0.000 0.000 C94 -0 6 1 2 1 -0.467 0.000 0.490 C94 -0 6 1 2 2 0.425 0.168 -0.875 C94 -0 6 1 2 5 0.000 0.136 0.396 C94 -0 8 1 2 1 -0.504 0.371 0.557 C94 -0 8 1 2 2 0.541 0.539 -1.009 C94 -0 8 1 2 5 0.000 0.204 0.464 C94 -0 0 1 3 0 0.000 0.400 0.300 C94 0:*-1-3-* Def -2 0 1 3 0 0.000 0.500 0.350 C94 2:*-1-3-* Def -5 0 1 3 0 0.000 0.000 0.000 E94 5:*1-3-* Def -0 0 1 3 1 0.000 0.000 0.550 C94 0:*-1-3-1 Def -0 0 1 3 5 0.000 0.200 0.700 C94 0:*-1-3-5 Def -0 0 1 3 7 0.000 0.400 0.400 C94 0:*-1-3-7 Def -0 1 1 3 1 0.103 0.177 0.545 C94 -0 1 1 3 5 -0.072 0.316 0.674 C94 -0 1 1 3 6 -0.117 -0.333 0.202 C94 -0 1 1 3 7 0.825 0.139 0.325 C94 -0 1 1 3 10 -0.763 1.244 0.986 C94S -0 2 1 3 5 0.663 -0.167 0.426 C94 -0 2 1 3 7 -0.758 0.112 0.563 C94 -0 5 1 3 1 -0.073 0.085 0.531 C94 -2 5 1 3 2 0.000 0.000 0.115 C94 -2 5 1 3 3 0.000 0.000 0.446 C94 -0 5 1 3 5 -0.822 0.501 1.008 C94 -0 5 1 3 6 0.000 -0.624 0.330 C94 -0 5 1 3 7 0.659 -1.407 0.308 C94 -0 5 1 3 10 -0.687 1.244 0.136 C94S -2 5 1 3 37 0.000 0.000 0.056 C94 -0 5 1 3 43 0.000 1.027 0.360 X94 -0 5 1 3 51 0.000 1.543 0.350 X94 -0 5 1 3 53 0.000 0.501 0.000 X94 -0 5 1 3 74 0.000 0.513 -0.344 X94 -0 5 1 3 75 0.000 0.511 -0.186 X94 -0 6 1 3 6 0.447 0.652 0.318 C94 -0 6 1 3 7 -0.395 0.730 -0.139 C94 -0 10 1 3 7 0.530 2.905 2.756 C94S -0 10 1 3 10 0.465 -0.241 1.850 C94S -0 0 1 4 0 0.000 0.000 0.000 C94 0:*-1-4-* Def -0 0 1 6 0 0.000 0.000 0.200 C94 0:*-1-6-* Def -5 0 1 6 0 0.000 -0.200 0.400 C94 5:*-1-6-* Def -0 1 1 6 1 -0.681 0.755 0.755 C94 -5 1 1 6 1 0.000 0.243 -0.596 C94 -0 1 1 6 3 -0.547 0.000 0.320 C94 -0 1 1 6 21 0.000 0.270 0.237 C94 -0 2 1 6 21 0.102 0.460 -0.128 C94 -0 3 1 6 21 -1.652 -1.660 0.283 C94 -0 5 1 6 1 0.571 0.319 0.570 C94 -0 5 1 6 2 0.000 0.000 0.306 C94 -0 5 1 6 3 0.572 0.000 -0.304 C94 -0 5 1 6 21 0.596 -0.276 0.346 C94 -0 5 1 6 25 0.000 0.000 0.061 X94 -0 5 1 6 37 0.000 0.000 0.106 C94 -0 5 1 6 45 0.000 0.000 -0.174 X94 -0 6 1 6 1 0.229 -0.710 0.722 C94 -5 6 1 6 1 0.000 0.000 0.040 C94 -0 6 1 6 21 1.488 -3.401 -0.320 C94 -0 37 1 6 21 0.712 1.320 -0.507 C94 -0 0 1 8 0 0.000 -0.300 0.500 C94 0:*-1-8-* Def -5 0 1 8 0 0.000 0.000 0.297 E94 5:*1-8-* Def -0 1 1 8 1 -0.439 0.786 0.272 C94 -5 1 1 8 1 0.115 -0.390 0.658 C94 -0 1 1 8 6 -0.608 0.339 1.496 C94 -0 1 1 8 23 -0.428 0.323 0.280 C94 -0 2 1 8 23 0.594 -0.409 0.155 C94 -0 5 1 8 1 0.393 -0.385 0.562 C94 -0 5 1 8 6 0.598 -0.158 0.399 C94 -0 5 1 8 23 -0.152 -0.440 0.357 C94 -0 0 1 9 0 0.000 0.000 0.000 C94 0:*-1-9-* Def -5 0 1 9 0 0.000 0.000 0.000 E94 5:*1-9-* Def -0 5 1 9 3 0.204 -0.335 -0.352 C94 -0 5 1 9 53 0.000 0.000 0.097 X94 -0 0 1 10 0 0.000 0.000 0.300 C94 0:*-1-10-* Def -5 0 1 10 0 0.000 0.000 0.000 E94 5:*1-10-* Def -0 0 1 10 3 0.000 0.000 1.000 C94 0:*-1-10-3 Def -0 1 1 10 3 -0.884 0.578 0.818 C94S -0 1 1 10 6 0.000 -0.379 0.565 C94S -0 1 1 10 28 0.750 -0.404 0.369 C94S -0 3 1 10 3 3.219 -2.699 1.875 C94S -0 3 1 10 28 0.207 0.461 0.324 C94S -0 5 1 10 1 0.000 0.000 0.706 C94S -0 5 1 10 3 -2.334 1.517 -0.065 C94S -0 5 1 10 6 0.000 0.688 0.665 C94S -0 5 1 10 28 -0.982 -0.207 0.166 C94S -0 0 1 15 0 0.000 0.000 0.400 C94 0:*-1-15-* Def -5 0 1 15 0 0.000 0.000 0.336 E94 5:*1-15-* Def -0 1 1 15 1 -1.047 0.170 0.398 C94 -0 1 1 15 15 -1.438 0.263 0.501 C94 -0 1 1 15 71 -0.376 -0.133 0.288 C94 -0 5 1 15 1 1.143 -0.231 0.447 C94 -0 5 1 15 15 1.555 -0.323 0.456 C94 -0 5 1 15 37 0.000 0.000 0.459 C94 -0 5 1 15 71 0.229 0.203 0.440 C94 -0 0 1 17 0 0.000 0.000 0.350 C94 0:*-1-17-* Def -5 0 1 17 0 0.000 0.000 0.000 E94 5:*1-17-* Def -0 5 1 17 1 0.000 0.000 0.536 X94 -0 5 1 17 7 0.000 0.000 0.212 X94 -0 0 1 18 0 0.000 0.000 0.100 C94 0:*-1-18-* Def -5 0 1 18 0 0.000 0.000 0.112 E94 5:*1-18-* Def -0 5 1 18 1 0.000 0.000 0.000 X94 -0 5 1 18 6 0.000 0.000 0.099 X94 -0 5 1 18 32 0.000 0.585 0.388 X94 -0 5 1 18 43 0.000 -0.412 0.121 X94 -0 5 1 18 48 0.000 0.000 0.195 X94 -0 5 1 18 62 0.000 0.000 -0.088 X94 -0 0 1 19 0 0.000 0.000 0.150 C94 0:*-1-19-* Def -5 0 1 19 0 0.000 0.000 0.179 E94 5:*1-19-* Def -0 5 1 19 5 0.000 0.000 0.196 X94 -0 5 1 19 6 0.000 0.000 0.176 X94 -0 5 1 19 12 0.000 0.000 0.152 X94 -0 0 1 20 0 0.000 0.000 0.350 C94 0:*-1-20-* Def -5 0 1 20 0 0.000 0.000 0.350 C94 5:*-1-20-* Def -0 5 1 20 5 0.000 0.000 0.344 C94 -0 5 1 20 20 0.000 0.000 0.361 C94 -0 0 1 22 0 0.000 0.000 0.236 E94 0:*1-22-* Def -5 0 1 22 0 0.000 0.000 0.236 E94 5:*1-22-* Def -0 0 1 25 0 0.000 0.000 0.300 C94 0:*-1-25-* Def -5 0 1 25 0 0.000 0.000 0.251 E94 5:*1-25-* Def -0 1 1 25 1 0.000 -0.207 0.232 X94 -0 1 1 25 32 0.000 0.288 0.218 X94 -0 5 1 25 1 0.000 0.152 0.235 X94 -0 5 1 25 6 0.000 0.000 0.495 X94 -0 5 1 25 32 0.000 -0.130 0.214 X94 -0 5 1 25 43 0.000 0.000 0.466 X94 -0 5 1 25 72 0.000 0.000 0.243 X94 -0 0 1 26 0 0.000 0.000 0.450 C94 0:*-1-26-* Def -5 0 1 26 0 0.000 0.000 0.376 E94 5:*1-26-* Def -0 5 1 26 12 0.000 0.000 0.439 X94 -0 5 1 26 71 0.000 0.000 0.472 X94 -0 0 1 34 0 0.000 0.000 0.250 C94 0:*-1-34-* Def -5 0 1 34 0 0.000 0.000 0.198 E94 5:*1-34-* Def -0 1 1 34 36 0.000 0.000 0.187 C94 -0 5 1 34 1 0.000 0.000 0.247 C94 -0 5 1 34 36 0.000 0.000 0.259 C94 -0 0 1 37 0 0.000 0.000 0.200 C94 0:*-1-37-* Def -5 0 1 37 0 0.000 0.000 0.000 E94 5:*1-37-* Def -0 1 1 37 37 0.000 0.449 0.000 C94 -0 5 1 37 37 0.000 -0.420 0.391 C94 -0 6 1 37 37 0.000 0.000 0.150 C94 -0 0 1 39 0 0.000 0.000 0.000 C94 0:*-1-39-* Def -5 0 1 39 0 0.000 0.000 0.000 E94 5:*1-39-* Def -0 1 1 39 63 0.000 -0.080 -0.056 C94 -0 5 1 39 63 0.000 0.000 -0.113 C94 -0 0 1 40 0 0.000 0.000 0.250 C94 0:*-1-40-* Def -5 0 1 40 0 0.000 0.000 0.297 E94 5:*1-40-* Def -0 5 1 40 28 0.000 -0.105 0.000 C94S -0 5 1 40 37 0.000 0.000 0.468 C94S -0 0 1 41 0 0.000 0.600 0.000 C94 0:*-1-41-* Def -0 1 1 41 32 0.000 1.263 0.000 C94 -0 5 1 41 32 0.000 0.000 -0.106 C94 -0 5 1 41 72 0.000 0.632 0.000 X94 -0 0 1 43 0 0.000 0.000 0.150 C94 0:*-1-43-* Def -5 0 1 43 0 0.000 0.000 0.297 E94 5:*1-43-* Def -0 5 1 43 18 0.357 -0.918 0.000 X94 -0 5 1 43 25 0.000 0.000 0.061 X94 -0 5 1 43 28 -0.249 0.382 0.343 X94 -0 0 1 45 0 0.000 0.000 0.100 C94 0:*-1-45-* Def -0 5 1 45 32 0.000 0.000 0.125 X94 -0 0 1 46 0 0.000 0.000 -0.500 C94 0:*-1-46-* Def -0 5 1 46 7 0.000 0.000 -0.540 X94 -0 0 1 54 0 0.000 0.000 0.000 C94 0:*-1-54-* Def -2 0 1 54 0 0.000 0.000 0.000 E94 2:*1-54-* Def -5 0 1 54 0 0.000 0.000 0.000 E94 5:*1-54-* Def -0 5 1 54 3 0.000 0.000 -0.315 C94 -0 5 1 54 36 0.000 0.000 0.315 C94 -0 0 1 55 0 0.000 0.000 0.000 C94 0:*-1-55-* Def -5 0 1 55 0 0.000 0.000 0.000 E94 5:*1-55-* Def -0 5 1 55 36 0.000 -0.058 0.084 C94 -0 5 1 55 57 0.000 -0.058 -0.092 C94 -0 0 1 56 0 0.000 0.000 -0.300 C94 0:*-1-56-* Def -0 1 1 56 36 0.875 0.668 -0.015 C94 -0 1 1 56 57 -0.870 0.775 -0.406 C94 -0 5 1 56 36 -0.958 -0.629 -0.372 C94 -0 5 1 56 57 0.952 -0.715 -0.483 C94 -0 0 1 57 0 0.000 0.000 0.000 E94 0:*1-57-* Def -5 0 1 57 0 0.000 0.000 0.000 E94 5:*1-57-* Def -0 0 1 58 0 0.000 0.000 0.000 E94 0:*1-58-* Def -0 0 1 62 0 0.000 0.000 0.250 C94 0:*-1-62-* Def -0 5 1 62 18 0.000 0.000 0.270 X94 -0 0 1 63 0 0.000 0.000 0.000 E94 0:*1-63-* Def -5 0 1 63 0 0.000 0.000 0.000 E94 5:*1-63-* Def -0 0 1 64 0 0.000 0.000 0.000 E94 0:*1-64-* Def -5 0 1 64 0 0.000 0.000 0.000 E94 5:*1-64-* Def -0 0 1 67 0 0.000 0.000 0.000 E94 0:*1-67-* Def -5 0 1 67 0 0.000 0.000 0.000 E94 5:*1-67-* Def -0 0 1 68 0 0.000 0.000 0.400 C94 0:*-1-68-* Def -0 1 1 68 1 -0.117 0.090 0.751 C94 -0 1 1 68 23 0.373 0.153 0.635 C94 -0 1 1 68 32 -0.090 -0.169 0.075 C94 -0 5 1 68 1 0.134 -0.112 0.329 C94 -0 5 1 68 23 -0.361 -0.202 0.560 C94 -0 5 1 68 32 0.072 0.218 0.093 C94 -0 0 1 73 0 0.000 0.000 0.500 C94 0:*-1-73-* Def -0 5 1 73 32 0.000 0.000 0.509 X94 -0 5 1 73 72 0.000 0.000 0.443 X94 -0 0 1 75 0 0.000 0.000 0.000 E94 0:*1-75-* Def -0 0 1 78 0 0.000 0.000 0.000 E94 0:*1-78-* Def -0 0 1 80 0 0.000 0.000 0.000 E94 0:*1-80-* Def -0 0 1 81 0 0.000 0.000 0.000 E94 0:*1-81-* Def -0 0 2 2 0 0.000 12.000 0.000 C94 0:*-2=2-* Def -1 0 2 2 0 0.000 1.800 0.000 C94 1:*=2-2=* Def -5 0 2 2 0 0.000 12.000 0.000 C94 5:*-2=2-* Def -0 1 2 2 1 -0.403 12.000 0.000 C94 -0 1 2 2 2 0.000 12.000 0.000 C94 -1 1 2 2 2 -0.418 2.089 -0.310 C94 -0 1 2 2 5 0.000 12.000 0.000 C94 -1 1 2 2 5 0.412 2.120 0.269 C94 -1 2 2 2 2 0.094 1.621 0.877 C94 -0 2 2 2 5 0.000 12.000 0.000 C94 -1 2 2 2 5 0.317 1.421 -0.870 C94 -0 3 2 2 5 0.000 12.000 0.000 C94 -0 5 2 2 5 0.000 12.000 0.000 C94 -1 5 2 2 5 -0.406 1.767 0.000 C94 -0 5 2 2 6 0.000 12.000 0.000 C94 -0 5 2 2 37 0.000 12.000 0.000 C94 -0 5 2 2 40 0.000 12.000 0.000 C94 -0 5 2 2 41 0.000 12.000 0.000 C94 -0 5 2 2 45 0.000 12.000 0.000 X94 -0 5 2 2 62 0.000 12.000 0.000 X94 -1 0 2 3 0 0.000 2.500 0.000 #E94 0:*-2-3-* Def -1 1 2 3 1 0.136 1.798 0.630 C94 -1 1 2 3 5 0.497 2.405 0.357 C94 -1 1 2 3 6 -0.211 1.925 -0.131 C94 -1 1 2 3 7 -0.401 2.028 -0.318 C94 -1 1 2 3 10 0.000 2.237 -0.610 C94S -1 2 2 3 1 -0.325 1.553 -0.487 C94 -1 2 2 3 5 -0.295 2.024 -0.590 C94 -1 2 2 3 6 -0.143 1.466 0.000 C94 -1 2 2 3 7 0.362 1.978 0.000 C94 -1 2 2 3 9 0.296 1.514 0.481 C94 -1 2 2 3 10 0.000 1.599 0.380 C94S -1 5 2 3 1 0.213 1.728 -0.042 C94 -1 5 2 3 5 -0.208 1.622 0.223 C94 -1 5 2 3 6 0.359 1.539 0.194 C94 -1 5 2 3 7 0.000 2.046 0.000 C94 -1 5 2 3 9 -0.290 1.519 -0.470 C94 -1 5 2 3 10 0.000 1.409 0.254 C94S -1 0 2 4 0 0.000 0.000 0.000 C94 0:*-2-4-* Def -0 0 2 6 0 0.000 3.100 0.000 C94 0:*-2-6-* Def -2 0 2 6 0 0.000 3.600 0.000 E94 2:*-2-6-* Def -5 0 2 6 0 0.000 3.600 0.000 E94 5:*-2-6-* Def -0 2 2 6 1 -1.953 3.953 -1.055 C94 -0 2 2 6 3 -1.712 2.596 -0.330 C94 -0 2 2 6 29 -0.215 2.810 -0.456 C94 -0 5 2 6 1 1.951 3.936 1.130 C94 -0 5 2 6 3 1.719 2.628 0.360 C94 -0 5 2 6 29 0.216 2.808 0.456 C94 -1 0 2 9 0 0.000 1.800 0.000 E94 1:*-2-9-* Def -0 0 2 10 0 0.000 6.000 0.000 E94 0:*-2-10-* Def -2 0 2 10 0 0.000 6.000 0.000 E94 2:*-2-10-* Def -5 0 2 10 0 0.000 6.000 0.000 E94 5:*-2-10-* Def -0 0 2 15 0 0.000 1.423 0.000 E94 0:*-2-15-* Def -2 0 2 15 0 0.000 1.423 0.000 E94 2:*-2-15-* Def -5 0 2 15 0 0.000 1.423 0.000 E94 5:*-2-15-* Def -0 0 2 17 0 0.000 1.423 0.000 E94 0:*-2-17-* Def -0 0 2 18 0 0.000 0.000 0.000 E94 0:*-2-18-* Def -2 0 2 18 0 0.000 0.000 0.000 E94 2:*-2-18-* Def -5 0 2 18 0 0.000 0.000 0.000 E94 5:*-2-18-* Def -0 0 2 19 0 0.000 0.000 0.000 E94 0:*-2-19-* Def -0 0 2 20 0 0.000 0.000 0.000 E94 0:*-2-20-* Def -2 0 2 20 0 0.000 0.000 0.000 E94 2:*-2-20-* Def -0 0 2 22 0 0.000 0.000 0.000 E94 0:*-2-22-* Def -2 0 2 22 0 0.000 0.000 0.000 E94 2:*-2-22-* Def -5 0 2 22 0 0.000 0.000 0.000 E94 5:*-2-22-* Def -0 0 2 25 0 0.000 0.000 0.000 E94 0:*-2-25-* Def -0 0 2 30 0 0.000 12.000 0.000 E94 0:*-2-30-* Def -0 0 2 34 0 0.000 0.000 0.000 E94 0:*-2-34-* Def -2 0 2 34 0 0.000 0.000 0.000 E94 2:*-2-34-* Def -1 0 2 37 0 0.000 2.000 0.000 C94 1:*-2-37-* Def -1 1 2 37 37 0.000 2.952 -0.079 C94 -1 2 2 37 37 0.000 1.542 0.434 C94 -1 5 2 37 37 0.000 1.308 -0.357 C94 -1 0 2 39 0 0.000 6.000 0.000 E94 1:*-2-39-* Def -0 0 2 40 0 0.000 3.700 0.000 C94 0:*-2-40-* Def -2 0 2 40 0 0.000 3.600 0.000 E94 2:*-2-40-* Def -5 0 2 40 0 0.000 3.600 0.000 E94 5:*-2-40-* Def -0 2 2 40 28 0.000 3.305 -0.530 C94S -0 5 2 40 28 0.139 3.241 0.139 C94S -0 0 2 41 0 0.000 1.200 0.000 C94 0:*-2-41-* Def -2 0 2 41 0 0.000 1.800 0.000 E94 2:*-2-41-* Def -0 2 2 41 32 0.000 1.235 0.000 C94 -0 5 2 41 32 0.000 1.231 0.000 C94 -0 0 2 43 0 0.000 3.600 0.000 E94 0:*-2-43-* Def -2 0 2 43 0 0.000 3.600 0.000 E94 2:*-2-43-* Def -0 0 2 45 0 0.000 2.200 0.000 C94 0:*-2-45-* Def -2 0 2 45 0 0.000 1.800 0.000 E94 2:*-2-45-* Def -0 2 2 45 32 0.000 2.212 0.000 X94 -0 5 2 45 32 0.000 2.225 0.000 X94 -0 0 2 46 0 0.000 1.800 0.000 E94 0:*-2-46-* Def -2 0 2 46 0 0.000 1.800 0.000 E94 2:*-2-46-* Def -0 0 2 55 0 0.000 4.800 0.000 E94 0:*-2-55-* Def -0 0 2 56 0 0.000 4.800 0.000 E94 0:*-2-56-* Def -0 0 2 62 0 0.000 8.000 0.000 C94 0:*-2-62-* Def -0 2 2 62 23 1.693 7.903 0.532 X94 -0 5 2 62 23 -1.696 7.897 -0.482 X94 -1 0 2 63 0 0.000 1.800 0.000 E94 1:*-2-63-* Def -1 0 2 64 0 0.000 1.800 0.000 E94 1:*-2-64-* Def -1 0 2 67 0 0.000 1.800 0.000 E94 1:*-2-67-* Def -1 0 2 81 0 0.000 4.800 0.000 E94 1:*-2-81-* Def -1 0 3 3 0 0.000 0.600 0.000 C94 0:*-3-3-* Def -4 0 3 3 0 0.000 1.800 0.000 E94 4:*-3-3-* Def -1 1 3 3 1 -0.486 0.714 0.000 C94 -1 1 3 3 6 -0.081 -0.125 0.132 C94 -1 1 3 3 7 1.053 1.327 0.000 C94 -1 5 3 3 6 0.000 0.188 0.436 C94 -1 5 3 3 7 0.000 0.177 -0.412 C94 -1 6 3 3 6 0.269 0.437 0.000 C94 -1 6 3 3 7 -0.495 0.793 -0.318 C94 -1 7 3 3 7 -0.260 1.084 0.193 C94 -0 0 3 6 0 0.000 5.500 0.000 C94 0:*-3-6-* Def -2 0 3 6 0 0.000 5.500 0.000 C94 2:*-3-6-* Def -4 0 3 6 0 0.000 3.600 0.000 E94 4:*-3-6-* Def -5 0 3 6 0 0.000 3.600 0.000 E94 5:*-3-6-* Def -0 1 3 6 1 -1.244 5.482 0.365 C94 -0 1 3 6 24 -1.166 5.078 -0.545 C94 -0 1 3 6 37 -0.677 5.854 0.521 C94 -2 2 3 6 24 0.256 4.519 0.258 C94 -2 3 3 6 24 1.663 4.073 0.094 C94 -0 5 3 6 1 0.526 5.631 0.691 C94 -0 5 3 6 2 0.159 6.586 0.216 C94 -0 5 3 6 24 -2.285 4.737 0.468 C94 -0 7 3 6 0 0.700 6.500 -0.400 C94 0:7-3-6-* Def -0 7 3 6 1 0.682 7.184 -0.935 C94 -0 7 3 6 2 -0.168 6.572 -0.151 C94 -0 7 3 6 24 1.662 6.152 -0.058 C94 -0 7 3 6 37 0.635 5.890 -0.446 C94 -2 37 3 6 24 0.000 3.892 -0.094 C94 -0 0 3 9 0 0.000 16.000 0.000 C94 0:*-3=9-* Def -1 0 3 9 0 0.000 1.800 0.000 E94 1:*-3-9-* Def -5 0 3 9 0 0.000 12.000 0.000 E94 5:*-3-9-* Def -0 2 3 9 27 0.000 16.000 0.000 C94 -0 5 3 9 1 0.687 16.152 0.894 C94 -0 5 3 9 27 0.000 16.000 0.000 C94 -0 40 3 9 1 -0.704 18.216 0.000 C94S -0 40 3 9 27 0.000 16.000 0.178 C94S -0 0 3 10 0 0.000 6.000 0.000 C94 0:*-3-10-* Def -2 0 3 10 0 0.000 6.000 0.000 C94 2:*-3-10-* Def -4 0 3 10 0 0.000 6.000 0.000 C94 4:*-3-10-* Def -5 0 3 10 0 0.000 6.000 0.000 E94 5:*-3-10-* Def -0 1 3 10 1 0.831 6.061 0.522 C94S -0 1 3 10 6 -1.152 8.588 1.511 C94S -0 1 3 10 28 -0.259 5.934 1.326 C94S -2 2 3 10 28 0.000 6.561 0.294 C94S -0 5 3 10 1 -0.195 6.304 1.722 C94S -0 5 3 10 3 -0.705 5.383 0.234 C94S -0 5 3 10 28 -0.417 5.981 0.511 C94S -0 7 3 10 1 -0.491 6.218 0.000 C94S -0 7 3 10 3 0.733 -0.543 -0.163 C94S -0 7 3 10 6 1.234 8.372 -0.539 C94S -0 7 3 10 28 1.168 4.857 -0.341 C94S -0 10 3 10 28 0.000 3.706 1.254 C94S -0 0 3 15 0 0.000 1.423 0.000 E94 0:*-3-15-* Def -2 0 3 15 0 0.000 1.423 0.000 E94 2:*-3-15-* Def -4 0 3 15 0 0.000 1.423 0.000 E94 4:*-3-15-* Def -5 0 3 15 0 0.000 1.423 0.000 E94 5:*-3-15-* Def -0 0 3 17 0 0.000 1.423 0.000 E94 0:*-3-17-* Def -5 0 3 17 0 0.000 1.423 0.000 E94 5:*-3-17-* Def -0 0 3 18 0 0.000 0.000 0.000 E94 0:*-3-18-* Def -2 0 3 18 0 0.000 0.000 0.000 E94 2:*-3-18-* Def -0 0 3 20 0 0.000 0.000 -0.300 C94 0:*-3-20-* Def -2 0 3 20 0 0.000 0.000 0.000 E94 2:*-3-20-* Def -4 0 3 20 0 0.000 0.000 -0.300 C94 4:*-3-20-* Def -5 0 3 20 0 0.000 0.000 0.000 E94 5:*-3-20-* Def -0 7 3 20 0 0.000 0.400 0.400 C94 0:7-3-20-* Def -0 7 3 20 5 0.000 0.000 -0.131 C94 -0 7 3 20 20 0.000 0.000 0.000 C94 -0 20 3 20 5 0.000 0.000 0.085 C94 -0 20 3 20 20 0.000 0.000 0.000 C94 -0 0 3 22 0 0.000 0.000 0.000 E94 0:*-3-22-* Def -2 0 3 22 0 0.000 0.000 0.000 E94 2:*-3-22-* Def -4 0 3 22 0 0.000 0.000 0.000 E94 4:*-3-22-* Def -5 0 3 22 0 0.000 0.000 0.000 E94 5:*-3-22-* Def -0 7 3 22 0 0.000 0.400 0.400 C94 0:7-3-22-* Def -0 0 3 25 0 0.000 0.000 0.000 E94 0:*-3-25-* Def -2 0 3 25 0 0.000 0.000 0.000 E94 2:*-3-25-* Def -1 0 3 30 0 0.000 1.800 0.000 E94 1:*-3-30-* Def -4 0 3 30 0 0.000 1.800 0.000 E94 4:*-3-30-* Def -1 0 3 37 0 0.000 2.500 0.000 #E94 1:*-3-37-* Def -4 0 3 37 0 0.000 1.800 0.000 E94 4:*-3-37-* Def -1 1 3 37 37 0.000 2.428 0.000 C94 -1 6 3 37 37 0.000 1.743 0.000 C94 -1 7 3 37 37 0.000 2.256 0.000 C94 -1 43 3 37 37 -0.241 3.385 -0.838 X94 -1 0 3 39 0 0.000 5.500 0.000 #E94 1:*-3-39-* Def -0 0 3 40 0 0.000 3.900 0.000 C94 0:*-3-40-* Def -2 0 3 40 0 0.000 3.600 0.000 E94 2:*-3-40-* Def -5 0 3 40 0 0.000 3.600 0.000 E94 5:*-3-40-* Def -0 5 3 40 28 -1.355 3.964 0.800 C94S -0 9 3 40 28 1.045 3.785 -0.291 C94S -0 40 3 40 28 0.508 2.985 0.809 C94S -0 0 3 41 0 0.000 1.800 0.000 E94 0:*-3-41-* Def -2 0 3 41 0 0.000 1.800 0.000 E94 2:*-3-41-* Def -0 0 3 43 0 0.000 4.500 0.000 C94 0:*-3-43-* Def -2 0 3 43 0 0.000 3.600 0.000 E94 2:*-3-43-* Def -4 0 3 43 0 0.000 3.600 0.000 E94 4:*-3-43-* Def -5 0 3 43 0 0.000 3.600 0.000 E94 5:*-3-43-* Def -0 1 3 43 18 1.712 3.309 0.233 X94 -0 1 3 43 28 -0.414 4.168 -0.875 X94 -0 7 3 43 18 -0.880 5.091 -0.129 X94 -0 7 3 43 28 0.536 5.276 -0.556 X94 -2 37 3 43 18 -0.701 4.871 1.225 X94 -2 37 3 43 28 -0.086 5.073 0.878 X94 -0 0 3 45 0 0.000 1.800 0.000 E94 0:*-3-45-* Def -2 0 3 45 0 0.000 1.800 0.000 E94 2:*-3-45-* Def -0 0 3 48 0 0.000 0.000 0.892 E94 0:*-3-48-* Def -0 0 3 51 0 0.000 13.500 0.000 C94 0:*-3-51-* Def -0 1 3 51 52 0.000 13.549 0.000 X94 -0 0 3 54 0 0.000 8.000 0.000 C94 0:*-3-54-* Def -1 0 3 54 0 0.000 2.500 0.000 #E94 1:*-3-54-* Def -5 0 3 54 0 0.000 12.000 0.000 E94 5:*-3-54-* Def -0 5 3 54 1 0.000 8.000 0.000 C94 -0 5 3 54 36 0.000 8.000 0.000 C94 -0 0 3 55 0 0.000 4.800 0.000 E94 0:*-3-55-* Def -2 0 3 55 0 0.000 4.800 0.000 E94 2:*-3-55-* Def -0 0 3 56 0 0.000 4.800 0.000 E94 0:*-3-56-* Def -2 0 3 56 0 0.000 4.800 0.000 E94 2:*-3-56-* Def -1 0 3 57 0 0.000 2.500 0.000 #E94 1:*-3-57-* Def -1 0 3 58 0 0.000 4.800 0.000 E94 1:*-3-58-* Def -0 0 3 62 0 0.000 3.600 0.000 E94 0:*-3-62-* Def -2 0 3 62 0 0.000 3.600 0.000 E94 2:*-3-62-* Def -5 0 3 62 0 0.000 3.600 0.000 E94 5:*-3-62-* Def -1 0 3 63 0 0.000 2.500 0.000 #E94 1:*-3-63-* Def -1 0 3 64 0 0.000 2.500 0.000 #E94 1:*-3-64-* Def -0 0 3 67 0 0.000 12.000 0.000 E94 0:*-3-67-* Def -0 0 3 74 0 0.000 19.000 0.000 C94 0:*-3-74-* Def -0 1 3 74 7 0.000 19.349 0.000 X94 -0 0 3 75 0 0.000 19.000 0.000 C94 0:*-3-75-* Def -0 1 3 75 71 0.000 18.751 0.000 X94 -1 0 3 78 0 0.000 2.500 0.000 #E94 1:*-3-78-* Def -1 0 3 80 0 0.000 2.500 0.000 #E94 1:*-3-80-* Def -0 0 6 6 0 0.000 -2.000 0.000 E94 0:*-6-6-* Def -5 0 6 6 0 0.000 -2.000 0.000 E94 5:*-6-6-* Def -0 0 6 8 0 0.900 -1.100 -0.500 C94 0:*-6-8-* Def -5 0 6 8 0 0.000 0.000 0.274 E94 5:*-6-8-* Def -0 21 6 8 1 0.261 -0.330 -0.542 C94 -0 21 6 8 23 1.503 -1.853 -0.476 C94 -0 0 6 9 0 0.000 3.600 0.000 E94 0:*-6-9-* Def -5 0 6 9 0 0.000 3.600 0.000 E94 5:*-6-9-* Def -0 0 6 10 0 1.200 0.500 -1.000 C94 0:*-6-10-* Def -0 21 6 10 1 0.829 0.000 -0.730 C94S -0 21 6 10 3 0.675 -0.185 -1.053 C94S -0 0 6 15 0 0.000 -4.000 0.000 E94 0:*-6-15-* Def -0 0 6 17 0 0.000 1.423 0.000 E94 0:*-6-17-* Def -5 0 6 17 0 0.000 1.423 0.000 E94 5:*-6-17-* Def -0 0 6 18 0 0.000 0.000 0.100 C94 0:*-6-18-* Def -5 0 6 18 0 0.000 0.000 0.103 E94 5:*-6-18-* Def -0 33 6 18 1 -0.520 -0.471 -0.267 X94 -0 33 6 18 6 -1.623 0.204 0.438 X94 -0 33 6 18 32 1.616 0.425 0.191 X94 -0 0 6 19 0 0.000 0.000 0.150 C94 0:*-6-19-* Def -5 0 6 19 0 0.000 0.000 0.165 E94 5:*-6-19-* Def -0 21 6 19 1 -0.620 -0.329 0.303 X94 -0 21 6 19 5 0.683 0.220 0.000 X94 -0 0 6 20 0 0.000 0.000 0.400 C94 0:*-6-20-* Def -4 0 6 20 0 0.000 0.000 0.217 E94 4:*-6-20-* Def -5 0 6 20 0 0.000 0.000 0.217 E94 5:*-6-20-* Def -0 20 6 20 5 0.000 0.000 -0.079 C94 -4 20 6 20 20 0.000 0.000 0.000 C94 -0 0 6 22 0 0.000 0.000 0.217 E94 0:*-6-22-* Def -0 0 6 25 0 0.000 0.000 0.650 C94 0:*-6-25-* Def -5 0 6 25 0 0.000 0.000 0.231 E94 5:*-6-25-* Def -0 1 6 25 1 -1.704 -0.452 0.556 X94 -0 1 6 25 6 0.000 0.000 0.777 X94 -0 1 6 25 32 1.205 0.914 0.612 X94 -0 24 6 25 6 -3.209 -7.622 1.065 X94 -0 24 6 25 32 -5.891 -3.332 0.290 X94 -0 0 6 26 0 0.000 0.000 0.346 E94 0:*-6-26-* Def -0 0 6 30 0 0.000 3.600 0.000 E94 0:*-6-30-* Def -2 0 6 30 0 0.000 3.600 0.000 E94 2:*-6-30-* Def -0 0 6 37 0 0.000 3.200 0.000 C94 0:*-6-37-* Def -5 0 6 37 0 0.000 3.600 0.000 E94 5:*-6-37-* Def -0 1 6 37 37 0.000 4.382 0.000 C94 -0 3 6 37 37 0.000 2.576 0.000 C94 -0 29 6 37 37 0.000 2.801 0.000 C94 -0 0 6 39 0 0.000 0.000 0.000 E94 0:*-6-39-* Def -0 0 6 40 0 0.000 0.000 0.274 E94 0:*-6-40-* Def -0 0 6 41 0 0.000 3.600 0.000 E94 0:*-6-41-* Def -0 0 6 43 0 0.000 0.000 0.274 E94 0:*-6-43-* Def -0 0 6 45 0 0.000 6.000 0.000 C94 0:*-6-45-* Def -0 1 6 45 32 0.000 6.208 0.000 X94 -0 0 6 54 0 0.000 3.600 0.000 E94 0:*-6-54-* Def -0 0 6 55 0 0.000 3.600 0.000 E94 0:*-6-55-* Def -0 0 6 57 0 0.000 3.600 0.000 E94 0:*-6-57-* Def -0 0 6 58 0 0.000 3.600 0.000 E94 0:*-6-58-* Def -0 0 6 63 0 0.000 3.600 0.000 E94 0:*-6-63-* Def -0 0 6 64 0 0.000 3.600 0.000 E94 0:*-6-64-* Def -0 0 8 8 0 0.000 0.000 0.375 E94 0:*-8-8-* Def -5 0 8 8 0 0.000 0.000 0.375 E94 5:*-8-8-* Def -0 0 8 9 0 0.000 3.600 0.000 E94 0:*-8-9-* Def -5 0 8 9 0 0.000 3.600 0.000 E94 5:*-8-9-* Def -0 0 8 10 0 0.000 0.000 0.000 E94 0:*-8-10-* Def -4 0 8 10 0 0.000 0.000 0.000 E94 4:*-8-10-* Def -0 0 8 15 0 0.000 0.000 0.424 E94 0:*-8-15-* Def -0 0 8 17 0 0.000 1.423 0.000 E94 0:*-8-17-* Def -4 0 8 17 0 0.000 1.423 0.000 E94 4:*-8-17-* Def -5 0 8 17 0 0.000 1.423 0.000 E94 5:*-8-17-* Def -0 0 8 19 0 0.000 0.000 0.225 E94 0:*-8-19-* Def -0 0 8 20 0 0.000 0.000 0.350 C94 0:*-8-20-* Def -4 0 8 20 0 0.000 0.000 0.300 C94 4:*-8-20-* Def -5 0 8 20 0 0.000 0.000 0.297 E94 5:*-8-20-* Def -0 20 8 20 5 0.000 0.120 0.472 C94 -4 20 8 20 20 0.000 -0.097 0.200 C94 -0 23 8 20 5 -0.101 -0.324 0.371 C94 -0 23 8 20 20 0.107 0.253 0.151 C94 -0 0 8 22 0 0.000 0.000 0.297 E94 0:*-8-22-* Def -0 0 8 25 0 0.000 0.000 0.316 E94 0:*-8-25-* Def -5 0 8 25 0 0.000 0.000 0.316 E94 5:*-8-25-* Def -0 0 8 26 0 0.000 0.000 0.474 E94 0:*-8-26-* Def -5 0 8 26 0 0.000 0.000 0.474 E94 5:*-8-26-* Def -0 0 8 34 0 0.000 0.000 0.250 E94 0:*-8-34-* Def -0 0 8 39 0 0.000 0.000 0.000 E94 0:*-8-39-* Def -0 0 8 40 0 0.000 0.000 0.375 E94 0:*-8-40-* Def -0 0 8 43 0 0.000 0.000 0.375 E94 0:*-8-43-* Def -0 0 8 45 0 0.000 3.600 0.000 E94 0:*-8-45-* Def -0 0 8 46 0 0.000 3.600 0.000 E94 0:*-8-46-* Def -0 0 8 55 0 0.000 3.600 0.000 E94 0:*-8-55-* Def -0 0 8 56 0 0.000 3.600 0.000 E94 0:*-8-56-* Def -0 0 9 9 0 0.000 12.000 0.000 E94 0:*-9-9-* Def -1 0 9 9 0 0.000 1.800 0.000 E94 1:*-9-9-* Def -5 0 9 9 0 0.000 12.000 0.000 E94 5:*-9-9-* Def -0 0 9 10 0 0.000 6.000 0.000 E94 0:*-9-10-* Def -5 0 9 10 0 0.000 6.000 0.000 E94 5:*-9-10-* Def -0 0 9 15 0 0.000 1.423 0.000 E94 0:*-9-15-* Def -0 0 9 18 0 0.000 0.000 0.000 E94 0:*-9-18-* Def -0 0 9 19 0 0.000 0.000 0.000 E94 0:*-9-19-* Def -0 0 9 20 0 0.000 0.000 0.000 E94 0:*-9-20-* Def -0 0 9 25 0 0.000 0.000 0.000 E94 0:*-9-25-* Def -0 0 9 34 0 0.000 0.000 0.000 E94 0:*-9-34-* Def -5 0 9 34 0 0.000 0.000 0.000 E94 5:*-9-34-* Def -1 0 9 37 0 0.000 1.800 0.000 E94 1:*-9-37-* Def -1 0 9 39 0 0.000 6.000 0.000 E94 1:*-9-39-* Def -0 0 9 40 0 0.000 3.600 0.000 E94 0:*-9-40-* Def -0 0 9 41 0 0.000 4.800 0.000 E94 0:*-9-41-* Def -0 0 9 45 0 0.000 1.800 0.000 E94 0:*-9-45-* Def -0 0 9 54 0 0.000 12.000 0.000 E94 0:*-9-54-* Def -0 0 9 55 0 0.000 4.800 0.000 E94 0:*-9-55-* Def -0 0 9 56 0 0.000 4.800 0.000 E94 0:*-9-56-* Def -1 0 9 57 0 0.000 1.800 0.000 E94 1:*-9-57-* Def -0 0 9 62 0 0.000 3.600 0.000 E94 0:*-9-62-* Def -1 0 9 63 0 0.000 1.800 0.000 E94 1:*-9-63-* Def -1 0 9 64 0 0.000 1.800 0.000 E94 1:*-9-64-* Def -0 0 9 67 0 0.000 12.000 0.000 E94 0:*-9-67-* Def -1 0 9 78 0 0.000 1.800 0.000 E94 1:*-9-78-* Def -1 0 9 81 0 0.000 4.800 0.000 E94 1:*-9-81-* Def -0 0 10 10 0 0.000 0.000 0.000 E94 0:*-10-10-* Def -5 0 10 10 0 0.000 0.000 0.000 E94 5:*-10-10-* Def -0 0 10 15 0 0.000 0.000 0.000 E94 0:*-10-15-* Def -0 0 10 17 0 0.000 4.743 0.000 E94 0:*-10-17-* Def -0 0 10 20 0 0.000 0.000 0.000 E94 0:*-10-20-* Def -4 0 10 20 0 0.000 0.000 0.000 E94 4:*-10-20-* Def -5 0 10 20 0 0.000 0.000 0.000 E94 5:*-10-20-* Def -0 0 10 22 0 0.000 0.000 0.000 E94 0:*-10-22-* Def -0 0 10 25 0 0.000 0.000 0.000 E94 0:*-10-25-* Def -0 0 10 26 0 0.000 0.000 0.000 E94 0:*-10-26-* Def -5 0 10 26 0 0.000 0.000 0.000 E94 5:*-10-26-* Def -0 0 10 34 0 0.000 0.000 0.000 E94 0:*-10-34-* Def -0 0 10 37 0 0.000 6.000 0.000 E94 0:*-10-37-* Def -0 0 10 39 0 0.000 0.000 0.000 E94 0:*-10-39-* Def -0 0 10 40 0 0.000 0.000 0.000 E94 0:*-10-40-* Def -5 0 10 40 0 0.000 0.000 0.000 E94 5:*-10-40-* Def -0 0 10 41 0 0.000 6.000 0.000 E94 0:*-10-41-* Def -0 0 10 45 0 0.000 6.000 0.000 E94 0:*-10-45-* Def -0 0 10 63 0 0.000 6.000 0.000 E94 0:*-10-63-* Def -0 0 10 64 0 0.000 6.000 0.000 E94 0:*-10-64-* Def -0 0 15 15 0 -1.400 -8.300 1.000 C94 0:*-15-15-* Def -5 0 15 15 0 0.000 -8.000 0.000 E94 5:*-15-15-* Def -0 1 15 15 1 -1.663 -8.408 1.433 C94 -0 1 15 15 71 -1.088 -8.245 0.411 C94 -0 0 15 18 0 0.000 0.000 0.160 E94 0:*-15-18-* Def -0 0 15 19 0 0.000 0.000 0.255 E94 0:*-15-19-* Def -5 0 15 19 0 0.000 0.000 0.255 E94 5:*-15-19-* Def -0 0 15 20 0 0.000 0.000 0.336 E94 0:*-15-20-* Def -4 0 15 20 0 0.000 0.000 0.336 E94 4:*-15-20-* Def -0 0 15 22 0 0.000 0.000 0.336 E94 0:*-15-22-* Def -0 0 15 25 0 0.000 0.000 0.358 E94 0:*-15-25-* Def -4 0 15 25 0 0.000 0.000 0.358 E94 4:*-15-25-* Def -0 0 15 26 0 0.000 0.000 0.537 E94 0:*-15-26-* Def -0 0 15 30 0 0.000 1.423 0.000 E94 0:*-15-30-* Def -4 0 15 30 0 0.000 1.423 0.000 E94 4:*-15-30-* Def -0 0 15 37 0 0.000 1.300 0.000 C94 0:*-15-37-* Def -5 0 15 37 0 0.000 1.423 0.000 E94 5:*-15-37-* Def -0 1 15 37 37 0.000 2.177 0.000 C94 -0 71 15 37 37 0.000 0.505 0.333 C94 -0 0 15 40 0 0.000 0.000 0.424 E94 0:*-15-40-* Def -0 0 15 43 0 0.000 0.000 0.424 E94 0:*-15-43-* Def -0 0 15 57 0 0.000 1.423 0.000 E94 0:*-15-57-* Def -0 0 15 63 0 0.000 1.423 0.000 E94 0:*-15-63-* Def -0 0 15 64 0 0.000 1.423 0.000 E94 0:*-15-64-* Def -0 0 17 20 0 0.000 0.000 0.000 E94 0:*-17-20-* Def -4 0 17 20 0 0.000 0.000 0.000 E94 4:*-17-20-* Def -5 0 17 20 0 0.000 0.000 0.000 E94 5:*-17-20-* Def -0 0 17 22 0 0.000 0.000 0.000 E94 0:*-17-22-* Def -0 0 17 37 0 0.000 1.423 0.000 E94 0:*-17-37-* Def -0 0 17 43 0 0.000 3.795 0.000 E94 0:*-17-43-* Def -0 0 18 20 0 0.000 0.000 0.112 E94 0:*-18-20-* Def -4 0 18 20 0 0.000 0.000 0.112 E94 4:*-18-20-* Def -5 0 18 20 0 0.000 0.000 0.112 E94 5:*-18-20-* Def -0 0 18 22 0 0.000 0.000 0.112 E94 0:*-18-22-* Def -0 0 18 37 0 0.000 -1.200 -0.300 C94 0:*-18-37-* Def -0 32 18 37 37 -0.173 -0.965 -0.610 X94 -0 39 18 37 37 0.000 -0.760 0.227 X94 -0 43 18 37 37 0.228 -1.741 -0.371 X94 -0 0 18 39 0 0.000 0.000 0.500 C94 0:*-18-39-* Def -0 32 18 39 63 0.000 0.687 0.680 X94 -0 37 18 39 63 0.000 -0.513 0.357 X94 -0 0 18 43 0 0.000 0.000 0.350 C94 0:*-18-43-* Def -4 0 18 43 0 0.000 0.000 0.141 E94 4:*-18-43-* Def -5 0 18 43 0 0.000 0.000 0.141 E94 5:*-18-43-* Def -0 1 18 43 1 -0.914 -0.482 0.179 X94 -0 1 18 43 3 -0.392 -2.724 0.312 X94 -0 1 18 43 28 -1.508 -1.816 -0.175 X94 -0 1 18 43 37 0.823 -1.220 -0.770 X94 -0 32 18 43 1 1.588 1.499 1.410 X94 -0 32 18 43 3 0.653 0.254 0.000 X94 -0 32 18 43 28 0.528 0.342 0.000 X94 -0 32 18 43 37 0.812 1.513 1.266 X94 -0 37 18 43 1 -1.139 -0.703 1.088 X94 -0 37 18 43 28 -2.014 -1.646 -2.068 X94 -0 37 18 43 37 -1.519 -0.328 1.437 X94 -0 43 18 43 28 3.011 -1.405 2.038 X94 -0 0 18 48 0 0.000 0.000 0.400 C94 0:*-18-48-* Def -0 1 18 48 28 1.767 1.606 0.408 X94 -0 32 18 48 28 -1.463 -2.548 0.310 X94 -0 0 18 55 0 0.000 0.000 0.000 E94 0:*-18-55-* Def -0 0 18 58 0 0.000 0.000 0.000 E94 0:*-18-58-* Def -0 0 18 62 0 0.000 0.000 0.500 C94 0:*-18-62-* Def -0 1 18 62 1 -0.403 -0.273 0.440 X94 -0 32 18 62 1 0.291 0.385 0.582 X94 -0 0 18 63 0 0.000 0.000 0.000 E94 0:*-18-63-* Def -0 0 18 64 0 0.000 0.000 0.000 E94 0:*-18-64-* Def -0 0 18 80 0 0.000 0.000 0.000 E94 0:*-18-80-* Def -0 0 19 20 0 0.000 0.000 0.179 E94 0:*-19-20-* Def -4 0 19 20 0 0.000 0.000 0.179 E94 4:*-19-20-* Def -0 0 19 37 0 0.000 0.000 0.000 E94 0:*-19-37-* Def -0 0 19 40 0 0.000 0.000 0.225 E94 0:*-19-40-* Def -0 0 19 63 0 0.000 0.000 0.000 E94 0:*-19-63-* Def -0 0 19 75 0 0.000 0.000 0.000 E94 0:*-19-75-* Def -0 0 20 20 0 0.000 0.000 0.200 C94 0:*-20-20-* Def -4 0 20 20 0 0.000 0.000 0.000 C94 4:*-20-20-* Def -5 0 20 20 0 0.000 0.000 0.236 E94 5:*-20-20-* Def -0 1 20 20 5 0.067 0.081 0.347 C94 -0 1 20 20 20 -0.063 -0.064 0.140 C94 -0 3 20 20 5 0.000 0.000 0.083 C94 -0 3 20 20 20 0.000 0.000 0.000 C94 -0 5 20 20 5 0.000 0.000 0.424 C94 -0 5 20 20 6 0.000 0.000 -0.080 C94 -0 5 20 20 8 0.000 0.127 0.450 C94 -0 5 20 20 12 -0.072 -0.269 0.439 C94 -0 5 20 20 20 -0.057 0.000 0.307 C94 -4 6 20 20 20 0.000 0.000 0.000 C94 -4 8 20 20 20 0.000 -0.091 0.192 C94 -0 12 20 20 20 0.077 0.202 0.183 C94 -4 20 20 20 20 0.000 0.000 0.000 C94 -0 0 20 22 0 0.000 0.000 0.236 E94 0:*-20-22-* Def -4 0 20 22 0 0.000 0.000 0.236 E94 4:*-20-22-* Def -0 0 20 25 0 0.000 0.000 0.251 E94 0:*-20-25-* Def -4 0 20 25 0 0.000 0.000 0.251 E94 4:*-20-25-* Def -0 0 20 26 0 0.000 0.000 0.376 E94 0:*-20-26-* Def -4 0 20 26 0 0.000 0.000 0.376 E94 4:*-20-26-* Def -5 0 20 26 0 0.000 0.000 0.376 E94 5:*-20-26-* Def -0 0 20 30 0 0.000 0.000 0.000 E94 0:*-20-30-* Def -2 0 20 30 0 0.000 0.000 0.000 E94 2:*-20-30-* Def -4 0 20 30 0 0.000 0.000 0.000 E94 4:*-20-30-* Def -0 0 20 30 30 0.000 0.000 -0.500 C94 0:*-20-30=30 Def -0 0 20 34 0 0.000 0.000 0.198 E94 0:*-20-34-* Def -4 0 20 34 0 0.000 0.000 0.198 E94 4:*-20-34-* Def -0 0 20 37 0 0.000 0.000 0.000 E94 0:*-20-37-* Def -4 0 20 37 0 0.000 0.000 0.000 E94 4:*-20-37-* Def -0 0 20 40 0 0.000 0.000 0.297 E94 0:*-20-40-* Def -0 0 20 41 0 0.000 0.000 0.000 E94 0:*-20-41-* Def -0 0 20 43 0 0.000 0.000 0.297 E94 0:*-20-43-* Def -4 0 20 43 0 0.000 0.000 0.297 E94 4:*-20-43-* Def -0 0 20 45 0 0.000 0.000 0.000 E94 0:*-20-45-* Def -0 0 22 22 0 0.000 0.000 0.236 E94 0:*-22-22-* Def -4 0 22 22 0 0.000 0.000 0.236 E94 4:*-22-22-* Def -5 0 22 22 0 0.000 0.000 0.236 E94 5:*-22-22-* Def -0 0 22 30 0 0.000 0.000 0.000 E94 0:*-22-30-* Def -4 0 22 30 0 0.000 0.000 0.000 E94 4:*-22-30-* Def -0 0 22 34 0 0.000 0.000 0.198 E94 0:*-22-34-* Def -0 0 22 37 0 0.000 0.000 0.000 E94 0:*-22-37-* Def -0 0 22 40 0 0.000 0.000 0.297 E94 0:*-22-40-* Def -0 0 22 41 0 0.000 0.000 0.000 E94 0:*-22-41-* Def -0 0 22 43 0 0.000 0.000 0.297 E94 0:*-22-43-* Def -5 0 22 43 0 0.000 0.000 0.297 E94 5:*-22-43-* Def -0 0 22 45 0 0.000 0.000 0.000 E94 0:*-22-45-* Def -0 0 25 25 0 0.000 0.000 0.267 E94 0:*-25-25-* Def -0 0 25 37 0 0.000 0.000 0.000 E94 0:*-25-37-* Def -5 0 25 37 0 0.000 0.000 0.000 E94 5:*-25-37-* Def -0 0 25 39 0 0.000 0.000 0.000 E94 0:*-25-39-* Def -0 0 25 40 0 0.000 0.000 0.316 E94 0:*-25-40-* Def -5 0 25 40 0 0.000 0.000 0.316 E94 5:*-25-40-* Def -0 0 25 43 0 0.000 0.000 0.250 C94 0:*-25-43-* Def -0 1 25 43 1 -2.686 -1.512 0.591 X94 -0 1 25 43 28 -3.730 -0.531 0.000 X94 -0 32 25 43 1 2.108 1.896 0.965 X94 -0 32 25 43 28 2.977 0.732 -0.502 X94 -0 0 25 57 0 0.000 0.000 0.000 E94 0:*-25-57-* Def -0 0 25 63 0 0.000 0.000 0.000 E94 0:*-25-63-* Def -0 0 26 26 0 0.000 0.000 0.600 E94 0:*-26-26-* Def -5 0 26 26 0 0.000 0.000 0.600 E94 5:*-26-26-* Def -0 0 26 34 0 0.000 0.000 0.316 E94 0:*-26-34-* Def -5 0 26 34 0 0.000 0.000 0.316 E94 5:*-26-34-* Def -0 0 26 37 0 0.000 1.423 0.000 E94 0:*-26-37-* Def -0 0 26 40 0 0.000 0.000 0.474 E94 0:*-26-40-* Def -0 0 30 30 0 0.000 12.000 0.000 E94 0:*-30-30-* Def -1 0 30 30 0 0.000 1.800 0.000 E94 1:*-30-30-* Def -4 0 30 30 0 0.000 1.800 0.000 E94 4:*-30-30-* Def -0 0 30 40 0 0.000 3.600 0.000 E94 0:*-30-40-* Def -1 0 30 67 0 0.000 1.800 0.000 E94 1:*-30-67-* Def -0 0 34 37 0 0.000 0.000 0.000 E94 0:*-34-37-* Def -0 0 34 43 0 0.000 0.000 0.250 E94 0:*-34-43-* Def -0 0 37 37 0 0.000 7.000 0.000 C94 0:*-37-37-* Def -1 0 37 37 0 0.000 2.000 0.000 #E94 1:*-37-37-* Def -4 0 37 37 0 0.000 6.000 0.000 E94 4:*-37-37-* Def -5 0 37 37 0 0.000 6.000 0.000 E94 5:*-37-37-* Def -0 1 37 37 5 0.000 7.000 0.000 C94 -0 1 37 37 37 0.000 7.000 0.000 C94 -0 2 37 37 5 0.000 7.000 0.000 C94 -0 2 37 37 37 0.000 7.000 0.000 C94 -0 3 37 37 5 0.000 7.000 0.000 C94 -0 3 37 37 37 0.000 7.000 0.000 C94 -0 5 37 37 5 0.000 7.000 0.000 C94 -0 5 37 37 6 0.000 7.000 0.000 C94 -0 5 37 37 15 0.000 7.000 0.000 C94 -0 5 37 37 18 0.000 7.000 0.000 X94 -0 5 37 37 37 0.000 7.000 0.000 C94 -0 5 37 37 40 0.000 7.000 0.000 C94 -0 5 37 37 43 0.000 7.000 0.000 X94 -0 6 37 37 37 0.000 7.000 0.000 C94 -0 15 37 37 37 0.000 7.000 0.000 C94 -0 18 37 37 37 0.000 7.000 0.000 X94 -0 37 37 37 37 0.000 7.000 0.000 C94 -0 37 37 37 40 0.000 7.000 0.000 C94 -0 37 37 37 43 0.000 7.000 0.000 X94 -0 0 37 38 0 0.000 7.000 0.000 C94 0:*-37-38-* Def -0 0 37 39 0 0.000 3.600 0.000 E94 0:*-37-39-* Def -1 0 37 39 0 0.000 6.000 0.000 E94 1:*-37-39-* Def -0 0 37 40 0 0.000 4.000 0.000 C94 0:*-37-40-* Def -5 0 37 40 0 0.000 3.600 0.000 E94 5:*-37-40-* Def -0 37 37 40 1 0.000 4.095 0.382 C94S -0 37 37 40 28 0.698 2.542 3.072 C94S -0 0 37 41 0 0.000 1.800 0.000 E94 0:*-37-41-* Def -0 0 37 43 0 0.000 2.000 1.800 C94 0:*-37-43-* Def -5 0 37 43 0 0.000 3.600 0.000 E94 5:*-37-43-* Def -0 37 37 43 18 0.372 2.284 2.034 X94 -0 37 37 43 28 0.000 1.694 1.508 X94 -0 0 37 45 0 0.000 1.800 0.000 E94 0:*-37-45-* Def -0 0 37 46 0 0.000 1.800 0.000 E94 0:*-37-46-* Def -0 0 37 55 0 0.000 4.800 0.000 E94 0:*-37-55-* Def -0 0 37 56 0 0.000 4.800 0.000 E94 0:*-37-56-* Def -1 0 37 57 0 0.000 1.800 0.000 E94 1:*-37-57-* Def -0 0 37 58 0 0.000 6.000 0.000 E94 0:*-37-58-* Def -1 0 37 58 0 0.000 4.800 0.000 E94 1:*-37-58-* Def -0 0 37 62 0 0.000 3.600 0.000 E94 0:*-37-62-* Def -0 0 37 63 0 0.000 7.000 0.000 C94 0:*-37-63-* Def -1 0 37 63 0 0.000 1.800 0.000 E94 1:*-37-63-* Def -0 0 37 64 0 0.000 7.000 0.000 C94 0:*-37-64-* Def -1 0 37 64 0 0.000 1.800 0.000 E94 1:*-37-64-* Def -1 0 37 67 0 0.000 1.800 0.000 E94 1:*-37-67-* Def -0 0 37 69 0 0.000 7.000 0.000 C94 0:*-37-69-* Def -0 0 37 78 0 0.000 6.000 0.000 E94 0:*-37-78-* Def -0 0 37 81 0 0.000 6.000 0.000 E94 0:*-37-81-* Def -1 0 37 81 0 0.000 4.800 0.000 E94 1:*-37-81-* Def -0 0 38 38 0 0.000 7.000 0.000 C94 0:*-38-38-* Def -0 0 38 58 0 0.000 7.000 0.000 C94 0:*-38-58-* Def -0 0 38 63 0 0.000 7.000 0.000 C94 0:*-38-63-* Def -0 0 38 64 0 0.000 7.000 0.000 C94 0:*-38-64-* Def -0 0 38 69 0 0.000 6.000 0.000 E94 0:*-38-69-* Def -0 0 38 78 0 0.000 6.000 0.000 E94 0:*-38-78-* Def -0 0 39 40 0 0.000 0.000 0.000 E94 0:*-39-40-* Def -0 0 39 45 0 0.000 6.000 0.000 E94 0:*-39-45-* Def -0 0 39 63 0 0.000 4.000 0.000 C94 0:*-39-63-* Def -1 0 39 63 0 0.000 6.000 0.000 E94 1:*-39-63-* Def -5 0 39 63 0 0.000 3.600 0.000 E94 5:*-39-63-* Def -0 1 39 63 5 0.000 4.000 0.000 C94 -0 1 39 63 64 0.000 4.000 0.000 C94 -0 18 39 63 5 0.000 4.000 0.000 X94 -0 18 39 63 64 0.000 4.000 0.000 X94 -0 63 39 63 5 0.000 4.000 0.000 C94 -0 63 39 63 64 0.000 4.000 0.000 C94 -0 0 39 64 0 0.000 3.600 0.000 E94 0:*-39-64-* Def -1 0 39 64 0 0.000 6.000 0.000 E94 1:*-39-64-* Def -0 0 39 65 0 0.000 4.000 0.000 C94 0:*-39-65-* Def -0 0 39 78 0 0.000 3.600 0.000 E94 0:*-39-78-* Def -0 0 40 40 0 0.000 0.000 0.375 E94 0:*-40-40-* Def -0 0 40 45 0 0.000 3.600 0.000 E94 0:*-40-45-* Def -0 0 40 46 0 0.000 3.600 0.000 E94 0:*-40-46-* Def -0 0 40 54 0 0.000 3.600 0.000 E94 0:*-40-54-* Def -2 0 40 54 0 0.000 3.600 0.000 E94 2:*-40-54-* Def -0 0 40 63 0 0.000 3.600 0.000 E94 0:*-40-63-* Def -0 0 40 64 0 0.000 3.600 0.000 E94 0:*-40-64-* Def -0 0 40 78 0 0.000 3.600 0.000 E94 0:*-40-78-* Def -0 0 41 41 0 0.000 1.800 0.000 E94 0:*-41-41-* Def -0 0 41 55 0 0.000 4.800 0.000 E94 0:*-41-55-* Def -0 0 41 62 0 0.000 3.600 0.000 E94 0:*-41-62-* Def -0 0 41 80 0 0.000 1.800 0.000 E94 0:*-41-80-* Def -0 0 43 43 0 0.000 0.000 0.375 E94 0:*-43-43-* Def -0 0 43 45 0 0.000 3.600 0.000 E94 0:*-43-45-* Def -0 0 43 64 0 0.000 3.600 0.000 E94 0:*-43-64-* Def -0 0 44 57 0 0.000 7.000 0.000 C94 0:*-44-57-* Def -0 0 44 63 0 0.000 7.000 0.000 C94 0:*-44-63-* Def -0 0 44 65 0 0.000 7.000 0.000 C94 0:*-44-65-* Def -0 0 44 78 0 0.000 2.846 0.000 E94 0:*-44-78-* Def -0 0 44 80 0 0.000 2.846 0.000 E94 0:*-44-80-* Def -0 0 45 63 0 0.000 1.800 0.000 E94 0:*-45-63-* Def -0 0 45 64 0 0.000 1.800 0.000 E94 0:*-45-64-* Def -0 0 45 78 0 0.000 1.800 0.000 E94 0:*-45-78-* Def -0 0 55 57 0 0.000 10.000 0.000 C94 0:*-55-57-* Def -2 0 55 57 0 0.000 4.800 0.000 E94 2:*-55-57-* Def -5 0 55 57 0 0.000 4.800 0.000 E94 5:*-55-57-* Def -0 1 55 57 5 0.423 12.064 0.090 C94 -0 1 55 57 55 -0.428 12.044 0.000 C94 -0 36 55 57 5 -0.268 8.077 -0.806 C94 -0 36 55 57 55 0.273 8.025 0.692 C94 -0 0 55 62 0 0.000 3.600 0.000 E94 0:*-55-62-* Def -0 0 55 64 0 0.000 4.800 0.000 E94 0:*-55-64-* Def -0 0 55 80 0 0.000 4.800 0.000 E94 0:*-55-80-* Def -0 0 56 57 0 0.000 6.000 0.000 C94 0:*-56-57-* Def -0 1 56 57 56 0.000 6.886 -0.161 C94 -0 36 56 57 56 0.000 4.688 0.107 C94 -0 0 56 63 0 0.000 4.800 0.000 E94 0:*-56-63-* Def -0 0 56 80 0 0.000 4.800 0.000 E94 0:*-56-80-* Def -1 0 57 63 0 0.000 1.800 0.000 E94 1:*-57-63-* Def -1 0 57 64 0 0.000 1.800 0.000 E94 1:*-57-64-* Def -0 0 58 63 0 0.000 6.000 0.000 E94 0:*-58-63-* Def -0 0 58 64 0 0.000 6.000 0.000 E94 0:*-58-64-* Def -0 0 59 63 0 0.000 7.000 0.000 C94 0:*-59-63-* Def -0 0 59 65 0 0.000 7.000 0.000 C94 0:*-59-65-* Def -0 0 59 78 0 0.000 3.600 0.000 E94 0:*-59-78-* Def -0 0 59 80 0 0.000 3.600 0.000 E94 0:*-59-80-* Def -0 0 59 82 0 0.000 3.600 0.000 E94 0:*-59-82-* Def -0 0 62 63 0 0.000 3.600 0.000 E94 0:*-62-63-* Def -0 0 62 64 0 0.000 3.600 0.000 E94 0:*-62-64-* Def -1 0 63 63 0 0.000 1.800 0.000 E94 1:*-63-63-* Def -0 0 63 64 0 0.000 7.000 0.000 C94 0:*-63-64-* Def -0 5 63 64 5 0.000 7.000 0.000 C94 -0 5 63 64 64 0.000 7.000 0.000 C94 -0 39 63 64 5 0.000 7.000 0.000 C94 -0 39 63 64 64 0.000 7.000 0.000 C94 -0 0 63 66 0 0.000 7.000 0.000 C94 0:*-63-66-* Def -0 0 63 78 0 0.000 6.000 0.000 E94 0:*-63-78-* Def -0 0 63 81 0 0.000 6.000 0.000 E94 0:*-63-81-* Def -0 0 64 64 0 0.000 7.000 0.000 C94 0:*-64-64-* Def -1 0 64 64 0 0.000 1.800 0.000 E94 1:*-64-64-* Def -0 5 64 64 5 0.000 7.000 0.000 C94 -0 5 64 64 63 0.000 7.000 0.000 C94 -0 63 64 64 63 0.000 7.000 0.000 C94 -0 0 64 65 0 0.000 7.000 0.000 C94 0:*-64-65-* Def -0 0 64 66 0 0.000 7.000 0.000 C94 0:*-64-66-* Def -0 0 64 78 0 0.000 6.000 0.000 E94 0:*-64-78-* Def -0 0 64 81 0 0.000 6.000 0.000 E94 0:*-64-81-* Def -5 0 64 81 0 0.000 6.000 0.000 E94 5:*-64-81-* Def -0 0 64 82 0 0.000 6.000 0.000 E94 0:*-64-82-* Def -0 0 65 66 0 0.000 7.000 0.000 C94 0:*-65-66-* Def -0 0 65 78 0 0.000 6.000 0.000 E94 0:*-65-78-* Def -0 0 65 81 0 0.000 6.000 0.000 E94 0:*-65-81-* Def -0 0 65 82 0 0.000 6.000 0.000 E94 0:*-65-82-* Def -0 0 66 66 0 0.000 7.000 0.000 C94 0:*-66-66-* Def -0 0 66 78 0 0.000 6.000 0.000 E94 0:*-66-78-* Def -0 0 66 81 0 0.000 6.000 0.000 E94 0:*-66-81-* Def -0 0 67 67 0 0.000 12.000 0.000 E94 0:*-67-67-* Def -5 0 67 67 0 0.000 12.000 0.000 E94 5:*-67-67-* Def -0 0 76 76 0 0.000 3.600 0.000 E94 0:*-76-76-* Def -0 0 76 78 0 0.000 3.600 0.000 E94 0:*-76-78-* Def -0 0 78 78 0 0.000 7.000 0.000 C94 0:*-78-78-* Def -0 0 78 79 0 0.000 6.000 0.000 E94 0:*-78-79-* Def -0 0 78 81 0 0.000 4.000 0.000 C94 0:*-78-81-* Def -0 0 79 79 0 0.000 6.000 0.000 E94 0:*-79-79-* Def -0 0 79 81 0 0.000 6.000 0.000 E94 0:*-79-81-* Def -0 0 80 81 0 0.000 4.000 0.000 C94 0:*-80-81-* Def -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffstbn.par --- a/CADDSuite-1.6/data/OpenBabel/mmffstbn.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,292 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF STRETCH-BEND PARAMETERS- Rev: 23-FEB-93 Source: MMFF94 -* C94 - CORE MMFF94 parameter, from fits to HF/6-31G* 2nd D's -* X94 - EXTD MMFF94 parameter, also from fits to HF/6-31G* 2nd D's -* -* types I, J, K kbaIJK kbaKJI Source -0 1 1 1 0.206 0.206 C94 -0 1 1 2 0.136 0.197 C94 -0 1 1 3 0.211 0.092 C94 -0 1 1 5 0.227 0.070 C94 -0 1 1 6 0.173 0.417 C94 -0 1 1 8 0.136 0.282 C94 -0 1 1 10 0.187 0.338 C94 -0 1 1 11 0.209 0.633 C94 -0 1 1 12 0.176 0.386 C94 -0 1 1 15 0.139 0.217 C94 -0 1 1 34 0.236 0.436 C94 -0 1 1 37 0.152 0.260 C94 -0 1 1 39 0.144 0.595 C94 -0 1 1 41 0.122 0.051 C94 -0 1 1 56 0.262 0.451 C94 -0 1 1 68 0.186 0.125 C94 -0 2 1 2 0.282 0.282 C94 -0 2 1 3 0.206 0.022 C94 -0 2 1 5 0.234 0.088 C94 -0 2 1 6 0.183 0.387 C94 -0 2 1 8 0.214 0.363 C94 -0 3 1 5 0.157 0.115 C94 -0 3 1 6 -0.036 0.456 C94 -0 3 1 10 0.038 0.195 C94 -0 5 1 5 0.115 0.115 C94 -0 5 1 6 0.013 0.436 C94 -0 5 1 8 0.027 0.358 C94 -0 5 1 9 0.040 0.418 C94 -0 5 1 10 0.043 0.261 C94 -0 5 1 11 0.003 0.452 C94 -0 5 1 12 -0.018 0.380 C94 -0 5 1 15 0.018 0.255 C94 -0 5 1 18 0.121 0.218 X94 -0 5 1 20 0.069 0.327 C94 -0 5 1 22 0.055 0.267 X94 -0 5 1 34 -0.003 0.342 C94 -0 5 1 37 0.074 0.287 C94 -0 5 1 39 0.092 0.607 C94 -0 5 1 40 0.023 0.335 C94 -0 5 1 41 0.093 0.118 C94 -0 5 1 54 0.016 0.343 C94 -0 5 1 55 0.030 0.397 C94 -0 5 1 56 0.031 0.384 C94 -0 5 1 68 0.041 0.216 C94 -0 6 1 6 0.320 0.320 C94 -0 6 1 37 0.310 0.160 C94 -0 11 1 11 0.586 0.586 C94 -0 12 1 12 0.508 0.508 C94 -0 1 2 1 0.250 0.250 C94 -0 1 2 2 0.203 0.207 C94 -2 1 2 2 0.222 0.269 C94 -2 1 2 3 0.244 0.292 C94 -0 1 2 5 0.215 0.128 C94 -2 1 2 37 0.246 0.260 C94 -1 2 2 2 0.250 0.219 C94 -2 2 2 3 0.155 0.112 C94 -0 2 2 5 0.207 0.157 C94 -1 2 2 5 0.267 0.159 C94 -0 2 2 6 0.118 0.576 C94 -2 2 2 37 0.143 0.172 C94 -0 2 2 40 0.289 0.390 C94 -0 2 2 41 0.191 -0.047 C94 -1 3 2 5 0.264 0.156 C94 -0 5 2 5 0.140 0.140 C94 -0 5 2 6 0.213 0.502 C94 -2 5 2 37 0.153 0.288 C94 -0 5 2 40 0.070 0.463 C94 -0 5 2 41 0.191 0.005 C94 -0 1 3 1 0.358 0.358 C94 -2 1 3 2 0.246 0.409 C94 -2 1 3 3 0.303 0.145 C94 -0 1 3 5 0.321 0.183 C94 -0 1 3 6 0.338 0.732 C94 -0 1 3 7 0.154 0.856 C94 -0 1 3 10 0.223 0.732 C94 -2 1 3 37 0.217 0.207 C94 -1 2 3 5 0.407 0.159 C94 -1 2 3 6 0.429 0.473 C94 -1 2 3 7 0.214 0.794 C94 -1 2 3 9 0.227 0.610 C94 -1 2 3 10 0.298 0.600 C94 -1 3 3 5 0.251 0.133 C94 -1 3 3 6 0.066 0.668 C94 -1 3 3 7 -0.093 0.866 C94 -0 5 3 5 0.126 0.126 C94 -0 5 3 6 0.174 0.734 C94 -0 5 3 7 0.032 0.805 C94 -0 5 3 9 0.037 0.669 C94 -0 5 3 10 0.169 0.619 C94 -0 5 3 40 0.087 0.685 C94 -0 5 3 54 0.098 0.210 C94 -0 6 3 7 0.494 0.578 C94 -4 6 3 20 1.179 0.752 X94 -2 6 3 37 0.350 0.175 C94 -0 7 3 10 0.771 0.353 C94 -0 7 3 20 0.865 -0.181 C94 -2 7 3 37 0.707 0.007 C94 -0 9 3 40 0.680 0.260 C94 -0 10 3 10 1.050 1.050 C94 -4 20 3 20 0.536 0.536 C94 -0 40 3 40 0.482 0.482 C94 -0 1 6 1 0.309 0.309 C94 -0 1 6 2 0.157 0.375 C94 -0 1 6 3 -0.153 0.252 C94 -0 1 6 21 0.256 0.143 C94 -0 1 6 37 0.163 0.375 C94 -0 2 6 3 -0.228 0.052 C94 -0 2 6 29 0.259 0.163 C94 -4 3 6 20 0.456 0.379 X94 -0 3 6 24 0.215 0.064 C94 -0 3 6 37 -0.225 -0.320 C94 -0 8 6 21 0.304 0.055 C94 -0 10 6 21 0.419 0.158 C94 -0 18 6 33 0.309 0.120 X94 -4 20 6 20 0.739 0.739 C94 -0 29 6 37 0.130 0.241 C94 -0 31 6 31 0.227 0.227 X94 -0 1 8 1 0.312 0.312 C94 -0 1 8 6 0.212 0.354 C94 -0 1 8 23 0.309 0.135 C94 -0 6 8 23 0.418 0.020 C94 -4 20 8 20 0.653 0.653 C94 -0 20 8 23 0.128 0.122 C94 -0 23 8 23 0.190 0.190 C94 -0 1 9 3 0.326 0.580 C94 -0 3 9 27 0.464 0.222 C94 -0 1 10 1 0.063 0.063 C94 -0 1 10 3 -0.021 0.340 C94 -0 1 10 6 -0.024 0.374 C94 -0 1 10 28 0.155 -0.051 C94 -0 3 10 3 -0.219 -0.219 C94 -0 3 10 6 0.497 0.513 C94 -0 3 10 28 0.137 0.066 C94 -0 28 10 28 0.081 0.081 C94 -0 1 15 1 0.125 0.125 C94 -0 1 15 15 0.012 0.238 C94 -0 1 15 37 0.048 0.229 C94 -0 1 15 71 0.080 -0.012 C94 -0 15 15 71 0.172 -0.068 C94 -0 37 15 71 0.187 -0.027 C94 -0 71 15 71 0.045 0.045 C94 -0 1 18 1 0.023 0.023 X94 -0 1 18 6 0.003 0.213 X94 -0 1 18 32 -0.091 0.390 X94 -0 1 18 43 -0.008 0.607 X94 -0 6 18 6 0.088 0.088 X94 -0 6 18 32 0.123 0.369 X94 -0 32 18 32 0.404 0.404 X94 -0 32 18 43 0.384 0.281 X94 -0 43 18 43 0.428 0.428 X94 -0 1 20 5 0.290 0.098 C94 -0 1 20 20 0.179 0.004 C94 -0 3 20 5 -0.049 0.171 C94 -4 3 20 20 0.607 0.437 C94 -0 5 20 5 0.182 0.182 C94 -0 5 20 6 0.051 0.312 C94 -0 5 20 8 0.072 0.226 C94 -0 5 20 12 0.014 0.597 C94 -0 5 20 20 0.101 0.079 C94 -0 5 20 30 0.108 0.123 C94 -4 6 20 20 0.823 0.396 C94 -4 8 20 20 0.701 0.369 C94 -0 12 20 20 0.310 0.000 C94 -4 20 20 20 0.283 0.283 C94 -4 20 20 30 0.340 0.529 C94 -0 1 22 5 0.067 0.174 X94 -0 1 22 22 0.199 0.039 X94 -0 5 22 5 0.254 0.254 C94 -0 5 22 22 0.181 0.108 C94 -5 22 22 22 0.000 0.000 C94 -0 5 26 5 -0.121 -0.121 X94 -0 5 30 20 0.251 0.007 C94 -0 5 30 30 0.267 0.054 C94 -4 20 30 30 0.413 0.705 C94 -0 1 34 1 0.202 0.202 C94 -0 1 34 36 0.160 -0.009 C94 -0 36 34 36 0.087 0.087 C94 -0 1 37 37 0.485 0.311 C94 -1 2 37 37 0.321 0.235 C94 -1 3 37 37 0.179 0.217 C94 -0 5 37 37 0.279 0.250 C94 -0 5 37 38 0.267 0.389 C94 -0 5 37 63 0.216 0.434 C94 -0 5 37 64 0.167 0.364 C94 -0 5 37 69 0.273 0.391 C94 -0 6 37 37 0.830 0.339 C94 -0 15 37 37 0.650 0.259 C94 -0 37 37 37 -0.411 -0.411 C94 -0 37 37 38 -0.424 -0.466 C94 -0 37 37 40 0.429 0.901 C94 -0 37 37 63 -0.173 -0.215 C94 -0 37 37 64 -0.229 -0.229 C94 -0 37 37 69 -0.244 -0.555 C94 -0 38 37 38 -0.516 -0.516 C94 -0 37 38 37 -0.342 -0.342 C94 -0 37 38 38 -0.164 -1.130 C94 -0 1 39 63 0.313 0.500 C94 -0 23 39 63 -0.131 0.422 C94 -0 23 39 65 -0.122 0.281 C94 -0 63 39 63 0.469 0.469 C94 -0 63 39 65 0.741 0.506 C94 -0 65 39 65 0.706 0.706 C94 -0 1 40 28 0.238 0.091 C94 -0 1 40 37 0.153 0.590 C94 -0 2 40 28 0.342 0.156 C94 -0 3 40 28 0.228 0.104 C94 -0 28 40 28 0.094 0.094 C94 -0 28 40 37 0.186 0.423 C94 -0 1 41 32 0.503 0.943 C94 -0 2 41 32 0.594 0.969 C94 -0 5 41 32 0.276 0.852 C94 -0 32 41 32 0.652 0.652 C94 -0 18 43 23 0.377 0.057 X94 -0 23 43 23 0.082 0.082 X94 -0 63 44 63 0.591 0.591 C94 -0 63 44 65 0.857 0.978 C94 -0 50 49 50 0.072 0.072 C94 -0 1 54 3 0.192 -0.051 C94 -0 1 54 36 0.240 0.079 C94 -0 3 54 36 0.005 0.127 C94 -0 36 54 36 0.148 0.148 C94 -0 1 55 36 0.189 0.033 C94 -0 1 55 57 0.166 0.211 C94 -0 36 55 36 0.106 0.106 C94 -0 36 55 57 0.093 0.080 C94 -0 1 56 36 0.211 -0.040 C94 -0 1 56 57 0.026 0.386 C94 -0 36 56 36 0.101 0.101 C94 -0 36 56 57 0.108 0.068 C94 -0 5 57 55 0.043 0.420 C94 -0 55 57 55 0.125 0.125 C94 -0 56 57 56 0.431 0.431 C94 -0 58 57 58 0.732 0.732 C94 -0 63 59 63 0.497 0.497 C94 -0 63 59 65 0.723 0.874 C94 -0 5 63 39 0.009 0.654 C94 -0 5 63 44 -0.015 0.446 C94 -0 5 63 59 0.067 0.588 C94 -0 5 63 64 0.055 0.370 C94 -0 5 63 66 0.110 0.464 C94 -0 37 63 39 0.178 0.523 C94 -0 37 63 64 -0.045 0.497 C94 -0 39 63 64 0.422 0.409 C94 -0 39 63 66 0.436 0.525 C94 -0 44 63 64 0.581 0.426 C94 -0 44 63 66 0.542 0.365 C94 -0 59 63 64 0.852 0.332 C94 -0 59 63 66 0.775 0.300 C94 -0 5 64 63 0.086 0.345 C94 -0 5 64 64 0.085 0.369 C94 -0 5 64 65 0.051 0.436 C94 -0 5 64 66 0.113 0.452 C94 -0 37 64 63 0.059 0.299 C94 -0 37 64 64 0.277 0.377 C94 -0 63 64 64 0.206 0.030 C94 -0 63 64 66 0.171 0.078 C94 -0 64 64 65 0.079 0.403 C94 -0 65 64 66 0.406 0.066 C94 -0 39 65 64 0.528 0.644 C94 -0 39 65 66 0.397 0.258 C94 -0 44 65 64 0.816 0.543 C94 -0 59 65 64 1.177 0.594 C94 -0 63 66 64 0.213 -0.173 C94 -0 63 66 66 0.234 0.077 C94 -0 64 66 65 -0.149 0.383 C94 -0 65 66 66 0.199 0.101 C94 -0 1 68 1 0.217 0.217 C94 -0 1 68 23 0.285 0.050 C94 -0 1 68 32 -0.047 0.503 C94 -0 23 68 23 0.145 0.145 C94 -0 23 68 32 -0.182 0.504 C94 -0 32 69 37 1.018 0.418 C94 -0 37 69 37 -0.169 -0.169 C94 -0 31 70 31 0.210 0.210 C94 -0 5 78 78 0.279 0.250 C94 -0 5 78 81 0.083 0.250 C94 -0 78 78 81 -0.398 0.314 C94 -0 5 80 81 -0.101 0.691 C94 -0 81 80 81 0.732 0.732 C94 -0 36 81 78 0.021 0.368 C94 -0 36 81 80 0.018 0.422 C94 -0 78 81 80 0.366 0.419 C94 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmfftor.par --- a/CADDSuite-1.6/data/OpenBabel/mmfftor.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,938 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* MMFF TORSION PARAMETERS- Rev: 26-OCT-94 Source: MMFF94 -* C94 - CORE MMFF94 parameter - from fits to conformational energies -* X94 - EXTD MMFF94 parameter - also from fits to conformational E's -* E94 - EXTD MMFF94 parameter - from empirical rule -* #E94 - Adjusted from empirical rule value -* -* atom types V1 V2 V3 Source -0 0 1 1 0 0.000 0.000 0.300 C94 0:*-1-1-* Def -5 0 1 1 0 0.200 -0.800 1.500 C94 5:*-1-1-* Def -0 1 1 1 1 0.103 0.681 0.332 C94 -5 1 1 1 1 0.144 -0.547 1.126 C94 -0 1 1 1 2 -0.295 0.438 0.584 C94 -0 1 1 1 3 0.066 -0.156 0.143 C94 -0 1 1 1 5 0.639 -0.630 0.264 C94 -0 1 1 1 6 -0.688 1.757 0.477 C94 -5 1 1 1 6 0.000 0.000 0.054 C94 -0 1 1 1 8 -1.420 -0.092 1.101 C94 -5 1 1 1 8 0.000 -0.158 0.323 C94 -0 1 1 1 11 0.593 0.662 1.120 C94 -0 1 1 1 12 -0.678 0.417 0.624 C94 -0 1 1 1 15 -0.714 0.698 0.000 C94 -0 1 1 1 34 -0.647 0.550 0.590 C94 -0 2 1 1 5 0.321 -0.411 0.144 C94 -0 3 1 1 3 0.443 0.000 -1.140 C94 -0 3 1 1 5 -0.256 0.058 0.000 C94 -0 3 1 1 6 -0.679 -0.029 0.000 C94 -0 5 1 1 5 0.284 -1.386 0.314 C94 -0 5 1 1 6 -0.654 1.072 0.279 C94 -0 5 1 1 8 -0.744 -1.235 0.337 C94 -0 5 1 1 10 0.000 0.000 0.427 C94 -0 5 1 1 11 0.000 0.516 0.291 C94 -0 5 1 1 12 0.678 -0.602 0.398 C94 -0 5 1 1 15 1.142 -0.644 0.367 C94 -0 5 1 1 25 0.000 0.000 0.295 X94 -0 5 1 1 34 0.692 -0.530 0.278 C94 -0 5 1 1 37 0.000 0.000 0.389 C94 -0 5 1 1 39 0.000 0.000 0.278 C94 -0 5 1 1 41 0.000 0.000 -0.141 C94 -0 5 1 1 56 0.000 0.000 0.324 C94 -0 5 1 1 68 0.000 0.000 0.136 C94 -0 6 1 1 6 0.408 1.397 0.961 C94 -5 6 1 1 6 0.313 -1.035 1.631 C94 -0 8 1 1 8 1.055 0.834 0.000 C94 -0 11 1 1 11 -0.387 -0.543 1.405 C94 -0 12 1 1 12 0.000 0.000 0.893 C94 -0 15 1 1 15 -0.177 0.000 0.049 C94 -0 0 1 2 0 0.000 0.000 0.000 C94 0:*-1-2-* Def -2 0 1 2 0 0.000 0.000 0.000 E94 2:*-1-2-* Def -5 0 1 2 0 0.000 0.000 0.000 C94 5:*-1-2-* Def -0 0 1 2 2 0.000 0.000 -0.650 C94 0:*-1-2=2 Def -5 0 1 2 2 0.000 0.000 -0.650 C94 5:*-1-2=2 Def -0 1 1 2 1 0.419 0.296 0.282 C94 -0 1 1 2 2 -0.494 0.274 -0.630 C94 -0 1 1 2 5 0.075 0.000 0.358 C94 -0 2 1 2 2 -0.293 0.115 -0.508 C94 -0 2 1 2 5 0.301 0.104 0.507 C94 -0 3 1 2 1 0.565 -0.554 0.234 C94 -0 3 1 2 2 -0.577 -0.482 -0.427 C94 -0 3 1 2 5 0.082 0.000 0.123 C94 -0 5 1 2 1 0.000 -0.184 0.220 C94 -0 5 1 2 2 0.501 -0.410 -0.535 C94 -2 5 1 2 2 0.000 0.000 0.055 C94 -2 5 1 2 3 0.000 0.000 -0.108 C94 -0 5 1 2 5 -0.523 -0.228 0.208 C94 -2 5 1 2 37 0.000 0.000 0.000 C94 -0 6 1 2 1 -0.467 0.000 0.490 C94 -0 6 1 2 2 0.425 0.168 -0.875 C94 -0 6 1 2 5 0.000 0.136 0.396 C94 -0 8 1 2 1 -0.504 0.371 0.557 C94 -0 8 1 2 2 0.541 0.539 -1.009 C94 -0 8 1 2 5 0.000 0.204 0.464 C94 -0 0 1 3 0 0.000 0.400 0.300 C94 0:*-1-3-* Def -2 0 1 3 0 0.000 0.500 0.350 C94 2:*-1-3-* Def -5 0 1 3 0 0.000 0.000 0.000 E94 5:*-1-3-* Def -0 0 1 3 1 0.000 0.000 0.550 C94 0:*-1-3-1 Def -0 0 1 3 5 0.000 0.200 0.700 C94 0:*-1-3-5 Def -0 0 1 3 7 0.000 0.400 0.400 C94 0:*-1-3-7 Def -0 1 1 3 1 0.103 0.177 0.545 C94 -0 1 1 3 5 -0.072 0.316 0.674 C94 -0 1 1 3 6 -0.117 -0.333 0.202 C94 -0 1 1 3 7 0.825 0.139 0.325 C94 -0 1 1 3 10 -0.927 1.112 1.388 C94 -0 2 1 3 5 0.663 -0.167 0.426 C94 -0 2 1 3 7 -0.758 0.112 0.563 C94 -0 5 1 3 1 -0.073 0.085 0.531 C94 -2 5 1 3 2 0.000 0.000 0.115 C94 -2 5 1 3 3 0.000 0.000 0.446 C94 -0 5 1 3 5 -0.822 0.501 1.008 C94 -0 5 1 3 6 0.000 -0.624 0.330 C94 -0 5 1 3 7 0.659 -1.407 0.308 C94 -0 5 1 3 10 -0.412 0.693 0.087 C94 -2 5 1 3 37 0.000 0.000 0.056 C94 -0 5 1 3 43 0.000 1.027 0.360 X94 -0 5 1 3 51 0.000 1.543 0.350 X94 -0 5 1 3 53 0.000 0.501 0.000 X94 -0 5 1 3 74 0.000 0.513 -0.344 X94 -0 5 1 3 75 0.000 0.511 -0.186 X94 -0 6 1 3 6 0.447 0.652 0.318 C94 -0 6 1 3 7 -0.395 0.730 -0.139 C94 -0 10 1 3 7 0.338 2.772 2.145 C94 -0 10 1 3 10 0.548 0.000 1.795 C94 -0 0 1 4 0 0.000 0.000 0.000 C94 0:*-1-4-* Def -0 0 1 6 0 0.000 0.000 0.200 C94 0:*-1-6-* Def -5 0 1 6 0 0.000 -0.200 0.400 C94 5:*-1-6-* Def -0 1 1 6 1 -0.681 0.755 0.755 C94 -5 1 1 6 1 0.000 0.243 -0.596 C94 -0 1 1 6 3 -0.547 0.000 0.320 C94 -0 1 1 6 21 0.000 0.270 0.237 C94 -0 2 1 6 21 0.102 0.460 -0.128 C94 -0 3 1 6 21 -1.652 -1.660 0.283 C94 -0 5 1 6 1 0.571 0.319 0.570 C94 -0 5 1 6 2 0.000 0.000 0.306 C94 -0 5 1 6 3 0.572 0.000 -0.304 C94 -0 5 1 6 21 0.596 -0.276 0.346 C94 -0 5 1 6 25 0.000 0.000 0.061 X94 -0 5 1 6 37 0.000 0.000 0.106 C94 -0 5 1 6 45 0.000 0.000 -0.174 X94 -0 6 1 6 1 0.229 -0.710 0.722 C94 -5 6 1 6 1 0.000 0.000 0.040 C94 -0 6 1 6 21 1.488 -3.401 -0.320 C94 -0 37 1 6 21 0.712 1.320 -0.507 C94 -0 0 1 8 0 0.000 -0.300 0.500 C94 0:*-1-8-* Def -5 0 1 8 0 0.000 0.000 0.297 E94 5:*-1-8-* Def -0 1 1 8 1 -0.439 0.786 0.272 C94 -5 1 1 8 1 0.115 -0.390 0.658 C94 -0 1 1 8 6 -0.608 0.339 1.496 C94 -0 1 1 8 23 -0.428 0.323 0.280 C94 -0 2 1 8 23 0.594 -0.409 0.155 C94 -0 5 1 8 1 0.393 -0.385 0.562 C94 -0 5 1 8 6 0.598 -0.158 0.399 C94 -0 5 1 8 23 -0.152 -0.440 0.357 C94 -0 0 1 9 0 0.000 0.000 0.000 C94 0:*-1-9-* Def -5 0 1 9 0 0.000 0.000 0.000 E94 5:*-1-9-* Def -0 5 1 9 3 0.204 -0.335 -0.352 C94 -0 5 1 9 53 0.000 0.000 0.097 X94 -0 0 1 10 0 0.000 0.000 0.300 C94 0:*-1-10-* Def -5 0 1 10 0 0.000 0.000 0.000 E94 5:*-1-10-* Def -0 0 1 10 3 0.000 0.000 1.000 C94 0:*-1-10-3 Def -0 1 1 10 3 -1.027 0.694 0.948 C94 -0 1 1 10 6 0.159 -0.552 0.198 C94 -0 1 1 10 28 0.552 -0.380 0.326 C94 -0 3 1 10 3 3.100 -2.529 1.494 C94 -0 3 1 10 28 0.079 0.280 0.402 C94 -0 5 1 10 1 0.000 0.000 0.779 C94 -0 5 1 10 3 -2.099 1.363 0.021 C94 -0 5 1 10 6 -0.162 0.832 0.552 C94 -0 5 1 10 28 -0.616 0.000 0.274 C94 -0 0 1 15 0 0.000 0.000 0.400 C94 0:*-1-15-* Def -5 0 1 15 0 0.000 0.000 0.336 E94 5:*-1-15-* Def -0 1 1 15 1 -1.047 0.170 0.398 C94 -0 1 1 15 15 -1.438 0.263 0.501 C94 -0 1 1 15 71 -0.376 -0.133 0.288 C94 -0 5 1 15 1 1.143 -0.231 0.447 C94 -0 5 1 15 15 1.555 -0.323 0.456 C94 -0 5 1 15 37 0.000 0.000 0.459 C94 -0 5 1 15 71 0.229 0.203 0.440 C94 -0 0 1 17 0 0.000 0.000 0.350 C94 0:*-1-17-* Def -5 0 1 17 0 0.000 0.000 0.000 E94 5:*-1-17-* Def -0 5 1 17 1 0.000 0.000 0.536 X94 -0 5 1 17 7 0.000 0.000 0.212 X94 -0 0 1 18 0 0.000 0.000 0.100 C94 0:*-1-18-* Def -5 0 1 18 0 0.000 0.000 0.112 E94 5:*-1-18-* Def -0 5 1 18 1 0.000 0.000 0.000 X94 -0 5 1 18 6 0.000 0.000 0.099 X94 -0 5 1 18 32 0.000 0.585 0.388 X94 -0 5 1 18 43 0.000 -0.412 0.121 X94 -0 5 1 18 48 0.000 0.000 0.195 X94 -0 5 1 18 62 0.000 0.000 -0.088 X94 -0 0 1 19 0 0.000 0.000 0.150 C94 0:*-1-19-* Def -5 0 1 19 0 0.000 0.000 0.179 E94 5:*1-19-* Def -0 5 1 19 5 0.000 0.000 0.196 X94 -0 5 1 19 6 0.000 0.000 0.176 X94 -0 5 1 19 12 0.000 0.000 0.152 X94 -0 0 1 20 0 0.000 0.000 0.350 C94 0:*-1-20-* Def -5 0 1 20 0 0.000 0.000 0.350 C94 5:*-1-20-* Def -0 5 1 20 5 0.000 0.000 0.344 C94 -0 5 1 20 20 0.000 0.000 0.361 C94 -0 0 1 22 0 0.000 0.000 0.236 E94 0:*1-22-* Def -5 0 1 22 0 0.000 0.000 0.236 E94 5:*1-22-* Def -0 0 1 25 0 0.000 0.000 0.300 C94 0:*-1-25-* Def -5 0 1 25 0 0.000 0.000 0.251 E94 5:*1-25-* Def -0 1 1 25 1 0.000 -0.207 0.232 X94 -0 1 1 25 32 0.000 0.288 0.218 X94 -0 5 1 25 1 0.000 0.152 0.235 X94 -0 5 1 25 6 0.000 0.000 0.495 X94 -0 5 1 25 32 0.000 -0.130 0.214 X94 -0 5 1 25 43 0.000 0.000 0.466 X94 -0 5 1 25 72 0.000 0.000 0.243 X94 -0 0 1 26 0 0.000 0.000 0.450 C94 0:*-1-26-* Def -5 0 1 26 0 0.000 0.000 0.376 E94 5:*1-26-* Def -0 5 1 26 12 0.000 0.000 0.439 X94 -0 5 1 26 71 0.000 0.000 0.472 X94 -0 0 1 34 0 0.000 0.000 0.250 C94 0:*-1-34-* Def -5 0 1 34 0 0.000 0.000 0.198 E94 5:*1-34-* Def -0 1 1 34 36 0.000 0.000 0.187 C94 -0 5 1 34 1 0.000 0.000 0.247 C94 -0 5 1 34 36 0.000 0.000 0.259 C94 -0 0 1 37 0 0.000 0.000 0.200 C94 0:*-1-37-* Def -5 0 1 37 0 0.000 0.000 0.000 E94 5:*1-37-* Def -0 1 1 37 37 0.000 0.449 0.000 C94 -0 5 1 37 37 0.000 -0.420 0.391 C94 -0 6 1 37 37 0.000 0.000 0.150 C94 -0 0 1 39 0 0.000 0.000 0.000 C94 0:*-1-39-* Def -5 0 1 39 0 0.000 0.000 0.000 E94 5:*1-39-* Def -0 1 1 39 63 0.000 -0.080 -0.056 C94 -0 5 1 39 63 0.000 0.000 -0.113 C94 -0 0 1 40 0 0.000 0.000 0.250 C94 0:*-1-40-* Def -5 0 1 40 0 0.000 0.000 0.297 E94 5:*1-40-* Def -0 5 1 40 28 0.000 -0.097 0.203 C94 -0 5 1 40 37 0.000 0.000 0.329 C94 -0 0 1 41 0 0.000 0.600 0.000 C94 0:*-1-41-* Def -0 1 1 41 32 0.000 1.263 0.000 C94 -0 5 1 41 32 0.000 0.000 -0.106 C94 -0 5 1 41 72 0.000 0.632 0.000 X94 -0 0 1 43 0 0.000 0.000 0.150 C94 0:*-1-43-* Def -5 0 1 43 0 0.000 0.000 0.297 E94 5:*1-43-* Def -0 5 1 43 18 0.357 -0.918 0.000 X94 -0 5 1 43 25 0.000 0.000 0.061 X94 -0 5 1 43 28 -0.249 0.382 0.343 X94 -0 0 1 45 0 0.000 0.000 0.100 C94 0:*-1-45-* Def -0 5 1 45 32 0.000 0.000 0.125 X94 -0 0 1 46 0 0.000 0.000 -0.500 C94 0:*-1-46-* Def -0 5 1 46 7 0.000 0.000 -0.540 X94 -0 0 1 54 0 0.000 0.000 0.000 C94 0:*-1-54-* Def -2 0 1 54 0 0.000 0.000 0.000 E94 2:*1-54-* Def -5 0 1 54 0 0.000 0.000 0.000 E94 5:*1-54-* Def -0 5 1 54 3 0.000 0.000 -0.315 C94 -0 5 1 54 36 0.000 0.000 0.315 C94 -0 0 1 55 0 0.000 0.000 0.000 C94 0:*-1-55-* Def -5 0 1 55 0 0.000 0.000 0.000 E94 5:*1-55-* Def -0 5 1 55 36 0.000 -0.058 0.084 C94 -0 5 1 55 57 0.000 -0.058 -0.092 C94 -0 0 1 56 0 0.000 0.000 -0.300 C94 0:*-1-56-* Def -0 1 1 56 36 0.875 0.668 -0.015 C94 -0 1 1 56 57 -0.870 0.775 -0.406 C94 -0 5 1 56 36 -0.958 -0.629 -0.372 C94 -0 5 1 56 57 0.952 -0.715 -0.483 C94 -0 0 1 57 0 0.000 0.000 0.000 E94 0:*1-57-* Def -5 0 1 57 0 0.000 0.000 0.000 E94 5:*1-57-* Def -0 0 1 58 0 0.000 0.000 0.000 E94 0:*1-58-* Def -0 0 1 62 0 0.000 0.000 0.250 C94 0:*-1-62-* Def -0 5 1 62 18 0.000 0.000 0.270 X94 -0 0 1 63 0 0.000 0.000 0.000 E94 0:*1-63-* Def -5 0 1 63 0 0.000 0.000 0.000 E94 5:*1-63-* Def -0 0 1 64 0 0.000 0.000 0.000 E94 0:*1-64-* Def -5 0 1 64 0 0.000 0.000 0.000 E94 5:*1-64-* Def -0 0 1 67 0 0.000 0.000 0.000 E94 0:*1-67-* Def -5 0 1 67 0 0.000 0.000 0.000 E94 5:*1-67-* Def -0 0 1 68 0 0.000 0.000 0.400 C94 0:*-1-68-* Def -0 1 1 68 1 -0.117 0.090 0.751 C94 -0 1 1 68 23 0.373 0.153 0.635 C94 -0 1 1 68 32 -0.090 -0.169 0.075 C94 -0 5 1 68 1 0.134 -0.112 0.329 C94 -0 5 1 68 23 -0.361 -0.202 0.560 C94 -0 5 1 68 32 0.072 0.218 0.093 C94 -0 0 1 73 0 0.000 0.000 0.500 C94 0:*-1-73-* Def -0 5 1 73 32 0.000 0.000 0.509 X94 -0 5 1 73 72 0.000 0.000 0.443 X94 -0 0 1 75 0 0.000 0.000 0.000 E94 0:*1-75-* Def -0 0 1 78 0 0.000 0.000 0.000 E94 0:*1-78-* Def -0 0 1 80 0 0.000 0.000 0.000 E94 0:*1-80-* Def -0 0 1 81 0 0.000 0.000 0.000 E94 0:*1-81-* Def -0 0 2 2 0 0.000 12.000 0.000 C94 0:*-2=2-* Def -1 0 2 2 0 0.000 1.800 0.000 C94 1:*=2-2=* Def -5 0 2 2 0 0.000 12.000 0.000 C94 5:*-2=2-* Def -0 1 2 2 1 -0.403 12.000 0.000 C94 -0 1 2 2 2 0.000 12.000 0.000 C94 -1 1 2 2 2 -0.418 2.089 -0.310 C94 -0 1 2 2 5 0.000 12.000 0.000 C94 -1 1 2 2 5 0.412 2.120 0.269 C94 -1 2 2 2 2 0.094 1.621 0.877 C94 -0 2 2 2 5 0.000 12.000 0.000 C94 -1 2 2 2 5 0.317 1.421 -0.870 C94 -0 3 2 2 5 0.000 12.000 0.000 C94 -0 5 2 2 5 0.000 12.000 0.000 C94 -1 5 2 2 5 -0.406 1.767 0.000 C94 -0 5 2 2 6 0.000 12.000 0.000 C94 -0 5 2 2 37 0.000 12.000 0.000 C94 -0 5 2 2 40 0.000 12.000 0.000 C94 -0 5 2 2 41 0.000 12.000 0.000 C94 -0 5 2 2 45 0.000 12.000 0.000 X94 -0 5 2 2 62 0.000 12.000 0.000 X94 -1 0 2 3 0 0.000 2.500 0.000 #E94 0:*-2-3-* Def -1 1 2 3 1 0.136 1.798 0.630 C94 -1 1 2 3 5 0.497 2.405 0.357 C94 -1 1 2 3 6 -0.211 1.925 -0.131 C94 -1 1 2 3 7 -0.401 2.028 -0.318 C94 -1 1 2 3 10 -0.084 2.214 -0.610 C94 -1 2 2 3 1 -0.325 1.553 -0.487 C94 -1 2 2 3 5 -0.295 2.024 -0.590 C94 -1 2 2 3 6 -0.143 1.466 0.000 C94 -1 2 2 3 7 0.362 1.978 0.000 C94 -1 2 2 3 9 0.296 1.514 0.481 C94 -1 2 2 3 10 0.095 1.583 0.380 C94 -1 5 2 3 1 0.213 1.728 -0.042 C94 -1 5 2 3 5 -0.208 1.622 0.223 C94 -1 5 2 3 6 0.359 1.539 0.194 C94 -1 5 2 3 7 0.000 2.046 0.000 C94 -1 5 2 3 9 -0.290 1.519 -0.470 C94 -1 5 2 3 10 0.000 1.395 0.227 C94 -1 0 2 4 0 0.000 0.000 0.000 C94 0:*-2-4-* Def -0 0 2 6 0 0.000 3.100 0.000 C94 0:*-2-6-* Def -2 0 2 6 0 0.000 3.600 0.000 E94 2:*-2-6-* Def -5 0 2 6 0 0.000 3.600 0.000 E94 5:*-2-6-* Def -0 2 2 6 1 -1.953 3.953 -1.055 C94 -0 2 2 6 3 -1.712 2.596 -0.330 C94 -0 2 2 6 29 -0.215 2.810 -0.456 C94 -0 5 2 6 1 1.951 3.936 1.130 C94 -0 5 2 6 3 1.719 2.628 0.360 C94 -0 5 2 6 29 0.216 2.808 0.456 C94 -1 0 2 9 0 0.000 1.800 0.000 E94 1:*-2-9-* Def -0 0 2 10 0 0.000 6.000 0.000 E94 0:*-2-10-* Def -2 0 2 10 0 0.000 6.000 0.000 E94 2:*-2-10-* Def -5 0 2 10 0 0.000 6.000 0.000 E94 5:*-2-10-* Def -0 0 2 15 0 0.000 1.423 0.000 E94 0:*-2-15-* Def -2 0 2 15 0 0.000 1.423 0.000 E94 2:*-2-15-* Def -5 0 2 15 0 0.000 1.423 0.000 E94 5:*-2-15-* Def -0 0 2 17 0 0.000 1.423 0.000 E94 0:*-2-17-* Def -0 0 2 18 0 0.000 0.000 0.000 E94 0:*-2-18-* Def -2 0 2 18 0 0.000 0.000 0.000 E94 2:*-2-18-* Def -5 0 2 18 0 0.000 0.000 0.000 E94 5:*-2-18-* Def -0 0 2 19 0 0.000 0.000 0.000 E94 0:*-2-19-* Def -0 0 2 20 0 0.000 0.000 0.000 E94 0:*-2-20-* Def -2 0 2 20 0 0.000 0.000 0.000 E94 2:*-2-20-* Def -0 0 2 22 0 0.000 0.000 0.000 E94 0:*-2-22-* Def -2 0 2 22 0 0.000 0.000 0.000 E94 2:*-2-22-* Def -5 0 2 22 0 0.000 0.000 0.000 E94 5:*-2-22-* Def -0 0 2 25 0 0.000 0.000 0.000 E94 0:*-2-25-* Def -0 0 2 30 0 0.000 12.000 0.000 E94 0:*-2-30-* Def -0 0 2 34 0 0.000 0.000 0.000 E94 0:*-2-34-* Def -2 0 2 34 0 0.000 0.000 0.000 E94 2:*-2-34-* Def -1 0 2 37 0 0.000 2.000 0.000 C94 1:*-2-37-* Def -1 1 2 37 37 0.000 2.952 -0.079 C94 -1 2 2 37 37 0.000 1.542 0.434 C94 -1 5 2 37 37 0.000 1.308 -0.357 C94 -1 0 2 39 0 0.000 6.000 0.000 E94 1:*-2-39-* Def -0 0 2 40 0 0.000 3.700 0.000 C94 0:*-2-40-* Def -2 0 2 40 0 0.000 3.600 0.000 E94 2:*-2-40-* Def -5 0 2 40 0 0.000 3.600 0.000 E94 5:*-2-40-* Def -0 2 2 40 28 0.000 3.756 -0.530 C94 -0 5 2 40 28 0.073 3.698 0.291 C94 -0 0 2 41 0 0.000 1.200 0.000 C94 0:*-2-41-* Def -2 0 2 41 0 0.000 1.800 0.000 E94 2:*-2-41-* Def -0 2 2 41 32 0.000 1.235 0.000 C94 -0 5 2 41 32 0.000 1.231 0.000 C94 -0 0 2 43 0 0.000 3.600 0.000 E94 0:*-2-43-* Def -2 0 2 43 0 0.000 3.600 0.000 E94 2:*-2-43-* Def -0 0 2 45 0 0.000 2.200 0.000 C94 0:*-2-45-* Def -2 0 2 45 0 0.000 1.800 0.000 E94 2:*-2-45-* Def -0 2 2 45 32 0.000 2.212 0.000 X94 -0 5 2 45 32 0.000 2.225 0.000 X94 -0 0 2 46 0 0.000 1.800 0.000 E94 0:*-2-46-* Def -2 0 2 46 0 0.000 1.800 0.000 E94 2:*-2-46-* Def -0 0 2 55 0 0.000 4.800 0.000 E94 0:*-2-55-* Def -0 0 2 56 0 0.000 4.800 0.000 E94 0:*-2-56-* Def -0 0 2 62 0 0.000 8.000 0.000 C94 0:*-2-62-* Def -0 2 2 62 23 1.693 7.903 0.532 X94 -0 5 2 62 23 -1.696 7.897 -0.482 X94 -1 0 2 63 0 0.000 1.800 0.000 E94 1:*-2-63-* Def -1 0 2 64 0 0.000 1.800 0.000 E94 1:*-2-64-* Def -1 0 2 67 0 0.000 1.800 0.000 E94 1:*-2-67-* Def -1 0 2 81 0 0.000 4.800 0.000 E94 1:*-2-81-* Def -1 0 3 3 0 0.000 0.600 0.000 C94 0:*-3-3-* Def -4 0 3 3 0 0.000 1.800 0.000 E94 4:*-3-3-* Def -1 1 3 3 1 -0.486 0.714 0.000 C94 -1 1 3 3 6 -0.081 -0.125 0.132 C94 -1 1 3 3 7 1.053 1.327 0.000 C94 -1 5 3 3 6 0.000 0.188 0.436 C94 -1 5 3 3 7 0.000 0.177 -0.412 C94 -1 6 3 3 6 0.269 0.437 0.000 C94 -1 6 3 3 7 -0.495 0.793 -0.318 C94 -1 7 3 3 7 -0.260 1.084 0.193 C94 -0 0 3 6 0 0.000 5.500 0.000 C94 0:*-3-6-* Def -2 0 3 6 0 0.000 5.500 0.000 C94 2:*-3-6-* Def -4 0 3 6 0 0.000 3.600 0.000 E94 4:*-3-6-* Def -5 0 3 6 0 0.000 3.600 0.000 E94 5:*-3-6-* Def -0 1 3 6 1 -1.244 5.482 0.365 C94 -0 1 3 6 24 -1.166 5.078 -0.545 C94 -0 1 3 6 37 -0.677 5.854 0.521 C94 -2 2 3 6 24 0.256 4.519 0.258 C94 -2 3 3 6 24 1.663 4.073 0.094 C94 -0 5 3 6 1 0.526 5.631 0.691 C94 -0 5 3 6 2 0.159 6.586 0.216 C94 -0 5 3 6 24 -2.285 4.737 0.468 C94 -0 7 3 6 0 0.700 6.500 -0.400 C94 0:7-3-6-* Def -0 7 3 6 1 0.682 7.184 -0.935 C94 -0 7 3 6 2 -0.168 6.572 -0.151 C94 -0 7 3 6 24 1.662 6.152 -0.058 C94 -0 7 3 6 37 0.635 5.890 -0.446 C94 -2 37 3 6 24 0.000 3.892 -0.094 C94 -0 0 3 9 0 0.000 16.000 0.000 C94 0:*-3=9-* Def -1 0 3 9 0 0.000 1.800 0.000 E94 1:*-3-9-* Def -5 0 3 9 0 0.000 12.000 0.000 E94 5:*-3-9-* Def -0 2 3 9 27 0.000 16.000 0.000 C94 -0 5 3 9 1 0.687 16.152 0.894 C94 -0 5 3 9 27 0.000 16.000 0.000 C94 -0 40 3 9 1 -0.758 18.216 -0.188 C94 -0 40 3 9 27 0.000 16.000 0.000 C94 -0 0 3 10 0 0.000 6.000 0.000 C94 0:*-3-10-* Def -2 0 3 10 0 0.000 6.000 0.000 C94 2:*-3-10-* Def -4 0 3 10 0 0.000 6.000 0.000 C94 4:*-3-10-* Def -5 0 3 10 0 0.000 6.000 0.000 E94 5:*-3-10-* Def -0 1 3 10 1 0.647 6.159 0.507 C94 -0 1 3 10 6 -1.035 8.791 1.464 C94 -0 1 3 10 28 -0.294 5.805 1.342 C94 -2 2 3 10 28 -0.287 7.142 0.120 C94 -0 5 3 10 1 -0.183 6.314 1.753 C94 -0 5 3 10 3 -0.751 5.348 0.209 C94 -0 5 3 10 28 -0.388 5.972 0.459 C94 -0 7 3 10 1 -0.319 6.294 -0.147 C94 -0 7 3 10 3 0.776 -0.585 -0.145 C94 -0 7 3 10 6 1.107 8.631 -0.452 C94 -0 7 3 10 28 1.435 4.975 -0.454 C94 -0 10 3 10 28 0.000 3.495 1.291 C94 -0 0 3 15 0 0.000 1.423 0.000 E94 0:*-3-15-* Def -2 0 3 15 0 0.000 1.423 0.000 E94 2:*-3-15-* Def -4 0 3 15 0 0.000 1.423 0.000 E94 4:*-3-15-* Def -5 0 3 15 0 0.000 1.423 0.000 E94 5:*-3-15-* Def -0 0 3 17 0 0.000 1.423 0.000 E94 0:*-3-17-* Def -5 0 3 17 0 0.000 1.423 0.000 E94 5:*-3-17-* Def -0 0 3 18 0 0.000 0.000 0.000 E94 0:*-3-18-* Def -2 0 3 18 0 0.000 0.000 0.000 E94 2:*-3-18-* Def -0 0 3 20 0 0.000 0.000 -0.300 C94 0:*-3-20-* Def -2 0 3 20 0 0.000 0.000 0.000 E94 2:*-3-20-* Def -4 0 3 20 0 0.000 0.000 -0.300 C94 4:*-3-20-* Def -5 0 3 20 0 0.000 0.000 0.000 E94 5:*-3-20-* Def -0 7 3 20 0 0.000 0.400 0.400 C94 0:7-3-20-* Def -0 7 3 20 5 0.000 0.000 -0.131 C94 -0 7 3 20 20 0.000 0.000 0.000 C94 -0 20 3 20 5 0.000 0.000 0.085 C94 -0 20 3 20 20 0.000 0.000 0.000 C94 -0 0 3 22 0 0.000 0.000 0.000 E94 0:*-3-22-* Def -2 0 3 22 0 0.000 0.000 0.000 E94 2:*-3-22-* Def -4 0 3 22 0 0.000 0.000 0.000 E94 4:*-3-22-* Def -5 0 3 22 0 0.000 0.000 0.000 E94 5:*-3-22-* Def -0 7 3 22 0 0.000 0.400 0.400 C94 0:7-3-22-* Def -0 0 3 25 0 0.000 0.000 0.000 E94 0:*-3-25-* Def -2 0 3 25 0 0.000 0.000 0.000 E94 2:*-3-25-* Def -1 0 3 30 0 0.000 1.800 0.000 E94 1:*-3-30-* Def -4 0 3 30 0 0.000 1.800 0.000 E94 4:*-3-30-* Def -1 0 3 37 0 0.000 2.500 0.000 #E94 1:*-3-37-* Def -4 0 3 37 0 0.000 1.800 0.000 E94 4:*-3-37-* Def -1 1 3 37 37 0.000 2.428 0.000 C94 -1 6 3 37 37 0.000 1.743 0.000 C94 -1 7 3 37 37 0.000 2.256 0.000 C94 -1 43 3 37 37 -0.241 3.385 -0.838 X94 -1 0 3 39 0 0.000 5.500 0.000 #E94 1:*-3-39-* Def -0 0 3 40 0 0.000 3.900 0.000 C94 0:*-3-40-* Def -2 0 3 40 0 0.000 3.600 0.000 E94 2:*-3-40-* Def -5 0 3 40 0 0.000 3.600 0.000 E94 5:*-3-40-* Def -0 5 3 40 28 -1.477 4.362 0.902 C94 -0 9 3 40 28 1.496 4.369 -0.417 C94 -0 40 3 40 28 0.178 3.149 0.778 C94 -0 0 3 41 0 0.000 1.800 0.000 E94 0:*-3-41-* Def -2 0 3 41 0 0.000 1.800 0.000 E94 2:*-3-41-* Def -0 0 3 43 0 0.000 4.500 0.000 C94 0:*-3-43-* Def -2 0 3 43 0 0.000 3.600 0.000 E94 2:*-3-43-* Def -4 0 3 43 0 0.000 3.600 0.000 E94 4:*-3-43-* Def -5 0 3 43 0 0.000 3.600 0.000 E94 5:*-3-43-* Def -0 1 3 43 18 1.712 3.309 0.233 X94 -0 1 3 43 28 -0.414 4.168 -0.875 X94 -0 7 3 43 18 -0.880 5.091 -0.129 X94 -0 7 3 43 28 0.536 5.276 -0.556 X94 -2 37 3 43 18 -0.701 4.871 1.225 X94 -2 37 3 43 28 -0.086 5.073 0.878 X94 -0 0 3 45 0 0.000 1.800 0.000 E94 0:*-3-45-* Def -2 0 3 45 0 0.000 1.800 0.000 E94 2:*-3-45-* Def -0 0 3 48 0 0.000 0.000 0.892 E94 0:*-3-48-* Def -0 0 3 51 0 0.000 13.500 0.000 C94 0:*-3-51-* Def -0 1 3 51 52 0.000 13.549 0.000 X94 -0 0 3 54 0 0.000 8.000 0.000 C94 0:*-3-54-* Def -1 0 3 54 0 0.000 2.500 0.000 #E94 1:*-3-54-* Def -5 0 3 54 0 0.000 12.000 0.000 E94 5:*-3-54-* Def -0 5 3 54 1 0.000 8.000 0.000 C94 -0 5 3 54 36 0.000 8.000 0.000 C94 -0 0 3 55 0 0.000 4.800 0.000 E94 0:*-3-55-* Def -2 0 3 55 0 0.000 4.800 0.000 E94 2:*-3-55-* Def -0 0 3 56 0 0.000 4.800 0.000 E94 0:*-3-56-* Def -2 0 3 56 0 0.000 4.800 0.000 E94 2:*-3-56-* Def -1 0 3 57 0 0.000 2.500 0.000 #E94 1:*-3-57-* Def -1 0 3 58 0 0.000 4.800 0.000 E94 1:*-3-58-* Def -0 0 3 62 0 0.000 3.600 0.000 E94 0:*-3-62-* Def -2 0 3 62 0 0.000 3.600 0.000 E94 2:*-3-62-* Def -5 0 3 62 0 0.000 3.600 0.000 E94 5:*-3-62-* Def -1 0 3 63 0 0.000 2.500 0.000 #E94 1:*-3-63-* Def -1 0 3 64 0 0.000 2.500 0.000 #E94 1:*-3-64-* Def -0 0 3 67 0 0.000 12.000 0.000 E94 0:*-3-67-* Def -0 0 3 74 0 0.000 19.000 0.000 C94 0:*-3-74-* Def -0 1 3 74 7 0.000 19.349 0.000 X94 -0 0 3 75 0 0.000 19.000 0.000 C94 0:*-3-75-* Def -0 1 3 75 71 0.000 18.751 0.000 X94 -1 0 3 78 0 0.000 2.500 0.000 #E94 1:*-3-78-* Def -1 0 3 80 0 0.000 2.500 0.000 #E94 1:*-3-80-* Def -0 0 6 6 0 0.000 -2.000 0.000 E94 0:*-6-6-* Def -5 0 6 6 0 0.000 -2.000 0.000 E94 5:*-6-6-* Def -0 0 6 8 0 0.900 -1.100 -0.500 C94 0:*-6-8-* Def -5 0 6 8 0 0.000 0.000 0.274 E94 5:*-6-8-* Def -0 21 6 8 1 0.261 -0.330 -0.542 C94 -0 21 6 8 23 1.503 -1.853 -0.476 C94 -0 0 6 9 0 0.000 3.600 0.000 E94 0:*-6-9-* Def -5 0 6 9 0 0.000 3.600 0.000 E94 5:*-6-9-* Def -0 0 6 10 0 1.200 0.500 -1.000 C94 0:*-6-10-* Def -0 21 6 10 1 0.875 0.180 -0.733 C94 -0 21 6 10 3 0.529 0.000 -1.163 C94 -0 0 6 15 0 0.000 -4.000 0.000 E94 0:*-6-15-* Def -0 0 6 17 0 0.000 1.423 0.000 E94 0:*-6-17-* Def -5 0 6 17 0 0.000 1.423 0.000 E94 5:*-6-17-* Def -0 0 6 18 0 0.000 0.000 0.100 C94 0:*-6-18-* Def -5 0 6 18 0 0.000 0.000 0.103 E94 5:*-6-18-* Def -0 33 6 18 1 -0.520 -0.471 -0.267 X94 -0 33 6 18 6 -1.623 0.204 0.438 X94 -0 33 6 18 32 1.616 0.425 0.191 X94 -0 0 6 19 0 0.000 0.000 0.150 C94 0:*-6-19-* Def -5 0 6 19 0 0.000 0.000 0.165 E94 5:*-6-19-* Def -0 21 6 19 1 -0.620 -0.329 0.303 X94 -0 21 6 19 5 0.683 0.220 0.000 X94 -0 0 6 20 0 0.000 0.000 0.400 C94 0:*-6-20-* Def -4 0 6 20 0 0.000 0.000 0.217 E94 4:*-6-20-* Def -5 0 6 20 0 0.000 0.000 0.217 E94 5:*-6-20-* Def -0 20 6 20 5 0.000 0.000 -0.079 C94 -4 20 6 20 20 0.000 0.000 0.000 C94 -0 0 6 22 0 0.000 0.000 0.217 E94 0:*-6-22-* Def -0 0 6 25 0 0.000 0.000 0.650 C94 0:*-6-25-* Def -5 0 6 25 0 0.000 0.000 0.231 E94 5:*-6-25-* Def -0 1 6 25 1 -1.704 -0.452 0.556 X94 -0 1 6 25 6 0.000 0.000 0.777 X94 -0 1 6 25 32 1.205 0.914 0.612 X94 -0 24 6 25 6 -3.209 -7.622 1.065 X94 -0 24 6 25 32 -5.891 -3.332 0.290 X94 -0 0 6 26 0 0.000 0.000 0.346 E94 0:*-6-26-* Def -0 0 6 30 0 0.000 3.600 0.000 E94 0:*-6-30-* Def -2 0 6 30 0 0.000 3.600 0.000 E94 2:*-6-30-* Def -0 0 6 37 0 0.000 3.200 0.000 C94 0:*-6-37-* Def -5 0 6 37 0 0.000 3.600 0.000 E94 5:*-6-37-* Def -0 1 6 37 37 0.000 4.382 0.000 C94 -0 3 6 37 37 0.000 2.576 0.000 C94 -0 29 6 37 37 0.000 2.801 0.000 C94 -0 0 6 39 0 0.000 0.000 0.000 E94 0:*-6-39-* Def -0 0 6 40 0 0.000 0.000 0.274 E94 0:*-6-40-* Def -0 0 6 41 0 0.000 3.600 0.000 E94 0:*-6-41-* Def -0 0 6 43 0 0.000 0.000 0.274 E94 0:*-6-43-* Def -0 0 6 45 0 0.000 6.000 0.000 C94 0:*-6-45-* Def -0 1 6 45 32 0.000 6.208 0.000 X94 -0 0 6 54 0 0.000 3.600 0.000 E94 0:*-6-54-* Def -0 0 6 55 0 0.000 3.600 0.000 E94 0:*-6-55-* Def -0 0 6 57 0 0.000 3.600 0.000 E94 0:*-6-57-* Def -0 0 6 58 0 0.000 3.600 0.000 E94 0:*-6-58-* Def -0 0 6 63 0 0.000 3.600 0.000 E94 0:*-6-63-* Def -0 0 6 64 0 0.000 3.600 0.000 E94 0:*-6-64-* Def -0 0 8 8 0 0.000 0.000 0.375 E94 0:*-8-8-* Def -5 0 8 8 0 0.000 0.000 0.375 E94 5:*-8-8-* Def -0 0 8 9 0 0.000 3.600 0.000 E94 0:*-8-9-* Def -5 0 8 9 0 0.000 3.600 0.000 E94 5:*-8-9-* Def -0 0 8 10 0 0.000 0.000 0.000 E94 0:*-8-10-* Def -4 0 8 10 0 0.000 0.000 0.000 E94 4:*-8-10-* Def -0 0 8 15 0 0.000 0.000 0.424 E94 0:*-8-15-* Def -0 0 8 17 0 0.000 1.423 0.000 E94 0:*-8-17-* Def -4 0 8 17 0 0.000 1.423 0.000 E94 4:*-8-17-* Def -5 0 8 17 0 0.000 1.423 0.000 E94 5:*-8-17-* Def -0 0 8 19 0 0.000 0.000 0.225 E94 0:*-8-19-* Def -0 0 8 20 0 0.000 0.000 0.350 C94 0:*-8-20-* Def -4 0 8 20 0 0.000 0.000 0.300 C94 4:*-8-20-* Def -5 0 8 20 0 0.000 0.000 0.297 E94 5:*-8-20-* Def -0 20 8 20 5 0.000 0.120 0.472 C94 -4 20 8 20 20 0.000 -0.097 0.200 C94 -0 23 8 20 5 -0.101 -0.324 0.371 C94 -0 23 8 20 20 0.107 0.253 0.151 C94 -0 0 8 22 0 0.000 0.000 0.297 E94 0:*-8-22-* Def -0 0 8 25 0 0.000 0.000 0.316 E94 0:*-8-25-* Def -5 0 8 25 0 0.000 0.000 0.316 E94 5:*-8-25-* Def -0 0 8 26 0 0.000 0.000 0.474 E94 0:*-8-26-* Def -5 0 8 26 0 0.000 0.000 0.474 E94 5:*-8-26-* Def -0 0 8 34 0 0.000 0.000 0.250 E94 0:*-8-34-* Def -0 0 8 39 0 0.000 0.000 0.000 E94 0:*-8-39-* Def -0 0 8 40 0 0.000 0.000 0.375 E94 0:*-8-40-* Def -0 0 8 43 0 0.000 0.000 0.375 E94 0:*-8-43-* Def -0 0 8 45 0 0.000 3.600 0.000 E94 0:*-8-45-* Def -0 0 8 46 0 0.000 3.600 0.000 E94 0:*-8-46-* Def -0 0 8 55 0 0.000 3.600 0.000 E94 0:*-8-55-* Def -0 0 8 56 0 0.000 3.600 0.000 E94 0:*-8-56-* Def -0 0 9 9 0 0.000 12.000 0.000 E94 0:*-9-9-* Def -1 0 9 9 0 0.000 1.800 0.000 E94 1:*-9-9-* Def -5 0 9 9 0 0.000 12.000 0.000 E94 5:*-9-9-* Def -0 0 9 10 0 0.000 6.000 0.000 E94 0:*-9-10-* Def -5 0 9 10 0 0.000 6.000 0.000 E94 5:*-9-10-* Def -0 0 9 15 0 0.000 1.423 0.000 E94 0:*-9-15-* Def -0 0 9 18 0 0.000 0.000 0.000 E94 0:*-9-18-* Def -0 0 9 19 0 0.000 0.000 0.000 E94 0:*-9-19-* Def -0 0 9 20 0 0.000 0.000 0.000 E94 0:*-9-20-* Def -0 0 9 25 0 0.000 0.000 0.000 E94 0:*-9-25-* Def -0 0 9 34 0 0.000 0.000 0.000 E94 0:*-9-34-* Def -5 0 9 34 0 0.000 0.000 0.000 E94 5:*-9-34-* Def -1 0 9 37 0 0.000 1.800 0.000 E94 1:*-9-37-* Def -1 0 9 39 0 0.000 6.000 0.000 E94 1:*-9-39-* Def -0 0 9 40 0 0.000 3.600 0.000 E94 0:*-9-40-* Def -0 0 9 41 0 0.000 4.800 0.000 E94 0:*-9-41-* Def -0 0 9 45 0 0.000 1.800 0.000 E94 0:*-9-45-* Def -0 0 9 54 0 0.000 12.000 0.000 E94 0:*-9-54-* Def -0 0 9 55 0 0.000 4.800 0.000 E94 0:*-9-55-* Def -0 0 9 56 0 0.000 4.800 0.000 E94 0:*-9-56-* Def -1 0 9 57 0 0.000 1.800 0.000 E94 1:*-9-57-* Def -0 0 9 62 0 0.000 3.600 0.000 E94 0:*-9-62-* Def -1 0 9 63 0 0.000 1.800 0.000 E94 1:*-9-63-* Def -1 0 9 64 0 0.000 1.800 0.000 E94 1:*-9-64-* Def -0 0 9 67 0 0.000 12.000 0.000 E94 0:*-9-67-* Def -1 0 9 78 0 0.000 1.800 0.000 E94 1:*-9-78-* Def -1 0 9 81 0 0.000 4.800 0.000 E94 1:*-9-81-* Def -0 0 10 10 0 0.000 0.000 0.000 E94 0:*-10-10-* Def -5 0 10 10 0 0.000 0.000 0.000 E94 5:*-10-10-* Def -0 0 10 15 0 0.000 0.000 0.000 E94 0:*-10-15-* Def -0 0 10 17 0 0.000 4.743 0.000 E94 0:*-10-17-* Def -0 0 10 20 0 0.000 0.000 0.000 E94 0:*-10-20-* Def -4 0 10 20 0 0.000 0.000 0.000 E94 4:*-10-20-* Def -5 0 10 20 0 0.000 0.000 0.000 E94 5:*-10-20-* Def -0 0 10 22 0 0.000 0.000 0.000 E94 0:*-10-22-* Def -0 0 10 25 0 0.000 0.000 0.000 E94 0:*-10-25-* Def -0 0 10 26 0 0.000 0.000 0.000 E94 0:*-10-26-* Def -5 0 10 26 0 0.000 0.000 0.000 E94 5:*-10-26-* Def -0 0 10 34 0 0.000 0.000 0.000 E94 0:*-10-34-* Def -0 0 10 37 0 0.000 6.000 0.000 E94 0:*-10-37-* Def -0 0 10 39 0 0.000 0.000 0.000 E94 0:*-10-39-* Def -0 0 10 40 0 0.000 0.000 0.000 E94 0:*-10-40-* Def -5 0 10 40 0 0.000 0.000 0.000 E94 5:*-10-40-* Def -0 0 10 41 0 0.000 6.000 0.000 E94 0:*-10-41-* Def -0 0 10 45 0 0.000 6.000 0.000 E94 0:*-10-45-* Def -0 0 10 63 0 0.000 6.000 0.000 E94 0:*-10-63-* Def -0 0 10 64 0 0.000 6.000 0.000 E94 0:*-10-64-* Def -0 0 15 15 0 -1.400 -8.300 1.000 C94 0:*-15-15-* Def -5 0 15 15 0 0.000 -8.000 0.000 E94 5:*-15-15-* Def -0 1 15 15 1 -1.663 -8.408 1.433 C94 -0 1 15 15 71 -1.088 -8.245 0.411 C94 -0 0 15 18 0 0.000 0.000 0.160 E94 0:*-15-18-* Def -0 0 15 19 0 0.000 0.000 0.255 E94 0:*-15-19-* Def -5 0 15 19 0 0.000 0.000 0.255 E94 5:*-15-19-* Def -0 0 15 20 0 0.000 0.000 0.336 E94 0:*-15-20-* Def -4 0 15 20 0 0.000 0.000 0.336 E94 4:*-15-20-* Def -0 0 15 22 0 0.000 0.000 0.336 E94 0:*-15-22-* Def -0 0 15 25 0 0.000 0.000 0.358 E94 0:*-15-25-* Def -4 0 15 25 0 0.000 0.000 0.358 E94 4:*-15-25-* Def -0 0 15 26 0 0.000 0.000 0.537 E94 0:*-15-26-* Def -0 0 15 30 0 0.000 1.423 0.000 E94 0:*-15-30-* Def -4 0 15 30 0 0.000 1.423 0.000 E94 4:*-15-30-* Def -0 0 15 37 0 0.000 1.300 0.000 C94 0:*-15-37-* Def -5 0 15 37 0 0.000 1.423 0.000 E94 5:*-15-37-* Def -0 1 15 37 37 0.000 2.177 0.000 C94 -0 71 15 37 37 0.000 0.505 0.333 C94 -0 0 15 40 0 0.000 0.000 0.424 E94 0:*-15-40-* Def -0 0 15 43 0 0.000 0.000 0.424 E94 0:*-15-43-* Def -0 0 15 57 0 0.000 1.423 0.000 E94 0:*-15-57-* Def -0 0 15 63 0 0.000 1.423 0.000 E94 0:*-15-63-* Def -0 0 15 64 0 0.000 1.423 0.000 E94 0:*-15-64-* Def -0 0 17 20 0 0.000 0.000 0.000 E94 0:*-17-20-* Def -4 0 17 20 0 0.000 0.000 0.000 E94 4:*-17-20-* Def -5 0 17 20 0 0.000 0.000 0.000 E94 5:*-17-20-* Def -0 0 17 22 0 0.000 0.000 0.000 E94 0:*-17-22-* Def -0 0 17 37 0 0.000 1.423 0.000 E94 0:*-17-37-* Def -0 0 17 43 0 0.000 3.795 0.000 E94 0:*-17-43-* Def -0 0 18 20 0 0.000 0.000 0.112 E94 0:*-18-20-* Def -4 0 18 20 0 0.000 0.000 0.112 E94 4:*-18-20-* Def -5 0 18 20 0 0.000 0.000 0.112 E94 5:*-18-20-* Def -0 0 18 22 0 0.000 0.000 0.112 E94 0:*-18-22-* Def -0 0 18 37 0 0.000 -1.200 -0.300 C94 0:*-18-37-* Def -0 32 18 37 37 -0.173 -0.965 -0.610 X94 -0 39 18 37 37 0.000 -0.760 0.227 X94 -0 43 18 37 37 0.228 -1.741 -0.371 X94 -0 0 18 39 0 0.000 0.000 0.500 C94 0:*-18-39-* Def -0 32 18 39 63 0.000 0.687 0.680 X94 -0 37 18 39 63 0.000 -0.513 0.357 X94 -0 0 18 43 0 0.000 0.000 0.350 C94 0:*-18-43-* Def -4 0 18 43 0 0.000 0.000 0.141 E94 4:*-18-43-* Def -5 0 18 43 0 0.000 0.000 0.141 E94 5:*-18-43-* Def -0 1 18 43 1 -0.914 -0.482 0.179 X94 -0 1 18 43 3 -0.392 -2.724 0.312 X94 -0 1 18 43 28 -1.508 -1.816 -0.175 X94 -0 1 18 43 37 0.823 -1.220 -0.770 X94 -0 32 18 43 1 1.588 1.499 1.410 X94 -0 32 18 43 3 0.653 0.254 0.000 X94 -0 32 18 43 28 0.528 0.342 0.000 X94 -0 32 18 43 37 0.812 1.513 1.266 X94 -0 37 18 43 1 -1.139 -0.703 1.088 X94 -0 37 18 43 28 -2.014 -1.646 -2.068 X94 -0 37 18 43 37 -1.519 -0.328 1.437 X94 -0 43 18 43 28 3.011 -1.405 2.038 X94 -0 0 18 48 0 0.000 0.000 0.400 C94 0:*-18-48-* Def -0 1 18 48 28 1.767 1.606 0.408 X94 -0 32 18 48 28 -1.463 -2.548 0.310 X94 -0 0 18 55 0 0.000 0.000 0.000 E94 0:*-18-55-* Def -0 0 18 58 0 0.000 0.000 0.000 E94 0:*-18-58-* Def -0 0 18 62 0 0.000 0.000 0.500 C94 0:*-18-62-* Def -0 1 18 62 1 -0.403 -0.273 0.440 X94 -0 32 18 62 1 0.291 0.385 0.582 X94 -0 0 18 63 0 0.000 0.000 0.000 E94 0:*-18-63-* Def -0 0 18 64 0 0.000 0.000 0.000 E94 0:*-18-64-* Def -0 0 18 80 0 0.000 0.000 0.000 E94 0:*-18-80-* Def -0 0 19 20 0 0.000 0.000 0.179 E94 0:*-19-20-* Def -4 0 19 20 0 0.000 0.000 0.179 E94 4:*-19-20-* Def -0 0 19 37 0 0.000 0.000 0.000 E94 0:*-19-37-* Def -0 0 19 40 0 0.000 0.000 0.225 E94 0:*-19-40-* Def -0 0 19 63 0 0.000 0.000 0.000 E94 0:*-19-63-* Def -0 0 19 75 0 0.000 0.000 0.000 E94 0:*-19-75-* Def -0 0 20 20 0 0.000 0.000 0.200 C94 0:*-20-20-* Def -4 0 20 20 0 0.000 0.000 0.000 C94 4:*-20-20-* Def -5 0 20 20 0 0.000 0.000 0.236 E94 5:*-20-20-* Def -0 1 20 20 5 0.067 0.081 0.347 C94 -0 1 20 20 20 -0.063 -0.064 0.140 C94 -0 3 20 20 5 0.000 0.000 0.083 C94 -0 3 20 20 20 0.000 0.000 0.000 C94 -0 5 20 20 5 0.000 0.000 0.424 C94 -0 5 20 20 6 0.000 0.000 -0.080 C94 -0 5 20 20 8 0.000 0.127 0.450 C94 -0 5 20 20 12 -0.072 -0.269 0.439 C94 -0 5 20 20 20 -0.057 0.000 0.307 C94 -4 6 20 20 20 0.000 0.000 0.000 C94 -4 8 20 20 20 0.000 -0.091 0.192 C94 -0 12 20 20 20 0.077 0.202 0.183 C94 -4 20 20 20 20 0.000 0.000 0.000 C94 -0 0 20 22 0 0.000 0.000 0.236 E94 0:*-20-22-* Def -4 0 20 22 0 0.000 0.000 0.236 E94 4:*-20-22-* Def -0 0 20 25 0 0.000 0.000 0.251 E94 0:*-20-25-* Def -4 0 20 25 0 0.000 0.000 0.251 E94 4:*-20-25-* Def -0 0 20 26 0 0.000 0.000 0.376 E94 0:*-20-26-* Def -4 0 20 26 0 0.000 0.000 0.376 E94 4:*-20-26-* Def -5 0 20 26 0 0.000 0.000 0.376 E94 5:*-20-26-* Def -0 0 20 30 0 0.000 0.000 0.000 E94 0:*-20-30-* Def -2 0 20 30 0 0.000 0.000 0.000 E94 2:*-20-30-* Def -4 0 20 30 0 0.000 0.000 0.000 E94 4:*-20-30-* Def -0 0 20 30 30 0.000 0.000 -0.500 C94 0:*-20-30=30 Def -0 0 20 34 0 0.000 0.000 0.198 E94 0:*-20-34-* Def -4 0 20 34 0 0.000 0.000 0.198 E94 4:*-20-34-* Def -0 0 20 37 0 0.000 0.000 0.000 E94 0:*-20-37-* Def -4 0 20 37 0 0.000 0.000 0.000 E94 4:*-20-37-* Def -0 0 20 40 0 0.000 0.000 0.297 E94 0:*-20-40-* Def -0 0 20 41 0 0.000 0.000 0.000 E94 0:*-20-41-* Def -0 0 20 43 0 0.000 0.000 0.297 E94 0:*-20-43-* Def -4 0 20 43 0 0.000 0.000 0.297 E94 4:*-20-43-* Def -0 0 20 45 0 0.000 0.000 0.000 E94 0:*-20-45-* Def -0 0 22 22 0 0.000 0.000 0.236 E94 0:*-22-22-* Def -4 0 22 22 0 0.000 0.000 0.236 E94 4:*-22-22-* Def -5 0 22 22 0 0.000 0.000 0.236 E94 5:*-22-22-* Def -0 0 22 30 0 0.000 0.000 0.000 E94 0:*-22-30-* Def -4 0 22 30 0 0.000 0.000 0.000 E94 4:*-22-30-* Def -0 0 22 34 0 0.000 0.000 0.198 E94 0:*-22-34-* Def -0 0 22 37 0 0.000 0.000 0.000 E94 0:*-22-37-* Def -0 0 22 40 0 0.000 0.000 0.297 E94 0:*-22-40-* Def -0 0 22 41 0 0.000 0.000 0.000 E94 0:*-22-41-* Def -0 0 22 43 0 0.000 0.000 0.297 E94 0:*-22-43-* Def -5 0 22 43 0 0.000 0.000 0.297 E94 5:*-22-43-* Def -0 0 22 45 0 0.000 0.000 0.000 E94 0:*-22-45-* Def -0 0 25 25 0 0.000 0.000 0.267 E94 0:*-25-25-* Def -0 0 25 37 0 0.000 0.000 0.000 E94 0:*-25-37-* Def -5 0 25 37 0 0.000 0.000 0.000 E94 5:*-25-37-* Def -0 0 25 39 0 0.000 0.000 0.000 E94 0:*-25-39-* Def -0 0 25 40 0 0.000 0.000 0.316 E94 0:*-25-40-* Def -5 0 25 40 0 0.000 0.000 0.316 E94 5:*-25-40-* Def -0 0 25 43 0 0.000 0.000 0.250 C94 0:*-25-43-* Def -0 1 25 43 1 -2.686 -1.512 0.591 X94 -0 1 25 43 28 -3.730 -0.531 0.000 X94 -0 32 25 43 1 2.108 1.896 0.965 X94 -0 32 25 43 28 2.977 0.732 -0.502 X94 -0 0 25 57 0 0.000 0.000 0.000 E94 0:*-25-57-* Def -0 0 25 63 0 0.000 0.000 0.000 E94 0:*-25-63-* Def -0 0 26 26 0 0.000 0.000 0.600 E94 0:*-26-26-* Def -5 0 26 26 0 0.000 0.000 0.600 E94 5:*-26-26-* Def -0 0 26 34 0 0.000 0.000 0.316 E94 0:*-26-34-* Def -5 0 26 34 0 0.000 0.000 0.316 E94 5:*-26-34-* Def -0 0 26 37 0 0.000 1.423 0.000 E94 0:*-26-37-* Def -0 0 26 40 0 0.000 0.000 0.474 E94 0:*-26-40-* Def -0 0 30 30 0 0.000 12.000 0.000 E94 0:*-30-30-* Def -1 0 30 30 0 0.000 1.800 0.000 E94 1:*-30-30-* Def -4 0 30 30 0 0.000 1.800 0.000 E94 4:*-30-30-* Def -0 0 30 40 0 0.000 3.600 0.000 E94 0:*-30-40-* Def -1 0 30 67 0 0.000 1.800 0.000 E94 1:*-30-67-* Def -0 0 34 37 0 0.000 0.000 0.000 E94 0:*-34-37-* Def -0 0 34 43 0 0.000 0.000 0.250 E94 0:*-34-43-* Def -0 0 37 37 0 0.000 7.000 0.000 C94 0:*-37-37-* Def -1 0 37 37 0 0.000 2.000 0.000 #E94 1:*-37-37-* Def -4 0 37 37 0 0.000 6.000 0.000 E94 4:*-37-37-* Def -5 0 37 37 0 0.000 6.000 0.000 E94 5:*-37-37-* Def -0 1 37 37 5 0.000 7.000 0.000 C94 -0 1 37 37 37 0.000 7.000 0.000 C94 -0 2 37 37 5 0.000 7.000 0.000 C94 -0 2 37 37 37 0.000 7.000 0.000 C94 -0 3 37 37 5 0.000 7.000 0.000 C94 -0 3 37 37 37 0.000 7.000 0.000 C94 -0 5 37 37 5 0.000 7.000 0.000 C94 -0 5 37 37 6 0.000 7.000 0.000 C94 -0 5 37 37 15 0.000 7.000 0.000 C94 -0 5 37 37 18 0.000 7.000 0.000 X94 -0 5 37 37 37 0.000 7.000 0.000 C94 -0 5 37 37 40 0.000 7.000 0.000 C94 -0 5 37 37 43 0.000 7.000 0.000 X94 -0 6 37 37 37 0.000 7.000 0.000 C94 -0 15 37 37 37 0.000 7.000 0.000 C94 -0 18 37 37 37 0.000 7.000 0.000 X94 -0 37 37 37 37 0.000 7.000 0.000 C94 -0 37 37 37 40 0.000 7.000 0.000 C94 -0 37 37 37 43 0.000 7.000 0.000 X94 -0 0 37 38 0 0.000 7.000 0.000 C94 0:*-37-38-* Def -0 0 37 39 0 0.000 3.600 0.000 E94 0:*-37-39-* Def -1 0 37 39 0 0.000 6.000 0.000 E94 1:*-37-39-* Def -0 0 37 40 0 0.000 4.000 0.000 C94 0:*-37-40-* Def -5 0 37 40 0 0.000 3.600 0.000 E94 5:*-37-40-* Def -0 37 37 40 1 0.000 4.336 0.370 C94 -0 37 37 40 28 0.715 2.628 3.355 C94 -0 0 37 41 0 0.000 1.800 0.000 E94 0:*-37-41-* Def -0 0 37 43 0 0.000 2.000 1.800 C94 0:*-37-43-* Def -5 0 37 43 0 0.000 3.600 0.000 E94 5:*-37-43-* Def -0 37 37 43 18 0.372 2.284 2.034 X94 -0 37 37 43 28 0.000 1.694 1.508 X94 -0 0 37 45 0 0.000 1.800 0.000 E94 0:*-37-45-* Def -0 0 37 46 0 0.000 1.800 0.000 E94 0:*-37-46-* Def -0 0 37 55 0 0.000 4.800 0.000 E94 0:*-37-55-* Def -0 0 37 56 0 0.000 4.800 0.000 E94 0:*-37-56-* Def -1 0 37 57 0 0.000 1.800 0.000 E94 1:*-37-57-* Def -0 0 37 58 0 0.000 6.000 0.000 E94 0:*-37-58-* Def -1 0 37 58 0 0.000 4.800 0.000 E94 1:*-37-58-* Def -0 0 37 62 0 0.000 3.600 0.000 E94 0:*-37-62-* Def -0 0 37 63 0 0.000 7.000 0.000 C94 0:*-37-63-* Def -1 0 37 63 0 0.000 1.800 0.000 E94 1:*-37-63-* Def -0 0 37 64 0 0.000 7.000 0.000 C94 0:*-37-64-* Def -1 0 37 64 0 0.000 1.800 0.000 E94 1:*-37-64-* Def -1 0 37 67 0 0.000 1.800 0.000 E94 1:*-37-67-* Def -0 0 37 69 0 0.000 7.000 0.000 C94 0:*-37-69-* Def -0 0 37 78 0 0.000 6.000 0.000 E94 0:*-37-78-* Def -0 0 37 81 0 0.000 6.000 0.000 E94 0:*-37-81-* Def -1 0 37 81 0 0.000 4.800 0.000 E94 1:*-37-81-* Def -0 0 38 38 0 0.000 7.000 0.000 C94 0:*-38-38-* Def -0 0 38 58 0 0.000 7.000 0.000 C94 0:*-38-58-* Def -0 0 38 63 0 0.000 7.000 0.000 C94 0:*-38-63-* Def -0 0 38 64 0 0.000 7.000 0.000 C94 0:*-38-64-* Def -0 0 38 69 0 0.000 6.000 0.000 E94 0:*-38-69-* Def -0 0 38 78 0 0.000 6.000 0.000 E94 0:*-38-78-* Def -0 0 39 40 0 0.000 0.000 0.000 E94 0:*-39-40-* Def -0 0 39 45 0 0.000 6.000 0.000 E94 0:*-39-45-* Def -0 0 39 63 0 0.000 4.000 0.000 C94 0:*-39-63-* Def -1 0 39 63 0 0.000 6.000 0.000 E94 1:*-39-63-* Def -5 0 39 63 0 0.000 3.600 0.000 E94 5:*-39-63-* Def -0 1 39 63 5 0.000 4.000 0.000 C94 -0 1 39 63 64 0.000 4.000 0.000 C94 -0 18 39 63 5 0.000 4.000 0.000 X94 -0 18 39 63 64 0.000 4.000 0.000 X94 -0 63 39 63 5 0.000 4.000 0.000 C94 -0 63 39 63 64 0.000 4.000 0.000 C94 -0 0 39 64 0 0.000 3.600 0.000 E94 0:*-39-64-* Def -1 0 39 64 0 0.000 6.000 0.000 E94 1:*-39-64-* Def -0 0 39 65 0 0.000 4.000 0.000 C94 0:*-39-65-* Def -0 0 39 78 0 0.000 3.600 0.000 E94 0:*-39-78-* Def -0 0 40 40 0 0.000 0.000 0.375 E94 0:*-40-40-* Def -0 0 40 45 0 0.000 3.600 0.000 E94 0:*-40-45-* Def -0 0 40 46 0 0.000 3.600 0.000 E94 0:*-40-46-* Def -0 0 40 54 0 0.000 3.600 0.000 E94 0:*-40-54-* Def -2 0 40 54 0 0.000 3.600 0.000 E94 2:*-40-54-* Def -0 0 40 63 0 0.000 3.600 0.000 E94 0:*-40-63-* Def -0 0 40 64 0 0.000 3.600 0.000 E94 0:*-40-64-* Def -0 0 40 78 0 0.000 3.600 0.000 E94 0:*-40-78-* Def -0 0 41 41 0 0.000 1.800 0.000 E94 0:*-41-41-* Def -0 0 41 55 0 0.000 4.800 0.000 E94 0:*-41-55-* Def -0 0 41 62 0 0.000 3.600 0.000 E94 0:*-41-62-* Def -0 0 41 80 0 0.000 1.800 0.000 E94 0:*-41-80-* Def -0 0 43 43 0 0.000 0.000 0.375 E94 0:*-43-43-* Def -0 0 43 45 0 0.000 3.600 0.000 E94 0:*-43-45-* Def -0 0 43 64 0 0.000 3.600 0.000 E94 0:*-43-64-* Def -0 0 44 57 0 0.000 7.000 0.000 C94 0:*-44-57-* Def -0 0 44 63 0 0.000 7.000 0.000 C94 0:*-44-63-* Def -0 0 44 65 0 0.000 7.000 0.000 C94 0:*-44-65-* Def -0 0 44 78 0 0.000 2.846 0.000 E94 0:*-44-78-* Def -0 0 44 80 0 0.000 2.846 0.000 E94 0:*-44-80-* Def -0 0 45 63 0 0.000 1.800 0.000 E94 0:*-45-63-* Def -0 0 45 64 0 0.000 1.800 0.000 E94 0:*-45-64-* Def -0 0 45 78 0 0.000 1.800 0.000 E94 0:*-45-78-* Def -0 0 55 57 0 0.000 10.000 0.000 C94 0:*-55-57-* Def -2 0 55 57 0 0.000 4.800 0.000 E94 2:*-55-57-* Def -5 0 55 57 0 0.000 4.800 0.000 E94 5:*-55-57-* Def -0 1 55 57 5 0.423 12.064 0.090 C94 -0 1 55 57 55 -0.428 12.044 0.000 C94 -0 36 55 57 5 -0.268 8.077 -0.806 C94 -0 36 55 57 55 0.273 8.025 0.692 C94 -0 0 55 62 0 0.000 3.600 0.000 E94 0:*-55-62-* Def -0 0 55 64 0 0.000 4.800 0.000 E94 0:*-55-64-* Def -0 0 55 80 0 0.000 4.800 0.000 E94 0:*-55-80-* Def -0 0 56 57 0 0.000 6.000 0.000 C94 0:*-56-57-* Def -0 1 56 57 56 0.000 6.886 -0.161 C94 -0 36 56 57 56 0.000 4.688 0.107 C94 -0 0 56 63 0 0.000 4.800 0.000 E94 0:*-56-63-* Def -0 0 56 80 0 0.000 4.800 0.000 E94 0:*-56-80-* Def -1 0 57 63 0 0.000 1.800 0.000 E94 1:*-57-63-* Def -1 0 57 64 0 0.000 1.800 0.000 E94 1:*-57-64-* Def -0 0 58 63 0 0.000 6.000 0.000 E94 0:*-58-63-* Def -0 0 58 64 0 0.000 6.000 0.000 E94 0:*-58-64-* Def -0 0 59 63 0 0.000 7.000 0.000 C94 0:*-59-63-* Def -0 0 59 65 0 0.000 7.000 0.000 C94 0:*-59-65-* Def -0 0 59 78 0 0.000 3.600 0.000 E94 0:*-59-78-* Def -0 0 59 80 0 0.000 3.600 0.000 E94 0:*-59-80-* Def -0 0 59 82 0 0.000 3.600 0.000 E94 0:*-59-82-* Def -0 0 62 63 0 0.000 3.600 0.000 E94 0:*-62-63-* Def -0 0 62 64 0 0.000 3.600 0.000 E94 0:*-62-64-* Def -1 0 63 63 0 0.000 1.800 0.000 E94 1:*-63-63-* Def -0 0 63 64 0 0.000 7.000 0.000 C94 0:*-63-64-* Def -0 5 63 64 5 0.000 7.000 0.000 C94 -0 5 63 64 64 0.000 7.000 0.000 C94 -0 39 63 64 5 0.000 7.000 0.000 C94 -0 39 63 64 64 0.000 7.000 0.000 C94 -0 0 63 66 0 0.000 7.000 0.000 C94 0:*-63-66-* Def -0 0 63 78 0 0.000 6.000 0.000 E94 0:*-63-78-* Def -0 0 63 81 0 0.000 6.000 0.000 E94 0:*-63-81-* Def -0 0 64 64 0 0.000 7.000 0.000 C94 0:*-64-64-* Def -1 0 64 64 0 0.000 1.800 0.000 E94 1:*-64-64-* Def -0 5 64 64 5 0.000 7.000 0.000 C94 -0 5 64 64 63 0.000 7.000 0.000 C94 -0 63 64 64 63 0.000 7.000 0.000 C94 -0 0 64 65 0 0.000 7.000 0.000 C94 0:*-64-65-* Def -0 0 64 66 0 0.000 7.000 0.000 C94 0:*-64-66-* Def -0 0 64 78 0 0.000 6.000 0.000 E94 0:*-64-78-* Def -0 0 64 81 0 0.000 6.000 0.000 E94 0:*-64-81-* Def -5 0 64 81 0 0.000 6.000 0.000 E94 5:*-64-81-* Def -0 0 64 82 0 0.000 6.000 0.000 E94 0:*-64-82-* Def -0 0 65 66 0 0.000 7.000 0.000 C94 0:*-65-66-* Def -0 0 65 78 0 0.000 6.000 0.000 E94 0:*-65-78-* Def -0 0 65 81 0 0.000 6.000 0.000 E94 0:*-65-81-* Def -0 0 65 82 0 0.000 6.000 0.000 E94 0:*-65-82-* Def -0 0 66 66 0 0.000 7.000 0.000 C94 0:*-66-66-* Def -0 0 66 78 0 0.000 6.000 0.000 E94 0:*-66-78-* Def -0 0 66 81 0 0.000 6.000 0.000 E94 0:*-66-81-* Def -0 0 67 67 0 0.000 12.000 0.000 E94 0:*-67-67-* Def -5 0 67 67 0 0.000 12.000 0.000 E94 5:*-67-67-* Def -0 0 76 76 0 0.000 3.600 0.000 E94 0:*-76-76-* Def -0 0 76 78 0 0.000 3.600 0.000 E94 0:*-76-78-* Def -0 0 78 78 0 0.000 7.000 0.000 C94 0:*-78-78-* Def -0 0 78 79 0 0.000 6.000 0.000 E94 0:*-78-79-* Def -0 0 78 81 0 0.000 4.000 0.000 C94 0:*-78-81-* Def -0 0 79 79 0 0.000 6.000 0.000 E94 0:*-79-79-* Def -0 0 79 81 0 0.000 6.000 0.000 E94 0:*-79-81-* Def -0 0 80 81 0 0.000 4.000 0.000 C94 0:*-80-81-* Def -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mmffvdw.par --- a/CADDSuite-1.6/data/OpenBabel/mmffvdw.par Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,105 +0,0 @@ -* -* Copyright (c) Merck and Co., Inc., 1994 -* All Rights Reserved -* -* power B Beta DARAD DAEPS -* 0.25 0.2 12. 0.8 0.5 -* -* type alpha-i N-i A-i G-i DA Symb Origin -*------------------------------------------------------------ - 1 1.050 2.490 3.890 1.282 - CR E94 - 2 1.350 2.490 3.890 1.282 - C=C E94 - 3 1.100 2.490 3.890 1.282 - C=O E94 - 4 1.300 2.490 3.890 1.282 - CSP E94 - 5 0.250 0.800 4.200 1.209 - HC C94 - 6 0.70 3.150 3.890 1.282 A OR C94 - 7 0.65 3.150 3.890 1.282 A O=C C94 - 8 1.15 2.820 3.890 1.282 A NR C94 - 9 0.90 2.820 3.890 1.282 A N=C C94 - 10 1.000 2.820 3.890 1.282 A NC=O E94 - 11 0.35 3.480 3.890 1.282 A F C94 - 12 2.300 5.100 3.320 1.345 A CL E94 - 13 3.400 6.000 3.190 1.359 A BR E94 - 14 5.500 6.950 3.080 1.404 A I E94 - 15 3.00 4.800 3.320 1.345 A S C94 - 16 3.900 4.800 3.320 1.345 A S=C E94 - 17 2.700 4.800 3.320 1.345 - SO E94 - 18 2.100 4.800 3.320 1.345 - SO2 E94 - 19 4.500 4.200 3.320 1.345 - SI E94 - 20 1.050 2.490 3.890 1.282 - CR3R E94 - 21 0.150 0.800 4.200 1.209 D HOR C94 - 22 1.100 2.490 3.890 1.282 - CR3R E94 - 23 0.150 0.800 4.200 1.209 D HNR C94 - 24 0.150 0.800 4.200 1.209 D HOCO C94 - 25 1.600 4.500 3.320 1.345 - PO4 E94 - 26 3.600 4.500 3.320 1.345 A P E94 - 27 0.150 0.800 4.200 1.209 D HN=C C94 - 28 0.150 0.800 4.200 1.209 D HNCO C94 - 29 0.150 0.800 4.200 1.209 D HOCC C94 - 30 1.350 2.490 3.890 1.282 - CE4R E94 - 31 0.150 0.800 4.200 1.209 D HOH C94 - 32 0.75 3.150 3.890 1.282 A O2CM C94 - 33 0.150 0.800 4.200 1.209 D HOS C94 - 34 1.00 2.820 3.890 1.282 - NR+ C94 - 35 1.50 3.150 3.890 1.282 A OM X94 - 36 0.150 0.800 4.200 1.209 D HNR+ C94 - 37 1.350 2.490 3.890 1.282 - CB E94 - 38 0.85 2.820 3.890 1.282 A NPYD C94 - 39 1.10 2.820 3.890 1.282 - NPYL C94 - 40 1.00 2.820 3.890 1.282 A NC=C E94 - 41 1.100 2.490 3.890 1.282 - CO2M C94 - 42 1.000 2.820 3.890 1.282 A NSP E94 - 43 1.000 2.820 3.890 1.282 A NSO2 E94 - 44 3.00 4.800 3.320 1.345 A STHI C94 - 45 1.150 2.820 3.890 1.282 - NO2 E94 - 46 1.300 2.820 3.890 1.282 - N=O E94 - 47 1.000 2.820 3.890 1.282 A NAZT X94 - 48 1.200 2.820 3.890 1.282 A NSO X94 - 49 1.00 3.150 3.890 1.282 - O+ X94 - 50 0.150 0.800 4.200 1.209 D HO+ C94 - 51 0.400 3.150 3.890 1.282 - O=+ E94 - 52 0.150 0.800 4.200 1.209 D HO=+ C94 - 53 1.000 2.820 3.890 1.282 - =N= X94 - 54 1.30 2.820 3.890 1.282 - N+=C C94 - 55 0.80 2.820 3.890 1.282 - NCN+ E94 - 56 0.80 2.820 3.890 1.282 - NGD+ E94 - 57 1.000 2.490 3.890 1.282 - CNN+ E94 - 58 0.80 2.820 3.890 1.282 - NPD+ E94 - 59 0.65 3.150 3.890 1.282 A OFUR C94 - 60 1.800 2.490 3.890 1.282 A C%- E94 - 61 0.800 2.820 3.890 1.282 A NR% E94 - 62 1.300 2.820 3.890 1.282 A NM X94 - 63 1.350 2.490 3.890 1.282 - C5A E94 - 64 1.350 2.490 3.890 1.282 - C5B E94 - 65 1.000 2.820 3.890 1.282 A N5A E94 - 66 0.75 2.820 3.890 1.282 A N5B C94 - 67 0.950 2.82 3.890 1.282 A N2OX X94 - 68 0.90 2.82 3.890 1.282 A N3OX C94 - 69 0.950 2.82 3.890 1.282 A NPOX C94 - 70 0.87 3.150 3.890 1.282 A OH2 C94 - 71 0.150 0.800 4.200 1.209 D HS C94 - 72 4.000 4.800 3.320 1.345 A SM X94 - 73 3.000 4.800 3.320 1.345 - SMO2 X94 - 74 3.000 4.800 3.320 1.345 - =S=O X94 - 75 4.000 4.500 3.320 1.345 A -P=C X94 - 76 1.200 2.820 3.890 1.282 A N5M X94 - 77 1.500 5.100 3.320 1.345 A CLO4 X94 - 78 1.350 2.490 3.890 1.282 - C5 X94 - 79 1.000 2.820 3.890 1.282 A N5 X94 - 80 1.000 2.490 3.890 1.282 - CIM+ C94 - 81 0.80 2.820 3.890 1.282 - NIM+ C94 - 82 0.950 2.82 3.890 1.282 A N5OX X94 - 87 0.45 6. 4. 1.4 - FE+2 X94 - 88 0.55 6. 4. 1.4 - FE+3 X94 - 89 1.4 3.48 3.890 1.282 A F- X94 - 90 4.5 5.100 3.320 1.345 A CL- X94 - 91 6.0 6.000 3.190 1.359 A BR- X94 - 92 0.15 2. 4. 1.3 - LI+ X94 - 93 0.4 3.5 4. 1.3 - NA+ X94 - 94 1.0 5. 4. 1.3 - K+ X94 - 95 0.43 6. 4. 1.4 - ZN+2 X94 - 96 0.9 5. 4. 1.4 - CA+2 X94 - 97 0.35 6. 4. 1.4 - CU+1 X94 - 98 0.40 6. 4. 1.4 - CU+2 X94 - 99 0.35 3.5 4. 1.3 - MG+2 X94 -$ diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/mr.txt --- a/CADDSuite-1.6/data/OpenBabel/mr.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,168 +0,0 @@ -###################################################################### -# Copyright OELIB: OpenEye Scientific Software, Santa Fe, -# U.S.A., 1999,2000,2001 -# Copyright JOELIB/JOELib2: Dept. Computer Architecture, University of -# Tuebingen, Germany, 2001,2002,2003,2004,2005 -# Copyright JOELIB/JOELib2: ALTANA PHARMA AG, Konstanz, Germany, -# 2003,2004,2005 -# -# Authors: Stephen Jelfs -# Joerg Kurt Wegner, me@cheminformatics.eu -# -# 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 version 2 of the License. -# -# 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. -###################################################################### -# MR Atomic Contributions -# ref. Wildman, S.A. and Crippen, G.M., J. Chem. Inf. Comput. -# Sci., 1999, 39, 868-873. -# Table below is adapted from above ref. -###################################################################### -;hydrogen -[*] 1.112 -[#6] 1.057 -[#1] 1.057 -[O][CX4] 1.395 -[O]c 1.395 -[O][#5] 1.395 -[O][#14] 1.395 -[O][#15] 1.395 -[O][#33] 1.395 -[O][#50] 1.395 -[#5] 1.395 -[#14] 1.395 -[#15] 1.395 -[#16] 1.395 -[#50] 1.395 -[#7] 0.9627 -[O][#7] 0.9627 -[O]C=[#6] 1.805 -[O]C=[#7] 1.805 -[O]C=O 1.805 -[O]C=S 1.805 -[O]O 1.805 -[O]S 1.805 -;heavy -[*] 0 -[#6] 3.243 -[CH4] 2.503 -[CH3]C 2.503 -[CH2](C)C 2.503 -[CH](C)(C)C 2.433 -[C](C)(C)(C)C 2.433 -[CH3][O,N,F,Cl,Br,#15,#16,#53;!a] 2.753 -[CH2X4][O,N,F,Cl,Br,#15,#16,#53;!a] 2.753 -[CHX4][O,N,F,Cl,Br,#15,#16,#53;!a] 2.731 -[CH0X4][O,N,F,Cl,Br,#15,#16,#53;!a] 2.731 -[C]=[A!#6] 5.007 -[CH2]=C 3.513 -[CH1](=C)A 3.513 -[CH0](=C)(A)A 3.513 -[C](=C)=C 3.513 -[CX2]#A 3.888 -[CH3]c 2.464 -[CH3][a!#6] 2.412 -[CH2X4]a 2.488 -[CHX4]a 2.582 -[CH0X4]a 2.576 -[c][#5,#14,#15,#33,#34,#50,#80] 4.041 -[c][#9] 3.257 -[c][#17] 3.564 -[c][#35] 3.18 -[c][#53] 3.104 -[cH] 3.35 -[c](:a)(:a):a 4.346 -[c](:a)(:a)-a 3.904 -[c](:a)(:a)-C 3.509 -[c](:a)(:a)-N 4.067 -[c](:a)(:a)-O 3.853 -[c](:a)(:a)-S 2.673 -[c](:a)(:a)=C 3.135 -[c](:a)(:a)=N 3.135 -[c](:a)(:a)=O 3.135 -[C](=C)(a)A 4.305 -[C](=C)(c)a 4.305 -[CH](=C)a 4.305 -[C]=c 4.305 -[CX4][!#6;!#7;!#8;!#9;!#15;!#16;!#17;!#35;!#53] 2.693 -[#7] 2.134 -[NH2+0]A 2.262 -[NH+0](A)A 2.173 -[NH2+0]a 2.827 -[NH+0](A)a 3 -[NH+0](a)a 3 -[NH+0]=A 1.757 -[NH+0]=a 1.757 -[N+0](=A)A 2.428 -[N+0](=A)a 2.428 -[N+0](=a)A 2.428 -[N+0](=a)a 2.428 -[N+0](A)(A)A 1.839 -[N+0](a)(A)A 2.819 -[N+0](a)(a)A 2.819 -[N+0](a)(a)a 2.819 -[N+0]#A 1.725 -[NH3+*] 2.134 -[NH2+*] 2.134 -[NH+*] 2.134 -[n+0] 2.202 -[n+*] 2.134 -[NH0+*](A)(A)(A)A 0.2604 -[NH0+*](=A)(A)A 0.2604 -[NH0+*](=A)(A)a 0.2604 -[NH0+*](=[#6])=[#7] 0.2604 -[N+*]#A 3.359 -[N-*] 3.359 -[N+*](=[N-*])=N 3.359 -[#8] 0.6865 -[o] 1.08 -[OH] 0.8238 -[OH2] 0.8238 -[O](C)C 1.085 -[OH0](C)[A!#6] 1.085 -[OH0]([A!#6])[A!#6] 1.085 -[O](A)a 1.182 -[O](a)a 1.182 -[O]=[#8] 3.367 -[O]=[#7] 3.367 -[OX1-*][#7] 3.367 -[OX1-*][#16] 0.7774 -[OX1-*][#15;#33;#43;#53] 0 -[O]=c 3.135 -[O]=[CH]C 0 -[O]=C(C)C 0 -[O]=[CH0](C)[A;!6] 0 -[O]=[CH]N 0 -[O]=[CH]O 0 -[O]=[CH2] 0 -[O]=[CX2]=O 0 -[O]=[CH]c 0.2215 -[O]=C(C)c 0.2215 -[O]=C(c)c 0.2215 -[O]=[CH0](c)[a!#6] 0.2215 -[O]=[CH0](c)[A!#6] 0.2215 -[O]=[CH0](C)[a!#6] 0.2215 -[O]=C([A!#6])[A!#6] 0.389 -[O]=C([A!#6])[a!#6] 0.389 -[O]=C([a!#6])[a!#6] 0.389 -[O-1]C(=O) 0.6865 -[#9-0] 1.108 -[#17-0] 5.853 -[#35-0] 8.927 -[#53-0] 14.02 -[#9-*] 1.108 -[#17-*] 5.853 -[#35-*] 8.927 -[#53-*] 14.02 -[#53+*] 14.02 -[#15] 6.920 -[S-0] 7.591 -[S-*] 7.365 -[S+*] 7.365 -[s] 6.691 -[B,Si,Ga,Ge,As,Se,Sn,Te,Pb,Nc,Nr,Kr,Xe,Rn] 5.754 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/patterns.txt --- a/CADDSuite-1.6/data/OpenBabel/patterns.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,76 +0,0 @@ -#Comments after SMARTS -############################################################################## -# # -# Open Babel file: patterns.txt # -# # -# Copyright (c) 2005 Chris Morley # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# Functional groups for molecular fingerprinting based on Checkmol: # -# http://merian.pch.univie.ac.at/~nhaider/cheminf/fgtable.pdf # -# (Numbers 200+ are from Chris Swain) # -# SMARTS Patterns are used by finger3.cpp:PatternFP # -# Format of each line is a SMARTS pattern, then optionally # -# followed by a tab character and a pattern number and/or description # -# (everything after the tab will be ignored by the code) # -# A file of this format needs the same first line as this one. # -# An alternative format, as in SMARTS_InteLigand.txt, can also be used # -# # -# INCOMPLETE!! Really only useful to test the fingerprint FP3 # -############################################################################## -[+] 1 cation -[-] 2 anion -[#6][CX3](=O) 3 aldehyde or ketone -[CX3H1](=O)[#6] 4 aldehyde -[#6][CX3](=O)[#6] 5 ketone -[#6][CX3](=S) 6 thioaldehyde or thioketone -[CX3H1](=S) 7 thioaldehyde -[#6]C(=[S])[#6] 8 thioketone -[CX3]=N([#6,#1])[#6,#1] 9 imine -[#6,#1]C([#6,#1])=[N][N]([#6,#1])[#6,#1] 10 hydrazone -[#6,#1]C([#6,#1])=[N][N]([#6,#1])C(=[O])[N]([#6,#1])[#6,#1] 11 semicarbazone -[#6,#1]C([#6,#1])=[N][N]([#6,#1])C(=[S])[N]([#6,#1])[#6,#1] 12 thiosemicarbazone -[#6,#1]C([#6,#1])=[N][OH] 13 oxime -[#6,#1]C([#6,#1])=[N][O][#6] 14 oxime ether -[CX3]=C=O 15 ketene -[CX3]=C=O 16 keten acetyl derivative*** -[#6,#1]C([#6,#1])([OH])([OH]) 17 carbonyl hydrate -[#6,#1]C([#6,#1])([OH])(O[#6]) 18 hemiacetal -[#6,#1]C([#6,#1])(O[#6])(O[#6]) 19 acetal -[#6,#1]C([#6,#1])(N([#6,#1])[#6,#1])(O[#6]) 20 hemiaminal -[#6,#1]C([#6,#1])(N([#6,#1])[#6,#1])(N([#6,#1])[#6,#1]) 21 aminal -[#6,#1]C([#6,#1])(N([#6,#1])[#6,#1])([S][#6]) 22 thiohemiaminal -[#6,#1]C([#6,#1])([S][#6])([S][#6]) 23 thioacetal -[#6,#1]C([#6,#1])=C([#6,#1])N([#6,#1])[#6,#1] 24 enamine -[#6,#1]C([#6,#1])=C([#6,#1])[OH] 25 enol -[#6,#1]C([#6,#1])=C([#6,#1])O[#6] 26 enol ether -[#6][OH] 27 hydroxy compound -C[OH] 28 alcohol -[#6][CH2][OH] 29 primary alcohol -[#6][CH]([#6])[OH] 30 secondary alcohol -[#6][C]([#6])([#6])[OH] 31 tertiary alcohol -[#6,#1]C([#6,#1])([OH])C([#6,#1])([#6,#1])[OH] 32 1,2-diol -[#6,#1]C([#6,#1])([OH])C([#6,#1])([#6,#1])[NH2] 33 1,2-aminoalcohol -c[OH] 34 phenol -[OH]cc[OH] 35 1,2-diphenol -[OH]C=C[OH] 36 enediol -[#6]O[#6] 37 ether -COC 38 dialkyl ether -cOC 39 alkylaryl ether -cOc 40 diaryl ether -[#6]S[#6] 41 thioether -[#6]SS[#6] 42 disulfide -[#6]OO[#6] 43 peroxide -[#6]O[OH] 44 hydroperoxide -[a] 200 aryl -[!#6;$([N,O,S,F,Cl,Br,I,P])] 201 heteroatom -[!#6;!$([+0]);!$([F,Cl,Br,I]);!$([o,s,nX3]);!$([Nv5,Pv5,Sv4,Sv6])] 202 HBA -[$([N,O;!H0]),$(N(C)(C)C)] 203 HBD -[R] 204 Ring -[$([$([C;$(C=[$([O;D1;$(O=C)])])]);$(C[$([O;$([H1&-0,H0&-1])])]);$(C[#6,#1])])] 205 carboxylic acid -[$([$([C;$(C=[$([O;D1;$(O=C)])])]);$(C(=O)O[#6]);$(C[#6,#1])])] 206 ester -[$([N;+0,+1;$(N(=O)~[O;H0;-0,-1])])] 207 nitro -[$([C;$(C#[N;D1])])] 208 nitrile -[$([N;!$(N*=[!#6])]);$(N[$([a])]);!$(N~[!#6])] 209 aniline -[$([N;$(N[$([$([C;$(C=[$([O;D1;$(O=C)])])]);$(C(=O)(N)N)])])])] 210 urea - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/phmodel.txt --- a/CADDSuite-1.6/data/OpenBabel/phmodel.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,169 +0,0 @@ -############################################################################## -# # -# Open Babel file: phmodel.txt # -# # -# Copyright (c) 1998-2001 by OpenEye Scientific Software, Inc. # -# Some portions Copyright (c) 2001-2003 by Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# pH model data (used by phmodel.cpp:OBPhModel) # -# # -# TRANSFORM: chemical transforms can be used to modify formal charges, bond # -# orders, and to delete atoms (i.e hydrogens). Changes are applied# -# to vector bound atoms (use the [:#] SMARTS notation) and bonds # -# between vector bound atoms. # -# SEEDCHARGE: used to seed partial charges. Seed partial charges # -# are used as initial values in Gasteiger charge calculation # -# # -############################################################################## - -#carboxylic acid # pKa -#TRANSFORM O=CO[#1:1] >> O=CO 4.0 # pKa from acid (AH) -TRANSFORM O=C[OD1-0:1] >> O=C[O-:1] 4.0 # pKa from acid (AH) - -#uncomment for vinylogous carboxylic acids (e.g. ascorbic acid) -TRANSFORM [O:1]=[C:2][C:3]=[C:4][O:5] >> [O-:1][C:2]=[C:3][C:4]=[O:5] 4.0 # pKa from acid (AH) - -#charged amine -TRANSFORM [N^3;!$(N~[!#6;!#1]):1] >> [N+:1] 10.0 # pKa from conjugated acid (BH+) - -#imidazole: note pKa=7.0 -#if you uncomment this, also uncomment the seedcharge statement below -TRANSFORM [nD2:1]1c[nH]cc1 >> [n+:1]1c[nH]cc1 7.0 - -#imine -TRANSFORM [ND3+0:1]=[#6] >> [ND3+:1]=[#6] 4.0 # pKa from conjugated acid (BH+) - -#tetrazole -TRANSFORM [nD2:1]([#1:2])1[nD2-0][nD2-0][nD2-0]c1 >> [n-:1]1nnnc1 4.89 #pKa from acid (AH) -TRANSFORM [nD2-0]1[nD2:1]([#1:2])[nD2-0][nD2-0]c1 >> n1[n-:1]nnc1 4.89 #pKa from acid (AH) -TRANSFORM [nD2-0:1]1[nD2-0][nD2-0][nD2-0]c1 >> [n-:1]1nnnc1 4.89 #pKa from acid (AH) - -#azide -TRANSFORM [ND1:1]=[ND2:2]=A >> [N-:1]=[N+:2]=A 1E+10 # always apply transformation -TRANSFORM [ND2:1]=[ND2:2]=A >> N=[N+:2]=A 1E+10 # always apply this transformation - -#hydroxamic acid -#TRANSFORM O=CN[OD1-0:1][#1:2] >> O=CN[O-:1] 8.0 -TRANSFORM O=CN[OD1-0:1] >> O=CN[O-:1] 8.0 - -#sulfinic acid -TRANSFORM [SD3](=O)[OD1:1] >> [SD3](=O)[O-:1] 2.0 -TRANSFORM [SD3](=O)[O:1][#1:2] >> [SD3](=O)[O-:1] 2.0 - -#sulfonic acid -TRANSFORM [SD4]([!D1])(=O)(=O)[OD1:1] >> [SD4]([!D1])(=O)(=O)[O-:1] -2.6 -TRANSFORM [SD4]([!D1])(=O)(=O)[O:1][#1:2] >> [SD4]([!D1])(=O)(=O)[O-:1] -2.6 -#sulfuric acid (same as sulfonic acid...) -#TRANSFORM [SD4]([!D1])(=O)(=O)[OD1:1] >> [SD4]([!D1])(=O)(=O)[O-:1] -#TRANSFORM [SD4]([!D1])(=O)(=O)[O:1][#1:2] >> [SD4]([!D1])(=O)(=O)[O-:1] - -#guanidine or amidine -TRANSFORM [#6^2+0:1](~[N^2])(~[N^2])* >> [#6+:1](~N)(~N)* 12.5 - -#phosphate ester -TRANSFORM [PD4](=O)([OD2])([OD2])[OD1:1] >> [PD4](=O)([OD2])([OD2])[O-:1] 2.0 -#TRANSFORM [PD4](=O)([OD2])([OD2])[OD1:1][#1:2] >> [PD4](=O)([OD2])([OD2])[O-:1] 2.0 - -#phosphoric acid -#TRANSFORM O=P([!D1])([O:1][#1:2])[O:3][#1:4] >> O=P([*D2,*D3])([O:1])[O:3] 2.12 -TRANSFORM O=P([!D1])([O:1][#1:2])[OD1] >> O=P([!D1])([O:1])O 2.12 -TRANSFORM O=P([*D2,*D3])([OD1:1])[OD1:2] >> O=P([*D2,*D3])([O-:1])[O-:2] 2.12 -#phosphate - -# -# Amino acids -# pKa sidechain -# aspartic acid -#TRANSFORM O=CC(N)CC(=O)O[#1:1] >> O=CC(N)CC(=O)O 3.8 -TRANSFORM O=C(O)C(N)CC(=O)[OD1:1] >> O=C(O)C(N)CC(=O)[O-:1] 3.8 -TRANSFORM O=C(NCC=O)C(N)CC(=O)[OD1:1] >> O=C(NCC=O)C(N)CC(=O)[O-:1] 3.8 - -# glutamic acid -#TRANSFORM O=CC(N)CCC(=O)O[#1:1] >> O=CC(N)CCC(=O)O 4.3 -TRANSFORM O=C(O)C(N)CCC(=O)[OD1:1] >> O=C(O)C(N)CCC(=O)[O-:1] 5.0 -TRANSFORM O=C(NCC=O)C(N)CCC(=O)[OD1:1] >> O=C(NCC=O)C(N)CCC(=O)[O-:1] 5.0 - -# arginine -TRANSFORM O=C(O)C(N)CCCNC(N)=[N:1] >> O=C(O)C(N)CCCNC(N)=[N+:1] 12.0 -TRANSFORM O=C(NCC=O)C(N)CCCNC(N)=[N:1] >> O=C(NCC=O)C(N)CCCNC(N)=[N+:1] 12.0 - -# lysine -TRANSFORM O=C(O)C(N)CCCC[N:1] >> O=C(O)C(N)CCCC[N+:1] 10.5 -TRANSFORM O=C(NCC=O)C(N)CCCC[N:1] >> O=C(NCC=O)C(N)CCCC[N+:1] 10.5 - -# histidine -TRANSFORM O=C(O)C(N)Cc1nc[n:1]c1 >> O=C(O)C(N)Cc1nc[n+:1]c1 6.08 -TRANSFORM O=C(NCC=O)C(N)Cc1nc[n:1]c1 >> O=C(NCC=O)C(N)Cc1nc[n+:1]c1 6.08 - -# cysteine -TRANSFORM O=C(O)C(N)C[S:1] >> O=C(O)C(N)C[S-:1] 8.28 -TRANSFORM O=C(NCC=O)C(N)C[S:1] >> O=C(NCC=O)C(N)C[S-:1] 8.28 - -# tyrosine -TRANSFORM O=C(O)C(N)Cc1ccc([O:1])cc1 >> O=C(O)C(N)Cc1ccc([O-:1])cc1 10.1 -TRANSFORM O=C(NCC=O)C(N)Cc1ccc([O:1])cc1 >> O=C(NCC=O)C(N)Cc1ccc([O-:1])cc1 10.1 - -# old: -# histidine -#TRANSFORM [nD2:1]1c[nD2]cc1 >> [n+:1]1c[nD2]cc1 -# uncomment for tryptophan -# TRANSFORM [nD2:1]1cccc1 >> [n+:1]1cccc1 -#, histidine pKa=6.0 - - -# -# Seeding partial charges for gasteiger calculation -# -#default charges -SEEDCHARGE [#6+] 1.0 -SEEDCHARGE [#6-] -1.0 -SEEDCHARGE [#7+] 1.0 -SEEDCHARGE [#7-] -1.0 -SEEDCHARGE [#8+] 1.0 -SEEDCHARGE [#8-] -1.0 -SEEDCHARGE [#15+] 1.0 -SEEDCHARGE [#15-] -1.0 -SEEDCHARGE [#16+] 1.0 -SEEDCHARGE [#16-] -1.0 - -#charges spread over multiple atoms -#carboxylic acid -SEEDCHARGE C(=O)[O-] 0.0 -0.5 -0.5 - -#amines -SEEDCHARGE [N+] 1.0 -#tetrazole -SEEDCHARGE [nD2]1[nD2][nD2][nD2]c1 -0.2 -0.2 -0.2 -0.2 -0.2 - -#sulfinic -SEEDCHARGE [SD3](=O)[O-] 0.0 -0.5 -0.5 -#sulfuric acid -SEEDCHARGE [SD4](=O)(=O)([O-])[OH1] 0.0 -0.33 -0.33 -0.33 0.0 -#sulfonic acid -SEEDCHARGE [SD4]([D2])(~[OD1])(~[OD1])~[OD1] 0.0 0.0 -0.33 -0.33 -0.33 - -#guanidine -SEEDCHARGE [#7^2]~[C^2](~[N^2])~[N^2] 0.33 0.0 0.33 0.33 - -#amidine -SEEDCHARGE [#6]~[C^2](~[N^2])~[N^2] 0.0 0.0 0.5 0.5 - -#phosphoate ester -SEEDCHARGE [PD4](=O)([OD2])([OD2])[OD1] 0.0 -0.5 0.0 0.0 -0.5 -#phosphoric acid -SEEDCHARGE O=P([!D1])([O-])[O-] -0.66 0.0 0.0 -0.66 -0.66 - - -#phosphuric acid -SEEDCHARGE P(=O)(=O)([O-])[O-] 0.0 0.0 0.0 -0.5 -0.5 -#phosphonic acid -SEEDCHARGE [#6]P(~[OD1])(~[OD1])~[OD1] 0.0 0.0 -0.33 -0.33 -0.33 - -#hydroxamic acid -SEEDCHARGE O=C[N;!$(N(C=O)C=O)][OD1] -0.5 0.0 0.0 -0.5 -SEEDCHARGE O=CN([OD1])NC=O -0.33 0.0 0.0 -0.33 0.0 0.0 -0.33 - -#imidazole: note pKa=7.0, histidine pKa=6.0 -#if you uncomment this, also uncomment the transform statement above -SEEDCHARGE [n+H]1c[nH]cc1 0.5 0.0 0.5 0.0 0.0 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/phmodeldata.h --- a/CADDSuite-1.6/data/OpenBabel/phmodeldata.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,248 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_PHMODELDATA_H -#define OB_PHMODELDATA_H - -namespace OpenBabel -{ -static const char PhModelData[] = { - 0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x5B,0x4F, - 0x44,0x31,0x2D,0x30,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x5B, - 0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x09,0x09,0x09,0x09,0x34,0x2E,0x30,0x20,0x23, - 0x20,0x70,0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20,0x61,0x63,0x69,0x64,0x20, - 0x28,0x41,0x48,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20, - 0x5B,0x4F,0x3A,0x31,0x5D,0x3D,0x5B,0x43,0x3A,0x32,0x5D,0x5B,0x43,0x3A,0x33, - 0x5D,0x3D,0x5B,0x43,0x3A,0x34,0x5D,0x5B,0x4F,0x3A,0x35,0x5D,0x20,0x3E,0x3E, - 0x20,0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x5B,0x43,0x3A,0x32,0x5D,0x3D,0x5B,0x43, - 0x3A,0x33,0x5D,0x5B,0x43,0x3A,0x34,0x5D,0x3D,0x5B,0x4F,0x3A,0x35,0x5D,0x09, - 0x34,0x2E,0x30,0x20,0x23,0x20,0x70,0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20, - 0x61,0x63,0x69,0x64,0x20,0x28,0x41,0x48,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53, - 0x46,0x4F,0x52,0x4D,0x20,0x5B,0x4E,0x5E,0x33,0x3B,0x21,0x24,0x28,0x4E,0x7E, - 0x5B,0x21,0x23,0x36,0x3B,0x21,0x23,0x31,0x5D,0x29,0x3A,0x31,0x5D,0x20,0x3E, - 0x3E,0x20,0x5B,0x4E,0x2B,0x3A,0x31,0x5D,0x09,0x09,0x09,0x09,0x31,0x30,0x2E, - 0x30,0x20,0x23,0x20,0x70,0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20,0x63,0x6F, - 0x6E,0x6A,0x75,0x67,0x61,0x74,0x65,0x64,0x20,0x61,0x63,0x69,0x64,0x20,0x28, - 0x42,0x48,0x2B,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20, - 0x5B,0x6E,0x44,0x32,0x3A,0x31,0x5D,0x31,0x63,0x5B,0x6E,0x48,0x5D,0x63,0x63, - 0x31,0x20,0x3E,0x3E,0x20,0x5B,0x6E,0x2B,0x3A,0x31,0x5D,0x31,0x63,0x5B,0x6E, - 0x48,0x5D,0x63,0x63,0x31,0x09,0x09,0x09,0x09,0x37,0x2E,0x30,0x0A,0x54,0x52, - 0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x4E,0x44,0x33,0x2B,0x30,0x3A, - 0x31,0x5D,0x3D,0x5B,0x23,0x36,0x5D,0x20,0x3E,0x3E,0x20,0x5B,0x4E,0x44,0x33, - 0x2B,0x3A,0x31,0x5D,0x3D,0x5B,0x23,0x36,0x5D,0x09,0x09,0x09,0x09,0x34,0x2E, - 0x30,0x20,0x23,0x20,0x70,0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20,0x63,0x6F, - 0x6E,0x6A,0x75,0x67,0x61,0x74,0x65,0x64,0x20,0x61,0x63,0x69,0x64,0x20,0x28, - 0x42,0x48,0x2B,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20, - 0x5B,0x6E,0x44,0x32,0x3A,0x31,0x5D,0x28,0x5B,0x23,0x31,0x3A,0x32,0x5D,0x29, - 0x31,0x5B,0x6E,0x44,0x32,0x2D,0x30,0x5D,0x5B,0x6E,0x44,0x32,0x2D,0x30,0x5D, - 0x5B,0x6E,0x44,0x32,0x2D,0x30,0x5D,0x63,0x31,0x20,0x3E,0x3E,0x20,0x5B,0x6E, - 0x2D,0x3A,0x31,0x5D,0x31,0x6E,0x6E,0x6E,0x63,0x31,0x09,0x34,0x2E,0x38,0x39, - 0x20,0x23,0x70,0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20,0x61,0x63,0x69,0x64, - 0x20,0x28,0x41,0x48,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D, - 0x20,0x5B,0x6E,0x44,0x32,0x2D,0x30,0x5D,0x31,0x5B,0x6E,0x44,0x32,0x3A,0x31, - 0x5D,0x28,0x5B,0x23,0x31,0x3A,0x32,0x5D,0x29,0x5B,0x6E,0x44,0x32,0x2D,0x30, - 0x5D,0x5B,0x6E,0x44,0x32,0x2D,0x30,0x5D,0x63,0x31,0x20,0x3E,0x3E,0x20,0x6E, - 0x31,0x5B,0x6E,0x2D,0x3A,0x31,0x5D,0x6E,0x6E,0x63,0x31,0x09,0x34,0x2E,0x38, - 0x39,0x20,0x23,0x70,0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20,0x61,0x63,0x69, - 0x64,0x20,0x28,0x41,0x48,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52, - 0x4D,0x20,0x5B,0x6E,0x44,0x32,0x2D,0x30,0x3A,0x31,0x5D,0x31,0x5B,0x6E,0x44, - 0x32,0x2D,0x30,0x5D,0x5B,0x6E,0x44,0x32,0x2D,0x30,0x5D,0x5B,0x6E,0x44,0x32, - 0x2D,0x30,0x5D,0x63,0x31,0x20,0x3E,0x3E,0x20,0x5B,0x6E,0x2D,0x3A,0x31,0x5D, - 0x31,0x6E,0x6E,0x6E,0x63,0x31,0x09,0x09,0x34,0x2E,0x38,0x39,0x20,0x23,0x70, - 0x4B,0x61,0x20,0x66,0x72,0x6F,0x6D,0x20,0x61,0x63,0x69,0x64,0x20,0x28,0x41, - 0x48,0x29,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x4E, - 0x44,0x31,0x3A,0x31,0x5D,0x3D,0x5B,0x4E,0x44,0x32,0x3A,0x32,0x5D,0x3D,0x41, - 0x20,0x3E,0x3E,0x20,0x5B,0x4E,0x2D,0x3A,0x31,0x5D,0x3D,0x5B,0x4E,0x2B,0x3A, - 0x32,0x5D,0x3D,0x41,0x09,0x09,0x09,0x09,0x31,0x45,0x2B,0x31,0x30,0x20,0x23, - 0x20,0x61,0x6C,0x77,0x61,0x79,0x73,0x20,0x61,0x70,0x70,0x6C,0x79,0x20,0x74, - 0x72,0x61,0x6E,0x73,0x66,0x6F,0x72,0x6D,0x61,0x74,0x69,0x6F,0x6E,0x0A,0x54, - 0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x4E,0x44,0x32,0x3A,0x31, - 0x5D,0x3D,0x5B,0x4E,0x44,0x32,0x3A,0x32,0x5D,0x3D,0x41,0x20,0x3E,0x3E,0x20, - 0x4E,0x3D,0x5B,0x4E,0x2B,0x3A,0x32,0x5D,0x3D,0x41,0x09,0x09,0x09,0x09,0x31, - 0x45,0x2B,0x31,0x30,0x20,0x23,0x20,0x61,0x6C,0x77,0x61,0x79,0x73,0x20,0x61, - 0x70,0x70,0x6C,0x79,0x20,0x74,0x68,0x69,0x73,0x20,0x74,0x72,0x61,0x6E,0x73, - 0x66,0x6F,0x72,0x6D,0x61,0x74,0x69,0x6F,0x6E,0x0A,0x54,0x52,0x41,0x4E,0x53, - 0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x4E,0x5B,0x4F,0x44,0x31,0x2D,0x30, - 0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x4E,0x5B,0x4F,0x2D,0x3A, - 0x31,0x5D,0x09,0x09,0x09,0x09,0x38,0x2E,0x30,0x0A,0x54,0x52,0x41,0x4E,0x53, - 0x46,0x4F,0x52,0x4D,0x20,0x5B,0x53,0x44,0x33,0x5D,0x28,0x3D,0x4F,0x29,0x5B, - 0x4F,0x44,0x31,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x5B,0x53,0x44,0x33,0x5D, - 0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x09,0x09,0x09,0x32, - 0x2E,0x30,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x53, - 0x44,0x33,0x5D,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x3A,0x31,0x5D,0x5B,0x23,0x31, - 0x3A,0x32,0x5D,0x20,0x3E,0x3E,0x20,0x5B,0x53,0x44,0x33,0x5D,0x28,0x3D,0x4F, - 0x29,0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x09,0x09,0x32,0x2E,0x30,0x0A,0x54, - 0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x53,0x44,0x34,0x5D,0x28, - 0x5B,0x21,0x44,0x31,0x5D,0x29,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B, - 0x4F,0x44,0x31,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x5B,0x53,0x44,0x34,0x5D, - 0x28,0x5B,0x21,0x44,0x31,0x5D,0x29,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29, - 0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x2D,0x32,0x2E,0x36,0x0A,0x54,0x52,0x41, - 0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x53,0x44,0x34,0x5D,0x28,0x5B,0x21, - 0x44,0x31,0x5D,0x29,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x3A, - 0x31,0x5D,0x5B,0x23,0x31,0x3A,0x32,0x5D,0x20,0x3E,0x3E,0x20,0x5B,0x53,0x44, - 0x34,0x5D,0x28,0x5B,0x21,0x44,0x31,0x5D,0x29,0x28,0x3D,0x4F,0x29,0x28,0x3D, - 0x4F,0x29,0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x2D,0x32,0x2E,0x36,0x0A,0x54, - 0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x23,0x36,0x5E,0x32,0x2B, - 0x30,0x3A,0x31,0x5D,0x28,0x7E,0x5B,0x4E,0x5E,0x32,0x5D,0x29,0x28,0x7E,0x5B, - 0x4E,0x5E,0x32,0x5D,0x29,0x2A,0x20,0x3E,0x3E,0x20,0x5B,0x23,0x36,0x2B,0x3A, - 0x31,0x5D,0x28,0x7E,0x4E,0x29,0x28,0x7E,0x4E,0x29,0x2A,0x09,0x09,0x31,0x32, - 0x2E,0x35,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x5B,0x50, - 0x44,0x34,0x5D,0x28,0x3D,0x4F,0x29,0x28,0x5B,0x4F,0x44,0x32,0x5D,0x29,0x28, - 0x5B,0x4F,0x44,0x32,0x5D,0x29,0x5B,0x4F,0x44,0x31,0x3A,0x31,0x5D,0x20,0x3E, - 0x3E,0x20,0x5B,0x50,0x44,0x34,0x5D,0x28,0x3D,0x4F,0x29,0x28,0x5B,0x4F,0x44, - 0x32,0x5D,0x29,0x28,0x5B,0x4F,0x44,0x32,0x5D,0x29,0x5B,0x4F,0x2D,0x3A,0x31, - 0x5D,0x09,0x32,0x2E,0x30,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D, - 0x20,0x4F,0x3D,0x50,0x28,0x5B,0x21,0x44,0x31,0x5D,0x29,0x28,0x5B,0x4F,0x3A, - 0x31,0x5D,0x5B,0x23,0x31,0x3A,0x32,0x5D,0x29,0x5B,0x4F,0x44,0x31,0x5D,0x20, - 0x3E,0x3E,0x20,0x4F,0x3D,0x50,0x28,0x5B,0x21,0x44,0x31,0x5D,0x29,0x28,0x5B, - 0x4F,0x3A,0x31,0x5D,0x29,0x4F,0x09,0x09,0x32,0x2E,0x31,0x32,0x0A,0x54,0x52, - 0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x50,0x28,0x5B,0x2A,0x44, - 0x32,0x2C,0x2A,0x44,0x33,0x5D,0x29,0x28,0x5B,0x4F,0x44,0x31,0x3A,0x31,0x5D, - 0x29,0x5B,0x4F,0x44,0x31,0x3A,0x32,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x50, - 0x28,0x5B,0x2A,0x44,0x32,0x2C,0x2A,0x44,0x33,0x5D,0x29,0x28,0x5B,0x4F,0x2D, - 0x3A,0x31,0x5D,0x29,0x5B,0x4F,0x2D,0x3A,0x32,0x5D,0x09,0x32,0x2E,0x31,0x32, - 0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x28, - 0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x44, - 0x31,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43, - 0x28,0x4E,0x29,0x43,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x2D,0x3A,0x31,0x5D, - 0x09,0x09,0x33,0x2E,0x38,0x20,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52, - 0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28,0x4E, - 0x29,0x43,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x44,0x31,0x3A,0x31,0x5D,0x20, - 0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28, - 0x4E,0x29,0x43,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x20, - 0x33,0x2E,0x38,0x20,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20, - 0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43,0x43,0x28,0x3D, - 0x4F,0x29,0x5B,0x4F,0x44,0x31,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D, - 0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43,0x43,0x28,0x3D,0x4F,0x29, - 0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x09,0x35,0x2E,0x30,0x0A,0x54,0x52,0x41, - 0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D, - 0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4F, - 0x44,0x31,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43, - 0x43,0x3D,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43,0x43,0x28,0x3D,0x4F,0x29, - 0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x09,0x35,0x2E,0x30,0x0A,0x54,0x52,0x41,0x4E, - 0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E, - 0x29,0x43,0x43,0x43,0x4E,0x43,0x28,0x4E,0x29,0x3D,0x5B,0x4E,0x3A,0x31,0x5D, - 0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43, - 0x43,0x43,0x4E,0x43,0x28,0x4E,0x29,0x3D,0x5B,0x4E,0x2B,0x3A,0x31,0x5D,0x20, - 0x09,0x31,0x32,0x2E,0x30,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D, - 0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28,0x4E,0x29, - 0x43,0x43,0x43,0x4E,0x43,0x28,0x4E,0x29,0x3D,0x5B,0x4E,0x3A,0x31,0x5D,0x20, - 0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28, - 0x4E,0x29,0x43,0x43,0x43,0x4E,0x43,0x28,0x4E,0x29,0x3D,0x5B,0x4E,0x2B,0x3A, - 0x31,0x5D,0x20,0x31,0x32,0x2E,0x30,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F, - 0x52,0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43, - 0x43,0x43,0x5B,0x4E,0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28, - 0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x43,0x43,0x43,0x5B,0x4E,0x2B,0x3A,0x31, - 0x5D,0x20,0x09,0x09,0x09,0x31,0x30,0x2E,0x35,0x0A,0x54,0x52,0x41,0x4E,0x53, - 0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29, - 0x43,0x28,0x4E,0x29,0x43,0x43,0x43,0x43,0x5B,0x4E,0x3A,0x31,0x5D,0x20,0x3E, - 0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28,0x4E, - 0x29,0x43,0x43,0x43,0x43,0x5B,0x4E,0x2B,0x3A,0x31,0x5D,0x20,0x09,0x20,0x31, - 0x30,0x2E,0x35,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F, - 0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x63,0x31,0x6E,0x63,0x5B, - 0x6E,0x3A,0x31,0x5D,0x63,0x31,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4F, - 0x29,0x43,0x28,0x4E,0x29,0x43,0x63,0x31,0x6E,0x63,0x5B,0x6E,0x2B,0x3A,0x31, - 0x5D,0x63,0x31,0x20,0x36,0x2E,0x30,0x38,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46, - 0x4F,0x52,0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43, - 0x28,0x4E,0x29,0x43,0x63,0x31,0x6E,0x63,0x5B,0x6E,0x3A,0x31,0x5D,0x63,0x31, - 0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43, - 0x28,0x4E,0x29,0x43,0x63,0x31,0x6E,0x63,0x5B,0x6E,0x2B,0x3A,0x31,0x5D,0x63, - 0x31,0x20,0x36,0x2E,0x30,0x38,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52, - 0x4D,0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x5B,0x53, - 0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28, - 0x4E,0x29,0x43,0x5B,0x53,0x2D,0x3A,0x31,0x5D,0x09,0x09,0x09,0x20,0x38,0x2E, - 0x32,0x38,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20,0x4F,0x3D, - 0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x5B,0x53, - 0x3A,0x31,0x5D,0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D, - 0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x5B,0x53,0x2D,0x3A,0x31,0x5D,0x09,0x09, - 0x20,0x38,0x2E,0x32,0x38,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D, - 0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x63,0x31,0x63, - 0x63,0x63,0x28,0x5B,0x4F,0x3A,0x31,0x5D,0x29,0x63,0x63,0x31,0x20,0x3E,0x3E, - 0x20,0x4F,0x3D,0x43,0x28,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43,0x63,0x31,0x63, - 0x63,0x63,0x28,0x5B,0x4F,0x2D,0x3A,0x31,0x5D,0x29,0x63,0x63,0x31,0x09,0x20, - 0x31,0x30,0x2E,0x31,0x0A,0x54,0x52,0x41,0x4E,0x53,0x46,0x4F,0x52,0x4D,0x20, - 0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43,0x28,0x4E,0x29,0x43, - 0x63,0x31,0x63,0x63,0x63,0x28,0x5B,0x4F,0x3A,0x31,0x5D,0x29,0x63,0x63,0x31, - 0x20,0x3E,0x3E,0x20,0x4F,0x3D,0x43,0x28,0x4E,0x43,0x43,0x3D,0x4F,0x29,0x43, - 0x28,0x4E,0x29,0x43,0x63,0x31,0x63,0x63,0x63,0x28,0x5B,0x4F,0x2D,0x3A,0x31, - 0x5D,0x29,0x63,0x63,0x31,0x20,0x31,0x30,0x2E,0x31,0x0A,0x53,0x45,0x45,0x44, - 0x43,0x48,0x41,0x52,0x47,0x45,0x20,0x5B,0x23,0x36,0x2B,0x5D,0x09,0x31,0x2E, - 0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x20,0x5B,0x23, - 0x36,0x2D,0x5D,0x09,0x2D,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48, - 0x41,0x52,0x47,0x45,0x20,0x5B,0x23,0x37,0x2B,0x5D,0x09,0x31,0x2E,0x30,0x0A, - 0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x20,0x5B,0x23,0x37,0x2D, - 0x5D,0x09,0x2D,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52, - 0x47,0x45,0x20,0x5B,0x23,0x38,0x2B,0x5D,0x09,0x31,0x2E,0x30,0x0A,0x53,0x45, - 0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x20,0x5B,0x23,0x38,0x2D,0x5D,0x09, - 0x2D,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45, - 0x20,0x5B,0x23,0x31,0x35,0x2B,0x5D,0x09,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45, - 0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x20,0x5B,0x23,0x31,0x35,0x2D,0x5D,0x09, - 0x2D,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45, - 0x20,0x5B,0x23,0x31,0x36,0x2B,0x5D,0x09,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45, - 0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x20,0x5B,0x23,0x31,0x36,0x2D,0x5D,0x09, - 0x2D,0x31,0x2E,0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45, - 0x09,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x2D,0x5D,0x09,0x09,0x30,0x2E,0x30, - 0x09,0x2D,0x30,0x2E,0x35,0x09,0x2D,0x30,0x2E,0x35,0x0A,0x53,0x45,0x45,0x44, - 0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x4E,0x2B,0x5D,0x09,0x09,0x31,0x2E, - 0x30,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x6E, - 0x44,0x32,0x5D,0x31,0x5B,0x6E,0x44,0x32,0x5D,0x5B,0x6E,0x44,0x32,0x5D,0x5B, - 0x6E,0x44,0x32,0x5D,0x63,0x31,0x09,0x2D,0x30,0x2E,0x32,0x09,0x2D,0x30,0x2E, - 0x32,0x09,0x2D,0x30,0x2E,0x32,0x20,0x2D,0x30,0x2E,0x32,0x20,0x2D,0x30,0x2E, - 0x32,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x53, - 0x44,0x33,0x5D,0x28,0x3D,0x4F,0x29,0x5B,0x4F,0x2D,0x5D,0x09,0x09,0x30,0x2E, - 0x30,0x09,0x2D,0x30,0x2E,0x35,0x09,0x2D,0x30,0x2E,0x35,0x0A,0x53,0x45,0x45, - 0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x53,0x44,0x34,0x5D,0x28,0x3D, - 0x4F,0x29,0x28,0x3D,0x4F,0x29,0x28,0x5B,0x4F,0x2D,0x5D,0x29,0x5B,0x4F,0x48, - 0x31,0x5D,0x09,0x30,0x2E,0x30,0x09,0x2D,0x30,0x2E,0x33,0x33,0x09,0x2D,0x30, - 0x2E,0x33,0x33,0x09,0x2D,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x30,0x0A,0x53, - 0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x53,0x44,0x34,0x5D, - 0x28,0x5B,0x44,0x32,0x5D,0x29,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x28, - 0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x09,0x30, - 0x2E,0x30,0x09,0x30,0x2E,0x30,0x09,0x2D,0x30,0x2E,0x33,0x33,0x09,0x2D,0x30, - 0x2E,0x33,0x33,0x09,0x2D,0x30,0x2E,0x33,0x33,0x0A,0x53,0x45,0x45,0x44,0x43, - 0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x23,0x37,0x5E,0x32,0x5D,0x7E,0x5B,0x43, - 0x5E,0x32,0x5D,0x28,0x7E,0x5B,0x4E,0x5E,0x32,0x5D,0x29,0x7E,0x5B,0x4E,0x5E, - 0x32,0x5D,0x09,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E,0x33, - 0x33,0x09,0x30,0x2E,0x33,0x33,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52, - 0x47,0x45,0x09,0x5B,0x23,0x36,0x5D,0x7E,0x5B,0x43,0x5E,0x32,0x5D,0x28,0x7E, - 0x5B,0x4E,0x5E,0x32,0x5D,0x29,0x7E,0x5B,0x4E,0x5E,0x32,0x5D,0x09,0x30,0x2E, - 0x30,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x35,0x0A,0x53, - 0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x5B,0x50,0x44,0x34,0x5D, - 0x28,0x3D,0x4F,0x29,0x28,0x5B,0x4F,0x44,0x32,0x5D,0x29,0x28,0x5B,0x4F,0x44, - 0x32,0x5D,0x29,0x5B,0x4F,0x44,0x31,0x5D,0x09,0x30,0x2E,0x30,0x09,0x2D,0x30, - 0x2E,0x35,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E,0x30,0x09,0x2D,0x30,0x2E,0x35, - 0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x4F,0x3D,0x50, - 0x28,0x5B,0x21,0x44,0x31,0x5D,0x29,0x28,0x5B,0x4F,0x2D,0x5D,0x29,0x5B,0x4F, - 0x2D,0x5D,0x09,0x2D,0x30,0x2E,0x36,0x36,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E, - 0x30,0x09,0x2D,0x30,0x2E,0x36,0x36,0x09,0x2D,0x30,0x2E,0x36,0x36,0x0A,0x53, - 0x45,0x45,0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x50,0x28,0x3D,0x4F,0x29, - 0x28,0x3D,0x4F,0x29,0x28,0x5B,0x4F,0x2D,0x5D,0x29,0x5B,0x4F,0x2D,0x5D,0x09, - 0x30,0x2E,0x30,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E,0x30,0x20,0x2D,0x30,0x2E, - 0x35,0x09,0x2D,0x30,0x2E,0x35,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52, - 0x47,0x45,0x09,0x5B,0x23,0x36,0x5D,0x50,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D, - 0x29,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D, - 0x09,0x30,0x2E,0x30,0x09,0x30,0x2E,0x30,0x09,0x2D,0x30,0x2E,0x33,0x33,0x20, - 0x2D,0x30,0x2E,0x33,0x33,0x20,0x2D,0x30,0x2E,0x33,0x33,0x0A,0x53,0x45,0x45, - 0x44,0x43,0x48,0x41,0x52,0x47,0x45,0x09,0x4F,0x3D,0x43,0x5B,0x4E,0x3B,0x21, - 0x24,0x28,0x4E,0x28,0x43,0x3D,0x4F,0x29,0x43,0x3D,0x4F,0x29,0x5D,0x5B,0x4F, - 0x44,0x31,0x5D,0x09,0x2D,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E, - 0x30,0x09,0x2D,0x30,0x2E,0x35,0x0A,0x53,0x45,0x45,0x44,0x43,0x48,0x41,0x52, - 0x47,0x45,0x09,0x4F,0x3D,0x43,0x4E,0x28,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x4E, - 0x43,0x3D,0x4F,0x09,0x09,0x2D,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x30,0x09, - 0x30,0x2E,0x30,0x09,0x2D,0x30,0x2E,0x33,0x33,0x09,0x30,0x2E,0x30,0x20,0x30, - 0x2E,0x30,0x09,0x2D,0x30,0x2E,0x33,0x33,0x0A,0x53,0x45,0x45,0x44,0x43,0x48, - 0x41,0x52,0x47,0x45,0x09,0x5B,0x6E,0x2B,0x48,0x5D,0x31,0x63,0x5B,0x6E,0x48, - 0x5D,0x63,0x63,0x31,0x09,0x09,0x30,0x2E,0x35,0x09,0x30,0x2E,0x30,0x09,0x30, - 0x2E,0x35,0x09,0x30,0x2E,0x30,0x09,0x30,0x2E,0x30,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_PHMODELDATA_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/plugindefines.txt --- a/CADDSuite-1.6/data/OpenBabel/plugindefines.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,67 +0,0 @@ -# Data file for OBDefinable class. -# A # in the first column or a # followed by whitespace introduces a comment and -# the rest of the characters on a line are ignored. -# White space is trimmed from the front and back of the line. -# -# There can be any number of lines containing only whitespace and -# comment between objects, but none within an object. -# Lines which have "\n" at the end have this replaced by a new line -# character and the next line is concatenated. - -#SmartsDescriptor -#nHal # name of descriptor. Use for example --filter "nHal<3" -#[F,Cl,Br,I,At] # SMARTS defining the descriptor -#Number of halogen atoms\n #This comment has two lines because of \n at the end. -#count fluorine, chlorine, etc. #When listing plugins, use verbose option to see lines after the first - -#OpTransform # Description() for the class includes a line "OpTransform is definable" -#tautomers # ID. Commandline option to invoke is --tautomers -#tautomers.txt # Datafile containing transforms. If filename is * the data follows later in the entry. -#Replace tautomers with their standard forms. Not reliable at present. # An explanatory description. - -#OpTransform -#nodative # ID. Commandline option to invoke is --nodative -#* # There is no datafile; the transforms are at the end of the entry -#Replace [N+]([O-])=O by N(=O)=O -#TRANSFORM [N+:1](=O)[O-:2] >> [N:1](=O)=[O:2] - -CompoundFilter -L5 # ID -HBD<5 HBA1<10 MW<500 logP<5 # definition in terms of other descriptors or properties -Lipinski Rule of Five # description - -PatternFP -MACCS # ID of this fingerprint type -MACCS.txt # File containing the SMARTS patterns - -SmartsDescriptor -sbonds -*-* -Number of single bonds - -SmartsDescriptor -dbonds -*=* -Number of double bonds - -SmartsDescriptor -tbonds -*#* -Number of triple bonds - -SmartsDescriptor -abonds -*:* -Number of aromatic bonds - -SmartsDescriptor -bonds -*~* -Number of bonds\n -Add or remove hydrogens to count total or bonds between heavy atoms - -SmartsDescriptor -atoms -* -Number of atoms\n -Add or remove hydrogens to count total or heavy atoms diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/psa.txt --- a/CADDSuite-1.6/data/OpenBabel/psa.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -###################################################################### -# Copyright OELIB: OpenEye Scientific Software, Santa Fe, -# U.S.A., 1999,2000,2001 -# Copyright JOELIB/JOELib2: Dept. Computer Architecture, University of -# Tuebingen, Germany, 2001,2002,2003,2004,2005 -# Copyright JOELIB/JOELib2: ALTANA PHARMA AG, Konstanz, Germany, -# 2003,2004,2005 -# -# Authors: Stephen Jelfs -# Joerg Kurt Wegner, me@cheminformatics.eu -# -# 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 version 2 of the License. -# -# 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. -###################################################################### -# Atomic Contributions to Polar Surface Area PSA -# ref. Ertl P., Rohde R., Selzer P., J. Med. Chem. 2000, 43, 3714-3717 -###################################################################### -;heavy -[*] 0.00 -[N](-*)(-*)-* 3.24 -[N](-*)=* 12.36 -[N]#* 23.79 -[N](-*)(=*)=* 11.68 -[N](=*)#* 13.60 -[N]1(-*)-*-*1 3.01 -[NH](-*)-* 12.03 -[NH]1-*-*1 21.94 -[NH]=* 23.85 -[NH2]-* 26.02 -[N+](-*)(-*)(-*)-* 0.00 -[N+](-*)(-*)=* 3.01 -[N+](-*)#* 4.36 -[NH+](-*)(-*)-* 4.44 -[NH+](-*)=* 13.97 -[NH2+](-*)-* 16.61 -[NH2+]=* 25.59 -[NH3+]-* 27.64 -[n](:*):* 12.89 -[n](:*)(:*):* 4.41 -[n](-*)(:*):* 4.93 -[n](=*)(:*):* 8.39 -[nH](:*):* 15.79 -[n+](:*)(:*):* 4.10 -[n+](-*)(:*):* 3.88 -[nH+](:*):* 14.14 -[O](-*)-* 9.23 -[O]1-*-*1 12.53 -[O]=* 17.07 -[OH]-* 20.23 -[O-]-* 23.06 -[o](:*):* 13.14 -[S](-*)-* 25.30 -[S]=* 32.09 -[S](-*)(-*)=* 19.21 -[S](-*)(-*)(=*)=* 8.38 -[SH]-* 38.80 -[s](:*):* 28.24 -[s](=*)(:*):* 21.70 -[P](-*)(-*)-* 13.59 -[P](-*)=* 34.14 -[P](-*)(-*)(-*)=* 9.81 -[PH](-*)(-*)=* 23.47 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/qeq.txt --- a/CADDSuite-1.6/data/OpenBabel/qeq.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,116 +0,0 @@ -# -# Open Babel file: qeq.txt -# -# Charge parameters for the QEq and QTPIE methods -# Used by QEqCharges and QTPIECharges, which are daughters of OBChargeModel -# -# Parameters: -# -# Elt: Element symbol -# Eneg: Atomic electronegativity (Volts) -# Hard: Atomic (chemical) hardness (Volts/e) -# Radius: screening radius (Angstrom) -# Elt Eneg Hard Radius -H 4.528 13.8904 0.8271 -He 9.66 29.8400 1.7640 -Li 3.006 4.7720 2.4076 -Be 4.877 8.8860 1.2930 -B 5.11 9.5000 1.2094 -C 5.343 10.1260 1.1346 -N 6.899 11.7600 0.9770 -O 8.741 13.3640 0.8597 -F 10.874 14.9480 0.7686 -Ne 11.04 21.1000 1.4394 -Na 2.843 4.5920 2.5020 -Mg 3.951 7.3860 1.5555 -Al 4.06 7.1800 1.6002 -Si 4.168 6.9740 1.6474 -P 5.463 8.0000 1.4362 -S 6.928 8.9720 1.2806 -Cl 8.564 9.8920 1.1615 -Ar 9.465 12.7100 1.2259 -K 2.421 3.8400 2.9920 -Ca 3.231 5.7600 1.9947 -Sc 3.395 6.1600 1.8651 -Ti 3.47 6.7600 1.6996 -V 3.65 6.8200 1.6846 -Cr 3.415 7.7300 1.4863 -Mn 3.325 8.2100 1.3994 -Fe 3.76 8.2800 1.3876 -Co 4.105 8.3500 1.3760 -Ni 4.465 8.4100 1.3661 -Cu 4.2 8.4400 1.3613 -Zn 5.106 8.5700 1.3406 -Ga 3.641 6.3200 1.8179 -Ge 4.051 6.8760 1.6709 -As 5.188 7.6180 1.5082 -Se 6.428 8.2620 1.3906 -Br 7.79 8.8500 1.2982 -Kr 8.505 11.4300 1.0268 -Rb 2.331 3.6920 3.1119 -Sr 3.024 4.8800 2.3544 -Y 3.83 5.6200 2.0444 -Zr 3.4 7.1000 1.6182 -Nb 3.55 6.7600 1.6996 -Mo 3.465 7.5100 1.5299 -Tc 3.29 7.9800 1.4398 -Ru 3.575 8.0300 1.4308 -Rh 3.975 8.0100 1.4344 -Pd 4.32 8.0000 1.4362 -Ag 4.436 6.2680 1.8330 -Cd 5.034 7.9140 1.4518 -In 3.506 5.7920 1.9836 -Sn 3.987 6.2480 1.8389 -Sb 4.899 6.6840 1.7189 -Te 5.816 7.0520 1.6292 -I 6.822 7.5240 1.5270 -Xe 7.595 9.9500 1.1547 -Cs 2.183 3.4220 3.3575 -Ba 2.814 4.7920 2.3976 -La 2.8355 5.4830 2.0954 -Ce 2.774 5.3840 2.1340 -Pr 2.858 5.1280 2.2405 -Nd 2.8685 5.2410 2.1922 -Pm 2.881 5.3460 2.1491 -Sm 2.9115 5.4390 2.1124 -Eu 2.8785 5.5750 2.0609 -Gd 3.1665 5.9490 1.9313 -Tb 3.018 5.6680 2.0270 -Dy 3.0555 5.7430 2.0006 -Ho 3.127 5.7820 1.9871 -Er 3.1865 5.8290 1.9711 -Tm 3.2514 5.8658 1.9587 -Yb 3.2889 5.9300 1.9375 -Lu 2.9629 4.9258 2.3325 -Hf 3.7 6.8000 1.6896 -Ta 5.1 5.7000 2.0157 -W 4.63 6.6200 1.7355 -Re 3.96 7.8400 1.4655 -Os 5.14 7.2600 1.5825 -Ir 5 8.0000 1.4362 -Pt 4.79 8.8600 1.2968 -Au 4.894 5.1720 2.2214 -Hg 6.27 8.3200 1.3809 -Tl 3.2 5.8000 1.9809 -Pb3 3.9 7.0600 1.6274 -Bi 4.69 7.4800 1.5360 -Po 4.21 8.4200 1.3645 -At 4.75 9.5000 1.2094 -Rn 5.37 10.7400 1.0698 -Fr 2 4.0000 2.8723 -Ra 2.843 4.8680 2.3602 -Ac 2.835 5.6700 2.0263 -Th 3.175 5.8100 1.9775 -Pa 2.985 5.8100 1.9775 -U 3.341 5.7060 2.0135 -Np 3.549 5.4340 2.1143 -Pu 3.243 5.6380 2.0378 -Am 2.9895 6.0070 1.9126 -Cm 2.8315 6.3790 1.8011 -Bk 3.1935 6.0710 1.8925 -Cf 3.197 6.2020 1.8525 -Es 3.333 6.1780 1.8597 -Fm 3.4 6.2000 1.8531 -Md 3.47 6.2200 1.8471 -No 3.475 6.3500 1.8093 -Lr 3.5 6.4000 1.7952 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/resdata.h --- a/CADDSuite-1.6/data/OpenBabel/resdata.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,920 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_RESDATA_H -#define OB_RESDATA_H - -namespace OpenBabel -{ -static const char ResidueData[] = { - 0x52,0x45,0x53,0x20,0x41,0x4C,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41, - 0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61, - 0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41, - 0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x33,0x48,0x42,0x20,0x43,0x42, - 0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x41,0x52,0x47,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F, - 0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x33,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x20,0x43,0x33,0x20,0x33,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4E,0x45,0x20,0x4E,0x67,0x2B,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x5A,0x20,0x43,0x2B,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4E,0x48,0x32,0x20,0x4E,0x67,0x2B,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4E,0x48,0x31,0x20,0x4E,0x67,0x2B,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x44,0x20,0x4E,0x45,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x45,0x20,0x43,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x5A,0x20, - 0x4E,0x48,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x5A,0x20,0x4E, - 0x48,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x4E,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x48,0x31,0x20,0x31,0x48,0x48,0x31,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x48,0x31,0x20,0x32,0x48,0x48,0x31,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x20,0x48,0x45,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x48,0x32,0x20,0x31,0x48,0x48,0x32,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x48,0x32,0x20,0x32,0x48,0x48,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x48,0x31,0x20,0x48,0x48,0x31,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x48,0x32,0x20,0x48,0x48,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x09,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x31,0x48,0x44,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x32,0x48,0x44,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x31,0x48,0x47,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32, - 0x48,0x47,0x20,0x43,0x47,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53, - 0x20,0x41,0x52,0x5A,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x47,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x45,0x20,0x4E,0x67, - 0x2B,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x5A,0x20,0x43,0x2B,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x48,0x32,0x20,0x4E,0x67,0x2B,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x48,0x31,0x20,0x4E,0x67,0x2B,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x20,0x4E,0x45,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x45,0x20,0x43,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x5A,0x20,0x4E,0x48,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x5A,0x20,0x4E,0x48,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x48,0x31,0x20,0x48,0x48,0x31, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x20,0x48,0x45,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x48,0x32,0x20,0x31,0x48,0x48,0x32,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x48,0x32,0x20,0x32,0x48,0x48,0x32, - 0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x41,0x53,0x4E,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F, - 0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x33,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x44,0x32,0x20,0x4E,0x61,0x6D,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x44,0x31,0x20,0x4F,0x32,0x20,0x32, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20, - 0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4E,0x44,0x32,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4F,0x44,0x31,0x20,0x32,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41, - 0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x44,0x32,0x20,0x31,0x48, - 0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x44,0x32,0x20,0x32, - 0x48,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x44,0x32,0x20, - 0x48,0x44,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x41, - 0x53,0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20, - 0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x44,0x32,0x20,0x4F, - 0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x44,0x31,0x20,0x4F,0x33, - 0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43, - 0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4F,0x44,0x32, - 0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4F,0x44,0x31,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48, - 0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42, - 0x20,0x43,0x42,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x41, - 0x53,0x48,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20, - 0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x44,0x32,0x20,0x4F, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x44,0x31,0x20,0x4F,0x32, - 0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43, - 0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4F,0x44,0x32, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4F,0x44,0x31,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4F,0x44,0x32,0x20,0x48,0x44,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52, - 0x45,0x53,0x20,0x43,0x59,0x53,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x53,0x47,0x20,0x53,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x53, - 0x47,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x42,0x20,0x53,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20, - 0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x48,0x41,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x53,0x47,0x20,0x48,0x47,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52, - 0x45,0x53,0x20,0x43,0x59,0x58,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x53,0x47,0x20,0x53,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x42,0x20,0x53,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x20,0x48,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x47, - 0x4C,0x4E,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x20,0x43,0x32, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x45,0x32,0x20,0x4E,0x61,0x6D, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x31,0x20,0x4F,0x32,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x20,0x4E,0x45,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x20,0x4F,0x45,0x31,0x20,0x32,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x48,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47,0x20,0x43,0x47,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47,0x20,0x43,0x47,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x32,0x20,0x31,0x48,0x45,0x32,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x32,0x20,0x32,0x48,0x45,0x32, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x32,0x20,0x48,0x45,0x32, - 0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x47,0x4C,0x55,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F, - 0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x33,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x20,0x43,0x32,0x20,0x32,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x32,0x20,0x4F,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x4F,0x45,0x31,0x20,0x4F,0x32,0x20,0x32,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41, - 0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x44,0x20,0x4F,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x44,0x20,0x4F,0x45,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x31,0x48, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x32,0x48,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x33,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32, - 0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48, - 0x47,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47, - 0x20,0x43,0x47,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x47, - 0x4C,0x59,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x41, - 0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x41,0x20, - 0x43,0x41,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x47,0x4C, - 0x5A,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F, - 0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x20,0x43,0x32,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x32,0x20,0x4F,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x31,0x20,0x4F,0x32,0x20,0x32,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F, - 0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x44,0x20,0x4F,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x44,0x20,0x4F,0x45,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x45, - 0x32,0x20,0x48,0x45,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53, - 0x20,0x48,0x49,0x44,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47, - 0x20,0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x44,0x31,0x20, - 0x4E,0x70,0x6C,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x32,0x20, - 0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x45,0x32,0x20,0x4E, - 0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x45,0x31,0x20,0x43,0x32, - 0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43, - 0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4E,0x44,0x31, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x32,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x32,0x20,0x4E,0x45,0x32,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x32,0x20,0x43,0x45,0x31,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45,0x31,0x20,0x4E,0x44,0x31,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x44,0x31,0x20,0x48,0x44,0x31,0x20,0x31,0x0A,0x45,0x4E, - 0x44,0x0A,0x52,0x45,0x53,0x20,0x48,0x49,0x45,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20, - 0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4E,0x44,0x31,0x20,0x4E,0x70,0x6C,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x44,0x32,0x20,0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4E,0x45,0x32,0x20,0x4E,0x70,0x6C,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x45,0x31,0x20,0x43,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x47,0x20,0x4E,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x47,0x20,0x43,0x44,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x44,0x32,0x20,0x4E,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x45,0x32,0x20,0x43,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x45,0x31,0x20,0x4E,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x32,0x20,0x48, - 0x45,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x48,0x49, - 0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F, - 0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43, - 0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x44,0x31,0x20,0x4E,0x70, - 0x6C,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x32,0x20,0x43,0x32, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x45,0x32,0x20,0x4E,0x70,0x6C, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x45,0x31,0x20,0x43,0x33,0x20, - 0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x4E,0x44,0x31,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x32,0x20,0x32, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x32,0x20,0x4E,0x45,0x32,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45,0x32,0x20,0x43,0x45,0x31,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45,0x31,0x20,0x4E,0x44,0x31,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x44,0x31,0x20,0x48,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x45,0x32,0x20,0x48,0x45,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44, - 0x0A,0x52,0x45,0x53,0x20,0x48,0x49,0x53,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E, - 0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4E,0x44,0x31,0x20,0x4E,0x70,0x6C,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x44,0x32,0x20,0x43,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4E,0x45,0x32,0x20,0x4E,0x70,0x6C,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x45,0x31,0x20,0x43,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x47,0x20,0x4E,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x47,0x20,0x43,0x44,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44, - 0x32,0x20,0x4E,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x45, - 0x32,0x20,0x43,0x45,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45, - 0x31,0x20,0x4E,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20, - 0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x31,0x48,0x44,0x20,0x4E,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x32,0x48,0x44,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x31,0x48,0x45,0x20,0x43,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x44,0x31,0x20,0x48,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x45,0x32,0x20,0x48,0x45,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44, - 0x0A,0x52,0x45,0x53,0x20,0x49,0x4C,0x45,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E, - 0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x47,0x32,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x47,0x31,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x44,0x31,0x20,0x43,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x47,0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48, - 0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x48,0x41,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47,0x31,0x20,0x43,0x47,0x31,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47,0x31,0x20,0x43,0x47,0x31,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47,0x32,0x20,0x43,0x47,0x32, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47,0x32,0x20,0x43,0x47, - 0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x33,0x48,0x47,0x32,0x20,0x43, - 0x47,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x44,0x31,0x20, - 0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x44,0x31, - 0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x33,0x48,0x44, - 0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53, - 0x20,0x4C,0x45,0x55,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x47,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x31, - 0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x32,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42, - 0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43, - 0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44, - 0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32, - 0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48, - 0x44,0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32, - 0x48,0x44,0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x33,0x48,0x44,0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x31,0x48,0x44,0x32,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x32,0x48,0x44,0x32,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x33,0x48,0x44,0x32,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x48,0x47,0x20,0x43,0x47,0x20,0x31,0x0A,0x45,0x4E,0x44, - 0x0A,0x52,0x45,0x53,0x20,0x4C,0x59,0x53,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E, - 0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x44,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x45,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x5A,0x20, - 0x4E,0x33,0x2B,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20, - 0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x20,0x43,0x45, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45,0x20,0x4E,0x5A,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48, - 0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42, - 0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x44,0x20,0x43, - 0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x44,0x20,0x43,0x44, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47,0x20,0x43,0x47,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47,0x20,0x43,0x47,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x45,0x20,0x43,0x45,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x45,0x20,0x43,0x45,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x5A,0x20,0x33,0x48,0x5A,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x5A,0x20,0x48,0x5A,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x5A,0x20,0x32,0x48,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4E,0x5A,0x20,0x48,0x5A,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x5A,0x20,0x31,0x48,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x5A,0x20,0x48,0x5A,0x31,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53, - 0x20,0x4C,0x59,0x5A,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x47,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x45,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x5A,0x20,0x4E,0x33,0x2B,0x20, - 0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x20,0x43,0x45,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x45,0x20,0x4E,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x5A, - 0x20,0x48,0x5A,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x5A,0x20, - 0x48,0x5A,0x31,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x4D, - 0x45,0x54,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x53,0x44,0x20,0x53,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x45,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20, - 0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x53,0x44,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x53,0x44,0x20,0x43,0x45,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41,0x20,0x43, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47,0x20,0x43,0x47,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47,0x20,0x43,0x47,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x45,0x20,0x43,0x45,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x32,0x48,0x45,0x20,0x43,0x45,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x33,0x48,0x45,0x20,0x43,0x45,0x20,0x31,0x0A,0x45,0x4E,0x44, - 0x0A,0x52,0x45,0x53,0x20,0x50,0x48,0x45,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E, - 0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x44,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x44,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x45,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x5A,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x45,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41, - 0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x47,0x20,0x43,0x44,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x44,0x32,0x20,0x43,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x45,0x32,0x20,0x43,0x5A,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x5A,0x20,0x43,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45, - 0x31,0x20,0x43,0x44,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20, - 0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x31,0x48,0x44,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x32,0x48,0x44,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x31,0x48,0x45,0x20,0x43,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x32,0x48,0x45,0x20,0x43,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x48,0x5A,0x20,0x43,0x5A,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52, - 0x45,0x53,0x20,0x50,0x52,0x4F,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x44,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x47,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x44,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x47,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F, - 0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47,0x20,0x43,0x47,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x47,0x20,0x43,0x47,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x31,0x48,0x44,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x44,0x20,0x43,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x48,0x4E,0x20,0x4E,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20, - 0x50,0x53,0x45,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x47, - 0x20,0x4F,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x50,0x44,0x20,0x50, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x32,0x20,0x4F,0x2D, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x33,0x20,0x4F,0x2D,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x31,0x20,0x4F,0x2D,0x20,0x33, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20, - 0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x4F,0x47,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x47,0x20,0x50,0x44,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x50,0x44,0x20,0x4F,0x45,0x32,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x50,0x44,0x20,0x4F,0x45,0x33,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x50,0x44,0x20,0x4F,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53, - 0x20,0x50,0x53,0x4D,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F, - 0x47,0x20,0x4F,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x50,0x44,0x20, - 0x50,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x32,0x20,0x4F, - 0x2D,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x33,0x20,0x4F,0x2D, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x45,0x31,0x20,0x4F,0x2D,0x20, - 0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x4F,0x47, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x47,0x20,0x50,0x44,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x44,0x20,0x4F,0x45,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x50,0x44,0x20,0x4F,0x45,0x33,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x50,0x44,0x20,0x4F,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F, - 0x45,0x33,0x20,0x48,0x45,0x33,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45, - 0x53,0x20,0x50,0x54,0x4D,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x47,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x44,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x44,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x45,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x5A,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x48, - 0x20,0x4F,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x45,0x31,0x20, - 0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x50,0x51,0x20,0x50, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x49,0x33,0x20,0x4F,0x2D, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x49,0x32,0x20,0x4F,0x2D,0x20, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x49,0x31,0x20,0x4F,0x2D,0x20,0x33, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20, - 0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x31,0x20,0x32, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x20,0x43,0x44,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x44,0x32,0x20,0x43,0x45,0x32,0x20,0x32,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x45,0x32,0x20,0x43,0x5A,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x5A,0x20,0x4F,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x5A,0x20,0x43,0x45,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x45,0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4F,0x48,0x20,0x50,0x51,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50, - 0x51,0x20,0x4F,0x49,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x51, - 0x20,0x4F,0x49,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x51,0x20, - 0x4F,0x49,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x49,0x32,0x20,0x48,0x49,0x32,0x20, - 0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x50,0x54,0x59,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20, - 0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x61,0x72,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x31,0x20,0x43,0x61,0x72,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x44,0x32,0x20,0x43,0x61,0x72,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x45,0x32,0x20,0x43,0x61,0x72,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x5A,0x20,0x43,0x61,0x72,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x48,0x20,0x4F,0x33,0x20,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x45,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x50,0x51,0x20,0x50,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x49,0x33,0x20,0x4F,0x2D,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x49,0x32,0x20,0x4F,0x2D,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x49,0x31,0x20,0x4F,0x2D,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x47,0x20,0x43,0x44,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x47,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x44, - 0x32,0x20,0x43,0x45,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45, - 0x32,0x20,0x43,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x5A,0x20, - 0x4F,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x5A,0x20,0x43,0x45, - 0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45,0x31,0x20,0x43,0x44, - 0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x48,0x20,0x50,0x51,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x51,0x20,0x4F,0x49,0x33,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x51,0x20,0x4F,0x49,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x50,0x51,0x20,0x4F,0x49,0x31,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52, - 0x45,0x53,0x20,0x53,0x45,0x52,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x47,0x20,0x4F,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x42,0x20,0x4F,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4F,0x47,0x20,0x48,0x47,0x20,0x31,0x0A,0x45,0x4E,0x44, - 0x0A,0x52,0x45,0x53,0x20,0x54,0x48,0x52,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E, - 0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x47,0x32,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x47,0x31,0x20,0x4F,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41, - 0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x42,0x20,0x4F,0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4E,0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x4E, - 0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x31,0x48,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x32,0x48,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x20,0x33,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4F,0x47,0x31,0x20,0x48,0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4F,0x47,0x31,0x20,0x31,0x48,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48, - 0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x47, - 0x32,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48, - 0x47,0x32,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x33, - 0x48,0x47,0x32,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52, - 0x45,0x53,0x20,0x54,0x52,0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D, - 0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x47,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x44,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x44,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x45,0x33,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x45,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x5A,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4E,0x45,0x31,0x20,0x4E,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x48,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x5A,0x33,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x47,0x20,0x43,0x44,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x47,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x44,0x32,0x20,0x43,0x45,0x33,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x44,0x32,0x20,0x43,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x45,0x32,0x20,0x43,0x5A,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x45,0x32,0x20,0x4E,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x45,0x31,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x5A,0x32,0x20,0x43,0x48,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x48,0x32,0x20,0x43,0x5A,0x33,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x5A,0x33,0x20,0x43,0x45,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x20,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x32,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x31,0x48,0x44,0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x31,0x48,0x45,0x20,0x43,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x5A,0x20,0x43,0x5A,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x33,0x48,0x5A,0x20,0x43,0x5A,0x33,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x33,0x48,0x45,0x20,0x43,0x45,0x33,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x48,0x20,0x43,0x48,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x45,0x31,0x20,0x48,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x4E,0x45,0x31,0x20,0x31,0x48,0x45,0x20,0x31,0x0A,0x45,0x4E, - 0x44,0x0A,0x52,0x45,0x53,0x20,0x54,0x59,0x52,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20, - 0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x20,0x43, - 0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x20,0x43,0x61,0x63,0x20, - 0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x32,0x20,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x47,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x44,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x44,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x45,0x32,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x5A,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x48,0x20,0x4F,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x45,0x31,0x20,0x43,0x61,0x72,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x41,0x20,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20, - 0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x42,0x20,0x43,0x47,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x47,0x20,0x43,0x44,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x47,0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x44,0x32,0x20,0x43,0x45,0x32,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x45,0x32,0x20,0x43,0x5A,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x5A, - 0x20,0x4F,0x48,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x5A,0x20,0x43, - 0x45,0x31,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x45,0x31,0x20,0x43, - 0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x48,0x20,0x48,0x48,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31, - 0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48, - 0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x44, - 0x20,0x43,0x44,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x44, - 0x20,0x43,0x44,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31,0x48,0x45, - 0x20,0x43,0x45,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x32,0x48,0x45, - 0x20,0x43,0x45,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x48,0x5A,0x20, - 0x43,0x5A,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x56,0x41, - 0x4C,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x20,0x43,0x33,0x20,0x33,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4E,0x20,0x4E,0x61,0x6D,0x20,0x32,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x42,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x20,0x43,0x61,0x63,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F, - 0x20,0x4F,0x32,0x20,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x32,0x20, - 0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x31,0x20,0x43, - 0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x4E,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x42,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x41,0x20,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x20,0x4F,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20, - 0x43,0x47,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x20,0x43, - 0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x20,0x48,0x4E,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x48,0x41,0x20,0x43,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x48,0x42,0x20,0x43,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x31, - 0x48,0x47,0x31,0x20,0x43,0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x32,0x48,0x47,0x31,0x20,0x43,0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x33,0x48,0x47,0x31,0x20,0x43,0x47,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x31,0x48,0x47,0x32,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x32,0x48,0x47,0x32,0x20,0x43,0x47,0x32,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x33,0x48,0x47,0x32,0x20,0x43,0x47,0x32,0x20,0x31,0x0A, - 0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x54,0x49,0x50,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x48,0x32,0x20,0x4F,0x33,0x20,0x33,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4F,0x48,0x32,0x20,0x48,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x4F,0x48,0x32,0x20,0x48,0x32,0x20,0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45, - 0x53,0x20,0x48,0x4F,0x48,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x20,0x4F,0x33, - 0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x31,0x48,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x32,0x48,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x20,0x31,0x48,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x20,0x32,0x48,0x20,0x31,0x0A,0x45,0x4E, - 0x44,0x0A,0x52,0x45,0x53,0x20,0x57,0x41,0x54,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4F,0x20,0x4F,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x48,0x31,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x48,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x20, - 0x48,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x20,0x48,0x32,0x20, - 0x31,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x49,0x4E,0x48,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x31,0x50,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4F,0x32,0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F, - 0x33,0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x35,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x35,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x34,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x4F,0x34,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x33,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x43,0x31,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x33,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x32,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4E,0x39,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x38, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x37,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x36,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x36,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4E,0x31,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x33,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x50,0x20,0x4F,0x31,0x50,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50, - 0x20,0x4F,0x32,0x50,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x20,0x4F, - 0x33,0x50,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x20,0x4F,0x35,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x35,0x20,0x43,0x35,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x35,0x20,0x43,0x34,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x34,0x20,0x4F,0x34,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x34,0x20,0x43,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F, - 0x34,0x20,0x43,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x20, - 0x4F,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x20,0x43,0x32, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x33,0x20,0x48,0x31,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x20,0x4F,0x32,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x32,0x20,0x43,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4F,0x32,0x20,0x48,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x31,0x20,0x4E,0x39,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x39, - 0x20,0x43,0x38,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x39,0x20,0x43, - 0x34,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x38,0x20,0x4E,0x37,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x37,0x20,0x43,0x35,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x35,0x20,0x43,0x36,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x36,0x20,0x4F,0x36,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x36,0x20,0x4E,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x31,0x20,0x43,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x31,0x20, - 0x48,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x20,0x4E,0x33, - 0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x33,0x20,0x43,0x34,0x20,0x31, - 0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x55,0x4D,0x50,0x0A,0x41,0x54, - 0x4F,0x4D,0x20,0x4E,0x31,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x32,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x36,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x31,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x4E,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x32, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x34,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x35,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x34,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x33,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x35,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x50,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x31,0x50,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x32,0x50,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x4F,0x33,0x50,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x31, - 0x20,0x43,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x31,0x20,0x43, - 0x36,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x31,0x20,0x43,0x31,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x20,0x4E,0x33,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x20,0x4F,0x32,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x32,0x20,0x48,0x35,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x4E,0x33,0x20,0x43,0x34,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E, - 0x33,0x20,0x48,0x31,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x34,0x20, - 0x43,0x35,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x34,0x20,0x4F,0x34, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x34,0x20,0x48,0x36,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x35,0x20,0x43,0x36,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x35,0x20,0x48,0x37,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x43,0x35,0x20,0x48,0x38,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x36,0x20,0x48,0x39,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x36, - 0x20,0x48,0x31,0x30,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x32,0x20, - 0x48,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x34,0x20,0x48,0x33, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x20,0x43,0x32,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x20,0x4F,0x34,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x31,0x20,0x48,0x31,0x31,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x32,0x20,0x43,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x43,0x32,0x20,0x48,0x31,0x32,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x43,0x32,0x20,0x48,0x31,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x33,0x20,0x43,0x34,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x20, - 0x4F,0x33,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x20,0x48,0x31, - 0x34,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x34,0x20,0x48,0x31,0x35, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4F,0x33,0x20,0x48,0x34,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x35,0x20,0x4F,0x35,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x43,0x35,0x20,0x48,0x31,0x36,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x35,0x20,0x48,0x31,0x37,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x4F,0x35,0x20,0x50,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50, - 0x20,0x4F,0x31,0x50,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x20,0x4F, - 0x32,0x50,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x50,0x20,0x4F,0x33,0x50, - 0x20,0x32,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x48,0x45,0x44,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x31,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x31, - 0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x32,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x53, - 0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x53,0x34,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x43,0x35,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x36,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x36,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x20,0x4F,0x31,0x20, - 0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x20,0x43,0x32,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x20,0x53,0x33,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x53,0x33,0x20,0x53,0x34,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44, - 0x20,0x53,0x34,0x20,0x43,0x35,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43, - 0x35,0x20,0x43,0x36,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x36,0x20, - 0x4F,0x36,0x20,0x32,0x0A,0x45,0x4E,0x44,0x0A,0x52,0x45,0x53,0x20,0x48,0x45, - 0x4D,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x46,0x45,0x0A,0x41,0x54,0x4F,0x4D,0x20, - 0x4E,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x42,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4E,0x43,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4E,0x44,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x48,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x31,0x41,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x34,0x44,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x48,0x42,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x34,0x41,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x31,0x42,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x48,0x43,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x34,0x42,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x31,0x43,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x48,0x44,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x34,0x43,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x31,0x44,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x32,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x33,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x41,0x41,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x4D,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x41,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F, - 0x31,0x41,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x32,0x41,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x32,0x42,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x33,0x42,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x4D,0x42,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x42,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42,0x42,0x0A,0x41,0x54,0x4F, - 0x4D,0x20,0x43,0x32,0x43,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x33,0x43,0x0A, - 0x41,0x54,0x4F,0x4D,0x20,0x43,0x4D,0x43,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43, - 0x41,0x43,0x20,0x43,0x33,0x20,0x33,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42, - 0x43,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x32,0x44,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x43,0x33,0x44,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x4D,0x44,0x0A,0x41, - 0x54,0x4F,0x4D,0x20,0x43,0x41,0x44,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x42, - 0x44,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x43,0x47,0x44,0x0A,0x41,0x54,0x4F,0x4D, - 0x20,0x4F,0x31,0x44,0x0A,0x41,0x54,0x4F,0x4D,0x20,0x4F,0x32,0x44,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x46,0x45,0x20,0x4E,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E, - 0x44,0x20,0x46,0x45,0x20,0x4E,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20, - 0x46,0x45,0x20,0x4E,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x46,0x45, - 0x20,0x4E,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x41,0x20, - 0x43,0x31,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x41,0x20, - 0x43,0x34,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x42,0x20, - 0x43,0x34,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x42,0x20, - 0x43,0x31,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x43,0x20, - 0x43,0x34,0x42,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x43,0x20, - 0x43,0x31,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x44,0x20, - 0x43,0x34,0x43,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x48,0x44,0x20, - 0x43,0x31,0x44,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x41,0x20,0x43, - 0x31,0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x41,0x20,0x43,0x34, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x41,0x20,0x43,0x32, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x41,0x20,0x43,0x33, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x41,0x20,0x43,0x41, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x41,0x20,0x43,0x34, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x41,0x20,0x43,0x4D, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x41,0x20,0x43,0x42, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x42,0x41,0x20,0x43,0x47, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x41,0x20,0x4F,0x31, - 0x41,0x20,0x32,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x47,0x41,0x20,0x4F,0x32, - 0x41,0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x42,0x20,0x43,0x31,0x42, - 0x20,0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x42,0x20,0x43,0x34,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x42,0x20,0x43,0x32,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x42,0x20,0x43,0x33,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x42,0x20,0x43,0x4D,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x42,0x20,0x43,0x34,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x42,0x20,0x43,0x41,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x42,0x20,0x43,0x42,0x42,0x20, - 0x31,0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x43,0x20,0x43,0x31,0x43,0x20,0x31, - 0x0A,0x42,0x4F,0x4E,0x44,0x20,0x4E,0x43,0x20,0x43,0x34,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x31,0x43,0x20,0x43,0x32,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x43,0x20,0x43,0x33,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x32,0x43,0x20,0x43,0x4D,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x43,0x20,0x43,0x34,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x33,0x43,0x20,0x43,0x41,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x43,0x41,0x43,0x20,0x43,0x42,0x43,0x20,0x31,0x0A, - 0x42,0x4F,0x4E,0x44,0x20,0x4E,0x44,0x20,0x43,0x31,0x44,0x20,0x31,0x0A,0x42, - 0x4F,0x4E,0x44,0x20,0x4E,0x44,0x20,0x43,0x34,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x31,0x44,0x20,0x43,0x32,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x32,0x44,0x20,0x43,0x33,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x32,0x44,0x20,0x43,0x4D,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x33,0x44,0x20,0x43,0x34,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x33,0x44,0x20,0x43,0x41,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x41,0x44,0x20,0x43,0x42,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x42,0x44,0x20,0x43,0x47,0x44,0x20,0x31,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x47,0x44,0x20,0x4F,0x31,0x44,0x20,0x32,0x0A,0x42,0x4F, - 0x4E,0x44,0x20,0x43,0x47,0x44,0x20,0x4F,0x32,0x44,0x20,0x31,0x0A,0x45,0x4E, - 0x44,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_RESDATA_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/resdata.txt --- a/CADDSuite-1.6/data/OpenBabel/resdata.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1139 +0,0 @@ -############################################################################## -# # -# Open Babel file: resdata.txt # -# # -# Copyright (c) 1998-2001 by OpenEye Scientific Software, Inc. # -# Some portions Copyright (c) 2001-2003 by Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# Residue records are specified as follows: (used by data.cpp:OBResidueData)# -# RES # -# ATOM Name Type Hybridization (hydrogens are implicit) # -# BOND Name1 Name2 BondOrder (where Name1, Name2 are ATOM records) # -# END # -# # -############################################################################## - -RES ALA -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 3HB CB 1 -END - -RES ARG -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C3 3 -ATOM NE Ng+ 2 -ATOM CZ C+ 2 -ATOM NH2 Ng+ 2 -ATOM NH1 Ng+ 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD NE 1 -BOND NE CZ 1 -BOND CZ NH2 2 -BOND CZ NH1 1 -BOND N H 1 -BOND HN N 1 -BOND NH1 1HH1 1 -BOND NH1 2HH1 1 -BOND NE HE 1 -BOND NH2 1HH2 1 -BOND NH2 2HH2 1 -BOND NH1 HH1 1 -BOND NH2 HH2 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD CD 1 -BOND 2HD CD 1 -BOND 1HG CG 1 -BOND 2HG CG 1 -END - -RES ARZ -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C3 3 -ATOM NE Ng+ 2 -ATOM CZ C+ 2 -ATOM NH2 Ng+ 2 -ATOM NH1 Ng+ 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD NE 1 -BOND NE CZ 1 -BOND CZ NH2 1 -BOND CZ NH1 2 -BOND N H 1 -BOND N HN 1 -BOND NH1 HH1 1 -BOND NE HE 1 -BOND NH2 1HH2 1 -BOND NH2 2HH2 1 -END - -RES ASN -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM ND2 Nam 2 -ATOM OD1 O2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG ND2 1 -BOND CG OD1 2 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND ND2 1HD2 1 -BOND ND2 2HD2 1 -BOND ND2 HD2 1 -END - -RES ASP -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C2 2 -ATOM OD2 O2 2 -ATOM OD1 O3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG OD2 2 -BOND CG OD1 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -END - -RES ASH -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C2 2 -ATOM OD2 O3 3 -ATOM OD1 O2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG OD2 1 -BOND CG OD1 2 -BOND N H 1 -BOND N HN 1 -BOND OD2 HD2 1 -END - -RES CYS -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM SG S3 3 -BOND SG CB 1 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB SG 1 -BOND N H 1 -BOND N HN 1 -BOND CA HA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND SG HG 1 -END - -RES CYX -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM SG S3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB SG 1 -BOND N H 1 -END - -RES GLN -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C2 2 -ATOM NE2 Nam 2 -ATOM OE1 O2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD NE2 1 -BOND CD OE1 2 -BOND N H 1 -BOND N HN 1 -BOND CA HA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HG CG 1 -BOND 2HG CG 1 -BOND NE2 1HE2 1 -BOND NE2 2HE2 1 -BOND NE2 HE2 1 -END - -RES GLU -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C2 2 -ATOM OE2 O3 3 -ATOM OE1 O2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD OE2 1 -BOND CD OE1 2 -BOND N H 1 -BOND N 1H 1 -BOND N 2H 1 -BOND N 3H 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HG CG 1 -BOND 2HG CG 1 -END - -RES GLY -ATOM CA C3 3 -ATOM N Nam 2 -ATOM C Cac 2 -ATOM O O2 2 -BOND CA N 1 -BOND CA C 1 -BOND C O 2 -BOND N H 1 -BOND N HN 1 -BOND 1HA CA 1 -BOND 2HA CA 1 -END - -RES GLZ -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C2 2 -ATOM OE2 O3 3 -ATOM OE1 O2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD OE2 1 -BOND CD OE1 2 -BOND N H 1 -BOND OE2 HE2 1 -END - -RES HID -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C C3 3 -ATOM O O2 2 -ATOM CG C2 2 -ATOM ND1 Npl 2 -ATOM CD2 C2 2 -ATOM NE2 N2 2 -ATOM CE1 C2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG ND1 1 -BOND CG CD2 2 -BOND CD2 NE2 1 -BOND NE2 CE1 2 -BOND CE1 ND1 1 -BOND N H 1 -BOND ND1 HD1 1 -END - -RES HIE -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C2 2 -ATOM ND1 Npl 2 -ATOM CD2 C2 2 -ATOM NE2 Npl 2 -ATOM CE1 C3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG ND1 1 -BOND CG CD2 2 -BOND CD2 NE2 1 -BOND NE2 CE1 1 -BOND CE1 ND1 1 -BOND N H 1 -BOND NE2 HE2 1 -END - -RES HIP -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C2 2 -ATOM ND1 Npl 2 -ATOM CD2 C2 2 -ATOM NE2 Npl 2 -ATOM CE1 C3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG ND1 1 -BOND CG CD2 2 -BOND CD2 NE2 1 -BOND NE2 CE1 1 -BOND CE1 ND1 1 -BOND N H 1 -BOND ND1 HD1 1 -BOND NE2 HE2 1 -END - -RES HIS -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C2 2 -ATOM ND1 Npl 2 -ATOM CD2 C2 2 -ATOM NE2 Npl 2 -ATOM CE1 C2 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG ND1 1 -BOND CG CD2 2 -BOND CD2 NE2 1 -BOND NE2 CE1 2 -BOND CE1 ND1 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD ND1 1 -BOND 2HD CD2 1 -BOND 1HE CE1 1 -BOND ND1 HD1 1 -BOND NE2 HE2 1 -END - -RES ILE -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG2 C3 3 -ATOM CG1 C3 3 -ATOM CD1 C3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG2 1 -BOND CB CG1 1 -BOND CG1 CD1 1 -BOND N H 1 -BOND N HN 1 -BOND CA HA 1 -BOND HB CB 1 -BOND 1HG1 CG1 1 -BOND 2HG1 CG1 1 -BOND 1HG2 CG2 1 -BOND 2HG2 CG2 1 -BOND 3HG2 CG2 1 -BOND 1HD1 CD1 1 -BOND 2HD1 CD1 1 -BOND 3HD1 CD1 1 -END - -RES LEU -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD1 C3 3 -ATOM CD2 C3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD1 1 -BOND CG CD2 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD1 CD1 1 -BOND 2HD1 CD1 1 -BOND 3HD1 CD1 1 -BOND 1HD2 CD2 1 -BOND 2HD2 CD2 1 -BOND 3HD2 CD2 1 -BOND HG CG 1 -END - -RES LYS -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C3 3 -ATOM CE C3 3 -ATOM NZ N3+ 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD CE 1 -BOND CE NZ 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD CD 1 -BOND 2HD CD 1 -BOND 1HG CG 1 -BOND 2HG CG 1 -BOND 1HE CE 1 -BOND 2HE CE 1 -BOND NZ 3HZ 1 -BOND NZ HZ3 1 -BOND NZ 2HZ 1 -BOND NZ HZ2 1 -BOND NZ 1HZ 1 -BOND NZ HZ1 1 -END - -RES LYZ -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM CD C3 3 -ATOM CE C3 3 -ATOM NZ N3+ 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD 1 -BOND CD CE 1 -BOND CE NZ 1 -BOND N H 1 -BOND NZ HZ2 1 -BOND NZ HZ1 1 -END - -RES MET -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG C3 3 -ATOM SD S3 3 -ATOM CE C3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG SD 1 -BOND SD CE 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HG CG 1 -BOND 2HG CG 1 -BOND 1HE CE 1 -BOND 2HE CE 1 -BOND 3HE CE 1 -END - -RES PHE -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG Car 2 -ATOM CD1 Car 2 -ATOM CD2 Car 2 -ATOM CE2 Car 2 -ATOM CZ Car 2 -ATOM CE1 Car 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD1 1 -BOND CG CD2 2 -BOND CD2 CE2 1 -BOND CE2 CZ 2 -BOND CZ CE1 1 -BOND CE1 CD1 2 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD CD1 1 -BOND 2HD CD2 1 -BOND 1HE CE1 1 -BOND 2HE CE2 1 -BOND HZ CZ 1 -END - -RES PRO -ATOM CA C3 3 -ATOM C Cac 2 -ATOM CB C3 3 -ATOM N Nam 2 -ATOM CD C3 3 -ATOM CG C3 3 -ATOM O O2 2 -BOND CA C 1 -BOND CA CB 1 -BOND CA N 1 -BOND N CD 1 -BOND CD CG 1 -BOND CG CB 1 -BOND C O 2 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HG CG 1 -BOND 2HG CG 1 -BOND 1HD CD 1 -BOND 2HD CD 1 -BOND HA CA 1 -BOND HN N 1 -END - -RES PSE -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM OG O3 3 -ATOM PD P3 3 -ATOM OE2 O- 3 -ATOM OE3 O- 3 -ATOM OE1 O- 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB OG 1 -BOND OG PD 1 -BOND PD OE2 1 -BOND PD OE3 1 -BOND PD OE1 1 -BOND N H 1 -END - -RES PSM -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM OG O3 3 -ATOM PD P3 3 -ATOM OE2 O- 3 -ATOM OE3 O- 3 -ATOM OE1 O- 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB OG 1 -BOND OG PD 1 -BOND PD OE2 1 -BOND PD OE3 1 -BOND PD OE1 1 -BOND N H 1 -BOND OE3 HE3 1 -END - -RES PTM -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG Car 2 -ATOM CD1 Car 2 -ATOM CD2 Car 2 -ATOM CE2 Car 2 -ATOM CZ Car 2 -ATOM OH O3 3 -ATOM CE1 Car 2 -ATOM PQ P3 3 -ATOM OI3 O- 3 -ATOM OI2 O- 3 -ATOM OI1 O- 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD1 2 -BOND CG CD2 1 -BOND CD2 CE2 2 -BOND CE2 CZ 1 -BOND CZ OH 1 -BOND CZ CE1 2 -BOND CE1 CD1 1 -BOND OH PQ 1 -BOND PQ OI3 1 -BOND PQ OI2 1 -BOND PQ OI1 1 -BOND N H 1 -BOND OI2 HI2 1 -END - -RES PTY -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG Car 2 -ATOM CD1 Car 2 -ATOM CD2 Car 2 -ATOM CE2 Car 2 -ATOM CZ Car 2 -ATOM OH O3 3 -ATOM CE1 Car 2 -ATOM PQ P3 3 -ATOM OI3 O- 3 -ATOM OI2 O- 3 -ATOM OI1 O- 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD1 2 -BOND CG CD2 1 -BOND CD2 CE2 2 -BOND CE2 CZ 1 -BOND CZ OH 1 -BOND CZ CE1 2 -BOND CE1 CD1 1 -BOND OH PQ 1 -BOND PQ OI3 1 -BOND PQ OI2 1 -BOND PQ OI1 1 -BOND N H 1 -END - -RES SER -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM OG O3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB OG 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND OG HG 1 -END - -RES THR -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG2 C3 3 -ATOM OG1 O3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG2 1 -BOND CB OG1 1 -BOND N H 1 -BOND HN N 1 -BOND N 1H 1 -BOND N 2H 1 -BOND N 3H 1 -BOND OG1 HG1 1 -BOND OG1 1HG 1 -BOND HB CB 1 -BOND HA CA 1 -BOND 1HG2 CG2 1 -BOND 2HG2 CG2 1 -BOND 3HG2 CG2 1 -END - -RES TRP -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG Car 2 -ATOM CD1 Car 2 -ATOM CD2 Car 2 -ATOM CE3 Car 2 -ATOM CE2 Car 2 -ATOM CZ2 Car 2 -ATOM NE1 Nar 2 -ATOM CH2 Car 2 -ATOM CZ3 Car 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD1 2 -BOND CG CD2 1 -BOND CD2 CE3 2 -BOND CD2 CE2 1 -BOND CE2 CZ2 2 -BOND CE2 NE1 1 -BOND NE1 CD1 1 -BOND CZ2 CH2 1 -BOND CH2 CZ3 2 -BOND CZ3 CE3 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD CD1 1 -BOND 1HE CE1 1 -BOND 2HZ CZ2 1 -BOND 3HZ CZ3 1 -BOND 3HE CE3 1 -BOND 2HH CH2 1 -BOND NE1 HE1 1 -BOND NE1 1HE 1 -END - -RES TYR -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG Car 2 -ATOM CD1 Car 2 -ATOM CD2 Car 2 -ATOM CE2 Car 2 -ATOM CZ Car 2 -ATOM OH O3 3 -ATOM CE1 Car 2 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG 1 -BOND CG CD1 2 -BOND CG CD2 1 -BOND CD2 CE2 2 -BOND CE2 CZ 1 -BOND CZ OH 1 -BOND CZ CE1 2 -BOND CE1 CD1 1 -BOND N H 1 -BOND OH HH 1 -BOND N HN 1 -BOND HA CA 1 -BOND 1HB CB 1 -BOND 2HB CB 1 -BOND 1HD CD1 1 -BOND 2HD CD2 1 -BOND 1HE CE1 1 -BOND 2HE CE2 1 -BOND HZ CZ 1 -END - -RES VAL -ATOM CA C3 3 -ATOM N Nam 2 -ATOM CB C3 3 -ATOM C Cac 2 -ATOM O O2 2 -ATOM CG2 C3 3 -ATOM CG1 C3 3 -BOND CA N 1 -BOND CA CB 1 -BOND CA C 1 -BOND C O 2 -BOND CB CG2 1 -BOND CB CG1 1 -BOND N H 1 -BOND N HN 1 -BOND HA CA 1 -BOND HB CB 1 -BOND 1HG1 CG1 1 -BOND 2HG1 CG1 1 -BOND 3HG1 CG1 1 -BOND 1HG2 CG2 1 -BOND 2HG2 CG2 1 -BOND 3HG2 CG2 1 -END - -RES TIP -ATOM OH2 O3 3 -BOND OH2 H1 1 -BOND OH2 H2 1 -END - -RES HOH -ATOM O O3 3 -ATOM 1H -ATOM 2H -BOND O 1H 1 -BOND O 2H 1 -END - -RES WAT -ATOM O O3 3 -ATOM H1 -ATOM H2 -BOND O H1 1 -BOND O H2 1 -END - -RES INH -ATOM P -ATOM O1P -ATOM O2P -ATOM O3P -ATOM O5 -ATOM C5 -ATOM C4 -ATOM O4 -ATOM C3 -ATOM C1 -ATOM O3 -ATOM C2 -ATOM O2 -ATOM N9 -ATOM C8 -ATOM N7 -ATOM C6 -ATOM O6 -ATOM N1 -ATOM N3 -BOND P O1P 2 -BOND P O2P 1 -BOND P O3P 1 -BOND P O5 1 -BOND O5 C5 1 -BOND C5 C4 1 -BOND C4 O4 1 -BOND C4 C3 1 -BOND O4 C1 1 -BOND C3 O3 1 -BOND C3 C2 1 -BOND O3 H1 1 -BOND C2 O2 1 -BOND C2 C1 1 -BOND O2 H2 1 -BOND C1 N9 1 -BOND N9 C8 1 -BOND N9 C4 1 -BOND C8 N7 2 -BOND N7 C5 1 -BOND C5 C6 1 -BOND C6 O6 2 -BOND C6 N1 1 -BOND N1 C2 1 -BOND N1 H3 1 -BOND C2 N3 2 -BOND N3 C4 1 -END - -RES UMP -ATOM N1 -ATOM C2 -ATOM C6 -ATOM C1 -ATOM N3 -ATOM O2 -ATOM C4 -ATOM C5 -ATOM O4 -ATOM C3 -ATOM O3 -ATOM O5 -ATOM P -ATOM O1P -ATOM O2P -ATOM O3P -BOND N1 C2 1 -BOND N1 C6 1 -BOND N1 C1 1 -BOND C2 N3 1 -BOND C2 O2 1 -BOND C2 H5 1 -BOND N3 C4 1 -BOND N3 H1 1 -BOND C4 C5 1 -BOND C4 O4 1 -BOND C4 H6 1 -BOND C5 C6 1 -BOND C5 H7 1 -BOND C5 H8 1 -BOND C6 H9 1 -BOND C6 H10 1 -BOND O2 H2 1 -BOND O4 H3 1 -BOND C1 C2 1 -BOND C1 O4 1 -BOND C1 H11 1 -BOND C2 C3 1 -BOND C2 H12 1 -BOND C2 H13 1 -BOND C3 C4 1 -BOND C3 O3 1 -BOND C3 H14 1 -BOND C4 H15 1 -BOND O3 H4 1 -BOND C5 O5 1 -BOND C5 H16 1 -BOND C5 H17 1 -BOND O5 P 1 -BOND P O1P 2 -BOND P O2P 2 -BOND P O3P 2 -END - -RES HED -ATOM C1 -ATOM O1 -ATOM C2 -ATOM S3 -ATOM S4 -ATOM C5 -ATOM C6 -ATOM O6 -BOND C1 O1 2 -BOND C1 C2 1 -BOND C2 S3 1 -BOND S3 S4 1 -BOND S4 C5 1 -BOND C5 C6 1 -BOND C6 O6 2 -END - -RES HEM -ATOM FE -ATOM NA -ATOM NB -ATOM NC -ATOM ND -ATOM CHA -ATOM C1A -ATOM C4D -ATOM CHB -ATOM C4A -ATOM C1B -ATOM CHC -ATOM C4B -ATOM C1C -ATOM CHD -ATOM C4C -ATOM C1D -ATOM C2A -ATOM C3A -ATOM CAA -ATOM CMA -ATOM CBA -ATOM CGA -ATOM O1A -ATOM O2A -ATOM C2B -ATOM C3B -ATOM CMB -ATOM CAB -ATOM CBB -ATOM C2C -ATOM C3C -ATOM CMC -ATOM CAC C3 3 -ATOM CBC -ATOM C2D -ATOM C3D -ATOM CMD -ATOM CAD -ATOM CBD -ATOM CGD -ATOM O1D -ATOM O2D -BOND FE NA 1 -BOND FE NB 1 -BOND FE NC 1 -BOND FE ND 1 -BOND CHA C1A 1 -BOND CHA C4D 1 -BOND CHB C4A 1 -BOND CHB C1B 1 -BOND CHC C4B 1 -BOND CHC C1C 1 -BOND CHD C4C 1 -BOND CHD C1D 1 -BOND NA C1A 1 -BOND NA C4A 1 -BOND C1A C2A 1 -BOND C2A C3A 1 -BOND C2A CAA 1 -BOND C3A C4A 1 -BOND C3A CMA 1 -BOND CAA CBA 1 -BOND CBA CGA 1 -BOND CGA O1A 2 -BOND CGA O2A 1 -BOND NB C1B 1 -BOND NB C4B 1 -BOND C1B C2B 1 -BOND C2B C3B 1 -BOND C2B CMB 1 -BOND C3B C4B 1 -BOND C3B CAB 1 -BOND CAB CBB 1 -BOND NC C1C 1 -BOND NC C4C 1 -BOND C1C C2C 1 -BOND C2C C3C 1 -BOND C2C CMC 1 -BOND C3C C4C 1 -BOND C3C CAC 1 -BOND CAC CBC 1 -BOND ND C1D 1 -BOND ND C4D 1 -BOND C1D C2D 1 -BOND C2D C3D 1 -BOND C2D CMD 1 -BOND C3D C4D 1 -BOND C3D CAD 1 -BOND CAD CBD 1 -BOND CBD CGD 1 -BOND CGD O1D 2 -BOND CGD O2D 1 -END diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/ringtyp.txt --- a/CADDSuite-1.6/data/OpenBabel/ringtyp.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ -############################################################################## -# # -# Open Babel file: ringtyp.txt # -# # -# Copyright (c) 2007 Tim Vandermeersch # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# SMARTS patterns for ring typing (used by typer.cpp:OBRingTyper) # -# (involved in MMFF94 atom typing, among other things) # -# # -# RINGTYP: used to assign the ring types # -# # -############################################################################## - -# -# 5 membered rings -# -# ring name smarts pattern -RINGTYP thiophene s1cccc1 -RINGTYP furan o1cccc1 -RINGTYP pyrrole n1cccc1 - -RINGTYP thiazole s1c[nD2]cc1 -RINGTYP thiazole_cation s1c[nD3]cc1 # needed by MMFF -RINGTYP oxazole o1c[nD2]cc1 -RINGTYP oxazole_cation o1c[nD3]cc1 # needed by MMFF -RINGTYP imidazole [nD3]1c[nD2]cc1 -RINGTYP imidazole_cation [nD3]1c[nD3]cc1 # needed by MMFF - -RINGTYP isothiazole s1[nD2]ccc1 -RINGTYP isothiazole_cation s1[nD3]ccc1 # needed by MMFF -RINGTYP isoxazole o1[nD2]ccc1 -RINGTYP isoxazole_cation o1[nD3]ccc1 # needed by MMFF -RINGTYP pyrazole [nD3]1[nD2]ccc1 -RINGTYP pyrazole_anion [nD2]1[nD2]ccc1 # needed by MMFF - - -RINGTYP 1,2,3-thiadiazole s1[nD2][nD2]cc1 -RINGTYP 1,2,3-thiadiazole_cation s1[nD2][nD3]cc1 # needed by MMFF -RINGTYP 1,2,4-thiadiazole s1[nD2]c[nD2]c1 -RINGTYP 1,2,4-thiadiazole_cation s1[nD2]c[nD3]c1 # needed by MMFF -RINGTYP 1,3,4-thiadiazole s1c[nD2][nD2]c1 -RINGTYP 1,3,4-thiadiazole_cation s1c[nD2][nD3]c1 # needed by MMFF - -RINGTYP 1,2,3-oxadiazole o1[nD2][nD2]cc1 -RINGTYP 1,2,3-oxadiazole_cation o1[nD2][nD3]cc1 # needed by MMFF -RINGTYP 1,2,4-oxadiazole o1[nD2]c[nD2]c1 -RINGTYP 1,2,4-oxadiazole_cation o1[nD2]c[nD3]c1 # needed by MMFF - -RINGTYP 1,2,3-triazole [nD3]1[nD2][nD2]cc1 -RINGTYP 1,2,3-triazole_anion [nD2]1[nD2][nD2]cc1 # needed by MMFF -RINGTYP 1,2,4-triazole [nD3]1[nD2]c[nD2]c1 -RINGTYP 1,2,4-triazole_anion [nD2]1[nD2]c[nD2]c1 # needed by MMFF -RINGTYP 1,3,4-triazole [nD3]1c[nD2][nD2]c1 -RINGTYP 1,3,4-triazole_cation [nD3]1c[nD3][nD2]c1 # needed by MMFF - -RINGTYP 1,2,3,4-tetrazole [nD3]1[nD2][nD2][nD2]c1 -RINGTYP 1,2,3,4-tetrazole_cation [nD3]1[nD2][nD2][nD3]c1 # needed by MMFF -RINGTYP 1,2,3,5-tetrazole [nD3]1[nD2][nD2]c[nD2]1 -RINGTYP 1,2,3,5-tetrazole_anion [nD2]1[nD2][nD2]c[nD2]1 # needed by MMFF - -# -# 6 membered rings -# -# ring name smarts pattern -RINGTYP benzene c1ccccc1 -RINGTYP pyridine n1ccccc1 -RINGTYP pyridazine n1ncccc1 -RINGTYP pyrimidine n1cnccc1 -RINGTYP pyrazine n1ccncc1 -# diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/space-groups.txt --- a/CADDSuite-1.6/data/OpenBabel/space-groups.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9508 +0,0 @@ -1 -P 1 -P 1 -x,y,z - -2 --P 1 -P -1 -x,y,z --x,-y,-z - -3 -P 2y -P 2,P 1 2 1 -x,y,z --x,y,-z - -3 -P 2x -P 2 1 1 -x,y,z -x,-y,-z - -3 -P 2 -P 1 1 2 -x,y,z --x,-y,z - -4 -P 2yb -P 21,P 1 21 1 -x,y,z --x,1/2+y,-z - -4 -P 2xa -P 21 1 1 -x,y,z -1/2+x,-y,-z - -4 -P 2c -P 1 1 21 -x,y,z --x,-y,1/2+z - -5 -C 2y -C 2,C 1 2 1 -x,y,z --x,y,-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z - -5 -A 2y -A 1 2 1 -x,y,z --x,y,-z -x,1/2+y,1/2+z --x,1/2+y,1/2-z - -5 -I 2y -I 1 2 1 -x,y,z --x,y,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,1/2-z - -5 -A 2 -A 1 1 2 -x,y,z --x,-y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z - -5 -B 2 -B 1 1 2 -x,y,z --x,-y,z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z - -5 -I 2 -I 1 1 2 -x,y,z --x,-y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z - -5 -B 2x -B 2 1 1 -x,y,z -x,-y,-z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z - -5 -C 2x -C 2 1 1 -x,y,z -x,-y,-z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z - -5 -I 2x -I 2 1 1 -x,y,z -x,-y,-z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z - -6 -P -2y -P m,P 1 m 1 -x,y,z -x,-y,z - -6 -P -2 -P 1 1 m -x,y,z -x,y,-z - -6 -P -2x -P m 1 1 -x,y,z --x,y,z - -7 -P -2yc -P c,P 1 c 1 -x,y,z -x,-y,1/2+z - -7 -P -2yac -P 1 n 1 -x,y,z -1/2+x,-y,1/2+z - -7 -P -2ya -P 1 a 1 -x,y,z -1/2+x,-y,z - -7 -P -2a -P 1 1 a -x,y,z -1/2+x,y,-z - -7 -P -2ab -P 1 1 n -x,y,z -1/2+x,1/2+y,-z - -7 -P -2b -P b,P 1 1 b -x,y,z -x,1/2+y,-z - -7 -P -2xb -P b 1 1 -x,y,z --x,1/2+y,z - -7 -P -2xbc -P n 1 1 -x,y,z --x,1/2+y,1/2+z - -7 -P -2xc -P c 1 1 -x,y,z --x,y,1/2+z - -8 -C -2y -C m,C 1 m 1 -x,y,z -x,-y,z -1/2+x,1/2+y,z -1/2+x,1/2-y,z - -8 -A -2y -A 1 m 1 -x,y,z -x,-y,z -x,1/2+y,1/2+z -x,1/2-y,1/2+z - -8 -I -2y -I 1 m 1 -x,y,z -x,-y,z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z - -8 -A -2 -A 1 1 m -x,y,z -x,y,-z -x,1/2+y,1/2+z -x,1/2+y,1/2-z - -8 -B -2 -B m,B 1 1 m -x,y,z -x,y,-z -1/2+x,y,1/2+z -1/2+x,y,1/2-z - -8 -I -2 -I 1 1 m -x,y,z -x,y,-z -1/2+x,1/2+y,1/2+z -1/2+x,1/2+y,1/2-z - -8 -B -2x -B m 1 1 -x,y,z --x,y,z -1/2+x,y,1/2+z -1/2-x,y,1/2+z - -8 -C -2x -C m 1 1 -x,y,z --x,y,z -1/2+x,1/2+y,z -1/2-x,1/2+y,z - -8 -I -2x -I m 1 1 -x,y,z --x,y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,1/2+z - -9 -C -2yc -C c,C 1 c 1 -x,y,z -x,-y,1/2+z -1/2+x,1/2+y,z -1/2+x,1/2-y,1/2+z - -9 -A -2yac -A 1 n 1 -x,y,z -1/2+x,-y,1/2+z -x,1/2+y,1/2+z -1/2+x,1/2-y,z - -9 -I -2ya -I 1 a 1 -x,y,z -1/2+x,-y,z -1/2+x,1/2+y,1/2+z -x,1/2-y,1/2+z - -9 -A -2ya -A 1 a 1 -x,y,z -1/2+x,-y,z -x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z - -9 -C -2ybc -C 1 n 1 -x,y,z -1/2+x,-y,1/2+z -1/2+x,1/2+y,z -x,1/2-y,1/2+z - -9 -I -2yc -I 1 c 1 -x,y,z -x,-y,1/2+z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,z - -9 -A -2a -A 1 1 a -x,y,z -1/2+x,y,-z -x,1/2+y,1/2+z -1/2+x,1/2+y,1/2-z - -9 -B -2bc -B 1 1 n -x,y,z -x,1/2+y,-z -1/2+x,y,1/2+z -1/2+x,1/2+y,1/2-z - -9 -I -2b -I 1 1 b -x,y,z -x,1/2+y,-z -1/2+x,1/2+y,1/2+z -1/2+x,y,1/2-z - -9 -B -2b -B b,B 1 1 b -x,y,z -x,1/2+y,-z -1/2+x,y,1/2+z -1/2+x,1/2+y,1/2-z - -9 -A -2ac -A 1 1 n -x,y,z -1/2+x,1/2+y,-z -x,1/2+y,1/2+z -1/2+x,y,1/2-z - -9 -I -2a -I 1 1 a -x,y,z -1/2+x,y,-z -1/2+x,1/2+y,1/2+z -x,1/2+y,1/2-z - -9 -B -2xb -B b 1 1 -x,y,z --x,1/2+y,z -1/2+x,y,1/2+z -1/2-x,1/2+y,1/2+z - -9 -C -2xbc -C n 1 1 -x,y,z --x,1/2+y,1/2+z -1/2+x,1/2+y,z -1/2-x,y,1/2+z - -9 -I -2xc -I c 1 1 -x,y,z --x,y,1/2+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,z - -9 -C -2xc -C c 1 1 -x,y,z --x,y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2+y,1/2+z - -9 -B -2xbc -B n 1 1 -x,y,z --x,1/2+y,1/2+z -1/2+x,y,1/2+z -1/2-x,1/2+y,z - -9 -I -2xb -I b 1 1 -x,y,z --x,1/2+y,z -1/2+x,1/2+y,1/2+z -1/2-x,y,1/2+z - -10 --P 2y -P 2/m,P 1 2/m 1 -x,y,z --x,y,-z --x,-y,-z -x,-y,z - -10 --P 2 -P 1 1 2/m -x,y,z --x,-y,z --x,-y,-z -x,y,-z - -10 --P 2x -P 2/m 1 1 -x,y,z -x,-y,-z --x,-y,-z --x,y,z - -11 --P 2yb -P 21/m,P 1 21/m 1 -x,y,z --x,1/2+y,-z --x,-y,-z -x,1/2-y,z - -11 --P 2c -P 1 1 21/m -x,y,z --x,-y,1/2+z --x,-y,-z -x,y,1/2-z - -11 --P 2xa -P 21/m 1 1 -x,y,z -1/2+x,-y,-z --x,-y,-z -1/2-x,y,z - -12 --C 2y -C 2/m,C 1 2/m 1 -x,y,z --x,y,-z --x,-y,-z -x,-y,z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z -1/2-x,1/2-y,-z -1/2+x,1/2-y,z - -12 --A 2y -A 1 2/m 1 -x,y,z --x,y,-z --x,-y,-z -x,-y,z -x,1/2+y,1/2+z --x,1/2+y,1/2-z --x,1/2-y,1/2-z -x,1/2-y,1/2+z - -12 --I 2y -I 1 2/m 1 -x,y,z --x,y,-z --x,-y,-z -x,-y,z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z - -12 --A 2 -A 1 1 2/m -x,y,z --x,-y,z --x,-y,-z -x,y,-z -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2-y,1/2-z -x,1/2+y,1/2-z - -12 --B 2 -B 2/m,B 1 1 2/m -x,y,z --x,-y,z --x,-y,-z -x,y,-z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,-y,1/2-z -1/2+x,y,1/2-z - -12 --I 2 -I 1 1 2/m -x,y,z --x,-y,z --x,-y,-z -x,y,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z - -12 --B 2x -B 2/m 1 1 -x,y,z -x,-y,-z --x,-y,-z --x,y,z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -1/2-x,-y,1/2-z -1/2-x,y,1/2+z - -12 --C 2x -C 2/m 1 1 -x,y,z -x,-y,-z --x,-y,-z --x,y,z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2-x,1/2+y,z - -12 --I 2x -I 2/m 1 1 -x,y,z -x,-y,-z --x,-y,-z --x,y,z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,1/2-z -1/2-x,1/2+y,1/2+z - -13 --P 2yc -P 2/c,P 1 2/c 1 -x,y,z --x,y,1/2-z --x,-y,-z -x,-y,1/2+z - -13 --P 2yac -P 1 2/n 1 -x,y,z -1/2-x,y,1/2-z --x,-y,-z -1/2+x,-y,1/2+z - -13 --P 2ya -P 1 2/a 1 -x,y,z -1/2-x,y,-z --x,-y,-z -1/2+x,-y,z - -13 --P 2a -P 1 1 2/a -x,y,z -1/2-x,-y,z --x,-y,-z -1/2+x,y,-z - -13 --P 2ab -P 1 1 2/n -x,y,z -1/2-x,1/2-y,z --x,-y,-z -1/2+x,1/2+y,-z - -13 --P 2b -P 2/b,P 1 1 2/b -x,y,z --x,1/2-y,z --x,-y,-z -x,1/2+y,-z - -13 --P 2xb -P 2/b 1 1 -x,y,z -x,1/2-y,-z --x,-y,-z --x,1/2+y,z - -13 --P 2xbc -P 2/n 1 1 -x,y,z -x,1/2-y,1/2-z --x,-y,-z --x,1/2+y,1/2+z - -13 --P 2xc -P 2/c 1 1 -x,y,z -x,-y,1/2-z --x,-y,-z --x,y,1/2+z - -14 --P 2ybc -P 21/c,P 1 21/c 1 -x,y,z --x,1/2+y,1/2-z --x,-y,-z -x,1/2-y,1/2+z - -14 --P 2yn -P 1 21/n 1 -x,y,z -1/2-x,1/2+y,1/2-z --x,-y,-z -1/2+x,1/2-y,1/2+z - -14 --P 2yab -P 1 21/a 1 -x,y,z -1/2-x,1/2+y,-z --x,-y,-z -1/2+x,1/2-y,z - -14 --P 2ac -P 1 1 21/a -x,y,z -1/2-x,-y,1/2+z --x,-y,-z -1/2+x,y,1/2-z - -14 --P 2n -P 1 1 21/n -x,y,z -1/2-x,1/2-y,1/2+z --x,-y,-z -1/2+x,1/2+y,1/2-z - -14 --P 2bc -P 21/b,P 1 1 21/b -x,y,z --x,1/2-y,1/2+z --x,-y,-z -x,1/2+y,1/2-z - -14 --P 2xab -P 21/b 1 1 -x,y,z -1/2+x,1/2-y,-z --x,-y,-z -1/2-x,1/2+y,z - -14 --P 2xn -P 21/n 1 1 -x,y,z -1/2+x,1/2-y,1/2-z --x,-y,-z -1/2-x,1/2+y,1/2+z - -14 --P 2xac -P 21/c 1 1 -x,y,z -1/2+x,-y,1/2-z --x,-y,-z -1/2-x,y,1/2+z - -15 --C 2yc -C 2/c,C 1 2/c 1 -x,y,z --x,y,1/2-z --x,-y,-z -x,-y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2-y,1/2+z - -15 --A 2yac -A 1 2/n 1 -x,y,z -1/2-x,y,1/2-z --x,-y,-z -1/2+x,-y,1/2+z -x,1/2+y,1/2+z -1/2-x,1/2+y,-z --x,1/2-y,1/2-z -1/2+x,1/2-y,z - -15 --I 2ya -I 1 2/a 1 -x,y,z -1/2-x,y,-z --x,-y,-z -1/2+x,-y,z -1/2+x,1/2+y,1/2+z --x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z -x,1/2-y,1/2+z - -15 --A 2ya -A 1 2/a 1 -x,y,z -1/2-x,y,-z --x,-y,-z -1/2+x,-y,z -x,1/2+y,1/2+z -1/2-x,1/2+y,1/2-z --x,1/2-y,1/2-z -1/2+x,1/2-y,1/2+z - -15 --C 2ybc -C 1 2/n 1 -x,y,z -1/2-x,y,1/2-z --x,-y,-z -1/2+x,-y,1/2+z -1/2+x,1/2+y,z --x,1/2+y,1/2-z -1/2-x,1/2-y,-z -x,1/2-y,1/2+z - -15 --I 2yc -I 1 2/c 1 -x,y,z --x,y,1/2-z --x,-y,-z -x,-y,1/2+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2-y,z - -15 --A 2a -A 1 1 2/a -x,y,z -1/2-x,-y,z --x,-y,-z -1/2+x,y,-z -x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z --x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z - -15 --B 2bc -B 1 1 2/n -x,y,z -1/2-x,1/2-y,z --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,y,1/2+z --x,1/2-y,1/2+z -1/2-x,-y,1/2-z -x,1/2+y,1/2-z - -15 --I 2b -I 1 1 2/b -x,y,z --x,1/2-y,z --x,-y,-z -x,1/2+y,-z -1/2+x,1/2+y,1/2+z -1/2-x,-y,1/2+z -1/2-x,1/2-y,1/2-z -1/2+x,y,1/2-z - -15 --B 2b -B 2/b,B 1 1 2/b -x,y,z --x,1/2-y,z --x,-y,-z -x,1/2+y,-z -1/2+x,y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,-y,1/2-z -1/2+x,1/2+y,1/2-z - -15 --A 2ac -A 1 1 2/n -x,y,z -1/2-x,1/2-y,z --x,-y,-z -1/2+x,1/2+y,-z -x,1/2+y,1/2+z -1/2-x,-y,1/2+z --x,1/2-y,1/2-z -1/2+x,y,1/2-z - -15 --I 2a -I 1 1 2/a -x,y,z -1/2-x,-y,z --x,-y,-z -1/2+x,y,-z -1/2+x,1/2+y,1/2+z --x,1/2-y,1/2+z -1/2-x,1/2-y,1/2-z -x,1/2+y,1/2-z - -15 --B 2xb -B 2/b 1 1 -x,y,z -x,1/2-y,-z --x,-y,-z --x,1/2+y,z -1/2+x,y,1/2+z -1/2+x,1/2-y,1/2-z -1/2-x,-y,1/2-z -1/2-x,1/2+y,1/2+z - -15 --C 2xbc -C 2/n 1 1 -x,y,z -x,1/2-y,1/2-z --x,-y,-z --x,1/2+y,1/2+z -1/2+x,1/2+y,z -1/2+x,-y,1/2-z -1/2-x,1/2-y,-z -1/2-x,y,1/2+z - -15 --I 2xc -I 2/c 1 1 -x,y,z -x,-y,1/2-z --x,-y,-z --x,y,1/2+z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,-z -1/2-x,1/2-y,1/2-z -1/2-x,1/2+y,z - -15 --C 2xc -C 2/c 1 1 -x,y,z -x,-y,1/2-z --x,-y,-z --x,y,1/2+z -1/2+x,1/2+y,z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,-z -1/2-x,1/2+y,1/2+z - -15 --B 2xbc -B 2/n 1 1 -x,y,z -x,1/2-y,1/2-z --x,-y,-z --x,1/2+y,1/2+z -1/2+x,y,1/2+z -1/2+x,1/2-y,-z -1/2-x,-y,1/2-z -1/2-x,1/2+y,z - -15 --I 2xb -I 2/b 1 1 -x,y,z -x,1/2-y,-z --x,-y,-z --x,1/2+y,z -1/2+x,1/2+y,1/2+z -1/2+x,-y,1/2-z -1/2-x,1/2-y,1/2-z -1/2-x,y,1/2+z - -16 -P 2 2 -P 2 2 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z - -17 -P 2c 2 -P 2 2 21 -x,y,z --x,-y,1/2+z --x,y,1/2-z -x,-y,-z - -17 -P 2a 2a -P 21 2 2 -x,y,z -1/2+x,-y,-z -1/2-x,-y,z --x,y,-z - -17 -P 2 2b -P 2 21 2 -x,y,z --x,1/2+y,-z -x,1/2-y,-z --x,-y,z - -18 -P 2 2ab -P 21 21 2 -x,y,z --x,-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z - -18 -P 2bc 2 -P 2 21 21 -x,y,z -x,-y,-z --x,1/2-y,1/2+z --x,1/2+y,1/2-z - -18 -P 2ac 2ac -P 21 2 21 -x,y,z --x,y,-z -1/2+x,-y,1/2-z -1/2-x,-y,1/2+z - -19 -P 2ac 2ab -P 21 21 21 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z - -20 -C 2c 2 -C 2 2 21 -x,y,z --x,-y,1/2+z --x,y,1/2-z -x,-y,-z -1/2+x,1/2+y,z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,-z - -20 -A 2a 2a -A 21 2 2 -x,y,z -1/2+x,-y,-z -1/2-x,-y,z --x,y,-z -x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,1/2+z --x,1/2+y,1/2-z - -20 -B 2 2b -B 2 21 2 -x,y,z --x,1/2+y,-z -x,1/2-y,-z --x,-y,z -1/2+x,y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,-y,1/2+z - -21 -C 2 2 -C 2 2 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z - -21 -A 2 2 -A 2 2 2 -x,y,z -x,-y,-z --x,-y,z --x,y,-z -x,1/2+y,1/2+z -x,1/2-y,1/2-z --x,1/2-y,1/2+z --x,1/2+y,1/2-z - -21 -B 2 2 -B 2 2 2 -x,y,z --x,y,-z -x,-y,-z --x,-y,z -1/2+x,y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2-x,-y,1/2+z - -22 -F 2 2 -F 2 2 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z - -23 -I 2 2 -I 2 2 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z - -24 -I 2b 2c -I 21 21 21 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/2-x,y,-z -x,-y,1/2-z - -25 -P 2 -2 -P m m 2 -x,y,z --x,-y,z -x,-y,z --x,y,z - -25 -P -2 2 -P 2 m m -x,y,z -x,-y,-z -x,y,-z -x,-y,z - -25 -P -2 -2 -P m 2 m -x,y,z --x,y,-z --x,y,z -x,y,-z - -26 -P 2c -2 -P m c 21 -x,y,z --x,-y,1/2+z -x,-y,1/2+z --x,y,z - -26 -P 2c -2c -P c m 21 -x,y,z --x,-y,1/2+z --x,y,1/2+z -x,-y,z - -26 -P -2a 2a -P 21 m a -x,y,z -1/2+x,-y,-z -1/2+x,y,-z -x,-y,z - -26 -P -2 2a -P 21 a m -x,y,z -1/2+x,-y,-z -x,y,-z -1/2+x,-y,z - -26 -P -2 -2b -P b 21 m -x,y,z --x,1/2+y,-z -x,y,-z --x,1/2+y,z - -26 -P -2b -2 -P m 21 b -x,y,z --x,1/2+y,-z -x,1/2+y,-z --x,y,z - -27 -P 2 -2c -P c c 2 -x,y,z --x,-y,z -x,-y,1/2+z --x,y,1/2+z - -27 -P -2a 2 -P 2 a a -x,y,z -x,-y,-z -1/2+x,y,-z -1/2+x,-y,z - -27 -P -2b -2b -P b 2 b -x,y,z --x,y,-z --x,1/2+y,z -x,1/2+y,-z - -28 -P 2 -2a -P m a 2 -x,y,z --x,-y,z -1/2+x,-y,z -1/2-x,y,z - -28 -P 2 -2b -P b m 2 -x,y,z --x,-y,z --x,1/2+y,z -x,1/2-y,z - -28 -P -2b 2 -P 2 m b -x,y,z -x,-y,-z -x,1/2+y,-z -x,1/2-y,z - -28 -P -2c 2 -P 2 c m -x,y,z -x,-y,-z -x,-y,1/2+z -x,y,1/2-z - -28 -P -2c -2c -P c 2 m -x,y,z --x,y,-z --x,y,1/2+z -x,y,1/2-z - -28 -P -2a -2a -P m 2 a -x,y,z --x,y,-z -1/2+x,y,-z -1/2-x,y,z - -29 -P 2c -2ac -P c a 21 -x,y,z --x,-y,1/2+z -1/2+x,-y,z -1/2-x,y,1/2+z - -29 -P 2c -2b -P b c 21 -x,y,z --x,-y,1/2+z --x,1/2+y,z -x,1/2-y,1/2+z - -29 -P -2b 2a -P 21 a b -x,y,z -1/2+x,-y,-z -x,1/2+y,-z -1/2+x,1/2-y,z - -29 -P -2ac 2a -P 21 c a -x,y,z -1/2+x,-y,-z -x,-y,1/2+z -1/2+x,y,1/2-z - -29 -P -2bc -2c -P c 21 b -x,y,z --x,1/2+y,-z --x,y,1/2+z -x,1/2+y,1/2-z - -29 -P -2a -2ab -P b 21 a -x,y,z --x,1/2+y,-z -1/2+x,y,-z -1/2-x,1/2+y,z - -30 -P 2 -2bc -P n c 2 -x,y,z --x,-y,z -x,1/2-y,1/2+z --x,1/2+y,1/2+z - -30 -P 2 -2ac -P c n 2 -x,y,z --x,-y,z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z - -30 -P -2ac 2 -P 2 n a -x,y,z -x,-y,-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z - -30 -P -2ab 2 -P 2 a n -x,y,z -x,-y,-z -1/2+x,1/2-y,z -1/2+x,1/2+y,-z - -30 -P -2ab -2ab -P b 2 n -x,y,z --x,y,-z -1/2-x,1/2+y,z -1/2+x,1/2+y,-z - -30 -P -2bc -2bc -P n 2 b -x,y,z --x,y,-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z - -31 -P 2ac -2 -P m n 21 -x,y,z -1/2-x,-y,1/2+z -1/2+x,-y,1/2+z --x,y,z - -31 -P 2bc -2bc -P n m 21 -x,y,z --x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,-y,z - -31 -P -2ab 2ab -P 21 m n -x,y,z -1/2+x,1/2-y,-z -1/2+x,1/2+y,-z -x,-y,z - -31 -P -2 2ac -P 21 n m -x,y,z -1/2+x,-y,1/2-z -1/2+x,-y,1/2+z -x,y,-z - -31 -P -2 -2bc -P n 21 m -x,y,z --x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,y,-z - -31 -P -2ab -2 -P m 21 n -x,y,z -1/2-x,1/2+y,-z -1/2+x,1/2+y,-z --x,y,z - -32 -P 2 -2ab -P b a 2 -x,y,z --x,-y,z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -32 -P -2bc 2 -P 2 c b -x,y,z -x,-y,-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z - -32 -P -2ac -2ac -P c 2 a -x,y,z --x,y,-z -1/2-x,y,1/2+z -1/2+x,y,1/2-z - -33 -P 2c -2n -P n a 21 -x,y,z --x,-y,1/2+z -1/2+x,1/2-y,z -1/2-x,1/2+y,1/2+z - -33 -P 2c -2ab -P b n 21 -x,y,z --x,-y,1/2+z -1/2-x,1/2+y,z -1/2+x,1/2-y,1/2+z - -33 -P -2bc 2a -P 21 n b -x,y,z -1/2+x,-y,-z -x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z - -33 -P -2n 2a -P 21 c n -x,y,z -1/2+x,-y,-z -x,1/2-y,1/2+z -1/2+x,1/2+y,1/2-z - -33 -P -2n -2ac -P c 21 n -x,y,z --x,1/2+y,-z -1/2-x,y,1/2+z -1/2+x,1/2+y,1/2-z - -33 -P -2ac -2n -P n 21 a -x,y,z --x,1/2+y,-z -1/2+x,y,1/2-z -1/2-x,1/2+y,1/2+z - -34 -P 2 -2n -P n n 2 -x,y,z --x,-y,z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -34 -P -2n 2 -P 2 n n -x,y,z -x,-y,-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z - -34 -P -2n -2n -P n 2 n -x,y,z --x,y,-z -1/2-x,1/2+y,1/2+z -1/2+x,1/2+y,1/2-z - -35 -C 2 -2 -C m m 2 -x,y,z --x,-y,z -x,-y,z --x,y,z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -35 -A -2 2 -A 2 m m -x,y,z -x,-y,-z -x,y,-z -x,-y,z -x,1/2+y,1/2+z -x,1/2-y,1/2+z -x,1/2-y,1/2-z -x,1/2+y,1/2-z - -35 -B -2 -2 -B m 2 m -x,y,z --x,y,-z --x,y,z -x,y,-z -1/2+x,y,1/2+z -1/2-x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,y,1/2-z - -36 -C 2c -2 -C m c 21 -x,y,z --x,-y,1/2+z -x,-y,1/2+z --x,y,z -1/2+x,1/2+y,z -1/2-x,1/2-y,1/2+z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,z - -36 -C 2c -2c -C c m 21 -x,y,z --x,-y,1/2+z --x,y,1/2+z -x,-y,z -1/2+x,1/2+y,z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,z - -36 -A -2a 2a -A 21 m a -x,y,z -1/2+x,-y,-z -1/2+x,y,-z -x,-y,z -x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -x,1/2-y,1/2+z - -36 -A -2 2a -A 21 a m -x,y,z -1/2+x,-y,-z -1/2+x,-y,z -x,y,-z -x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2+x,1/2-y,1/2+z -x,1/2+y,1/2-z - -36 -B -2 -2b -B b 21 m -x,y,z --x,1/2+y,-z --x,1/2+y,z -x,y,-z -1/2+x,y,1/2+z -1/2-x,1/2+y,1/2-z -1/2-x,1/2+y,1/2+z -1/2+x,y,1/2-z - -36 -B -2b -2 -B m 21 b -x,y,z --x,1/2+y,-z -x,1/2+y,-z --x,y,z -1/2+x,y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,y,1/2+z - -37 -C 2 -2c -C c c 2 -x,y,z --x,-y,z --x,y,1/2+z -x,-y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z - -37 -A -2a 2 -A 2 a a -x,y,z -x,-y,-z -1/2+x,-y,z -1/2+x,y,-z -x,1/2+y,1/2+z -x,1/2-y,1/2-z -1/2+x,1/2-y,1/2+z -1/2+x,1/2+y,1/2-z - -37 -B -2b -2b -B b 2 b -x,y,z --x,y,-z -x,1/2+y,-z --x,1/2+y,z -1/2+x,y,1/2+z -1/2-x,y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,1/2+y,1/2+z - -38 -A 2 -2 -A m m 2 -x,y,z --x,-y,z -x,-y,z --x,y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,1/2+z --x,1/2+y,1/2+z - -38 -B 2 -2 -B m m 2 -x,y,z --x,-y,z --x,y,z -x,-y,z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z - -38 -B -2 2 -B 2 m m -x,y,z -x,-y,-z -x,y,-z -x,-y,z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z - -38 -C -2 2 -C 2 m m -x,y,z -x,-y,-z -x,-y,z -x,y,-z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -1/2+x,1/2-y,z -1/2+x,1/2+y,-z - -38 -C -2 -2 -C m 2 m -x,y,z --x,y,-z --x,y,z -x,y,-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2+y,-z - -38 -A -2 -2 -A m 2 m -x,y,z --x,y,-z -x,y,-z --x,y,z -x,1/2+y,1/2+z --x,1/2+y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z - -39 -A 2 -2c -A b m 2 -x,y,z --x,-y,z -x,1/2-y,z --x,1/2+y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,-y,1/2+z --x,y,1/2+z - -39 -B 2 -2c -B m a 2 -x,y,z --x,-y,z -1/2-x,y,z -1/2+x,-y,z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z --x,y,1/2+z -x,-y,1/2+z - -39 -B -2c 2 -B 2 c m -x,y,z -x,-y,-z -x,y,1/2-z -x,-y,1/2+z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -1/2+x,y,-z -1/2+x,-y,z - -39 -C -2b 2 -C 2 m b -x,y,z -x,-y,-z -x,1/2-y,z -x,1/2+y,-z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -1/2+x,-y,z -1/2+x,y,-z - -39 -C -2b -2b -C m 2 a -x,y,z --x,y,-z -1/2-x,y,z -1/2+x,y,-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z --x,1/2+y,z -x,1/2+y,-z - -39 -A -2c -2c -A c 2 m -x,y,z --x,y,-z -x,y,1/2-z --x,y,1/2+z -x,1/2+y,1/2+z --x,1/2+y,1/2-z -x,1/2+y,-z --x,1/2+y,z - -40 -A 2 -2a -A m a 2 -x,y,z --x,-y,z -1/2+x,-y,z -1/2-x,y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -40 -B 2 -2b -B b m 2 -x,y,z --x,-y,z --x,1/2+y,z -x,1/2-y,z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z - -40 -B -2b 2 -B 2 m b -x,y,z -x,-y,-z -x,1/2+y,-z -x,1/2-y,z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z - -40 -C -2c 2 -C 2 c m -x,y,z -x,-y,-z -x,-y,1/2+z -x,y,1/2-z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -1/2+x,1/2-y,1/2+z -1/2+x,1/2+y,1/2-z - -40 -C -2c -2c -C c 2 m -x,y,z --x,y,-z --x,y,1/2+z -x,y,1/2-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z -1/2-x,1/2+y,1/2+z -1/2+x,1/2+y,1/2-z - -40 -A -2a -2a -A m 2 a -x,y,z --x,y,-z -1/2+x,y,-z -1/2-x,y,z -x,1/2+y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,1/2+y,1/2+z - -41 -A 2 -2ac -A b a 2 -x,y,z --x,-y,z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -1/2+x,-y,1/2+z -1/2-x,y,1/2+z - -41 -B 2 -2bc -B b a 2 -x,y,z --x,-y,z -1/2-x,1/2+y,z -1/2+x,1/2-y,z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z --x,1/2+y,1/2+z -x,1/2-y,1/2+z - -41 -B -2bc 2 -B 2 c b -x,y,z -x,-y,-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z - -41 -C -2bc 2 -C 2 c b -x,y,z -x,-y,-z -x,1/2-y,1/2+z -x,1/2+y,1/2-z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -1/2+x,-y,1/2+z -1/2+x,y,1/2-z - -41 -C -2bc -2bc -C c 2 a -x,y,z --x,y,-z -1/2-x,y,1/2+z -1/2+x,y,1/2-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z --x,1/2+y,1/2+z -x,1/2+y,1/2-z - -41 -A -2ac -2ac -A c 2 a -x,y,z --x,y,-z -1/2+x,y,1/2-z -1/2-x,y,1/2+z -x,1/2+y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,z - -42 -F 2 -2 -F m m 2 -x,y,z --x,-y,z -x,-y,z --x,y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,1/2+z --x,1/2+y,1/2+z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2+x,-y,1/2+z -1/2-x,y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -42 -F -2 2 -F 2 m m -x,y,z -x,-y,-z -x,y,-z -x,-y,z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -x,1/2+y,1/2+z -x,1/2-y,1/2-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z - -42 -F -2 -2 -F m 2 m -x,y,z --x,y,-z --x,y,z -x,y,-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2+y,-z -x,1/2+y,1/2+z --x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,1/2+y,1/2-z -1/2+x,y,1/2+z -1/2-x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,y,1/2-z - -43 -F 2 -2d -F d d 2 -x,y,z --x,-y,z -1/4+x,1/4-y,1/4+z -1/4-x,1/4+y,1/4+z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -3/4+x,1/4-y,3/4+z -3/4-x,1/4+y,3/4+z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -1/4+x,3/4-y,3/4+z -1/4-x,3/4+y,3/4+z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -3/4+x,3/4-y,1/4+z -3/4-x,3/4+y,1/4+z - -43 -F -2d 2 -F 2 d d -x,y,z -x,-y,-z -1/4+x,1/4+y,1/4-z -1/4+x,1/4-y,1/4+z -1/2+x,1/2+y,z -1/2+x,1/2-y,-z -3/4+x,3/4+y,1/4-z -3/4+x,3/4-y,1/4+z -1/2+x,y,1/2+z -1/2+x,-y,1/2-z -3/4+x,1/4+y,3/4-z -3/4+x,1/4-y,3/4+z -x,1/2+y,1/2+z -x,1/2-y,1/2-z -1/4+x,3/4+y,3/4-z -1/4+x,3/4-y,3/4+z - -43 -F -2d -2d -F d 2 d -x,y,z --x,y,-z -1/4-x,1/4+y,1/4+z -1/4+x,1/4+y,1/4-z -x,1/2+y,1/2+z --x,1/2+y,1/2-z -1/4-x,3/4+y,3/4+z -1/4+x,3/4+y,3/4-z -1/2+x,1/2+y,z -1/2-x,1/2+y,-z -3/4-x,3/4+y,1/4+z -3/4+x,3/4+y,1/4-z -1/2+x,y,1/2+z -1/2-x,y,1/2-z -3/4-x,1/4+y,3/4+z -3/4+x,1/4+y,3/4-z - -44 -I 2 -2 -I m m 2 -x,y,z --x,-y,z -x,-y,z --x,y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -44 -I -2 2 -I 2 m m -x,y,z -x,-y,-z -x,y,-z -x,-y,z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z - -44 -I -2 -2 -I m 2 m -x,y,z --x,y,-z --x,y,z -x,y,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,1/2-z -1/2-x,1/2+y,1/2+z -1/2+x,1/2+y,1/2-z - -45 -I 2 -2c -I b a 2 -x,y,z --x,-y,z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -x,-y,1/2+z --x,y,1/2+z - -45 -I -2a 2 -I 2 c b -x,y,z -x,-y,-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2+x,y,-z -1/2+x,-y,z - -45 -I -2b -2b -I c 2 a -x,y,z --x,y,-z -1/2-x,y,1/2+z -1/2+x,y,1/2-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,1/2-z --x,1/2+y,z -x,1/2+y,-z - -46 -I 2 -2a -I m a 2 -x,y,z --x,-y,z -1/2+x,-y,z -1/2-x,y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -x,1/2-y,1/2+z --x,1/2+y,1/2+z - -46 -I 2 -2b -I b m 2 -x,y,z --x,-y,z --x,1/2+y,z -x,1/2-y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z - -46 -I -2b 2 -I 2 m b -x,y,z -x,-y,-z -x,1/2+y,-z -x,1/2-y,z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z - -46 -I -2c 2 -I 2 c m -x,y,z -x,-y,-z -x,-y,1/2+z -x,y,1/2-z -1/2+x,1/2+y,1/2+z -1/2+x,1/2-y,1/2-z -1/2+x,1/2-y,z -1/2+x,1/2+y,-z - -46 -I -2c -2c -I c 2 m -x,y,z --x,y,-z --x,y,1/2+z -x,y,1/2-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,1/2-z -1/2-x,1/2+y,z -1/2+x,1/2+y,-z - -46 -I -2a -2a -I m 2 a -x,y,z --x,y,-z -1/2+x,y,-z -1/2-x,y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2+y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z - -47 --P 2 2 -P m m m -x,y,z --x,-y,z --x,y,-z -x,-y,-z --x,-y,-z -x,y,-z -x,-y,z --x,y,z - -48 -P 2 2 -1n -P n n n -x,y,z --x,-y,z --x,y,-z -x,-y,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -48 --P 2ab 2bc -P n n n:2 -x,y,z -1/2-x,1/2-y,z -1/2-x,y,1/2-z -x,1/2-y,1/2-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z - -49 --P 2 2c -P c c m -x,y,z --x,-y,z --x,y,1/2-z -x,-y,1/2-z --x,-y,-z -x,y,-z -x,-y,1/2+z --x,y,1/2+z - -49 --P 2a 2 -P m a a -x,y,z -x,-y,-z -1/2-x,-y,z -1/2-x,y,-z --x,-y,-z --x,y,z -1/2+x,y,-z -1/2+x,-y,z - -49 --P 2b 2b -P b m b -x,y,z --x,y,-z -x,1/2-y,-z --x,1/2-y,z --x,-y,-z -x,-y,z --x,1/2+y,z -x,1/2+y,-z - -50 -P 2 2 -1ab -P b a n -x,y,z --x,-y,z --x,y,-z -x,-y,-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -50 --P 2ab 2b -P b a n -x,y,z -1/2-x,1/2-y,z -1/2-x,y,-z -x,1/2-y,-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,-y,z --x,1/2+y,z - -50 -P 2 2 -1bc -P n c b -x,y,z --x,1/2+y,1/2+z -x,1/2-y,1/2+z -x,1/2+y,1/2-z --x,1/2-y,1/2-z -x,-y,-z --x,y,-z --x,-y,z - -50 --P 2b 2bc -P n c b -x,y,z --x,1/2+y,1/2+z -x,-y,1/2+z -x,1/2+y,-z -x,1/2-y,1/2-z --x,-y,-z --x,y,1/2-z --x,1/2-y,z - -50 -P 2 2 -1ac -P c n a -x,y,z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z -1/2+x,y,1/2-z -1/2-x,-y,1/2-z -x,-y,-z --x,y,-z --x,-y,z - -50 --P 2a 2c -P c n a -x,y,z --x,y,1/2+z -1/2+x,-y,1/2+z -1/2+x,y,-z -x,-y,1/2-z --x,-y,-z -1/2-x,y,1/2-z -1/2-x,-y,z - -51 --P 2a 2a -P m m a -x,y,z -1/2-x,-y,z --x,y,-z -1/2+x,-y,-z --x,-y,-z -1/2+x,y,-z -x,-y,z -1/2-x,y,z - -51 --P 2b 2 -P m m b -x,y,z --x,1/2-y,z -x,-y,-z --x,1/2+y,-z --x,-y,-z -x,1/2+y,-z --x,y,z -x,1/2-y,z - -51 --P 2 2b -P b m m -x,y,z -x,1/2-y,-z --x,-y,z --x,1/2+y,-z --x,-y,-z --x,1/2+y,z -x,y,-z -x,1/2-y,z - -51 --P 2c 2c - P c m m -x,y,z -x,-y,1/2-z --x,y,-z --x,-y,1/2+z --x,-y,-z --x,y,1/2+z -x,-y,z -x,y,1/2-z - -51 --P 2c 2 -P m c m -x,y,z --x,y,1/2-z -x,-y,-z --x,-y,1/2+z --x,-y,-z -x,-y,1/2+z --x,y,z -x,y,1/2-z - -51 --P 2 2a -P m a m -x,y,z -1/2-x,y,-z --x,-y,z -1/2+x,-y,-z --x,-y,-z -1/2+x,-y,z -x,y,-z -1/2-x,y,z - -52 --P 2a 2bc -P n n a -x,y,z -1/2-x,-y,z -1/2-x,1/2+y,1/2-z -x,1/2-y,1/2-z --x,-y,-z -1/2+x,y,-z -1/2+x,1/2-y,1/2+z --x,1/2+y,1/2+z - -52 --P 2b 2n -P n n b -x,y,z --x,1/2-y,z -1/2+x,1/2-y,1/2-z -1/2-x,y,1/2-z --x,-y,-z -x,1/2+y,-z -1/2-x,1/2+y,1/2+z -1/2+x,-y,1/2+z - -52 --P 2n 2b -P b n n -x,y,z -x,1/2-y,-z -1/2-x,1/2-y,1/2+z -1/2-x,y,1/2-z --x,-y,-z --x,1/2+y,z -1/2+x,1/2+y,1/2-z -1/2+x,-y,1/2+z - -52 --P 2ab 2c -P c n n -x,y,z -x,-y,1/2-z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,z --x,-y,-z --x,y,1/2+z -1/2+x,1/2-y,1/2+z -1/2+x,1/2+y,-z - -52 --P 2ab 2n -P n c n -x,y,z --x,y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,z --x,-y,-z -x,-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+x,1/2+y,-z - -52 --P 2n 2bc -P n a n -x,y,z -1/2-x,y,-z -1/2-x,1/2-y,1/2+z -x,1/2-y,1/2-z --x,-y,-z -1/2+x,-y,z -1/2+x,1/2+y,1/2-z --x,1/2+y,1/2+z - -53 --P 2ac 2 -P m n a -x,y,z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -x,-y,-z --x,-y,-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z --x,y,z - -53: --P 2bc 2bc -P n m b -x,y,z --x,1/2-y,1/2+z -x,1/2-y,1/2-z --x,y,-z --x,-y,-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,-y,z - -53 --P 2ab 2ab -P b m n -x,y,z -1/2+x,1/2-y,-z -1/2-x,1/2-y,z --x,y,-z --x,-y,-z -1/2-x,1/2+y,z -1/2+x,1/2+y,-z -x,-y,z - -53 --P 2 2ac -P c n m -x,y,z -1/2+x,-y,1/2-z -1/2-x,y,1/2-z --x,-y,z --x,-y,-z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z -x,y,-z - -53 --P 2 2bc -P n c m -x,y,z --x,1/2+y,1/2-z -x,1/2-y,1/2-z --x,-y,z --x,-y,-z -x,1/2-y,1/2+z --x,1/2+y,1/2+z -x,y,-z - -53 --P 2ab 2 -P m a n -x,y,z -1/2-x,1/2+y,-z -1/2-x,1/2-y,z -x,-y,-z --x,-y,-z -1/2+x,1/2-y,z -1/2+x,1/2+y,-z --x,y,z - -54 --P 2a 2ac -P c c a -x,y,z -1/2-x,-y,z --x,y,1/2-z -1/2+x,-y,1/2-z --x,-y,-z -1/2+x,y,-z -x,-y,1/2+z -1/2-x,y,1/2+z - -54 --P 2b 2c -P c c b -x,y,z --x,1/2-y,z -x,-y,1/2-z --x,1/2+y,1/2-z --x,-y,-z -x,1/2+y,-z --x,y,1/2+z -x,1/2-y,1/2+z - -54 --P 2a 2b -P b a a -x,y,z -x,1/2-y,-z -1/2-x,-y,z -1/2-x,1/2+y,-z --x,-y,-z --x,1/2+y,z -1/2+x,y,-z -1/2+x,1/2-y,z - -54 --P 2ac 2c -P c a a -x,y,z -x,-y,1/2-z -1/2-x,y,-z -1/2-x,-y,1/2+z --x,-y,-z --x,y,1/2+z -1/2+x,-y,z -1/2+x,y,1/2-z - -54 --P 2bc 2b -P b c b -x,y,z --x,y,1/2-z -x,1/2-y,-z --x,1/2-y,1/2+z --x,-y,-z -x,-y,1/2+z --x,1/2+y,z -x,1/2+y,1/2-z - -54 --P 2b 2ab -P b a b -x,y,z -1/2-x,y,-z --x,1/2-y,z -1/2+x,1/2-y,-z --x,-y,-z -1/2+x,-y,z -x,1/2+y,-z -1/2-x,1/2+y,z - -55 --P 2 2ab -P b a m -x,y,z --x,-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z --x,-y,-z -x,y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -55 --P 2bc 2 -P m c b -x,y,z -x,-y,-z --x,1/2-y,1/2+z --x,1/2+y,1/2-z --x,-y,-z --x,y,z -x,1/2+y,1/2-z -x,1/2-y,1/2+z - -55 --P 2ac 2ac -P c m a -x,y,z --x,y,-z -1/2+x,-y,1/2-z -1/2-x,-y,1/2+z --x,-y,-z -x,-y,z -1/2-x,y,1/2+z -1/2+x,y,1/2-z - -56 --P 2ab 2ac -P c c n -x,y,z -1/2-x,1/2-y,z --x,1/2+y,1/2-z -1/2+x,-y,1/2-z --x,-y,-z -1/2+x,1/2+y,-z -x,1/2-y,1/2+z -1/2-x,y,1/2+z - -56 --P 2ac 2bc -P n a a -x,y,z -x,1/2-y,1/2-z -1/2-x,-y,1/2+z -1/2-x,1/2+y,-z --x,-y,-z --x,1/2+y,1/2+z -1/2+x,y,1/2-z -1/2+x,1/2-y,z - -56 --P 2bc 2ab -P b n b -x,y,z -1/2-x,y,1/2-z -1/2+x,1/2-y,-z --x,1/2-y,1/2+z --x,-y,-z -1/2+x,-y,1/2+z -1/2-x,1/2+y,z -x,1/2+y,1/2-z - -57 --P 2c 2b -P b c m -x,y,z --x,-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,-z --x,-y,-z -x,y,1/2-z -x,1/2-y,1/2+z --x,1/2+y,z - -57 --P 2c 2ac -P c a m -x,y,z --x,-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,y,-z --x,-y,-z -x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,-y,z - -57 --P 2ac 2a -P m c a -x,y,z -1/2+x,-y,-z -1/2-x,-y,1/2+z --x,y,1/2-z --x,-y,-z -1/2-x,y,z -1/2+x,y,1/2-z -x,-y,1/2+z - -57 --P 2b 2a -P m a b -x,y,z -1/2+x,-y,-z -1/2-x,1/2+y,-z --x,1/2-y,z --x,-y,-z -1/2-x,y,z -1/2+x,1/2-y,z -x,1/2+y,-z - -57 --P 2a 2ab -P b m a -x,y,z --x,1/2+y,-z -1/2+x,1/2-y,-z -1/2-x,-y,z --x,-y,-z -x,1/2-y,z -1/2-x,1/2+y,z -1/2+x,y,-z - -57 --P 2bc 2c -P c m b -x,y,z --x,1/2+y,-z --x,1/2-y,1/2+z -x,-y,1/2-z --x,-y,-z -x,1/2-y,z -x,1/2+y,1/2-z --x,y,1/2+z - -58 --P 2 2n -P n n m -x,y,z --x,-y,z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z --x,-y,-z -x,y,-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -58 --P 2n 2 -P m n n -x,y,z -x,-y,-z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z --x,-y,-z --x,y,z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z - -58 --P 2n 2n -P n m n -x,y,z --x,y,-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,1/2+z --x,-y,-z -x,-y,z -1/2-x,1/2+y,1/2+z -1/2+x,1/2+y,1/2-z - -59 -P 2 2ab -1ab -P m m n -x,y,z --x,-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -x,-y,z --x,y,z - -59 --P 2ab 2a -P m m n -x,y,z -1/2-x,1/2-y,z --x,1/2+y,-z -1/2+x,-y,-z --x,-y,-z -1/2+x,1/2+y,-z -x,1/2-y,z -1/2-x,y,z - -59 -P 2bc 2 -1bc -P n m m -x,y,z --x,1/2+y,1/2+z -x,-y,z -x,y,-z --x,1/2-y,1/2-z -x,-y,-z --x,1/2+y,1/2-z --x,1/2-y,1/2+z - -59 --P 2c 2bc -P n m m -x,y,z --x,1/2+y,1/2+z -x,1/2-y,z -x,y,1/2-z --x,-y,-z -x,1/2-y,1/2-z --x,1/2+y,-z --x,-y,1/2+z - -59 -P 2ac 2ac -1ac -P m n m -x,y,z --x,y,z -1/2+x,-y,1/2+z -x,y,-z -1/2-x,-y,1/2-z -1/2+x,-y,1/2-z --x,y,-z -1/2-x,-y,1/2+z - -59 --P 2c 2a -P m n m -x,y,z -1/2-x,y,z -1/2+x,-y,1/2+z -x,y,1/2-z --x,-y,-z -1/2+x,-y,-z -1/2-x,y,1/2-z --x,-y,1/2+z - -60 --P 2n 2ab -P b c n -x,y,z -1/2-x,1/2-y,1/2+z --x,y,1/2-z -1/2+x,1/2-y,-z --x,-y,-z -1/2+x,1/2+y,1/2-z -x,-y,1/2+z -1/2-x,1/2+y,z - -60 --P 2n 2c -P c a n -x,y,z -1/2-x,1/2-y,1/2+z -x,-y,1/2-z -1/2-x,1/2+y,-z --x,-y,-z -1/2+x,1/2+y,1/2-z --x,y,1/2+z -1/2+x,1/2-y,z - -60 --P 2a 2n -P n c a -x,y,z -1/2+x,1/2-y,1/2-z -1/2-x,-y,z --x,1/2+y,1/2-z --x,-y,-z -1/2-x,1/2+y,1/2+z -1/2+x,y,-z -x,1/2-y,1/2+z - -60 --P 2bc 2n -P n a b -x,y,z -1/2+x,1/2-y,1/2-z -1/2-x,y,-z --x,1/2-y,1/2+z --x,-y,-z -1/2-x,1/2+y,1/2+z -1/2+x,-y,z -x,1/2+y,1/2-z - -60 --P 2ac 2b -P b n a -x,y,z -1/2-x,1/2+y,1/2-z -x,1/2-y,-z -1/2-x,-y,1/2+z --x,-y,-z -1/2+x,1/2-y,1/2+z --x,1/2+y,z -1/2+x,y,1/2-z - -60 --P 2b 2ac -P c n b -x,y,z -1/2-x,1/2+y,1/2-z --x,1/2-y,z -1/2+x,-y,1/2-z --x,-y,-z -1/2+x,1/2-y,1/2+z -x,1/2+y,-z -1/2-x,y,1/2+z - -61 --P 2ac 2ab -P b c a -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z --x,-y,-z -1/2+x,y,1/2-z -x,1/2-y,1/2+z -1/2-x,1/2+y,z - -61 --P 2bc 2ac -P c a b -x,y,z --x,1/2-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,1/2+y,-z --x,-y,-z -x,1/2+y,1/2-z -1/2-x,y,1/2+z -1/2+x,1/2-y,z - -62 --P 2ac 2n -P n m a -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,-z -1/2+x,1/2-y,1/2-z --x,-y,-z -1/2+x,y,1/2-z -x,1/2-y,z -1/2-x,1/2+y,1/2+z - -62 --P 2bc 2a -P m n b -x,y,z --x,1/2-y,1/2+z -1/2+x,-y,-z -1/2-x,1/2+y,1/2-z --x,-y,-z -x,1/2+y,1/2-z -1/2-x,y,z -1/2+x,1/2-y,1/2+z - -62 --P 2c 2ab -P b n m -x,y,z -1/2+x,1/2-y,-z --x,-y,1/2+z -1/2-x,1/2+y,1/2-z --x,-y,-z -1/2-x,1/2+y,z -x,y,1/2-z -1/2+x,1/2-y,1/2+z - -62 --P 2n 2ac -P c m n -x,y,z -1/2+x,-y,1/2-z --x,1/2+y,-z -1/2-x,1/2-y,1/2+z --x,-y,-z -1/2-x,y,1/2+z -x,1/2-y,z -1/2+x,1/2+y,1/2-z - -62 --P 2n 2a -P m c n -x,y,z -1/2-x,y,z -x,1/2-y,1/2+z -1/2+x,1/2+y,1/2-z --x,-y,-z -1/2+x,-y,-z --x,1/2+y,1/2-z -1/2-x,1/2-y,1/2+z - -62 --P 2c 2n -P n a m -x,y,z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,z -x,y,1/2-z --x,-y,-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2+y,-z --x,-y,1/2+z - -63 --C 2c 2 -C m c m -x,y,z --x,-y,1/2+z --x,y,1/2-z -x,-y,-z --x,-y,-z -x,y,1/2-z -x,-y,1/2+z --x,y,z -1/2+x,1/2+y,z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,z - -63 --C 2c 2c -C c m m -x,y,z --x,y,1/2+z -x,-y,z -x,y,1/2-z --x,-y,-z -x,-y,1/2-z --x,y,-z --x,-y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,1/2-z -1/2-x,1/2+y,-z -1/2-x,1/2-y,1/2+z - -63 --A 2a 2a -A m m a -x,y,z -1/2-x,y,z -x,-y,z -1/2+x,-y,-z --x,-y,-z -1/2+x,y,-z --x,y,-z -1/2-x,-y,z -x,1/2+y,1/2+z -1/2-x,1/2+y,1/2+z -x,1/2-y,1/2+z -1/2+x,1/2-y,1/2-z --x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z --x,1/2+y,1/2-z -1/2-x,1/2-y,1/2+z - -63 --A 2 2a -A m a m -x,y,z -1/2-x,y,z -1/2+x,-y,z -x,y,-z --x,-y,-z -1/2+x,-y,-z -1/2-x,y,-z --x,-y,z -x,1/2+y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z -x,1/2+y,1/2-z --x,1/2-y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2+y,1/2-z --x,1/2-y,1/2+z - -63 --B 2 2b -B b m m -x,y,z --x,1/2+y,z -x,1/2-y,z -x,y,-z --x,-y,-z -x,1/2-y,-z --x,1/2+y,-z --x,-y,z -1/2+x,y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z -1/2+x,y,1/2-z -1/2-x,-y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2+y,1/2-z -1/2-x,-y,1/2+z - -63 --B 2b 2 -B m m b -x,y,z --x,y,z -x,1/2-y,z -x,1/2+y,-z --x,-y,-z -x,-y,-z --x,1/2+y,-z --x,1/2-y,z -1/2+x,y,1/2+z -1/2-x,y,1/2+z -1/2+x,1/2-y,1/2+z -1/2+x,1/2+y,1/2-z -1/2-x,-y,1/2-z -1/2+x,-y,1/2-z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,1/2+z - -64 --C 2bc 2 -C m c a -x,y,z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,-y,-z --x,-y,-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z --x,y,z -1/2+x,1/2+y,z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2-x,1/2+y,z - -64 --C 2bc 2bc -C c m b -x,y,z --x,1/2+y,1/2+z -x,-y,z -x,1/2+y,1/2-z --x,-y,-z -x,1/2-y,1/2-z --x,y,-z --x,1/2-y,1/2+z -1/2+x,1/2+y,z -1/2-x,y,1/2+z -1/2+x,1/2-y,z -1/2+x,y,1/2-z -1/2-x,1/2-y,-z -1/2+x,-y,1/2-z -1/2-x,1/2+y,-z -1/2-x,-y,1/2+z - -64 --A 2ac 2ac -A b m a -x,y,z -1/2-x,1/2+y,z -x,-y,z -1/2+x,1/2+y,-z --x,-y,-z -1/2+x,1/2-y,-z --x,y,-z -1/2-x,1/2-y,z -x,1/2+y,1/2+z -1/2-x,y,1/2+z -x,1/2-y,1/2+z -1/2+x,y,1/2-z --x,1/2-y,1/2-z -1/2+x,-y,1/2-z --x,1/2+y,1/2-z -1/2-x,-y,1/2+z - -64 --A 2 2ac -A b a m -x,y,z -1/2-x,1/2+y,z -1/2+x,1/2-y,z -x,y,-z --x,-y,-z -1/2+x,1/2-y,-z -1/2-x,1/2+y,-z --x,-y,z -x,1/2+y,1/2+z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z -x,1/2+y,1/2-z --x,1/2-y,1/2-z -1/2+x,-y,1/2-z -1/2-x,y,1/2-z --x,1/2-y,1/2+z - -64 --B 2 2bc -B b c m -x,y,z --x,1/2+y,1/2+z -x,1/2-y,1/2+z -x,y,-z --x,-y,-z -x,1/2-y,1/2-z --x,1/2+y,1/2-z --x,-y,z -1/2+x,y,1/2+z -1/2-x,1/2+y,z -1/2+x,1/2-y,z -1/2+x,y,1/2-z -1/2-x,-y,1/2-z -1/2+x,1/2-y,-z -1/2-x,1/2+y,-z -1/2-x,-y,1/2+z - -64 --B 2bc 2 -B m a b -x,y,z --x,y,z -x,1/2-y,1/2+z -x,1/2+y,1/2-z --x,-y,-z -x,-y,-z --x,1/2+y,1/2-z --x,1/2-y,1/2+z -1/2+x,y,1/2+z -1/2-x,y,1/2+z -1/2+x,1/2-y,z -1/2+x,1/2+y,-z -1/2-x,-y,1/2-z -1/2+x,-y,1/2-z -1/2-x,1/2+y,-z -1/2-x,1/2-y,z - -65 --C 2 2 -C m m m -x,y,z --x,-y,z --x,y,-z -x,-y,-z --x,-y,-z -x,y,-z -x,-y,z --x,y,z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -65 --A 2 2 -A m m m -x,y,z --x,-y,z -x,-y,-z --x,y,-z --x,-y,-z -x,y,-z --x,y,z -x,-y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,1/2-z --x,1/2+y,1/2-z --x,1/2-y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,1/2-y,1/2+z - -65 --B 2 2 -B m m m -x,y,z --x,-y,z -x,-y,-z --x,y,-z --x,-y,-z -x,y,-z --x,y,z -x,-y,z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,y,1/2-z -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z - -66 --C 2 2c -C c c m -x,y,z --x,-y,z --x,y,1/2-z -x,-y,1/2-z --x,-y,-z -x,y,-z -x,-y,1/2+z --x,y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -66 --A 2a 2 -A m a a -x,y,z -1/2-x,-y,z -x,-y,-z -1/2-x,y,-z --x,-y,-z -1/2+x,y,-z --x,y,z -1/2+x,-y,z -x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -x,1/2-y,1/2-z -1/2-x,1/2+y,1/2-z --x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z --x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z - -66 --B 2b 2b -B b m b -x,y,z --x,1/2-y,z -x,1/2-y,-z --x,y,-z --x,-y,-z -x,1/2+y,-z --x,1/2+y,z -x,-y,z -1/2+x,y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+x,1/2-y,1/2-z -1/2-x,y,1/2-z -1/2-x,-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,1/2+y,1/2+z -1/2+x,-y,1/2+z - -67 --C 2b 2 -C m m a -x,y,z --x,1/2-y,z --x,1/2+y,-z -x,-y,-z --x,-y,-z -x,1/2+y,-z -x,1/2-y,z --x,y,z -1/2+x,1/2+y,z -1/2-x,-y,z -1/2-x,y,-z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2+x,y,-z -1/2+x,-y,z -1/2-x,1/2+y,z - -67 --C 2b 2b -C m m b -x,y,z --x,1/2-y,z -x,1/2-y,-z --x,y,-z --x,-y,-z -x,1/2+y,-z --x,1/2+y,z -x,-y,z -1/2+x,1/2+y,z -1/2-x,-y,z -1/2+x,-y,-z -1/2-x,1/2+y,-z -1/2-x,1/2-y,-z -1/2+x,y,-z -1/2-x,y,z -1/2+x,1/2-y,z - -67 --A 2c 2c -A b m m -x,y,z --x,-y,1/2+z -x,-y,1/2-z --x,y,-z --x,-y,-z -x,y,1/2-z --x,y,1/2+z -x,-y,z# -x,1/2+y,1/2+z --x,1/2-y,z -x,1/2-y,-z --x,1/2+y,1/2-z --x,1/2-y,1/2-z -x,1/2+y,-z --x,1/2+y,z -x,1/2-y,1/2+z - -67 --A 2 2c -A c m m -x,y,z --x,-y,z -x,-y,1/2-z --x,y,1/2-z --x,-y,-z -x,y,-z --x,y,1/2+z -x,-y,1/2+z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,-z --x,1/2+y,-z --x,1/2-y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,z -x,1/2-y,z - -67 --B 2 2c -B m c m -x,y,z --x,-y,z -x,-y,1/2-z --x,y,1/2-z --x,-y,-z -x,y,-z --x,y,1/2+z -x,-y,1/2+z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2+x,-y,-z -1/2-x,y,-z# -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2-x,y,z -1/2+x,-y,z - -67 --B 2c 2 -B m a m -x,y,z --x,-y,1/2+z -x,-y,-z --x,y,1/2-z --x,-y,-z -x,y,1/2-z --x,y,z -x,-y,1/2+z -1/2+x,y,1/2+z -1/2-x,-y,z -1/2+x,-y,1/2-z -1/2-x,y,-z -1/2-x,-y,1/2-z -1/2+x,y,-z -1/2-x,y,1/2+z -1/2+x,-y,z - -68 -C 2 2 -1bc -C c c a -x,y,z -1/2-x,1/2-y,z --x,y,-z -1/2+x,1/2-y,-z --x,1/2-y,1/2-z -1/2+x,y,1/2-z -x,1/2-y,1/2+z -1/2-x,y,1/2+z -1/2+x,1/2+y,z --x,-y,z -1/2-x,1/2+y,-z -x,-y,-z -1/2-x,-y,1/2-z -x,1/2+y,1/2-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z - -68 --C 2b 2bc -C c c a -x,y,z -1/2-x,-y,z --x,y,1/2-z -1/2+x,-y,1/2-z --x,-y,-z -1/2+x,y,-z -x,-y,1/2+z -1/2-x,y,1/2+z -1/2+x,1/2+y,z --x,1/2-y,z -1/2-x,1/2+y,1/2-z -x,1/2-y,1/2-z -1/2-x,1/2-y,-z -x,1/2+y,-z -1/2+x,1/2-y,1/2+z --x,1/2+y,1/2+z - -68 -C 2 2 -1bc -C c c b -x,y,z --x,1/2-y,1/2-z --x,-y,z -x,-y,-z --x,y,-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,1/2-y,1/2+z -1/2+x,1/2+y,z -1/2-x,-y,1/2-z -1/2-x,1/2-y,z -1/2+x,1/2-y,-z -1/2-x,1/2+y,-z -1/2+x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z - -68 --C 2b 2c -C c c b -x,y,z --x,1/2-y,z -x,-y,1/2-z --x,1/2+y,1/2-z --x,-y,-z -x,1/2+y,-z --x,y,1/2+z -x,1/2-y,1/2+z -1/2+x,1/2+y,z -1/2-x,-y,z -1/2+x,1/2-y,1/2-z -1/2-x,y,1/2-z -1/2-x,1/2-y,-z -1/2+x,y,-z -1/2-x,1/2+y,1/2+z -1/2+x,-y,1/2+z - -68 -A 2 2 -1ac -A b a a -x,y,z --x,-y,z -x,-y,-z --x,y,-z -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,1/2-z --x,1/2+y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2-y,z - -68 --A 2a 2c -A b a a -x,y,z -1/2-x,-y,z -x,-y,1/2-z -1/2-x,y,1/2-z --x,-y,-z -1/2+x,y,-z --x,y,1/2+z -1/2+x,-y,1/2+z -x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -x,1/2-y,-z -1/2-x,1/2+y,-z --x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z --x,1/2+y,z -1/2+x,1/2-y,z - -68 -A 2 2 -1ac -A c a a -x,y,z --x,-y,z -x,-y,-z --x,y,-z -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z -x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,1/2-z --x,1/2+y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2-y,z - -68 --A 2ac 2c -A c a a -x,y,z -1/2-x,-y,1/2+z -x,-y,1/2-z -1/2-x,y,-z --x,-y,-z -1/2+x,y,1/2-z --x,y,1/2+z -1/2+x,-y,z -x,1/2+y,1/2+z -1/2-x,1/2-y,z -x,1/2-y,-z -1/2-x,1/2+y,1/2-z --x,1/2-y,1/2-z -1/2+x,1/2+y,-z --x,1/2+y,z -1/2+x,1/2-y,1/2+z - -68 -B 2 2 -1bc -B b c b -x,y,z --x,-y,z -x,-y,-z --x,y,-z --x,1/2-y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,1/2-y,1/2+z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2-y,z - -68 --B 2bc 2b -B b c b -x,y,z --x,1/2-y,1/2+z -x,1/2-y,-z --x,y,1/2-z --x,-y,-z -x,1/2+y,1/2-z --x,1/2+y,z -x,-y,1/2+z -1/2+x,y,1/2+z -1/2-x,1/2-y,z+ -1/2+x,1/2-y,1/2-z -1/2-x,y,-z -1/2-x,-y,1/2-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,1/2+z -1/2+x,-y,z - -68 -B 2 2 -1bc -B b a b -x,y,z --x,-y,z -x,-y,-z --x,y,-z --x,1/2-y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,1/2-y,1/2+z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,y,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2-y,z - -68 --B 2b 2bc -B b a b -x,y,z --x,1/2-y,z -x,1/2-y,1/2-z --x,y,1/2-z --x,-y,-z -x,1/2+y,-z --x,1/2+y,1/2+z -x,-y,1/2+z -1/2+x,y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+x,1/2-y,-z -1/2-x,y,-z -1/2-x,-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,1/2+y,z -1/2+x,-y,z - -69 --F 2 2 -F m m m -x,y,z --x,-y,z --x,y,-z -x,-y,-z --x,-y,-z -x,y,-z -x,-y,z --x,y,z -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z --x,1/2-y,1/2-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z --x,1/2+y,1/2+z -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2-x,y,1/2+z -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z - -70 -F 2 2 -1d -F d d d:1 -x,y,z --x,y,-z -1/4-x,1/4-y,1/4-z -1/4+x,1/4-y,1/4+z -x,-y,-z --x,-y,z -1/4-x,1/4+y,1/4+z -1/4+x,1/4+y,1/4-z -x,1/2+y,1/2+z -1/2+x,y,1/2+z -1/2+x,1/2+y,z --x,1/2+y,1/2-z -1/2-x,y,1/2-z -1/2-x,1/2+y,-z -1/4-x,3/4-y,3/4-z -3/4-x,1/4-y,3/4-z -3/4-x,3/4-y,1/4-z -1/4+x,3/4-y,3/4+z -3/4+x,1/4-y,3/4+z -3/4+x,3/4-y,1/4+z -x,1/2-y,1/2-z -1/2+x,-y,1/2-z -1/2+x,1/2-y,-z --x,1/2-y,1/2+z -1/2-x,-y,1/2+z -1/2-x,1/2-y,z -1/4-x,3/4+y,3/4+z -3/4-x,1/4+y,3/4+z -3/4-x,3/4+y,1/4+z -1/4+x,3/4+y,3/4-z -3/4+x,1/4+y,3/4-z -3/4+x,3/4+y,1/4-z - -70 --F 2uv 2vw -F d d d:2 -x,y,z -1/4-x,1/4-y,z -x,1/4-y,1/4-z -1/4-x,y,1/4-z --x,-y,-z -3/4+x,3/4+y,-z --x,3/4+y,3/4+z -3/4+x,-y,3/4+z -x,1/2+y,1/2+z -1/4-x,3/4-y,1/2+z -x,3/4-y,3/4-z -1/4-x,1/2+y,3/4-z --x,1/2-y,1/2-z -3/4+x,1/4+y,1/2-z --x,1/4+y,1/4+z -3/4+x,1/2-y,1/4+z -1/2+x,y,1/2+z -3/4-x,1/4-y,1/2+z -1/2+x,1/4-y,3/4-z -3/4-x,y,3/4-z -1/2-x,-y,1/2-z -1/4+x,3/4+y,1/2-z -1/2-x,3/4+y,1/4+z -1/4+x,-y,1/4+z -1/2+x,1/2+y,z -3/4-x,3/4-y,z -1/2+x,3/4-y,1/4-z -3/4-x,1/2+y,1/4-z -1/2-x,1/2-y,-z -1/4+x,1/4+y,-z -1/2-x,1/4+y,3/4+z -1/4+x,1/2-y,3/4+z - -71 --I 2 2 -I m m m -x,y,z --x,-y,z --x,y,-z -x,-y,-z --x,-y,-z -x,y,-z -x,-y,z --x,y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z - -72 --I 2 2c -I b a m -x,y,z --x,-y,z -x,-y,1/2-z --x,y,1/2-z --x,-y,-z -x,y,-z --x,y,1/2+z -x,-y,1/2+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+x,1/2-y,-z -1/2-x,1/2+y,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,1/2+y,z -1/2+x,1/2-y,z - -72 --I 2a 2 -I m c b -x,y,z -1/2-x,-y,z -x,-y,-z -1/2-x,y,-z --x,-y,-z -1/2+x,y,-z --x,y,z -1/2+x,-y,z -1/2+x,1/2+y,1/2+z --x,1/2-y,1/2+z -1/2+x,1/2-y,1/2-z --x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z -x,1/2+y,1/2-z -1/2-x,1/2+y,1/2+z -x,1/2-y,1/2+z - -72 --I 2b 2b -I c m a -x,y,z --x,1/2-y,z -x,1/2-y,-z --x,y,-z --x,-y,-z -x,1/2+y,-z --x,1/2+y,z -x,-y,z -1/2+x,1/2+y,1/2+z -1/2-x,-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,y,1/2-z -1/2-x,y,1/2+z -1/2+x,1/2-y,1/2+z - -73 --I 2b 2c -I b c a -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z --x,-y,-z -1/2+x,y,1/2-z -x,1/2-y,1/2+z -1/2-x,1/2+y,z -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/2-x,y,-z -x,-y,1/2-z -1/2-x,1/2-y,1/2-z -x,1/2+y,-z -1/2+x,-y,z --x,y,1/2+z - -73 --I 2a 2b -I c a b -x,y,z -1/2-x,-y,z -x,1/2-y,-z --x,y,1/2-z --x,-y,-z -1/2+x,y,-z --x,1/2+y,z -x,-y,1/2+z -1/2+x,1/2+y,1/2+z --x,1/2-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,1/2+y,-z -1/2-x,1/2-y,1/2-z -x,1/2+y,1/2-z -1/2-x,y,1/2+z -1/2+x,1/2-y,z - -74 --I 2b 2 -I m m a -x,y,z --x,1/2-y,z --x,1/2+y,-z -x,-y,-z --x,-y,-z -x,1/2+y,-z -x,1/2-y,z --x,y,z -1/2+x,1/2+y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2-x,1/2+y,1/2+z - -74 --I 2a 2a -I m m b -x,y,z -1/2-x,-y,z -1/2+x,-y,-z --x,y,-z --x,-y,-z -1/2+x,y,-z -1/2-x,y,z -x,-y,z -1/2+x,1/2+y,1/2+z --x,1/2-y,1/2+z -x,1/2-y,1/2-z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z -x,1/2+y,1/2-z --x,1/2+y,1/2+z -1/2+x,1/2-y,1/2+z - -74 --I 2c 2c -I b m m -x,y,z --x,-y,1/2+z -x,-y,1/2-z --x,y,-z --x,-y,-z -x,y,1/2-z --x,y,1/2+z -x,-y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,z -1/2+x,1/2-y,-z -1/2-x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,z -1/2+x,1/2-y,1/2+z - -74 --I 2 2b -I c m m -x,y,z --x,-y,z -x,1/2-y,-z --x,1/2+y,-z --x,-y,-z -x,y,-z --x,1/2+y,z -x,1/2-y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+x,-y,1/2-z -1/2-x,y,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2-x,y,1/2+z -1/2+x,-y,1/2+z - -74 --I 2 2a -I m c m -x,y,z --x,-y,z -1/2+x,-y,-z -1/2-x,y,-z --x,-y,-z -x,y,-z -1/2-x,y,z -1/2+x,-y,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -x,1/2-y,1/2-z --x,1/2+y,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z --x,1/2+y,1/2+z -x,1/2-y,1/2+z - -74 --I 2c 2 -I m a m -x,y,z --x,-y,1/2+z -x,-y,-z --x,y,1/2-z --x,-y,-z -x,y,1/2-z --x,y,z -x,-y,1/2+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,z -1/2+x,1/2-y,1/2-z -1/2-x,1/2+y,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,-z -1/2-x,1/2+y,1/2+z -1/2+x,1/2-y,z - -75 -P 4 -P 4 -x,y,z --x,-y,z --y,x,z -y,-x,z - -76 -P 4w -P 41 -x,y,z --x,-y,1/2+z --y,x,1/4+z -y,-x,3/4+z - -77 -P 4c -P 42 -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z - -78 -P 4cw -P 43 -x,y,z --x,-y,1/2+z --y,x,3/4+z -y,-x,1/4+z - -79 -I 4 -I 4 -x,y,z --x,-y,z --y,x,z -y,-x,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z - -80 -I 4bw -I 41 -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z - -81 -P -4 -P -4 -x,y,z --x,-y,z -y,-x,-z --y,x,-z - -82 -I -4 -I -4 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z - -83 --P 4 -P 4/m -x,y,z --x,-y,z --y,x,z -y,-x,z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z - -84 --P 4c -P 42/m -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z --x,-y,-z -x,y,-z -y,-x,1/2-z --y,x,1/2-z - -85 -P 4ab -1ab -P 4/n -x,y,z --x,-y,z -1/2-y,1/2+x,z -1/2+y,1/2-x,z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -y,-x,-z --y,x,-z - -85 --P 4a -P 4/n -x,y,z -1/2-x,1/2-y,z -1/2-y,x,z -y,1/2-x,z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,-z --y,1/2+x,-z - -86 -P 4n -1n -P 42/n -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -y,-x,-z --y,x,-z - -86 --P 4bc -P 42/n -x,y,z -1/2-x,1/2-y,z --y,1/2+x,1/2+z -1/2+y,-x,1/2+z --x,-y,-z -1/2+x,1/2+y,-z -y,1/2-x,1/2-z -1/2-y,x,1/2-z - -87 --I 4 -I 4/m -x,y,z --x,-y,z --y,x,z -y,-x,z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z - -88 -I 4bw -1bw -I 41/a -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z --x,1/2-y,1/4-z -1/2+x,y,3/4-z -y,-x,-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z -1/2-x,-y,3/4-z -x,1/2+y,1/4-z -1/2+y,1/2-x,1/2-z --y,x,-z - -88 --I 4ad -I 41/a -x,y,z -1/2-x,-y,1/2+z -3/4-y,1/4+x,1/4+z -3/4+y,3/4-x,3/4+z --x,-y,-z -1/2+x,y,1/2-z -1/4+y,3/4-x,3/4-z -1/4-y,1/4+x,1/4-z -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/4-y,3/4+x,3/4+z -1/4+y,1/4-x,1/4+z -1/2-x,1/2-y,1/2-z -x,1/2+y,-z -3/4+y,1/4-x,1/4-z -3/4-y,3/4+x,3/4-z - -89 -P 4 2 -P 4 2 2 -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,-z -x,-y,-z -y,x,-z --y,-x,-z - -90 -P 4ab 2ab -P 42 1 2 -x,y,z --x,-y,z -1/2-y,1/2+x,z -1/2+y,1/2-x,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -y,x,-z --y,-x,-z - -91 -P 4w 2c -P 41 2 2 -x,y,z --x,-y,1/2+z --y,x,1/4+z -y,-x,3/4+z --x,y,-z -x,-y,1/2-z -y,x,3/4-z --y,-x,1/4-z - -92 -P 4abw 2nw -P 41 21 2 -x,y,z --x,-y,1/2+z -1/2-y,1/2+x,1/4+z -1/2+y,1/2-x,3/4+z -1/2-x,1/2+y,1/4-z -1/2+x,1/2-y,3/4-z -y,x,-z --y,-x,1/2-z - -93 -P 4c 2 -P 42 2 2 -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z --x,y,-z -x,-y,-z -y,x,1/2-z --y,-x,1/2-z - -94 -P 4n 2n -P 42 21 2 -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -y,x,-z --y,-x,-z - -95 -P 4cw 2c -P 43 2 2 -x,y,z --x,-y,1/2+z --y,x,3/4+z -y,-x,1/4+z --x,y,-z -x,-y,1/2-z -y,x,1/4-z --y,-x,3/4-z - -96 -P 4nw 2abw -P 43 21 2 -x,y,z --x,-y,1/2+z -1/2-y,1/2+x,3/4+z -1/2+y,1/2-x,1/4+z -1/2-x,1/2+y,3/4-z -1/2+x,1/2-y,1/4-z -y,x,-z --y,-x,1/2-z - -97 -I 4 2 -I 4 2 2 -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,-z -x,-y,-z -y,x,-z --y,-x,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z - -98 -I 4bw 2bw -I 41 2 2 -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z -1/2-x,y,3/4-z -x,1/2-y,1/4-z -1/2+y,1/2+x,1/2-z --y,-x,-z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z --x,1/2+y,1/4-z -1/2+x,-y,3/4-z -y,x,-z -1/2-y,1/2-x,1/2-z - -99 -P 4 -2 -P 4 m m -x,y,z --x,-y,z --y,x,z -y,-x,z -x,-y,z --x,y,z --y,-x,z -y,x,z - -100 -P 4 -2ab -P 4 b m -x,y,z --x,-y,z --y,x,z -y,-x,z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -101 -P 4c -2c -P 42 c m -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z -x,-y,1/2+z --x,y,1/2+z --y,-x,z -y,x,z - -102 -P 4n -2n -P 42 n m -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z --y,-x,z -y,x,z - -103 -P 4 -2c -P 4 c c -x,y,z --x,-y,z --y,x,z -y,-x,z -x,-y,1/2+z --x,y,1/2+z --y,-x,1/2+z -y,x,1/2+z - -104 -P 4 -2n -P 4 n c -x,y,z --x,-y,z --y,x,z -y,-x,z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -105 -P 4c -2 -P 42 m c -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z -x,-y,z --x,y,z --y,-x,1/2+z -y,x,1/2+z - -106 -P 4c -2ab -P 42 b c -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -107 -I 4 -2 -I 4 m m -x,y,z --x,-y,z --y,x,z -y,-x,z -x,-y,z --x,y,z --y,-x,z -y,x,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -108 -I 4 -2c -I 4 c m -x,y,z --x,-y,z --y,x,z -y,-x,z -x,-y,1/2+z --x,y,1/2+z --y,-x,1/2+z -y,x,1/2+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -109 -I 4bw -2 -I 41 m d -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z -x,-y,z -1/2-x,1/2+y,1/2+z --y,1/2-x,1/4+z -1/2+y,x,3/4+z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z -1/2+x,1/2-y,1/2+z --x,y,z -1/2-y,-x,3/4+z -y,1/2+x,1/4+z - -110 -I 4bw -2c -I 41 c d -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z -x,-y,1/2+z -1/2-x,1/2+y,z --y,1/2-x,3/4+z -1/2+y,x,1/4+z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z -1/2+x,1/2-y,z --x,y,1/2+z -1/2-y,-x,1/4+z -y,1/2+x,3/4+z - -111 -P -4 2 -P -4 2 m -x,y,z --x,-y,z -y,-x,-z --y,x,-z --x,y,-z -x,-y,-z --y,-x,z -y,x,z - -112 -P -4 2c -P -4 2 c -x,y,z --x,-y,z -y,-x,-z --y,x,-z --x,y,1/2-z -x,-y,1/2-z --y,-x,1/2+z -y,x,1/2+z - -113 -P -4 2ab -P -4 21 m -x,y,z --x,-y,z -y,-x,-z --y,x,-z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -114 -P -4 2n -P -4 21 c -x,y,z --x,-y,z -y,-x,-z --y,x,-z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -115 -P -4 -2 -P -4 m 2 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -x,-y,z --x,y,z -y,x,-z --y,-x,-z - -116 -P -4 -2c -P -4 c 2 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -x,-y,1/2+z --x,y,1/2+z -y,x,1/2-z --y,-x,1/2-z - -117 -P -4 -2ab -P -4 b 2 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z - -118 -P -4 -2n -P -4 n 2 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z - -119 -I -4 -2 -I -4 m 2 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -x,-y,z --x,y,z -y,x,-z --y,-x,-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z - -120 -I -4 -2c -I -4 c 2 -x,y,z --x,-y,z -y,-x,-z --y,x,-z -x,-y,1/2+z --x,y,1/2+z -y,x,1/2-z --y,-x,1/2-z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z - -121 -I -4 2 -I -4 2 m -x,y,z --x,-y,z -y,-x,-z --y,x,-z --x,y,-z -x,-y,-z --y,-x,z -y,x,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -122 -I -4 2bw -I -4 2 d -x,y,z --x,-y,z -y,-x,-z --y,x,-z -1/2-x,y,3/4-z -1/2+x,-y,3/4-z -1/2-y,-x,3/4+z -1/2+y,x,3/4+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z --x,1/2+y,1/4-z -x,1/2-y,1/4-z --y,1/2-x,1/4+z -y,1/2+x,1/4+z - -123 --P 4 2 -P 4/m m m -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,-z -x,-y,-z -y,x,-z --y,-x,-z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -x,-y,z --x,y,z --y,-x,z -y,x,z - -124 --P 4 2c -P 4/m c c -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,1/2-z -x,-y,1/2-z -y,x,1/2-z --y,-x,1/2-z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -x,-y,1/2+z --x,y,1/2+z --y,-x,1/2+z -y,x,1/2+z - -125 -P 4 2 -1ab -P 4/n b m:1 -x,y,z --y,x,z --x,-y,z -y,-x,z -x,-y,-z -y,x,-z --x,y,-z --y,-x,-z -1/2-x,1/2-y,-z -1/2+y,1/2-x,-z -1/2+x,1/2+y,-z -1/2-y,1/2+x,-z -1/2-x,1/2+y,z -1/2-y,1/2-x,z -1/2+x,1/2-y,z -1/2+y,1/2+x,z - -125 --P 4a 2b -P 4/n b m:2 -x,y,z -1/2-y,x,z -1/2-x,1/2-y,z -y,1/2-x,z -x,1/2-y,-z -y,x,-z -1/2-x,y,-z -1/2-y,1/2-x,-z --x,-y,-z -1/2+y,-x,-z -1/2+x,1/2+y,-z --y,1/2+x,-z --x,1/2+y,z --y,-x,z -1/2+x,-y,z -1/2+y,1/2+x,z - -126 -P 4 2 -1n -P 4/n n c:1 -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,-z -x,-y,-z -y,x,-z --y,-x,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -126 --P 4a 2bc -P 4/n n c:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,z -y,1/2-x,z -1/2-x,y,1/2-z -x,1/2-y,1/2-z -y,x,1/2-z -1/2-y,1/2-x,1/2-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,-z --y,1/2+x,-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z --y,-x,1/2+z -1/2+y,1/2+x,1/2+z - -127 --P 4 2ab -P 4/m b m -x,y,z --x,-y,z --y,x,z -y,-x,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -128 --P 4 2n -P 4/m n c -x,y,z --x,-y,z --y,x,z -y,-x,z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -129 -P 4ab 2ab -1ab -P 4/n m m:1 -x,y,z --x,-y,z -1/2-y,1/2+x,z -1/2+y,1/2-x,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -y,x,-z --y,-x,-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -y,-x,-z --y,x,-z -x,-y,z --x,y,z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -129 --P 4a 2a -P 4/n m m:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,z -y,1/2-x,z --x,1/2+y,-z -1/2+x,-y,-z -1/2+y,1/2+x,-z --y,-x,-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,-z --y,1/2+x,-z -x,1/2-y,z -1/2-x,y,z -1/2-y,1/2-x,z -y,x,z - -130 -P 4ab 2n -1ab -P 4/n c c:1 -x,y,z --x,-y,z -1/2-y,1/2+x,z -1/2+y,1/2-x,z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -y,x,1/2-z --y,-x,1/2-z -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -y,-x,-z --y,x,-z -x,-y,1/2+z --x,y,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -130 --P 4a 2ac -P 4/n c c:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,z -y,1/2-x,z --x,1/2+y,1/2-z -1/2+x,-y,1/2-z -1/2+y,1/2+x,1/2-z --y,-x,1/2-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,-z --y,1/2+x,-z -x,1/2-y,1/2+z -1/2-x,y,1/2+z -1/2-y,1/2-x,1/2+z -y,x,1/2+z - -131 --P 4c 2 -P 42/m m c -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z --x,y,-z -x,-y,-z -y,x,1/2-z --y,-x,1/2-z --x,-y,-z -x,y,-z -y,-x,1/2-z --y,x,1/2-z -x,-y,z --x,y,z --y,-x,1/2+z -y,x,1/2+z - -132 --P 4c 2c -P 42/m c m -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z --x,y,1/2-z -x,-y,1/2-z -y,x,-z --y,-x,-z --x,-y,-z -x,y,-z -y,-x,1/2-z --y,x,1/2-z -x,-y,1/2+z --x,y,1/2+z --y,-x,z -y,x,z - -133 -P 4n 2c -1n -P 42/n b c:1 -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z --x,y,1/2-z -x,-y,1/2-z -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -y,-x,-z --y,x,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z --y,-x,1/2+z -y,x,1/2+z - -133 --P 4ac 2b -P 42/n b c:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,1/2+z -y,1/2-x,1/2+z -1/2-x,y,-z -x,1/2-y,-z -y,x,1/2-z -1/2-y,1/2-x,1/2-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,1/2-z --y,1/2+x,1/2-z -1/2+x,-y,z --x,1/2+y,z --y,-x,1/2+z -1/2+y,1/2+x,1/2+z - -134 -P 4n 2 -1n -P 42/n n m:1 -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z --x,y,-z -x,-y,-z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -y,-x,-z --y,x,-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z --y,-x,z -y,x,z - -134 --P 4ac 2bc -P 42/n n m:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,1/2+z -y,1/2-x,1/2+z -1/2-x,y,1/2-z -x,1/2-y,1/2-z -y,x,-z -1/2-y,1/2-x,-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,1/2-z --y,1/2+x,1/2-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z --y,-x,z -1/2+y,1/2+x,z - -135 --P 4c 2ab -P 42/m b c -x,y,z --x,-y,z --y,x,1/2+z -y,-x,1/2+z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z --x,-y,-z -x,y,-z -y,-x,1/2-z --y,x,1/2-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -136 --P 4n 2n -P 42/m n m -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -y,x,-z --y,-x,-z --x,-y,-z -x,y,-z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z --y,-x,z -y,x,z - -137 -P 4n 2n -1n -P 42/n m c:1 -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -y,x,-z --y,-x,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -y,-x,-z --y,x,-z -x,-y,z --x,y,z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -137 --P 4ac 2a -P 42/n m c:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,1/2+z -y,1/2-x,1/2+z --x,1/2+y,-z -1/2+x,-y,-z -1/2+y,1/2+x,1/2-z --y,-x,1/2-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,1/2-z --y,1/2+x,1/2-z -x,1/2-y,z -1/2-x,y,z -1/2-y,1/2-x,1/2+z -y,x,1/2+z - -138 -P 4n 2ab -1n -P 42/n c m:1 -x,y,z --x,-y,z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -y,x,1/2-z --y,-x,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -y,-x,-z --y,x,-z -x,-y,1/2+z --x,y,1/2+z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -138 --P 4ac 2ac -P 42/n c m:2 -x,y,z -1/2-x,1/2-y,z -1/2-y,x,1/2+z -y,1/2-x,1/2+z --x,1/2+y,1/2-z -1/2+x,-y,1/2-z -1/2+y,1/2+x,-z --y,-x,-z --x,-y,-z -1/2+x,1/2+y,-z -1/2+y,-x,1/2-z --y,1/2+x,1/2-z -x,1/2-y,1/2+z -1/2-x,y,1/2+z -1/2-y,1/2-x,z -y,x,z - -139 --I 4 2 -I 4/m m m -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,-z -x,-y,-z -y,x,-z --y,-x,-z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -x,-y,z --x,y,z --y,-x,z -y,x,z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z - -140 --I 4 2c -I 4/m c m -x,y,z --x,-y,z --y,x,z -y,-x,z --x,y,1/2-z -x,-y,1/2-z -y,x,1/2-z --y,-x,1/2-z --x,-y,-z -x,y,-z -y,-x,-z --y,x,-z -x,-y,1/2+z --x,y,1/2+z --y,-x,1/2+z -y,x,1/2+z -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-y,1/2+x,1/2+z -1/2+y,1/2-x,1/2+z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-y,1/2-x,z -1/2+y,1/2+x,z - -141 -I 4bw 2bw -1bw -I 41/a m d -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z -1/2-x,y,3/4-z -x,1/2-y,1/4-z -1/2+y,1/2+x,1/2-z --y,-x,-z --x,1/2-y,1/4-z -1/2+x,y,3/4-z -y,-x,-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,1/2+z --x,y,z -1/2-y,-x,3/4+z -y,1/2+x,1/4+z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z --x,1/2+y,1/4-z -1/2+x,-y,3/4-z -y,x,-z -1/2-y,1/2-x,1/2-z -1/2-x,-y,3/4-z -x,1/2+y,1/4-z -1/2+y,1/2-x,1/2-z --y,x,-z -x,-y,z -1/2-x,1/2+y,1/2+z --y,1/2-x,1/4+z -1/2+y,x,3/4+z - -141 --I 4bd 2 -I 41/a m d -x,y,z -1/2-x,-y,1/2+z -1/4-y,3/4+x,1/4+z -1/4+y,1/4-x,3/4+z -1/2-x,y,1/2-z -x,-y,-z -1/4+y,3/4+x,1/4-z -1/4-y,1/4-x,3/4-z --x,-y,-z -1/2+x,y,1/2-z -3/4+y,1/4-x,3/4-z -3/4-y,3/4+x,1/4-z -1/2+x,-y,1/2+z --x,y,z -3/4-y,1/4-x,3/4+z -3/4+y,3/4+x,1/4+z -1/2+x,1/2+y,1/2+z --x,1/2-y,z -3/4-y,1/4+x,3/4+z -3/4+y,3/4-x,1/4+z --x,1/2+y,-z -1/2+x,1/2-y,1/2-z -3/4+y,1/4+x,3/4-z -3/4-y,3/4-x,1/4-z -1/2-x,1/2-y,1/2-z -x,1/2+y,-z -1/4+y,3/4-x,1/4-z -1/4-y,1/4+x,3/4-z -x,1/2-y,z -1/2-x,1/2+y,1/2+z -1/4-y,3/4-x,1/4+z -1/4+y,1/4+x,3/4+z - -142 -I 4bw 2aw -1bw -I 41/a c d -x,y,z -1/2-x,1/2-y,1/2+z --y,1/2+x,1/4+z -1/2+y,-x,3/4+z -1/2-x,y,1/4-z -x,1/2-y,3/4-z -1/2+y,1/2+x,-z --y,-x,1/2-z --x,1/2-y,1/4-z -1/2+x,y,3/4-z -y,-x,-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2-y,z --x,y,1/2+z -1/2-y,-x,1/4+z -y,1/2+x,3/4+z -1/2+x,1/2+y,1/2+z --x,-y,z -1/2-y,x,3/4+z -y,1/2-x,1/4+z --x,1/2+y,3/4-z -1/2+x,-y,1/4-z -y,x,1/2-z -1/2-y,1/2-x,-z -1/2-x,-y,3/4-z -x,1/2+y,1/4-z -1/2+y,1/2-x,1/2-z --y,x,-z -x,-y,1/2+z -1/2-x,1/2+y,z --y,1/2-x,3/4+z -1/2+y,x,1/4+z - -142 --I 4bd 2c -I 41/a c d -x,y,z -1/2-x,-y,1/2+z -1/4-y,3/4+x,1/4+z -1/4+y,1/4-x,3/4+z -1/2-x,y,-z -x,-y,1/2-z -1/4+y,3/4+x,3/4-z -1/4-y,1/4-x,1/4-z --x,-y,-z -1/2+x,y,1/2-z -3/4+y,1/4-x,3/4-z -3/4-y,3/4+x,1/4-z -1/2+x,-y,z --x,y,1/2+z -3/4-y,1/4-x,1/4+z -3/4+y,3/4+x,3/4+z -1/2+x,1/2+y,1/2+z --x,1/2-y,z -3/4-y,1/4+x,3/4+z -3/4+y,3/4-x,1/4+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -3/4+y,1/4+x,1/4-z -3/4-y,3/4-x,3/4-z -1/2-x,1/2-y,1/2-z -x,1/2+y,-z -1/4+y,3/4-x,1/4-z -1/4-y,1/4+x,3/4-z -x,1/2-y,1/2+z -1/2-x,1/2+y,z -1/4-y,3/4-x,3/4+z -1/4+y,1/4+x,1/4+z - -143 -P 3 -P 3 -x,y,z --y,x-y,z -y-x,-x,z - -144 -P 31 -P 31 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z - -145 -P 32 -P 32 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z - -146 -R 3 -R 3 -x,y,z --y,x-y,z -y-x,-x,z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3+y-x,1/3-x,1/3+z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3+y-x,2/3-x,2/3+z - -146 -P 3* -R 3 -x,y,z -z,x,y -y,z,x - -147 --P 3 -P -3 -x,y,z --y,x-y,z -y-x,-x,z --x,-y,-z -y,y-x,-z -x-y,x,-z - -148 --R 3 -R -3 -x,y,z --y,x-y,z -y-x,-x,z --x,-y,-z -y,y-x,-z -x-y,x,-z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3+y-x,1/3-x,1/3+z -2/3-x,1/3-y,1/3-z -2/3+y,1/3+y-x,1/3-z -2/3+x-y,1/3+x,1/3-z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3+y-x,2/3-x,2/3+z -1/3-x,2/3-y,2/3-z -1/3+y,2/3+y-x,2/3-z -1/3+x-y,2/3+x,2/3-z - -148 --P 3* -R -3 -x,y,z -z,x,y -y,z,x --x,-y,-z --z,-x,-y --y,-z,-x - -149 -P 3 2 -P 3 1 2 -x,y,z --y,x-y,z -y-x,-x,z --y,-x,-z -y-x,y,-z -x,x-y,-z - -150 -P 3 2" -P 3 2 1 -x,y,z --y,x-y,z -y-x,-x,z -y,x,-z -x-y,-y,-z --x,y-x,-z - -151 -P 31 2c (0 0 1) -P 31 1 2 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z --y,-x,2/3-z -y-x,y,1/3-z -x,x-y,-z - -152 -P 31 2" -P 31 2 1 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z -y,x,-z -x-y,-y,2/3-z --x,y-x,1/3-z - -153 -P 32 2c (0 0 -1) -P 32 1 2 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z --y,-x,1/3-z -y-x,y,2/3-z -x,x-y,-z - -154 -P 32 2" -P 32 2 1 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z -y,x,-z -x-y,-y,1/3-z --x,y-x,2/3-z - -155 -R 3 2" -R 32 -x,y,z --y,x-y,z --x+y,-x,z -y,x,-z --x,-x+y,-z -x-y,-y,-z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3-x+y,1/3-x,1/3+z -2/3+y,1/3+x,1/3-z -2/3-x,1/3-x+y,1/3-z -2/3+x-y,1/3-y,1/3-z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3-x+y,2/3-x,2/3+z -1/3+y,2/3+x,2/3-z -1/3-x,2/3-x+y,2/3-z -1/3+x-y,2/3-y,2/3-z - -155 -P 3* 2 -R 32 -x,y,z -z,x,y -y,z,x --y,-x,-z --z,-y,-x --x,-z,-y - -156 -P 3 -2" -P 3 m 1 -x,y,z --y,x-y,z -y-x,-x,z --y,-x,z -y-x,y,z -x,x-y,z - -157 -P 3 -2 -P 3 1 m -x,y,z --y,x-y,z -y-x,-x,z -y,x,z -x-y,-y,z --x,y-x,z - -158 -P 3 -2"c -P 3 c 1 -x,y,z --y,x-y,z -y-x,-x,z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z - -159 -P 3 -2c -P 3 1 c -x,y,z --y,x-y,z -y-x,-x,z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -160 -R 3 -2" -R 3 m -x,y,z --y,x-y,z -y-x,-x,z -y,x,-z -x-y,-y,-z --x,y-x,-z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3+y-x,1/3-x,1/3+z -2/3+y,1/3+x,1/3-z -2/3+x-y,1/3-y,1/3-z -2/3-x,1/3+y-x,1/3-z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3+y-x,2/3-x,2/3+z -1/3+y,2/3+x,2/3-z -1/3+x-y,2/3-y,2/3-z -1/3-x,2/3+y-x,2/3-z - -160 -P 3* -2 -R 3 m -x,y,z -z,x,y -y,z,x -y,x,z -x,z,y -z,y,x - -161 -R 3 -2"c -R 3 c -x,y,z --y,x-y,z -y-x,-x,z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3+y-x,1/3-x,1/3+z -2/3-y,1/3-x,5/6+z -2/3+y-x,1/3+y,5/6+z -2/3+x,1/3+x-y,5/6+z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3+y-x,2/3-x,2/3+z -1/3-y,2/3-x,1/6+z -1/3+y-x,2/3+y,1/6+z -1/3+x,2/3+x-y,1/6+z - -161 -P 3* -2n -R 3 c -x,y,z -z,x,y -y,z,x -1/2+y,1/2+x,1/2+z -1/2+x,1/2+z,1/2+y -1/2+z,1/2+y,1/2+x - -162 --P 3 2 -P -3 1 m -x,y,z --y,x-y,z -y-x,-x,z --y,-x,-z -y-x,y,-z -x,x-y,-z --x,-y,-z -y,y-x,-z -x-y,x,-z -y,x,z -x-y,-y,z --x,y-x,z - -163 --P 3 2c -P -3 1 c -x,y,z --y,x-y,z -y-x,-x,z --y,-x,1/2-z -y-x,y,1/2-z -x,x-y,1/2-z --x,-y,-z -y,y-x,-z -x-y,x,-z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -164 --P 3 2" -P -3 m 1 -x,y,z --y,x-y,z -y-x,-x,z -y,x,-z -x-y,-y,-z --x,y-x,-z --x,-y,-z -y,y-x,-z -x-y,x,-z --y,-x,z -y-x,y,z -x,x-y,z - -165 --P 3 2"c -P -3 c 1 -x,y,z --y,x-y,z -y-x,-x,z -y,x,1/2-z -x-y,-y,1/2-z --x,y-x,1/2-z --x,-y,-z -y,y-x,-z -x-y,x,-z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z - -166 --R 3 2" -R -3 m -x,y,z --y,x-y,z -y-x,-x,z -y,x,-z -x-y,-y,-z --x,y-x,-z --x,-y,-z -y,y-x,-z -x-y,x,-z --y,-x,z -y-x,y,z -x,x-y,z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3+y-x,1/3-x,1/3+z -2/3+y,1/3+x,1/3-z -2/3+x-y,1/3-y,1/3-z -2/3-x,1/3+y-x,1/3-z -2/3-x,1/3-y,1/3-z -2/3+y,1/3+y-x,1/3-z -2/3+x-y,1/3+x,1/3-z -2/3-y,1/3-x,1/3+z -2/3+y-x,1/3+y,1/3+z -2/3+x,1/3+x-y,1/3+z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3+y-x,2/3-x,2/3+z -1/3+y,2/3+x,2/3-z -1/3+x-y,2/3-y,2/3-z -1/3-x,2/3+y-x,2/3-z -1/3-x,2/3-y,2/3-z -1/3+y,2/3+y-x,2/3-z -1/3+x-y,2/3+x,2/3-z -1/3-y,2/3-x,2/3+z -1/3+y-x,2/3+y,2/3+z -1/3+x,2/3+x-y,2/3+z - -166 --P 3* 2 -R -3 m -x,y,z -z,x,y -y,z,x --y,-x,-z --x,-z,-y --z,-y,-x --x,-y,-z --z,-x,-y --y,-z,-x -y,x,z -x,z,y -z,y,x - -167 --R 3 2"c -R -3 c -x,y,z --y,x-y,z -y-x,-x,z -y,x,1/2-z -x-y,-y,1/2-z --x,y-x,1/2-z --x,-y,-z -y,y-x,-z -x-y,x,-z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z -2/3+x,1/3+y,1/3+z -2/3-y,1/3+x-y,1/3+z -2/3+y-x,1/3-x,1/3+z -2/3+y,1/3+x,5/6-z -2/3+x-y,1/3-y,5/6-z -2/3-x,1/3+y-x,5/6-z -2/3-x,1/3-y,1/3-z -2/3+y,1/3+y-x,1/3-z -2/3+x-y,1/3+x,1/3-z -2/3-y,1/3-x,5/6+z -2/3+y-x,1/3+y,5/6+z -2/3+x,1/3+x-y,5/6+z -1/3+x,2/3+y,2/3+z -1/3-y,2/3+x-y,2/3+z -1/3+y-x,2/3-x,2/3+z -1/3+y,2/3+x,1/6-z -1/3+x-y,2/3-y,1/6-z -1/3-x,2/3+y-x,1/6-z -1/3-x,2/3-y,2/3-z -1/3+y,2/3+y-x,2/3-z -1/3+x-y,2/3+x,2/3-z -1/3-y,2/3-x,1/6+z -1/3+y-x,2/3+y,1/6+z -1/3+x,2/3+x-y,1/6+z - -167 --P 3* 2n -R -3 c -x,y,z -z,x,y -y,z,x -1/2-y,1/2-x,1/2-z -1/2-x,1/2-z,1/2-y -1/2-z,1/2-y,1/2-x --x,-y,-z --z,-x,-y --y,-z,-x -1/2+y,1/2+x,1/2+z -1/2+x,1/2+z,1/2+y -1/2+z,1/2+y,1/2+x - -168 -P 6 -P 6 -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z - -169 -P 61 -P 61 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z --x,-y,1/2+z -y,y-x,5/6+z -x-y,x,1/6+z - -170 -P 65 -P 65 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z --x,-y,1/2+z -y,y-x,1/6+z -x-y,x,5/6+z - -171 -P 62 -P 62 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z --x,-y,z -y,y-x,2/3+z -x-y,x,1/3+z - -172 -P 64 -P 64 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z --x,-y,z -y,y-x,1/3+z -x-y,x,2/3+z - -173 -P 6c -P 63 -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z - -174 -P -6 -P -6 -x,y,z --y,x-y,z -y-x,-x,z -x,y,-z --y,x-y,-z -y-x,-x,-z - -175 --P 6 -P 6/m -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z --x,-y,-z -y,y-x,-z -x-y,x,-z -x,y,-z --y,x-y,-z -y-x,-x,-z - -176 --P 6c -P 63/m -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z --x,-y,-z -y,y-x,-z -x-y,x,-z -x,y,1/2-z --y,x-y,1/2-z -y-x,-x,1/2-z - -177 -P 6 2 -P 6 2 2 -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z -y,x,-z -x-y,-y,-z --x,y-x,-z --y,-x,-z -y-x,y,-z -x,x-y,-z - -178 -P 61 2 (0 0 -1) -P 61 2 2 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z --x,-y,1/2+z -y,y-x,5/6+z -x-y,x,1/6+z -y,x,1/3-z -x-y,-y,-z --x,y-x,2/3-z --y,-x,5/6-z -y-x,y,1/2-z -x,x-y,1/6-z - -179 -P 65 2 (0 0 1) -P 65 2 2 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z --x,-y,1/2+z -y,y-x,1/6+z -x-y,x,5/6+z -y,x,2/3-z -x-y,-y,-z --x,y-x,1/3-z --y,-x,1/6-z -y-x,y,1/2-z -x,x-y,5/6-z - -180 -P 62 2c (0 0 1) -P 62 2 2 -x,y,z --y,x-y,2/3+z -y-x,-x,1/3+z --x,-y,z -y,y-x,2/3+z -x-y,x,1/3+z -y,x,2/3-z -x-y,-y,-z --x,y-x,1/3-z --y,-x,2/3-z -y-x,y,-z -x,x-y,1/3-z - -181 -P 64 2c (0 0 -1) -P 64 2 2 -x,y,z --y,x-y,1/3+z -y-x,-x,2/3+z --x,-y,z -y,y-x,1/3+z -x-y,x,2/3+z -y,x,1/3-z -x-y,-y,-z --x,y-x,2/3-z --y,-x,1/3-z -y-x,y,-z -x,x-y,2/3-z - -182 -P 6c 2c -P 63 2 2 -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z -y,x,-z -x-y,-y,-z --x,y-x,-z --y,-x,1/2-z -y-x,y,1/2-z -x,x-y,1/2-z - -183 -P 6 -2 -P 6 m m -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z --y,-x,z -y-x,y,z -x,x-y,z -y,x,z -x-y,-y,z --x,y-x,z - -184 -P 6 -2c -P 6 c c -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -185 -P 6c -2 -P 63 c m -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z -y,x,z -x-y,-y,z --x,y-x,z - -186 -P 6c -2c - 63 m c -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z --y,-x,z -y-x,y,z -x,x-y,z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -187 -P -6 2 -P -6 m 2 -x,y,z --y,x-y,z -y-x,-x,z -x,y,-z --y,x-y,-z -y-x,-x,-z --y,-x,z -y-x,y,z -x,x-y,z --y,-x,-z -y-x,y,-z -x,x-y,-z - -188 -P -6c 2 -P -6 c 2 -x,y,z --y,x-y,z -y-x,-x,z -x,y,1/2-z --y,x-y,1/2-z -y-x,-x,1/2-z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z --y,-x,-z -y-x,y,-z -x,x-y,-z - -189 -P -6 -2 -P -6 2 m -x,y,z --y,x-y,z -y-x,-x,z -x,y,-z --y,x-y,-z -y-x,-x,-z -y,x,-z -x-y,-y,-z --x,y-x,-z -y,x,z -x-y,-y,z --x,y-x,z - -190 -P -6c -2c -P -6 2 c -x,y,z --y,x-y,z -y-x,-x,z -x,y,1/2-z --y,x-y,1/2-z -y-x,-x,1/2-z -y,x,-z -x-y,-y,-z --x,y-x,-z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -191 --P 6 2 -P 6/m m m -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z -y,x,-z -x-y,-y,-z --x,y-x,-z --y,-x,-z -y-x,y,-z -x,x-y,-z --x,-y,-z -y,y-x,-z -x-y,x,-z -x,y,-z --y,x-y,-z -y-x,-x,-z --y,-x,z -y-x,y,z -x,x-y,z -y,x,z -x-y,-y,z --x,y-x,z - -192 --P 6 2c -P 6/m c c -x,y,z --y,x-y,z -y-x,-x,z --x,-y,z -y,y-x,z -x-y,x,z -y,x,1/2-z -x-y,-y,1/2-z --x,y-x,1/2-z --y,-x,1/2-z -y-x,y,1/2-z -x,x-y,1/2-z --x,-y,-z -y,y-x,-z -x-y,x,-z -x,y,-z --y,x-y,-z -y-x,-x,-z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -193 --P 6c 2 -P 63/m c m -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z -y,x,1/2-z -x-y,-y,1/2-z --x,y-x,1/2-z --y,-x,-z -y-x,y,-z -x,x-y,-z --x,-y,-z -y,y-x,-z -x-y,x,-z -x,y,1/2-z --y,x-y,1/2-z -y-x,-x,1/2-z --y,-x,1/2+z -y-x,y,1/2+z -x,x-y,1/2+z -y,x,z -x-y,-y,z --x,y-x,z - -194 --P 6c 2c -P 63/m m c -x,y,z --y,x-y,z -y-x,-x,z --x,-y,1/2+z -y,y-x,1/2+z -x-y,x,1/2+z -y,x,-z -x-y,-y,-z --x,y-x,-z --y,-x,1/2-z -y-x,y,1/2-z -x,x-y,1/2-z --x,-y,-z -y,y-x,-z -x-y,x,-z -x,y,1/2-z --y,x-y,1/2-z -y-x,-x,1/2-z --y,-x,z -y-x,y,z -x,x-y,z -y,x,1/2+z -x-y,-y,1/2+z --x,y-x,1/2+z - -195 -P 2 2 3 -P 2 3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x - -196 -F 2 2 3 -F 2 3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x - -197 -I 2 2 3 -I 2 3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+z,1/2+x,1/2+y -1/2+z,1/2-x,1/2-y -1/2-z,1/2-x,1/2+y -1/2-z,1/2+x,1/2-y -1/2+y,1/2+z,1/2+x -1/2-y,1/2+z,1/2-x -1/2+y,1/2-z,1/2-x -1/2-y,1/2-z,1/2+x - -198 -P 2ac 2ab 3 -P 21 3 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x - -199 -I 2b 2c 3 -I 21 3 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/2-x,y,-z -x,-y,1/2-z -1/2+z,1/2+x,1/2+y -z,-x,1/2-y --z,1/2-x,y -1/2-z,x,-y -1/2+y,1/2+z,1/2+x -1/2-y,z,-x -y,-z,1/2-x --y,1/2-z,x - -200 --P 2 2 3 -P m -3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x - -201 -P 2 2 3 -1n -P n -3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-z,1/2-x,1/2-y -1/2-z,1/2+x,1/2+y -1/2+z,1/2+x,1/2-y -1/2+z,1/2-x,1/2+y -1/2-y,1/2-z,1/2-x -1/2+y,1/2-z,1/2+x -1/2-y,1/2+z,1/2+x -1/2+y,1/2+z,1/2-x - -201 --P 2ab 2bc 3 -P n -3 -x,y,z -1/2-x,1/2-y,z -1/2-x,y,1/2-z -x,1/2-y,1/2-z -z,x,y -z,1/2-x,1/2-y -1/2-z,1/2-x,y -1/2-z,x,1/2-y -y,z,x -1/2-y,z,1/2-x -y,1/2-z,1/2-x -1/2-y,1/2-z,x --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z --z,-x,-y --z,1/2+x,1/2+y -1/2+z,1/2+x,-y -1/2+z,-x,1/2+y --y,-z,-x -1/2+y,-z,1/2+x --y,1/2+z,1/2+x -1/2+y,1/2+z,-x - -202 --F 2 2 3 -F m -3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x --x,1/2-y,1/2-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z --x,1/2+y,1/2+z --z,1/2-x,1/2-y --z,1/2+x,1/2+y -z,1/2+x,1/2-y -z,1/2-x,1/2+y --y,1/2-z,1/2-x -y,1/2-z,1/2+x --y,1/2+z,1/2+x -y,1/2+z,1/2-x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2-x,y,1/2+z -1/2-z,-x,1/2-y -1/2-z,x,1/2+y -1/2+z,x,1/2-y -1/2+z,-x,1/2+y -1/2-y,-z,1/2-x -1/2+y,-z,1/2+x -1/2-y,z,1/2+x -1/2+y,z,1/2-x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-z,1/2-x,-y -1/2-z,1/2+x,y -1/2+z,1/2+x,-y -1/2+z,1/2-x,y -1/2-y,1/2-z,-x -1/2+y,1/2-z,x -1/2-y,1/2+z,x -1/2+y,1/2+z,-x - -203 -F 2 2 3 -1d -F d -3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/4-x,1/4-y,1/4-z -1/4+x,1/4+y,1/4-z -1/4+x,1/4-y,1/4+z -1/4-x,1/4+y,1/4+z -1/4-z,1/4-x,1/4-y -1/4-z,1/4+x,1/4+y -1/4+z,1/4+x,1/4-y -1/4+z,1/4-x,1/4+y -1/4-y,1/4-z,1/4-x -1/4+y,1/4-z,1/4+x -1/4-y,1/4+z,1/4+x -1/4+y,1/4+z,1/4-x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -1/4-x,3/4-y,3/4-z -1/4+x,3/4+y,3/4-z -1/4+x,3/4-y,3/4+z -1/4-x,3/4+y,3/4+z -1/4-z,3/4-x,3/4-y -1/4-z,3/4+x,3/4+y -1/4+z,3/4+x,3/4-y -1/4+z,3/4-x,3/4+y -1/4-y,3/4-z,3/4-x -1/4+y,3/4-z,3/4+x -1/4-y,3/4+z,3/4+x -1/4+y,3/4+z,3/4-x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -3/4-x,1/4-y,3/4-z -3/4+x,1/4+y,3/4-z -3/4+x,1/4-y,3/4+z -3/4-x,1/4+y,3/4+z -3/4-z,1/4-x,3/4-y -3/4-z,1/4+x,3/4+y -3/4+z,1/4+x,3/4-y -3/4+z,1/4-x,3/4+y -3/4-y,1/4-z,3/4-x -3/4+y,1/4-z,3/4+x -3/4-y,1/4+z,3/4+x -3/4+y,1/4+z,3/4-x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -3/4-x,3/4-y,1/4-z -3/4+x,3/4+y,1/4-z -3/4+x,3/4-y,1/4+z -3/4-x,3/4+y,1/4+z -3/4-z,3/4-x,1/4-y -3/4-z,3/4+x,1/4+y -3/4+z,3/4+x,1/4-y -3/4+z,3/4-x,1/4+y -3/4-y,3/4-z,1/4-x -3/4+y,3/4-z,1/4+x -3/4-y,3/4+z,1/4+x -3/4+y,3/4+z,1/4-x - -203 --F 2uv 2vw 3 -F d -3 -x,y,z -1/4-x,1/4-y,z -1/4-x,y,1/4-z -x,1/4-y,1/4-z -z,x,y -z,1/4-x,1/4-y -1/4-z,1/4-x,y -1/4-z,x,1/4-y -y,z,x -1/4-y,z,1/4-x -y,1/4-z,1/4-x -1/4-y,1/4-z,x --x,-y,-z -3/4+x,3/4+y,-z -3/4+x,-y,3/4+z --x,3/4+y,3/4+z --z,-x,-y --z,3/4+x,3/4+y -3/4+z,3/4+x,-y -3/4+z,-x,3/4+y --y,-z,-x -3/4+y,-z,3/4+x --y,3/4+z,3/4+x -3/4+y,3/4+z,-x -x,1/2+y,1/2+z -1/4-x,3/4-y,1/2+z -1/4-x,1/2+y,3/4-z -x,3/4-y,3/4-z -z,1/2+x,1/2+y -z,3/4-x,3/4-y -1/4-z,3/4-x,1/2+y -1/4-z,1/2+x,3/4-y -y,1/2+z,1/2+x -1/4-y,1/2+z,3/4-x -y,3/4-z,3/4-x -1/4-y,3/4-z,1/2+x --x,1/2-y,1/2-z -3/4+x,1/4+y,1/2-z -3/4+x,1/2-y,1/4+z --x,1/4+y,1/4+z --z,1/2-x,1/2-y --z,1/4+x,1/4+y -3/4+z,1/4+x,1/2-y -3/4+z,1/2-x,1/4+y --y,1/2-z,1/2-x -3/4+y,1/2-z,1/4+x --y,1/4+z,1/4+x -3/4+y,1/4+z,1/2-x -1/2+x,y,1/2+z -3/4-x,1/4-y,1/2+z -3/4-x,y,3/4-z -1/2+x,1/4-y,3/4-z -1/2+z,x,1/2+y -1/2+z,1/4-x,3/4-y -3/4-z,1/4-x,1/2+y -3/4-z,x,3/4-y -1/2+y,z,1/2+x -3/4-y,z,3/4-x -1/2+y,1/4-z,3/4-x -3/4-y,1/4-z,1/2+x -1/2-x,-y,1/2-z -1/4+x,3/4+y,1/2-z -1/4+x,-y,1/4+z -1/2-x,3/4+y,1/4+z -1/2-z,-x,1/2-y -1/2-z,3/4+x,1/4+y -1/4+z,3/4+x,1/2-y -1/4+z,-x,1/4+y -1/2-y,-z,1/2-x -1/4+y,-z,1/4+x -1/2-y,3/4+z,1/4+x -1/4+y,3/4+z,1/2-x -1/2+x,1/2+y,z -3/4-x,3/4-y,z -3/4-x,1/2+y,1/4-z -1/2+x,3/4-y,1/4-z -1/2+z,1/2+x,y -1/2+z,3/4-x,1/4-y -3/4-z,3/4-x,y -3/4-z,1/2+x,1/4-y -1/2+y,1/2+z,x -3/4-y,1/2+z,1/4-x -1/2+y,3/4-z,1/4-x -3/4-y,3/4-z,x -1/2-x,1/2-y,-z -1/4+x,1/4+y,-z -1/4+x,1/2-y,3/4+z -1/2-x,1/4+y,3/4+z -1/2-z,1/2-x,-y -1/2-z,1/4+x,3/4+y -1/4+z,1/4+x,-y -1/4+z,1/2-x,3/4+y -1/2-y,1/2-z,-x -1/4+y,1/2-z,3/4+x -1/2-y,1/4+z,3/4+x -1/4+y,1/4+z,-x - -204 --I 2 2 3 -I m -3 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+z,1/2+x,1/2+y -1/2+z,1/2-x,1/2-y -1/2-z,1/2-x,1/2+y -1/2-z,1/2+x,1/2-y -1/2+y,1/2+z,1/2+x -1/2-y,1/2+z,1/2-x -1/2+y,1/2-z,1/2-x -1/2-y,1/2-z,1/2+x -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-z,1/2-x,1/2-y -1/2-z,1/2+x,1/2+y -1/2+z,1/2+x,1/2-y -1/2+z,1/2-x,1/2+y -1/2-y,1/2-z,1/2-x -1/2+y,1/2-z,1/2+x -1/2-y,1/2+z,1/2+x -1/2+y,1/2+z,1/2-x - -205 --P 2ac 2ab 3 -P a -3 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x --x,-y,-z -1/2+x,y,1/2-z -x,1/2-y,1/2+z -1/2-x,1/2+y,z --z,-x,-y -1/2-z,1/2+x,y -1/2+z,x,1/2-y -z,1/2-x,1/2+y --y,-z,-x -y,1/2-z,1/2+x -1/2-y,1/2+z,x -1/2+y,z,1/2-x - -206 --I 2b 2c 3 -I a -3 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x --x,-y,-z -1/2+x,y,1/2-z -x,1/2-y,1/2+z -1/2-x,1/2+y,z --z,-x,-y -1/2-z,1/2+x,y -1/2+z,x,1/2-y -z,1/2-x,1/2+y --y,-z,-x -y,1/2-z,1/2+x -1/2-y,1/2+z,x -1/2+y,z,1/2-x -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/2-x,y,-z -x,-y,1/2-z -1/2+z,1/2+x,1/2+y -z,-x,1/2-y --z,1/2-x,y -1/2-z,x,-y -1/2+y,1/2+z,1/2+x -1/2-y,z,-x -y,-z,1/2-x --y,1/2-z,x -1/2-x,1/2-y,1/2-z -x,1/2+y,-z -1/2+x,-y,z --x,y,1/2+z -1/2-z,1/2-x,1/2-y --z,x,1/2+y -z,1/2+x,-y -1/2+z,-x,y -1/2-y,1/2-z,1/2-x -1/2+y,-z,x --y,z,1/2+x -y,1/2+z,-x - -207 -P 4 2 3 -P 4 3 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,-z --y,-x,-z -y,-x,z --y,x,z -x,z,-y --x,z,y --x,-z,-y -x,-z,y -z,y,-x -z,-y,x --z,y,x --z,-y,-x - -208 -P 4n 2 3 -P 42 3 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2+y,1/2-x,1/2+z -1/2-y,1/2+x,1/2+z -1/2+x,1/2+z,1/2-y -1/2-x,1/2+z,1/2+y -1/2-x,1/2-z,1/2-y -1/2+x,1/2-z,1/2+y -1/2+z,1/2+y,1/2-x -1/2+z,1/2-y,1/2+x -1/2-z,1/2+y,1/2+x -1/2-z,1/2-y,1/2-x - -209 -F 4 2 3 -F 4 3 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,-z --y,-x,-z -y,-x,z --y,x,z -x,z,-y --x,z,y --x,-z,-y -x,-z,y -z,y,-x -z,-y,x --z,y,x --z,-y,-x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -y,1/2+x,1/2-z --y,1/2-x,1/2-z -y,1/2-x,1/2+z --y,1/2+x,1/2+z -x,1/2+z,1/2-y --x,1/2+z,1/2+y --x,1/2-z,1/2-y -x,1/2-z,1/2+y -z,1/2+y,1/2-x -z,1/2-y,1/2+x --z,1/2+y,1/2+x --z,1/2-y,1/2-x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -1/2+y,x,1/2-z -1/2-y,-x,1/2-z -1/2+y,-x,1/2+z -1/2-y,x,1/2+z -1/2+x,z,1/2-y -1/2-x,z,1/2+y -1/2-x,-z,1/2-y -1/2+x,-z,1/2+y -1/2+z,y,1/2-x -1/2+z,-y,1/2+x -1/2-z,y,1/2+x -1/2-z,-y,1/2-x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z -1/2+y,1/2-x,z -1/2-y,1/2+x,z -1/2+x,1/2+z,-y -1/2-x,1/2+z,y -1/2-x,1/2-z,-y -1/2+x,1/2-z,y -1/2+z,1/2+y,-x -1/2+z,1/2-y,x -1/2-z,1/2+y,x -1/2-z,1/2-y,-x - -210 -F 4d 2 3 -F 41 3 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2+z,1/2+y -1/2-x,1/2+z,1/2-y -1/2-x,1/2-z,1/2+y -1/2+x,1/2-z,1/2-y -1/2+z,1/2+y,1/2+x -1/2+z,1/2-y,1/2-x -1/2-z,1/2+y,1/2-x -1/2-z,1/2-y,1/2+x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -1/2+y,x,z -1/2-y,-x,z -1/2+y,-x,-z -1/2-y,x,-z -1/2+x,z,y -1/2-x,z,-y -1/2-x,-z,y -1/2+x,-z,-y -1/2+z,y,x -1/2+z,-y,-x -1/2-z,y,-x -1/2-z,-y,x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -y,1/2+x,z --y,1/2-x,z -y,1/2-x,-z --y,1/2+x,-z -x,1/2+z,y --x,1/2+z,-y --x,1/2-z,y -x,1/2-z,-y -z,1/2+y,x -z,1/2-y,-x --z,1/2+y,-x --z,1/2-y,x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -y,x,1/2+z --y,-x,1/2+z -y,-x,1/2-z --y,x,1/2-z -x,z,1/2+y --x,z,1/2-y --x,-z,1/2+y -x,-z,1/2-y -z,y,1/2+x -z,-y,1/2-x --z,y,1/2-x --z,-y,1/2+x - -211 -I 4 2 3 -I 4 3 2 -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,-z --y,-x,-z -y,-x,z --y,x,z -x,z,-y --x,z,y --x,-z,-y -x,-z,y -z,y,-x -z,-y,x --z,y,x --z,-y,-x -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+z,1/2+x,1/2+y -1/2+z,1/2-x,1/2-y -1/2-z,1/2-x,1/2+y -1/2-z,1/2+x,1/2-y -1/2+y,1/2+z,1/2+x -1/2-y,1/2+z,1/2-x -1/2+y,1/2-z,1/2-x -1/2-y,1/2-z,1/2+x -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2+y,1/2-x,1/2+z -1/2-y,1/2+x,1/2+z -1/2+x,1/2+z,1/2-y -1/2-x,1/2+z,1/2+y -1/2-x,1/2-z,1/2-y -1/2+x,1/2-z,1/2+y -1/2+z,1/2+y,1/2-x -1/2+z,1/2-y,1/2+x -1/2-z,1/2+y,1/2+x -1/2-z,1/2-y,1/2-x - -212 -P 4acd 2ab 3 -P 43 3 2 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x -1/4+y,3/4+x,3/4-z -1/4-y,1/4-x,1/4-z -3/4+y,3/4-x,1/4+z -3/4-y,1/4+x,3/4+z -1/4+x,3/4+z,3/4-y -3/4-x,1/4+z,3/4+y -1/4-x,1/4-z,1/4-y -3/4+x,3/4-z,1/4+y -1/4+z,3/4+y,3/4-x -3/4+z,3/4-y,1/4+x -3/4-z,1/4+y,3/4+x -1/4-z,1/4-y,1/4-x - -213 -P 4bd 2ab 3 -P 41 3 2 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x -3/4+y,1/4+x,1/4-z -3/4-y,3/4-x,3/4-z -1/4+y,1/4-x,3/4+z -1/4-y,3/4+x,1/4+z -3/4+x,1/4+z,1/4-y -1/4-x,3/4+z,1/4+y -3/4-x,3/4-z,3/4-y -1/4+x,1/4-z,3/4+y -3/4+z,1/4+y,1/4-x -1/4+z,1/4-y,3/4+x -1/4-z,3/4+y,1/4+x -3/4-z,3/4-y,3/4-x - -214 -I 4bd 2c 3 -I 41 3 2 -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x -3/4+y,1/4+x,1/4-z -3/4-y,3/4-x,3/4-z -1/4+y,1/4-x,3/4+z -1/4-y,3/4+x,1/4+z -3/4+x,1/4+z,1/4-y -1/4-x,3/4+z,1/4+y -3/4-x,3/4-z,3/4-y -1/4+x,1/4-z,3/4+y -3/4+z,1/4+y,1/4-x -1/4+z,1/4-y,3/4+x -1/4-z,3/4+y,1/4+x -3/4-z,3/4-y,3/4-x -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/2-x,y,-z -x,-y,1/2-z -1/2+z,1/2+x,1/2+y -z,-x,1/2-y --z,1/2-x,y -1/2-z,x,-y -1/2+y,1/2+z,1/2+x -1/2-y,z,-x -y,-z,1/2-x --y,1/2-z,x -1/4+y,3/4+x,3/4-z -1/4-y,1/4-x,1/4-z -3/4+y,3/4-x,1/4+z -3/4-y,1/4+x,3/4+z -1/4+x,3/4+z,3/4-y -3/4-x,1/4+z,3/4+y -1/4-x,1/4-z,1/4-y -3/4+x,3/4-z,1/4+y -1/4+z,3/4+y,3/4-x -3/4+z,3/4-y,1/4+x -3/4-z,1/4+y,3/4+x -1/4-z,1/4-y,1/4-x - -215 -P -4 2 3 -P -4 3 m -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,z --y,-x,z -y,-x,-z --y,x,-z -x,z,y --x,z,-y --x,-z,y -x,-z,-y -z,y,x -z,-y,-x --z,y,-x --z,-y,x - -216 -F -4 2 3 -F -4 3 m -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,z --y,-x,z -y,-x,-z --y,x,-z -x,z,y --x,z,-y --x,-z,y -x,-z,-y -z,y,x -z,-y,-x --z,y,-x --z,-y,x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -y,1/2+x,1/2+z --y,1/2-x,1/2+z -y,1/2-x,1/2-z --y,1/2+x,1/2-z -x,1/2+z,1/2+y --x,1/2+z,1/2-y --x,1/2-z,1/2+y -x,1/2-z,1/2-y -z,1/2+y,1/2+x -z,1/2-y,1/2-x --z,1/2+y,1/2-x --z,1/2-y,1/2+x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -1/2+y,x,1/2+z -1/2-y,-x,1/2+z -1/2+y,-x,1/2-z -1/2-y,x,1/2-z -1/2+x,z,1/2+y -1/2-x,z,1/2-y -1/2-x,-z,1/2+y -1/2+x,-z,1/2-y -1/2+z,y,1/2+x -1/2+z,-y,1/2-x -1/2-z,y,1/2-x -1/2-z,-y,1/2+x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -1/2+y,1/2+x,z -1/2-y,1/2-x,z -1/2+y,1/2-x,-z -1/2-y,1/2+x,-z -1/2+x,1/2+z,y -1/2-x,1/2+z,-y -1/2-x,1/2-z,y -1/2+x,1/2-z,-y -1/2+z,1/2+y,x -1/2+z,1/2-y,-x -1/2-z,1/2+y,-x -1/2-z,1/2-y,x - -217 -I -4 2 3 -I -4 3 m -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,z --y,-x,z -y,-x,-z --y,x,-z -x,z,y --x,z,-y --x,-z,y -x,-z,-y -z,y,x -z,-y,-x --z,y,-x --z,-y,x -1/2+x,1/2+y,1/2+z -1/2-x,1/2-y,1/2+z -1/2-x,1/2+y,1/2-z -1/2+x,1/2-y,1/2-z -1/2+z,1/2+x,1/2+y -1/2+z,1/2-x,1/2-y -1/2-z,1/2-x,1/2+y -1/2-z,1/2+x,1/2-y -1/2+y,1/2+z,1/2+x -1/2-y,1/2+z,1/2-x -1/2+y,1/2-z,1/2-x -1/2-y,1/2-z,1/2+x -1/2+y,1/2+x,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2+z,1/2+y -1/2-x,1/2+z,1/2-y -1/2-x,1/2-z,1/2+y -1/2+x,1/2-z,1/2-y -1/2+z,1/2+y,1/2+x -1/2+z,1/2-y,1/2-x -1/2-z,1/2+y,1/2-x -1/2-z,1/2-y,1/2+x - -218 -P -4n 2 3 -P -4 3 n -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2+z,1/2+y -1/2-x,1/2+z,1/2-y -1/2-x,1/2-z,1/2+y -1/2+x,1/2-z,1/2-y -1/2+z,1/2+y,1/2+x -1/2+z,1/2-y,1/2-x -1/2-z,1/2+y,1/2-x -1/2-z,1/2-y,1/2+x - -219 -F -4c 2 3 -F -4 3 c -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2+z -1/2-y,1/2-x,1/2+z -1/2+y,1/2-x,1/2-z -1/2-y,1/2+x,1/2-z -1/2+x,1/2+z,1/2+y -1/2-x,1/2+z,1/2-y -1/2-x,1/2-z,1/2+y -1/2+x,1/2-z,1/2-y -1/2+z,1/2+y,1/2+x -1/2+z,1/2-y,1/2-x -1/2-z,1/2+y,1/2-x -1/2-z,1/2-y,1/2+x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -1/2+y,x,z -1/2-y,-x,z -1/2+y,-x,-z -1/2-y,x,-z -1/2+x,z,y -1/2-x,z,-y -1/2-x,-z,y -1/2+x,-z,-y -1/2+z,y,x -1/2+z,-y,-x -1/2-z,y,-x -1/2-z,-y,x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -y,1/2+x,z --y,1/2-x,z -y,1/2-x,-z --y,1/2+x,-z -x,1/2+z,y --x,1/2+z,-y --x,1/2-z,y -x,1/2-z,-y -z,1/2+y,x -z,1/2-y,-x --z,1/2+y,-x --z,1/2-y,x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -y,x,1/2+z --y,-x,1/2+z -y,-x,1/2-z --y,x,1/2-z -x,z,1/2+y --x,z,1/2-y --x,-z,1/2+y -x,-z,1/2-y -z,y,1/2+x -z,-y,1/2-x --z,y,1/2-x --z,-y,1/2+x - -220 -I -4bd 2c 3 -I -4 3 d -x,y,z -1/2-x,-y,1/2+z --x,1/2+y,1/2-z -1/2+x,1/2-y,-z -z,x,y -1/2+z,1/2-x,-y -1/2-z,-x,1/2+y --z,1/2+x,1/2-y -y,z,x --y,1/2+z,1/2-x -1/2+y,1/2-z,-x -1/2-y,-z,1/2+x -1/4+y,1/4+x,1/4+z -1/4-y,3/4-x,3/4+z -3/4+y,1/4-x,3/4-z -3/4-y,3/4+x,1/4-z -1/4+x,1/4+z,1/4+y -3/4-x,3/4+z,1/4-y -1/4-x,3/4-z,3/4+y -3/4+x,1/4-z,3/4-y -1/4+z,1/4+y,1/4+x -3/4+z,1/4-y,3/4-x -3/4-z,3/4+y,1/4-x -1/4-z,3/4-y,3/4+x -1/2+x,1/2+y,1/2+z --x,1/2-y,z -1/2-x,y,-z -x,-y,1/2-z -1/2+z,1/2+x,1/2+y -z,-x,1/2-y --z,1/2-x,y -1/2-z,x,-y -1/2+y,1/2+z,1/2+x -1/2-y,z,-x -y,-z,1/2-x --y,1/2-z,x -3/4+y,3/4+x,3/4+z -3/4-y,1/4-x,1/4+z -1/4+y,3/4-x,1/4-z -1/4-y,1/4+x,3/4-z -3/4+x,3/4+z,3/4+y -1/4-x,1/4+z,3/4-y -3/4-x,1/4-z,1/4+y -1/4+x,3/4-z,1/4-y -3/4+z,3/4+y,3/4+x -1/4+z,3/4-y,1/4-x -1/4-z,1/4+y,3/4-x -3/4-z,1/4-y,1/4+x - -221 --P 4 2 3 -P m -3 m -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,-z --y,-x,-z -y,-x,z --y,x,z -x,z,-y --x,z,y --x,-z,-y -x,-z,y -z,y,-x -z,-y,x --z,y,x --z,-y,-x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x --y,-x,z -y,x,z --y,x,-z -y,-x,-z --x,-z,y -x,-z,-y -x,z,y --x,z,-y --z,-y,x --z,y,-x -z,-y,-x -z,y,x - -222 -P 4 2 3 -1n -P n -3 n -x,y,z -1/2-x,1/2-y,z -1/2-x,y,1/2-z -x,1/2-y,1/2-z -z,x,y -z,1/2-x,1/2-y -1/2-z,1/2-x,y -1/2-z,x,1/2-y -y,z,x -1/2-y,z,1/2-x -y,1/2-z,1/2-x -1/2-y,1/2-z,x -y,x,1/2-z -1/2-y,1/2-x,1/2-z -y,1/2-x,z -1/2-y,x,z -x,z,1/2-y -1/2-x,z,y -1/2-x,1/2-z,1/2-y -x,1/2-z,y -z,y,1/2-x -z,1/2-y,x -1/2-z,y,x -1/2-z,1/2-y,1/2-x --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z --z,-x,-y --z,1/2+x,1/2+y -1/2+z,1/2+x,-y -1/2+z,-x,1/2+y --y,-z,-x -1/2+y,-z,1/2+x --y,1/2+z,1/2+x -1/2+y,1/2+z,-x --y,-x,1/2+z -1/2+y,1/2+x,1/2+z --y,1/2+x,-z -1/2+y,-x,-z --x,-z,1/2+y -1/2+x,-z,-y -1/2+x,1/2+z,1/2+y --x,1/2+z,-y --z,-y,1/2+x --z,1/2+y,-x -1/2+z,-y,-x -1/2+z,1/2+y,1/2+x - -222 --P 4a 2bc 3 -P n -3 n -x,y,z -1/2-x,1/2-y,z -1/2-x,y,1/2-z -x,1/2-y,1/2-z -z,x,y -z,1/2-x,1/2-y -1/2-z,1/2-x,y -1/2-z,x,1/2-y -y,z,x -1/2-y,z,1/2-x -y,1/2-z,1/2-x -1/2-y,1/2-z,x -y,x,1/2-z -1/2-y,1/2-x,1/2-z -y,1/2-x,z -1/2-y,x,z -x,z,1/2-y -1/2-x,z,y -1/2-x,1/2-z,1/2-y -x,1/2-z,y -z,y,1/2-x -z,1/2-y,x -1/2-z,y,x -1/2-z,1/2-y,1/2-x --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z --z,-x,-y --z,1/2+x,1/2+y -1/2+z,1/2+x,-y -1/2+z,-x,1/2+y --y,-z,-x -1/2+y,-z,1/2+x --y,1/2+z,1/2+x -1/2+y,1/2+z,-x --y,-x,1/2+z -1/2+y,1/2+x,1/2+z --y,1/2+x,-z -1/2+y,-x,-z --x,-z,1/2+y -1/2+x,-z,-y -1/2+x,1/2+z,1/2+y --x,1/2+z,-y --z,-y,1/2+x --z,1/2+y,-x -1/2+z,-y,-x -1/2+z,1/2+y,1/2+x - -223 --P 4n 2 3 -P m -3 n -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2+y,1/2-x,1/2+z -1/2-y,1/2+x,1/2+z -1/2+x,1/2+z,1/2-y -1/2-x,1/2+z,1/2+y -1/2-x,1/2-z,1/2-y -1/2+x,1/2-z,1/2+y -1/2+z,1/2+y,1/2-x -1/2+z,1/2-y,1/2+x -1/2-z,1/2+y,1/2+x -1/2-z,1/2-y,1/2-x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z -1/2-y,1/2+x,1/2-z -1/2+y,1/2-x,1/2-z -1/2-x,1/2-z,1/2+y -1/2+x,1/2-z,1/2-y -1/2+x,1/2+z,1/2+y -1/2-x,1/2+z,1/2-y -1/2-z,1/2-y,1/2+x -1/2-z,1/2+y,1/2-x -1/2+z,1/2-y,1/2-x -1/2+z,1/2+y,1/2+x - -224 -P 4n 2 3 -1n -P n -3 m -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2+y,1/2-x,1/2+z -1/2-y,1/2+x,1/2+z -1/2+x,1/2+z,1/2-y -1/2-x,1/2+z,1/2+y -1/2-x,1/2-z,1/2-y -1/2+x,1/2-z,1/2+y -1/2+z,1/2+y,1/2-x -1/2+z,1/2-y,1/2+x -1/2-z,1/2+y,1/2+x -1/2-z,1/2-y,1/2-x -1/2-x,1/2-y,1/2-z -1/2+x,1/2+y,1/2-z -1/2+x,1/2-y,1/2+z -1/2-x,1/2+y,1/2+z -1/2-z,1/2-x,1/2-y -1/2-z,1/2+x,1/2+y -1/2+z,1/2+x,1/2-y -1/2+z,1/2-x,1/2+y -1/2-y,1/2-z,1/2-x -1/2+y,1/2-z,1/2+x -1/2-y,1/2+z,1/2+x -1/2+y,1/2+z,1/2-x --y,-x,z -y,x,z --y,x,-z -y,-x,-z --x,-z,y -x,-z,-y -x,z,y --x,z,-y --z,-y,x --z,y,-x -z,-y,-x -z,y,x - -224 --P 4bc 2bc 3 -P n -3 m -x,y,z -1/2-x,1/2-y,z -1/2-x,y,1/2-z -x,1/2-y,1/2-z -z,x,y -z,1/2-x,1/2-y -1/2-z,1/2-x,y -1/2-z,x,1/2-y -y,z,x -1/2-y,z,1/2-x -y,1/2-z,1/2-x -1/2-y,1/2-z,x -1/2+y,1/2+x,-z --y,-x,-z -1/2+y,-x,1/2+z --y,1/2+x,1/2+z -1/2+x,1/2+z,-y --x,1/2+z,1/2+y --x,-z,-y -1/2+x,-z,1/2+y -1/2+z,1/2+y,-x -1/2+z,-y,1/2+x --z,1/2+y,1/2+x --z,-y,-x --x,-y,-z -1/2+x,1/2+y,-z -1/2+x,-y,1/2+z --x,1/2+y,1/2+z --z,-x,-y --z,1/2+x,1/2+y -1/2+z,1/2+x,-y -1/2+z,-x,1/2+y --y,-z,-x -1/2+y,-z,1/2+x --y,1/2+z,1/2+x -1/2+y,1/2+z,-x -1/2-y,1/2-x,z -y,x,z -1/2-y,x,1/2-z -y,1/2-x,1/2-z -1/2-x,1/2-z,y -x,1/2-z,1/2-y -x,z,y -1/2-x,z,1/2-y -1/2-z,1/2-y,x -1/2-z,y,1/2-x -z,1/2-y,1/2-x -z,y,x - -225 --F 4 2 3 -F m -3 m -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -y,x,-z --y,-x,-z -y,-x,z --y,x,z -x,z,-y --x,z,y --x,-z,-y -x,-z,y -z,y,-x -z,-y,x --z,y,x --z,-y,-x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x --y,-x,z -y,x,z --y,x,-z -y,-x,-z --x,-z,y -x,-z,-y -x,z,y --x,z,-y --z,-y,x --z,y,-x -z,-y,-x -z,y,x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -y,1/2+x,1/2-z --y,1/2-x,1/2-z -y,1/2-x,1/2+z --y,1/2+x,1/2+z -x,1/2+z,1/2-y --x,1/2+z,1/2+y --x,1/2-z,1/2-y -x,1/2-z,1/2+y -z,1/2+y,1/2-x -z,1/2-y,1/2+x --z,1/2+y,1/2+x --z,1/2-y,1/2-x --x,1/2-y,1/2-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z --x,1/2+y,1/2+z --z,1/2-x,1/2-y --z,1/2+x,1/2+y -z,1/2+x,1/2-y -z,1/2-x,1/2+y --y,1/2-z,1/2-x -y,1/2-z,1/2+x --y,1/2+z,1/2+x -y,1/2+z,1/2-x --y,1/2-x,1/2+z -y,1/2+x,1/2+z --y,1/2+x,1/2-z -y,1/2-x,1/2-z --x,1/2-z,1/2+y -x,1/2-z,1/2-y -x,1/2+z,1/2+y --x,1/2+z,1/2-y --z,1/2-y,1/2+x --z,1/2+y,1/2-x -z,1/2-y,1/2-x -z,1/2+y,1/2+x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -1/2+y,x,1/2-z -1/2-y,-x,1/2-z -1/2+y,-x,1/2+z -1/2-y,x,1/2+z -1/2+x,z,1/2-y -1/2-x,z,1/2+y -1/2-x,-z,1/2-y -1/2+x,-z,1/2+y -1/2+z,y,1/2-x -1/2+z,-y,1/2+x -1/2-z,y,1/2+x -1/2-z,-y,1/2-x -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2-x,y,1/2+z -1/2-z,-x,1/2-y -1/2-z,x,1/2+y -1/2+z,x,1/2-y -1/2+z,-x,1/2+y -1/2-y,-z,1/2-x -1/2+y,-z,1/2+x -1/2-y,z,1/2+x -1/2+y,z,1/2-x -1/2-y,-x,1/2+z -1/2+y,x,1/2+z -1/2-y,x,1/2-z -1/2+y,-x,1/2-z -1/2-x,-z,1/2+y -1/2+x,-z,1/2-y -1/2+x,z,1/2+y -1/2-x,z,1/2-y -1/2-z,-y,1/2+x -1/2-z,y,1/2-x -1/2+z,-y,1/2-x -1/2+z,y,1/2+x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -1/2+y,1/2+x,-z -1/2-y,1/2-x,-z -1/2+y,1/2-x,z -1/2-y,1/2+x,z -1/2+x,1/2+z,-y -1/2-x,1/2+z,y -1/2-x,1/2-z,-y -1/2+x,1/2-z,y -1/2+z,1/2+y,-x -1/2+z,1/2-y,x -1/2-z,1/2+y,x -1/2-z,1/2-y,-x -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-z,1/2-x,-y -1/2-z,1/2+x,y -1/2+z,1/2+x,-y -1/2+z,1/2-x,y -1/2-y,1/2-z,-x -1/2+y,1/2-z,x -1/2-y,1/2+z,x -1/2+y,1/2+z,-x -1/2-y,1/2-x,z -1/2+y,1/2+x,z -1/2-y,1/2+x,-z -1/2+y,1/2-x,-z -1/2-x,1/2-z,y -1/2+x,1/2-z,-y -1/2+x,1/2+z,y -1/2-x,1/2+z,-y -1/2-z,1/2-y,x -1/2-z,1/2+y,-x -1/2+z,1/2-y,-x -1/2+z,1/2+y,x - -226 --F 4c 2 3 -F m -3 c -x,y,z --x,-y,z --x,y,-z -x,-y,-z -z,x,y -z,-x,-y --z,-x,y --z,x,-y -y,z,x --y,z,-x -y,-z,-x --y,-z,x -1/2+y,1/2+x,1/2-z -1/2-y,1/2-x,1/2-z -1/2+y,1/2-x,1/2+z -1/2-y,1/2+x,1/2+z -1/2+x,1/2+z,1/2-y -1/2-x,1/2+z,1/2+y -1/2-x,1/2-z,1/2-y -1/2+x,1/2-z,1/2+y -1/2+z,1/2+y,1/2-x -1/2+z,1/2-y,1/2+x -1/2-z,1/2+y,1/2+x -1/2-z,1/2-y,1/2-x --x,-y,-z -x,y,-z -x,-y,z --x,y,z --z,-x,-y --z,x,y -z,x,-y -z,-x,y --y,-z,-x -y,-z,x --y,z,x -y,z,-x -1/2-y,1/2-x,1/2+z -1/2+y,1/2+x,1/2+z -1/2-y,1/2+x,1/2-z -1/2+y,1/2-x,1/2-z -1/2-x,1/2-z,1/2+y -1/2+x,1/2-z,1/2-y -1/2+x,1/2+z,1/2+y -1/2-x,1/2+z,1/2-y -1/2-z,1/2-y,1/2+x -1/2-z,1/2+y,1/2-x -1/2+z,1/2-y,1/2-x -1/2+z,1/2+y,1/2+x -x,1/2+y,1/2+z --x,1/2-y,1/2+z --x,1/2+y,1/2-z -x,1/2-y,1/2-z -z,1/2+x,1/2+y -z,1/2-x,1/2-y --z,1/2-x,1/2+y --z,1/2+x,1/2-y -y,1/2+z,1/2+x --y,1/2+z,1/2-x -y,1/2-z,1/2-x --y,1/2-z,1/2+x -1/2+y,x,-z -1/2-y,-x,-z -1/2+y,-x,z -1/2-y,x,z -1/2+x,z,-y -1/2-x,z,y -1/2-x,-z,-y -1/2+x,-z,y -1/2+z,y,-x -1/2+z,-y,x -1/2-z,y,x -1/2-z,-y,-x --x,1/2-y,1/2-z -x,1/2+y,1/2-z -x,1/2-y,1/2+z --x,1/2+y,1/2+z --z,1/2-x,1/2-y --z,1/2+x,1/2+y -z,1/2+x,1/2-y -z,1/2-x,1/2+y --y,1/2-z,1/2-x -y,1/2-z,1/2+x --y,1/2+z,1/2+x -y,1/2+z,1/2-x -1/2-y,-x,z -1/2+y,x,z -1/2-y,x,-z -1/2+y,-x,-z -1/2-x,-z,y -1/2+x,-z,-y -1/2+x,z,y -1/2-x,z,-y -1/2-z,-y,x -1/2-z,y,-x -1/2+z,-y,-x -1/2+z,y,x -1/2+x,y,1/2+z -1/2-x,-y,1/2+z -1/2-x,y,1/2-z -1/2+x,-y,1/2-z -1/2+z,x,1/2+y -1/2+z,-x,1/2-y -1/2-z,-x,1/2+y -1/2-z,x,1/2-y -1/2+y,z,1/2+x -1/2-y,z,1/2-x -1/2+y,-z,1/2-x -1/2-y,-z,1/2+x -y,1/2+x,-z --y,1/2-x,-z -y,1/2-x,z --y,1/2+x,z -x,1/2+z,-y --x,1/2+z,y --x,1/2-z,-y -x,1/2-z,y -z,1/2+y,-x -z,1/2-y,x --z,1/2+y,x --z,1/2-y,-x -1/2-x,-y,1/2-z -1/2+x,y,1/2-z -1/2+x,-y,1/2+z -1/2-x,y,1/2+z -1/2-z,-x,1/2-y -1/2-z,x,1/2+y -1/2+z,x,1/2-y -1/2+z,-x,1/2+y -1/2-y,-z,1/2-x -1/2+y,-z,1/2+x -1/2-y,z,1/2+x -1/2+y,z,1/2-x --y,1/2-x,z -y,1/2+x,z --y,1/2+x,-z -y,1/2-x,-z --x,1/2-z,y -x,1/2-z,-y -x,1/2+z,y --x,1/2+z,-y --z,1/2-y,x --z,1/2+y,-x -z,1/2-y,-x -z,1/2+y,x -1/2+x,1/2+y,z -1/2-x,1/2-y,z -1/2-x,1/2+y,-z -1/2+x,1/2-y,-z -1/2+z,1/2+x,y -1/2+z,1/2-x,-y -1/2-z,1/2-x,y -1/2-z,1/2+x,-y -1/2+y,1/2+z,x -1/2-y,1/2+z,-x -1/2+y,1/2-z,-x -1/2-y,1/2-z,x -y,x,1/2-z --y,-x,1/2-z -y,-x,1/2+z --y,x,1/2+z -x,z,1/2-y --x,z,1/2+y --x,-z,1/2-y -x,-z,1/2+y -z,y,1/2-x -z,-y,1/2+x --z,y,1/2+x --z,-y,1/2-x -1/2-x,1/2-y,-z -1/2+x,1/2+y,-z -1/2+x,1/2-y,z -1/2-x,1/2+y,z -1/2-z,1/2-x,-y -1/2-z,1/2+x,y -1/2+z,1/2+x,-y -1/2+z,1/2-x,y -1/2-y,1/2-z,-x -1/2+y,1/2-z,x -1/2-y,1/2+z,x -1/2+y,1/2+z,-x --y,-x,1/2+z -y,x,1/2+z --y,x,1/2-z -y,-x,1/2-z --x,-z,1/2+y -x,-z,1/2-y -x,z,1/2+y --x,z,1/2-y --z,-y,1/2+x --z,y,1/2-x -z,-y,1/2-x -z,y,1/2+x - -227 -F 4d 2 3 -1d -F d -3 m -x,y,z --x,1/2-y,1/2+z -1/2-x,1/2+y,-z -1/2+x,-y,1/2-z -z,x,y -1/2+z,-x,1/2-y --z,1/2-x,1/2+y -1/2-z,1/2+x,-y -y,z,x -1/2-y,1/2+z,-x -1/2+y,-z,1/2-x --y,1/2-z,1/2+x -3/4+y,1/4+x,3/4-z -1/4-y,1/4-x,1/4-z -1/4+y,3/4-x,3/4+z -3/4-y,3/4+x,1/4+z -3/4+x,1/4+z,3/4-y -3/4-x,3/4+z,1/4+y -1/4-x,1/4-z,1/4-y -1/4+x,3/4-z,3/4+y -3/4+z,1/4+y,3/4-x -1/4+z,3/4-y,3/4+x -3/4-z,3/4+y,1/4+x -1/4-z,1/4-y,1/4-x -1/4-x,1/4-y,1/4-z -1/4+x,3/4+y,3/4-z -3/4+x,3/4-y,1/4+z -3/4-x,1/4+y,3/4+z -1/4-z,1/4-x,1/4-y -3/4-z,1/4+x,3/4+y -1/4+z,3/4+x,3/4-y -3/4+z,3/4-x,1/4+y -1/4-y,1/4-z,1/4-x -3/4+y,3/4-z,1/4+x -3/4-y,1/4+z,3/4+x -1/4+y,3/4+z,3/4-x -1/2-y,-x,1/2+z -y,x,z --y,1/2+x,1/2-z -1/2+y,1/2-x,-z -1/2-x,-z,1/2+y -1/2+x,1/2-z,-y -x,z,y --x,1/2+z,1/2-y -1/2-z,-y,1/2+x --z,1/2+y,1/2-x -1/2+z,1/2-y,-x -z,y,x -x,1/2+y,1/2+z --x,-y,z -1/2-x,y,1/2-z -1/2+x,1/2-y,-z -z,1/2+x,1/2+y -1/2+z,1/2-x,-y --z,-x,y -1/2-z,x,1/2-y -y,1/2+z,1/2+x -1/2-y,z,1/2-x -1/2+y,1/2-z,-x --y,-z,x -3/4+y,3/4+x,1/4-z -1/4-y,3/4-x,3/4-z -1/4+y,1/4-x,1/4+z -3/4-y,1/4+x,3/4+z -3/4+x,3/4+z,1/4-y -3/4-x,1/4+z,3/4+y -1/4-x,3/4-z,3/4-y -1/4+x,1/4-z,1/4+y -3/4+z,3/4+y,1/4-x -1/4+z,1/4-y,1/4+x -3/4-z,1/4+y,3/4+x -1/4-z,3/4-y,3/4-x -1/4-x,3/4-y,3/4-z -1/4+x,1/4+y,1/4-z -3/4+x,1/4-y,3/4+z -3/4-x,3/4+y,1/4+z -1/4-z,3/4-x,3/4-y -3/4-z,3/4+x,1/4+y -1/4+z,1/4+x,1/4-y -3/4+z,1/4-x,3/4+y -1/4-y,3/4-z,3/4-x -3/4+y,1/4-z,3/4+x -3/4-y,3/4+z,1/4+x -1/4+y,1/4+z,1/4-x -1/2-y,1/2-x,z -y,1/2+x,1/2+z --y,x,-z -1/2+y,-x,1/2-z -1/2-x,1/2-z,y -1/2+x,-z,1/2-y -x,1/2+z,1/2+y --x,z,-y -1/2-z,1/2-y,x --z,y,-x -1/2+z,-y,1/2-x -z,1/2+y,1/2+x -1/2+x,y,1/2+z -1/2-x,1/2-y,z --x,1/2+y,1/2-z -x,-y,-z -1/2+z,x,1/2+y -z,-x,-y -1/2-z,1/2-x,y --z,1/2+x,1/2-y -1/2+y,z,1/2+x --y,1/2+z,1/2-x -y,-z,-x -1/2-y,1/2-z,x -1/4+y,1/4+x,1/4-z -3/4-y,1/4-x,3/4-z -3/4+y,3/4-x,1/4+z -1/4-y,3/4+x,3/4+z -1/4+x,1/4+z,1/4-y -1/4-x,3/4+z,3/4+y -3/4-x,1/4-z,3/4-y -3/4+x,3/4-z,1/4+y -1/4+z,1/4+y,1/4-x -3/4+z,3/4-y,1/4+x -1/4-z,3/4+y,3/4+x -3/4-z,1/4-y,3/4-x -3/4-x,1/4-y,3/4-z -3/4+x,3/4+y,1/4-z -1/4+x,3/4-y,3/4+z -1/4-x,1/4+y,1/4+z -3/4-z,1/4-x,3/4-y -1/4-z,1/4+x,1/4+y -3/4+z,3/4+x,1/4-y -1/4+z,3/4-x,3/4+y -3/4-y,1/4-z,3/4-x -1/4+y,3/4-z,3/4+x -1/4-y,1/4+z,1/4+x -3/4+y,3/4+z,1/4-x --y,-x,z -1/2+y,x,1/2+z -1/2-y,1/2+x,-z -y,1/2-x,1/2-z --x,-z,y -x,1/2-z,1/2-y -1/2+x,z,1/2+y -1/2-x,1/2+z,-y --z,-y,x -1/2-z,1/2+y,-x -z,1/2-y,1/2-x -1/2+z,y,1/2+x -1/2+x,1/2+y,z -1/2-x,-y,1/2+z --x,y,-z -x,1/2-y,1/2-z -1/2+z,1/2+x,y -z,1/2-x,1/2-y -1/2-z,-x,1/2+y --z,x,-y -1/2+y,1/2+z,x --y,z,-x -y,1/2-z,1/2-x -1/2-y,-z,1/2+x -1/4+y,3/4+x,3/4-z -3/4-y,3/4-x,1/4-z -3/4+y,1/4-x,3/4+z -1/4-y,1/4+x,1/4+z -1/4+x,3/4+z,3/4-y -1/4-x,1/4+z,1/4+y -3/4-x,3/4-z,1/4-y -3/4+x,1/4-z,3/4+y -1/4+z,3/4+y,3/4-x -3/4+z,1/4-y,3/4+x -1/4-z,1/4+y,1/4+x -3/4-z,3/4-y,1/4-x -3/4-x,3/4-y,1/4-z -3/4+x,1/4+y,3/4-z -1/4+x,1/4-y,1/4+z -1/4-x,3/4+y,3/4+z -3/4-z,3/4-x,1/4-y -1/4-z,3/4+x,3/4+y -3/4+z,1/4+x,3/4-y -1/4+z,1/4-x,1/4+y -3/4-y,3/4-z,1/4-x -1/4+y,1/4-z,1/4+x -1/4-y,3/4+z,3/4+x -3/4+y,1/4+z,3/4-x --y,1/2-x,1/2+z -1/2+y,1/2+x,z -1/2-y,x,1/2-z -y,-x,-z --x,1/2-z,1/2+y -x,-z,-y -1/2+x,1/2+z,y -1/2-x,z,1/2-y --z,1/2-y,1/2+x -1/2-z,y,1/2-x -z,-y,-x -1/2+z,1/2+y,x - -227 --F 4vw 2vw 3 -F d -3 m -x,y,z -3/4-x,1/4-y,1/2+z -1/4-x,1/2+y,3/4-z -1/2+x,3/4-y,1/4-z -z,x,y -1/2+z,3/4-x,1/4-y -3/4-z,1/4-x,1/2+y -1/4-z,1/2+x,3/4-y -y,z,x -1/4-y,1/2+z,3/4-x -1/2+y,3/4-z,1/4-x -3/4-y,1/4-z,1/2+x -3/4+y,1/4+x,1/2-z --y,-x,-z -1/4+y,1/2-x,3/4+z -1/2-y,3/4+x,1/4+z -3/4+x,1/4+z,1/2-y -1/2-x,3/4+z,1/4+y --x,-z,-y -1/4+x,1/2-z,3/4+y -3/4+z,1/4+y,1/2-x -1/4+z,1/2-y,3/4+x -1/2-z,3/4+y,1/4+x --z,-y,-x --x,-y,-z -1/4+x,3/4+y,1/2-z -3/4+x,1/2-y,1/4+z -1/2-x,1/4+y,3/4+z --z,-x,-y -1/2-z,1/4+x,3/4+y -1/4+z,3/4+x,1/2-y -3/4+z,1/2-x,1/4+y --y,-z,-x -3/4+y,1/2-z,1/4+x -1/2-y,1/4+z,3/4+x -1/4+y,3/4+z,1/2-x -1/4-y,3/4-x,1/2+z -y,x,z -3/4-y,1/2+x,1/4-z -1/2+y,1/4-x,3/4-z -1/4-x,3/4-z,1/2+y -1/2+x,1/4-z,3/4-y -x,z,y -3/4-x,1/2+z,1/4-y -1/4-z,3/4-y,1/2+x -3/4-z,1/2+y,1/4-x -1/2+z,1/4-y,3/4-x -z,y,x -x,1/2+y,1/2+z -3/4-x,3/4-y,z -1/4-x,y,1/4-z -1/2+x,1/4-y,3/4-z -z,1/2+x,1/2+y -1/2+z,1/4-x,3/4-y -3/4-z,3/4-x,y -1/4-z,x,1/4-y -y,1/2+z,1/2+x -1/4-y,z,1/4-x -1/2+y,1/4-z,3/4-x -3/4-y,3/4-z,x -3/4+y,3/4+x,-z --y,1/2-x,1/2-z -1/4+y,-x,1/4+z -1/2-y,1/4+x,3/4+z -3/4+x,3/4+z,-y -1/2-x,1/4+z,3/4+y --x,1/2-z,1/2-y -1/4+x,-z,1/4+y -3/4+z,3/4+y,-x -1/4+z,-y,1/4+x -1/2-z,1/4+y,3/4+x --z,1/2-y,1/2-x --x,1/2-y,1/2-z -1/4+x,1/4+y,-z -3/4+x,-y,3/4+z -1/2-x,3/4+y,1/4+z --z,1/2-x,1/2-y -1/2-z,3/4+x,1/4+y -1/4+z,1/4+x,-y -3/4+z,-x,3/4+y --y,1/2-z,1/2-x -3/4+y,-z,3/4+x -1/2-y,3/4+z,1/4+x -1/4+y,1/4+z,-x -1/4-y,1/4-x,z -y,1/2+x,1/2+z -3/4-y,x,3/4-z -1/2+y,3/4-x,1/4-z -1/4-x,1/4-z,y -1/2+x,3/4-z,1/4-y -x,1/2+z,1/2+y -3/4-x,z,3/4-y -1/4-z,1/4-y,x -3/4-z,y,3/4-x -1/2+z,3/4-y,1/4-x -z,1/2+y,1/2+x -1/2+x,y,1/2+z -1/4-x,1/4-y,z -3/4-x,1/2+y,1/4-z -x,3/4-y,3/4-z -1/2+z,x,1/2+y -z,3/4-x,3/4-y -1/4-z,1/4-x,y -3/4-z,1/2+x,1/4-y -1/2+y,z,1/2+x -3/4-y,1/2+z,1/4-x -y,3/4-z,3/4-x -1/4-y,1/4-z,x -1/4+y,1/4+x,-z -1/2-y,-x,1/2-z -3/4+y,1/2-x,1/4+z --y,3/4+x,3/4+z -1/4+x,1/4+z,-y --x,3/4+z,3/4+y -1/2-x,-z,1/2-y -3/4+x,1/2-z,1/4+y -1/4+z,1/4+y,-x -3/4+z,1/2-y,1/4+x --z,3/4+y,3/4+x -1/2-z,-y,1/2-x -1/2-x,-y,1/2-z -3/4+x,3/4+y,-z -1/4+x,1/2-y,3/4+z --x,1/4+y,1/4+z -1/2-z,-x,1/2-y --z,1/4+x,1/4+y -3/4+z,3/4+x,-y -1/4+z,1/2-x,3/4+y -1/2-y,-z,1/2-x -1/4+y,1/2-z,3/4+x --y,1/4+z,1/4+x -3/4+y,3/4+z,-x -3/4-y,3/4-x,z -1/2+y,x,1/2+z -1/4-y,1/2+x,3/4-z -y,1/4-x,1/4-z -3/4-x,3/4-z,y -x,1/4-z,1/4-y -1/2+x,z,1/2+y -1/4-x,1/2+z,3/4-y -3/4-z,3/4-y,x -1/4-z,1/2+y,3/4-x -z,1/4-y,1/4-x -1/2+z,y,1/2+x -1/2+x,1/2+y,z -1/4-x,3/4-y,1/2+z -3/4-x,y,3/4-z -x,1/4-y,1/4-z -1/2+z,1/2+x,y -z,1/4-x,1/4-y -1/4-z,3/4-x,1/2+y -3/4-z,x,3/4-y -1/2+y,1/2+z,x -3/4-y,z,3/4-x -y,1/4-z,1/4-x -1/4-y,3/4-z,1/2+x -1/4+y,3/4+x,1/2-z -1/2-y,1/2-x,-z -3/4+y,-x,3/4+z --y,1/4+x,1/4+z -1/4+x,3/4+z,1/2-y --x,1/4+z,1/4+y -1/2-x,1/2-z,-y -3/4+x,-z,3/4+y -1/4+z,3/4+y,1/2-x -3/4+z,-y,3/4+x --z,1/4+y,1/4+x -1/2-z,1/2-y,-x -1/2-x,1/2-y,-z -3/4+x,1/4+y,1/2-z -1/4+x,-y,1/4+z --x,3/4+y,3/4+z -1/2-z,1/2-x,-y --z,3/4+x,3/4+y -3/4+z,1/4+x,1/2-y -1/4+z,-x,1/4+y -1/2-y,1/2-z,-x -1/4+y,-z,1/4+x --y,3/4+z,3/4+x -3/4+y,1/4+z,1/2-x -3/4-y,1/4-x,1/2+z -1/2+y,1/2+x,z -1/4-y,x,1/4-z -y,3/4-x,3/4-z -3/4-x,1/4-z,1/2+y -x,3/4-z,3/4-y -1/2+x,1/2+z,y -1/4-x,z,1/4-y -3/4-z,1/4-y,1/2+x -1/4-z,y,1/4-x -z,3/4-y,3/4-x -1/2+z,1/2+y,x - -228 -F 4d 2 3 -1cd -F d -3 c -x,y,z --x,1/2-y,1/2+z -1/2-x,1/2+y,-z -1/2+x,-y,1/2-z -z,x,y -1/2+z,-x,1/2-y --z,1/2-x,1/2+y -1/2-z,1/2+x,-y -y,z,x -1/2-y,1/2+z,-x -1/2+y,-z,1/2-x --y,1/2-z,1/2+x -3/4+y,1/4+x,3/4-z -1/4-y,1/4-x,1/4-z -1/4+y,3/4-x,3/4+z -3/4-y,3/4+x,1/4+z -3/4+x,1/4+z,3/4-y -3/4-x,3/4+z,1/4+y -1/4-x,1/4-z,1/4-y -1/4+x,3/4-z,3/4+y -3/4+z,1/4+y,3/4-x -1/4+z,3/4-y,3/4+x -3/4-z,3/4+y,1/4+x -1/4-z,1/4-y,1/4-x -3/4-x,3/4-y,3/4-z -3/4+x,1/4+y,1/4-z -1/4+x,1/4-y,3/4+z -1/4-x,3/4+y,1/4+z -3/4-z,3/4-x,3/4-y -1/4-z,3/4+x,1/4+y -3/4+z,1/4+x,1/4-y -1/4+z,1/4-x,3/4+y -3/4-y,3/4-z,3/4-x -1/4+y,1/4-z,3/4+x -1/4-y,3/4+z,1/4+x -3/4+y,1/4+z,1/4-x --y,1/2-x,z -1/2+y,1/2+x,1/2+z -1/2-y,x,-z -y,-x,1/2-z --x,1/2-z,y -x,-z,1/2-y -1/2+x,1/2+z,1/2+y -1/2-x,z,-y --z,1/2-y,x -1/2-z,y,-x -z,-y,1/2-x -1/2+z,1/2+y,1/2+x -x,1/2+y,1/2+z --x,-y,z -1/2-x,y,1/2-z -1/2+x,1/2-y,-z -z,1/2+x,1/2+y -1/2+z,1/2-x,-y --z,-x,y -1/2-z,x,1/2-y -y,1/2+z,1/2+x -1/2-y,z,1/2-x -1/2+y,1/2-z,-x --y,-z,x -3/4+y,3/4+x,1/4-z -1/4-y,3/4-x,3/4-z -1/4+y,1/4-x,1/4+z -3/4-y,1/4+x,3/4+z -3/4+x,3/4+z,1/4-y -3/4-x,1/4+z,3/4+y -1/4-x,3/4-z,3/4-y -1/4+x,1/4-z,1/4+y -3/4+z,3/4+y,1/4-x -1/4+z,1/4-y,1/4+x -3/4-z,1/4+y,3/4+x -1/4-z,3/4-y,3/4-x -3/4-x,1/4-y,1/4-z -3/4+x,3/4+y,3/4-z -1/4+x,3/4-y,1/4+z -1/4-x,1/4+y,3/4+z -3/4-z,1/4-x,1/4-y -1/4-z,1/4+x,3/4+y -3/4+z,3/4+x,3/4-y -1/4+z,3/4-x,1/4+y -3/4-y,1/4-z,1/4-x -1/4+y,3/4-z,1/4+x -1/4-y,1/4+z,3/4+x -3/4+y,3/4+z,3/4-x --y,-x,1/2+z -1/2+y,x,z -1/2-y,1/2+x,1/2-z -y,1/2-x,-z --x,-z,1/2+y -x,1/2-z,-y -1/2+x,z,y -1/2-x,1/2+z,1/2-y --z,-y,1/2+x -1/2-z,1/2+y,1/2-x -z,1/2-y,-x -1/2+z,y,x -1/2+x,y,1/2+z -1/2-x,1/2-y,z --x,1/2+y,1/2-z -x,-y,-z -1/2+z,x,1/2+y -z,-x,-y -1/2-z,1/2-x,y --z,1/2+x,1/2-y -1/2+y,z,1/2+x --y,1/2+z,1/2-x -y,-z,-x -1/2-y,1/2-z,x -1/4+y,1/4+x,1/4-z -3/4-y,1/4-x,3/4-z -3/4+y,3/4-x,1/4+z -1/4-y,3/4+x,3/4+z -1/4+x,1/4+z,1/4-y -1/4-x,3/4+z,3/4+y -3/4-x,1/4-z,3/4-y -3/4+x,3/4-z,1/4+y -1/4+z,1/4+y,1/4-x -3/4+z,3/4-y,1/4+x -1/4-z,3/4+y,3/4+x -3/4-z,1/4-y,3/4-x -1/4-x,3/4-y,1/4-z -1/4+x,1/4+y,3/4-z -3/4+x,1/4-y,1/4+z -3/4-x,3/4+y,3/4+z -1/4-z,3/4-x,1/4-y -3/4-z,3/4+x,3/4+y -1/4+z,1/4+x,3/4-y -3/4+z,1/4-x,1/4+y -1/4-y,3/4-z,1/4-x -3/4+y,1/4-z,1/4+x -3/4-y,3/4+z,3/4+x -1/4+y,1/4+z,3/4-x -1/2-y,1/2-x,1/2+z -y,1/2+x,z --y,x,1/2-z -1/2+y,-x,-z -1/2-x,1/2-z,1/2+y -1/2+x,-z,-y -x,1/2+z,y --x,z,1/2-y -1/2-z,1/2-y,1/2+x --z,y,1/2-x -1/2+z,-y,-x -z,1/2+y,x -1/2+x,1/2+y,z -1/2-x,-y,1/2+z --x,y,-z -x,1/2-y,1/2-z -1/2+z,1/2+x,y -z,1/2-x,1/2-y -1/2-z,-x,1/2+y --z,x,-y -1/2+y,1/2+z,x --y,z,-x -y,1/2-z,1/2-x -1/2-y,-z,1/2+x -1/4+y,3/4+x,3/4-z -3/4-y,3/4-x,1/4-z -3/4+y,1/4-x,3/4+z -1/4-y,1/4+x,1/4+z -1/4+x,3/4+z,3/4-y -1/4-x,1/4+z,1/4+y -3/4-x,3/4-z,1/4-y -3/4+x,1/4-z,3/4+y -1/4+z,3/4+y,3/4-x -3/4+z,1/4-y,3/4+x -1/4-z,1/4+y,1/4+x -3/4-z,3/4-y,1/4-x -1/4-x,1/4-y,3/4-z -1/4+x,3/4+y,1/4-z -3/4+x,3/4-y,3/4+z -3/4-x,1/4+y,1/4+z -1/4-z,1/4-x,3/4-y -3/4-z,1/4+x,1/4+y -1/4+z,3/4+x,1/4-y -3/4+z,3/4-x,3/4+y -1/4-y,1/4-z,3/4-x -3/4+y,3/4-z,3/4+x -3/4-y,1/4+z,1/4+x -1/4+y,3/4+z,1/4-x -1/2-y,-x,z -y,x,1/2+z --y,1/2+x,-z -1/2+y,1/2-x,1/2-z -1/2-x,-z,y -1/2+x,1/2-z,1/2-y -x,z,1/2+y --x,1/2+z,-y -1/2-z,-y,x --z,1/2+y,-x -1/2+z,1/2-y,1/2-x -z,y,1/2+x - -228 --F 4cvw 2vw 3 -F d -3 c -x,y,z -1/4-x,3/4-y,1/2+z -3/4-x,1/2+y,1/4-z -1/2+x,1/4-y,3/4-z -z,x,y -1/2+z,1/4-x,3/4-y -1/4-z,3/4-x,1/2+y -3/4-z,1/2+x,1/4-y -y,z,x -3/4-y,1/2+z,1/4-x -1/2+y,1/4-z,3/4-x -1/4-y,3/4-z,1/2+x -3/4+y,1/4+x,-z -1/2-y,1/2-x,1/2-z -1/4+y,-x,3/4+z --y,3/4+x,1/4+z -3/4+x,1/4+z,-y --x,3/4+z,1/4+y -1/2-x,1/2-z,1/2-y -1/4+x,-z,3/4+y -3/4+z,1/4+y,-x -1/4+z,-y,3/4+x --z,3/4+y,1/4+x -1/2-z,1/2-y,1/2-x --x,-y,-z -3/4+x,1/4+y,1/2-z -1/4+x,1/2-y,3/4+z -1/2-x,3/4+y,1/4+z --z,-x,-y -1/2-z,3/4+x,1/4+y -3/4+z,1/4+x,1/2-y -1/4+z,1/2-x,3/4+y --y,-z,-x -1/4+y,1/2-z,3/4+x -1/2-y,3/4+z,1/4+x -3/4+y,1/4+z,1/2-x -1/4-y,3/4-x,z -1/2+y,1/2+x,1/2+z -3/4-y,x,1/4-z -y,1/4-x,3/4-z -1/4-x,3/4-z,y -x,1/4-z,3/4-y -1/2+x,1/2+z,1/2+y -3/4-x,z,1/4-y -1/4-z,3/4-y,x -3/4-z,y,1/4-x -z,1/4-y,3/4-x -1/2+z,1/2+y,1/2+x -x,1/2+y,1/2+z -1/4-x,1/4-y,z -3/4-x,y,3/4-z -1/2+x,3/4-y,1/4-z -z,1/2+x,1/2+y -1/2+z,3/4-x,1/4-y -1/4-z,1/4-x,y -3/4-z,x,3/4-y -y,1/2+z,1/2+x -3/4-y,z,3/4-x -1/2+y,3/4-z,1/4-x -1/4-y,1/4-z,x -3/4+y,3/4+x,1/2-z -1/2-y,-x,-z -1/4+y,1/2-x,1/4+z --y,1/4+x,3/4+z -3/4+x,3/4+z,1/2-y --x,1/4+z,3/4+y -1/2-x,-z,-y -1/4+x,1/2-z,1/4+y -3/4+z,3/4+y,1/2-x -1/4+z,1/2-y,1/4+x --z,1/4+y,3/4+x -1/2-z,-y,-x --x,1/2-y,1/2-z -3/4+x,3/4+y,-z -1/4+x,-y,1/4+z -1/2-x,1/4+y,3/4+z --z,1/2-x,1/2-y -1/2-z,1/4+x,3/4+y -3/4+z,3/4+x,-y -1/4+z,-x,1/4+y --y,1/2-z,1/2-x -1/4+y,-z,1/4+x -1/2-y,1/4+z,3/4+x -3/4+y,3/4+z,-x -1/4-y,1/4-x,1/2+z -1/2+y,x,z -3/4-y,1/2+x,3/4-z -y,3/4-x,1/4-z -1/4-x,1/4-z,1/2+y -x,3/4-z,1/4-y -1/2+x,z,y -3/4-x,1/2+z,3/4-y -1/4-z,1/4-y,1/2+x -3/4-z,1/2+y,3/4-x -z,3/4-y,1/4-x -1/2+z,y,x -1/2+x,y,1/2+z -3/4-x,3/4-y,z -1/4-x,1/2+y,3/4-z -x,1/4-y,1/4-z -1/2+z,x,1/2+y -z,1/4-x,1/4-y -3/4-z,3/4-x,y -1/4-z,1/2+x,3/4-y -1/2+y,z,1/2+x -1/4-y,1/2+z,3/4-x -y,1/4-z,1/4-x -3/4-y,3/4-z,x -1/4+y,1/4+x,1/2-z --y,1/2-x,-z -3/4+y,-x,1/4+z -1/2-y,3/4+x,3/4+z -1/4+x,1/4+z,1/2-y -1/2-x,3/4+z,3/4+y --x,1/2-z,-y -3/4+x,-z,1/4+y -1/4+z,1/4+y,1/2-x -3/4+z,-y,1/4+x -1/2-z,3/4+y,3/4+x --z,1/2-y,-x -1/2-x,-y,1/2-z -1/4+x,1/4+y,-z -3/4+x,1/2-y,1/4+z --x,3/4+y,3/4+z -1/2-z,-x,1/2-y --z,3/4+x,3/4+y -1/4+z,1/4+x,-y -3/4+z,1/2-x,1/4+y -1/2-y,-z,1/2-x -3/4+y,1/2-z,1/4+x --y,3/4+z,3/4+x -1/4+y,1/4+z,-x -3/4-y,3/4-x,1/2+z -y,1/2+x,z -1/4-y,x,3/4-z -1/2+y,1/4-x,1/4-z -3/4-x,3/4-z,1/2+y -1/2+x,1/4-z,1/4-y -x,1/2+z,y -1/4-x,z,3/4-y -3/4-z,3/4-y,1/2+x -1/4-z,y,3/4-x -1/2+z,1/4-y,1/4-x -z,1/2+y,x -1/2+x,1/2+y,z -3/4-x,1/4-y,1/2+z -1/4-x,y,1/4-z -x,3/4-y,3/4-z -1/2+z,1/2+x,y -z,3/4-x,3/4-y -3/4-z,1/4-x,1/2+y -1/4-z,x,1/4-y -1/2+y,1/2+z,x -1/4-y,z,1/4-x -y,3/4-z,3/4-x -3/4-y,1/4-z,1/2+x -1/4+y,3/4+x,-z --y,-x,1/2-z -3/4+y,1/2-x,3/4+z -1/2-y,1/4+x,1/4+z -1/4+x,3/4+z,-y -1/2-x,1/4+z,1/4+y --x,-z,1/2-y -3/4+x,1/2-z,3/4+y -1/4+z,3/4+y,-x -3/4+z,1/2-y,3/4+x -1/2-z,1/4+y,1/4+x --z,-y,1/2-x -1/2-x,1/2-y,-z -1/4+x,3/4+y,1/2-z -3/4+x,-y,3/4+z --x,1/4+y,1/4+z -1/2-z,1/2-x,-y --z,1/4+x,1/4+y -1/4+z,3/4+x,1/2-y -3/4+z,-x,3/4+y -1/2-y,1/2-z,-x -3/4+y,-z,3/4+x --y,1/4+z,1/4+x -1/4+y,3/4+z,1/2-x -3/4-y,1/4-x,z -y,x,1/2+z -1/4-y,1/2+x,1/4-z -1/2+y,3/4-x,3/4-z -3/4-x,1/4-z,y -1/2+x,3/4-z,3/4-y -x,z,1/2+y -1/4-x,1/2+z,1/4-y -3/4-z,1/4-y,x -1/4-z,1/2+y,1/4-x -1/2+z,3/4-y,3/4-x -z,y,1/2+x - -229 --I 4 2 3 -I m -3 m -x,y,z --y,x,z --x,-y,z -y,-x,z -x,-y,-z -y,x,-z --x,y,-z --y,-x,-z -z,x,y --x,z,y --z,-x,y -x,-z,y -z,-x,-y -x,z,-y --z,x,-y --x,-z,-y -y,z,x -y,-z,-x -z,y,-x --y,z,-x --z,-y,-x --y,-z,x -z,-y,x --z,y,x --x,-y,-z -y,-x,-z -x,y,-z --y,x,-z --x,y,z --y,-x,z -x,-y,z -y,x,z --z,-x,-y -x,-z,-y -z,x,-y --x,z,-y --z,x,y --x,-z,y -z,-x,y -x,z,y --y,-z,-x --y,z,x --z,-y,x -y,-z,x -z,y,x -y,z,-x --z,y,-x -z,-y,-x -x+1/2,y+1/2,z+1/2 --y+1/2,x+1/2,z+1/2 --x+1/2,-y+1/2,z+1/2 -y+1/2,-x+1/2,z+1/2 -x+1/2,-y+1/2,-z+1/2 -y+1/2,x+1/2,-z+1/2 --x+1/2,y+1/2,-z+1/2 --y+1/2,-x+1/2,-z+1/2 -z+1/2,x+1/2,y+1/2 --x+1/2,z+1/2,y+1/2 --z+1/2,-x+1/2,y+1/2 -x+1/2,-z+1/2,y+1/2 -z+1/2,-x+1/2,-y+1/2 -x+1/2,z+1/2,-y+1/2 --z+1/2,x+1/2,-y+1/2 --x+1/2,-z+1/2,-y+1/2 -y+1/2,z+1/2,x+1/2 -y+1/2,-z+1/2,-x+1/2 -z+1/2,y+1/2,-x+1/2 --y+1/2,z+1/2,-x+1/2 --z+1/2,-y+1/2,-x+1/2 --y+1/2,-z+1/2,x+1/2 -z+1/2,-y+1/2,x+1/2 --z+1/2,y+1/2,x+1/2 --x+1/2,-y+1/2,-z+1/2 -y+1/2,-x+1/2,-z+1/2 -x+1/2,y+1/2,-z+1/2 --y+1/2,x+1/2,-z+1/2 --x+1/2,y+1/2,z+1/2 --y+1/2,-x+1/2,z+1/2 -x+1/2,-y+1/2,z+1/2 -y+1/2,x+1/2,z+1/2 --z+1/2,-x+1/2,-y+1/2 -x+1/2,-z+1/2,-y+1/2 -z+1/2,x+1/2,-y+1/2 --x+1/2,z+1/2,-y+1/2 --z+1/2,x+1/2,y+1/2 --x+1/2,-z+1/2,y+1/2 -z+1/2,-x+1/2,y+1/2 -x+1/2,z+1/2,y+1/2 --y+1/2,-z+1/2,-x+1/2 --y+1/2,z+1/2,x+1/2 --z+1/2,-y+1/2,x+1/2 -y+1/2,-z+1/2,x+1/2 -z+1/2,y+1/2,x+1/2 -y+1/2,z+1/2,-x+1/2 --z+1/2,y+1/2,-x+1/2 -z+1/2,-y+1/2,-x+1/2 - -230 --I 4bd 2c 3 -I a -3 d -x,y,z -1/2+x,1/2+y,1/2+z -z,1/2-x,1/2+y -1/2+z,-x,y --y,1/2+z,1/2-x -1/2-y,z,-x -x,1/2-y,1/2+z -1/2+x,-y,z --z,1/2+x,1/2-y -1/2-z,x,-y -y,1/2-z,1/2+x -1/2+y,-z,x --x,1/2+y,1/2-z -1/2-x,y,-z -3/4+x,1/4-z,3/4-y -1/4+x,3/4-z,1/4-y -3/4-z,1/4+y,3/4+x -1/4-z,3/4+y,1/4+x -3/4+y,1/4-x,3/4-z -1/4+y,3/4-x,1/4-z -3/4-x,1/4+z,3/4+y -1/4-x,3/4+z,1/4+y -3/4+z,1/4-y,3/4-x -1/4+z,3/4-y,1/4-x -3/4-y,1/4+x,3/4+z -1/4-y,3/4+x,1/4+z -1/4+x,1/4+z,1/4+y -3/4+x,3/4+z,3/4+y -1/4-z,1/4-y,1/4-x -3/4-z,3/4-y,3/4-x -1/4+y,1/4+x,1/4+z -3/4+y,3/4+x,3/4+z -1/4-x,1/4-z,1/4-y -3/4-x,3/4-z,3/4-y -1/4+z,1/4+y,1/4+x -3/4+z,3/4+y,3/4+x -1/4-y,1/4-x,1/4-z -3/4-y,3/4-x,3/4-z -1/2+z,x,1/2-y -z,1/2+x,-y -1/2-y,-z,1/2+x --y,1/2-z,x -1/2+x,y,1/2-z -x,1/2+y,-z -1/2-z,-x,1/2+y --z,1/2-x,y -1/2+y,z,1/2-x -y,1/2+z,-x -1/2-x,-y,1/2+z --x,1/2-y,z -1/2-z,1/2+x,y --z,x,1/2+y -1/2+y,1/2-z,-x -y,-z,1/2-x -1/2-x,1/2+y,z --x,y,1/2+z -1/2+z,1/2-x,-y -z,-x,1/2-y -1/2-y,1/2+z,x --y,z,1/2+x -1/2+x,1/2-y,-z -x,-y,1/2-z -3/4-x,3/4+z,1/4-y -1/4-x,1/4+z,3/4-y -3/4+z,3/4-y,1/4+x -1/4+z,1/4-y,3/4+x -3/4-y,3/4+x,1/4-z -1/4-y,1/4+x,3/4-z -3/4+x,3/4-z,1/4+y -1/4+x,1/4-z,3/4+y -3/4-z,3/4+y,1/4-x -1/4-z,1/4+y,3/4-x -3/4+y,3/4-x,1/4+z -1/4+y,1/4-x,3/4+z -1/4-x,3/4-z,3/4+y -3/4-x,1/4-z,1/4+y -1/4+z,3/4+y,3/4-x -3/4+z,1/4+y,1/4-x -1/4-y,3/4-x,3/4+z -3/4-y,1/4-x,1/4+z -1/4+x,3/4+z,3/4-y -3/4+x,1/4+z,1/4-y -1/4-z,3/4-y,3/4+x -3/4-z,1/4-y,1/4+x -1/4+y,3/4+x,3/4-z -3/4+y,1/4+x,1/4-z --z,-x,-y -1/2-z,1/2-x,1/2-y -y,z,x -1/2+y,1/2+z,1/2+x --x,-y,-z -1/2-x,1/2-y,1/2-z -z,x,y -1/2+z,1/2+x,1/2+y --y,-z,-x -1/2-y,1/2-z,1/2-x - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/space-groups.xsl --- a/CADDSuite-1.6/data/OpenBabel/space-groups.xsl Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - , - - - - - - - - - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/superatom.txt --- a/CADDSuite-1.6/data/OpenBabel/superatom.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,114 +0,0 @@ -# Translations of superatom labels to SMILES. -# First atom of SMILES string should be the one connected to the rest of -# the molecule. -# Empty lines and lines starting with # are ignored. -# Originally from http://cactus.nci.nih.gov/osra/ -# The left-aligned form is the one recognized in MDL alias lines; -# the right-aligned form may be used in 2D depiction. -# The whole list is used to look up alias names; -# only the part up to a line starting with ## is used to generate aliases. -# and here the largest fragments should be first; -#left right SMILES color -CO2Et EtO2C C(=O)OCC -COOEt EtOOC C(=O)OCC -OiBu iBuO OCC(C)C -tBu tBu C(C)(C)C -nBu nBu CCCC -iPr iPr C(C)C -nPr nPr CCC -Et Et CC -NCF3 F3CN NC(F)(F)F -CF3 F3C C(F)(F)F -CCl3 Cl3C C(Cl)(Cl)Cl -CN NC C#N -NC CN [N+]#[C-] -N(OH)CH3 CH3(OH)N N(O)C -NO2 O2N N(=O)=O -NO ON N=O -SO3H HO3S S(=O)(=O)O -COOH HOOC C(=O)O blue -OEt EtO OCC -OAc AcO OC(=O)C -NHAc AcNH NC(=O)C -Ac Ac C(=O)C -CHO OHC C=O -NMe MeN NC -SMe MeS SC -OMe MeO OC -COO- -OOC C(=O)[O-] -## Only entries above this line are used to *generate* aliases. -Ph Ph c1ccccc1 -OR RO O* -OBz BzO OCc1ccccc1 -THPO THPO O[C@@H]1OCCCC1 -NOH HON NO -CO2Me MeO2C C(=O)OC -COOMe MeOOC C(=O)OC -SO2Me MeO2S S(=O)(=O)C -NMe2 Me2N N(C)C -CO2R RO2C C(=O)O* -COOR ROOC C(=O)O* -NHZ ZNH NC(=O)OCC1=CC=CC=C1 -CH2OH HOCH2 CO -CH2NH2 H2NCH2 CN -Me Me C -OBn BnO OCC1=CC=CC=C1 -NHAm AmNH NCCCCC -OAm AmO OCCCCC -CO2Am AmO2C C(=O)OCCCCC -COOAm AmOOC C(=O)OCCCCC -SAm AmS SCCCCC -NHBn BnNH NCC1=CC=CC=C1 -CO2Bn BnO2C C(=O)OCC1=CC=CC=C1 -SnBu3 Bu3Sn [Sn](CCCC)(CCCC)CCCC -NHBu BuNH NCCCC -OBu BuO OCCCC -CO2Bu BuO2C C(=O)OCCCC -COOBu BuOOC C(=O)OCCCC -SBu BuS SCCCC -CBr3 Br3C C(Br)(Br)Br -NHCbz CbzNH NC(=O)OCC1=CC=CC=C1 -SO2Cl ClSO2 S(Cl)(=O)=O -COBr BrCO C(=O)Br -COBu BuCO C(=O)CCCC -COCF3 F3CCO C(=O)C(F)(F)F -COCl ClCO C(=O)Cl -COCO COCO C(=O)C=O -COEt EtCO C(=O)CC -COF FCO C(=O)F -COMe MeCO C(=O)C -CONEt2 Et2NCO C(=O)(CC)NCC -CONH2 H2NCO C(=O)N -CONHEt EtHNCO C(=O)NCC -CONHMe MeHNCO C(=O)NC -CONMe2 Me2NCO C(=O)(C)NC -COSH HSOC C(=O)S -NEt2 Et2N N(CC)CC -NEt3 Et3N N(CC)(CC)CC -NHEt EtNH NCC -SO2NH2 H2NSO2 S(=O)(N)=O -NHOH HONH ON -NMe2 Me2N N(C)C -OMs MsO CS(O)(=O)=O -OCN NCO N=C=O -SCN NCS N=C=S -NHAm AmHN NCCCCC -NHBn BuHN NCC1=CC=CC=C1 -NHBu BuHN NCCCC -NHEt EtHB NCC -NHOH HOHN NO -NHPr PrHN NCCC -NO ON N=O -POEt2 EtO2P P(OCC)OCC -POEt3 EtO3P P(OCC)(OCC)OCC -POOEt2 Et2OOP P(=O)(OCC)OCC -PrNH HNPr CCCN -SEt CCS SCC -#Aliases from samples provided with InChI -CH HC [CH] -CH- HC- [CH-] -D D [2H] -ND2 D2N [N]([2H])[2H] -DS SD [S][2H] -CH3 H3C C -C2H5 C2H5 CC \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/svgformat.script --- a/CADDSuite-1.6/data/OpenBabel/svgformat.script Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/templates.sdf --- a/CADDSuite-1.6/data/OpenBabel/templates.sdf Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ - - ACD/Labs10200816283D - - 10 12 0 0 0 0 0 0 0 0 1 V2000 - 11.7466 -9.2167 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 11.0827 -10.5962 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 11.4479 -11.8018 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 12.8589 -12.6696 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 14.3767 -11.8246 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 14.5800 -10.5556 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 13.9565 -9.1175 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 12.8891 -8.7118 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 12.5532 -9.6158 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 12.4814 -11.1730 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0 - 1 8 1 0 0 0 0 - 1 2 2 0 0 0 0 - 2 3 1 0 0 0 0 - 3 5 1 0 0 0 0 - 3 4 1 0 0 0 0 - 4 10 1 0 0 0 0 - 4 5 1 0 0 0 0 - 5 6 1 0 0 0 0 - 6 7 2 0 0 0 0 - 7 8 1 0 0 0 0 - 8 9 1 0 0 0 0 - 9 10 2 0 0 0 0 -M END diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/torlib.h --- a/CADDSuite-1.6/data/OpenBabel/torlib.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,479 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_TORLIB_H -#define OB_TORLIB_H - -namespace OpenBabel -{ -static const char TorsionDefaults[] = { - 0x53,0x50,0x33,0x2D,0x53,0x50,0x33,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, - 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x53,0x50,0x32,0x2D,0x53, - 0x50,0x32,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x2D,0x33, - 0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20, - 0x2D,0x31,0x35,0x30,0x2E,0x30,0x0A,0x53,0x50,0x33,0x2D,0x53,0x50,0x32,0x20, - 0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20, - 0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E, - 0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30, - 0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x2D,0x39, - 0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x0A,0x4F,0x40,0x5B,0x43,0x44,0x33, - 0x5D,0x4F,0x5B,0x43,0x44,0x33,0x5D,0x28,0x5B,0x23,0x31,0x5D,0x29,0x40,0x43, - 0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x33,0x30, - 0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A, - 0x4F,0x40,0x5B,0x43,0x44,0x33,0x5D,0x28,0x5B,0x23,0x31,0x5D,0x29,0x4F,0x5B, - 0x43,0x44,0x33,0x5D,0x28,0x5B,0x23,0x31,0x5D,0x29,0x40,0x43,0x20,0x33,0x20, - 0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20, - 0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x44, - 0x31,0x5D,0x7E,0x43,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x5B,0x43,0x58, - 0x34,0x5D,0x28,0x2A,0x29,0x2A,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20, - 0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E, - 0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30, - 0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x61, - 0x5D,0x63,0x43,0x28,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x3D,0x4F,0x20,0x31,0x20, - 0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x32,0x30,0x2E,0x30,0x20, - 0x2D,0x32,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x44,0x31,0x5D,0x43,0x28,0x3D,0x4F, - 0x29,0x5B,0x43,0x44,0x32,0x5D,0x43,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35, - 0x20,0x30,0x2E,0x30,0x20,0x34,0x35,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x0A, - 0x4E,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x63,0x31,0x5B,0x63,0x44, - 0x32,0x5D,0x5B,0x63,0x44,0x32,0x5D,0x61,0x5B,0x63,0x44,0x32,0x5D,0x5B,0x63, - 0x44,0x32,0x5D,0x31,0x20,0x31,0x20,0x32,0x20,0x35,0x20,0x36,0x20,0x39,0x30, - 0x2E,0x30,0x0A,0x63,0x28,0x5B,0x61,0x44,0x32,0x5D,0x29,0x53,0x28,0x3D,0x4F, - 0x29,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D, - 0x20,0x31,0x20,0x33,0x20,0x36,0x20,0x37,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D, - 0x36,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x53,0x28,0x3D,0x4F,0x29,0x4E,0x5B,0x43, - 0x58,0x34,0x44,0x33,0x5D,0x2A,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x36,0x20, - 0x2D,0x39,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E, - 0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x53,0x28,0x3D,0x4F, - 0x29,0x4E,0x5B,0x43,0x58,0x34,0x44,0x32,0x5D,0x2A,0x20,0x32,0x20,0x34,0x20, - 0x35,0x20,0x36,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20, - 0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x0A,0x5B,0x63, - 0x5D,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x4E,0x43,0x20,0x31,0x20, - 0x32,0x20,0x35,0x20,0x36,0x20,0x2D,0x37,0x30,0x2E,0x30,0x20,0x37,0x30,0x2E, - 0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x35,0x30, - 0x2E,0x30,0x20,0x2D,0x35,0x30,0x2E,0x30,0x0A,0x2A,0x3D,0x2A,0x2D,0x53,0x28, - 0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x43,0x20,0x31,0x20,0x32,0x20,0x33,0x20, - 0x36,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x36,0x30, - 0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x53,0x28,0x3D,0x4F, - 0x29,0x4E,0x5B,0x43,0x48,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35, - 0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30, - 0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30, - 0x2E,0x30,0x0A,0x5B,0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44,0x32,0x5D, - 0x29,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5E, - 0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x37,0x20,0x39,0x30,0x2E,0x30, - 0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31, - 0x32,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x0A,0x5B,0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44,0x33,0x5D,0x29,0x53, - 0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5E,0x33,0x5D, - 0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x37,0x20,0x38,0x30,0x2E,0x30,0x20,0x2D, - 0x38,0x30,0x2E,0x30,0x20,0x31,0x31,0x30,0x2E,0x30,0x20,0x2D,0x31,0x31,0x30, - 0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33,0x5D,0x63,0x28,0x5B,0x61,0x44,0x33,0x5D, - 0x29,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5E, - 0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x37,0x20,0x37,0x30,0x2E,0x30, - 0x20,0x2D,0x37,0x30,0x2E,0x30,0x20,0x31,0x31,0x30,0x2E,0x30,0x20,0x2D,0x31, - 0x31,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44, - 0x32,0x5D,0x29,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B,0x43,0x44, - 0x32,0x5E,0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x37,0x20,0x39,0x30, - 0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x31,0x30,0x2E,0x30,0x20, - 0x2D,0x31,0x31,0x30,0x2E,0x30,0x20,0x37,0x30,0x2E,0x30,0x20,0x2D,0x37,0x30, - 0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x63,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F, - 0x29,0x5B,0x43,0x2C,0x4E,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x36,0x20, - 0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30, - 0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31, - 0x32,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A, - 0x61,0x53,0x28,0x3D,0x4F,0x29,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5D, - 0x61,0x20,0x31,0x20,0x32,0x20,0x35,0x20,0x36,0x20,0x39,0x30,0x2E,0x30,0x20, - 0x2D,0x39,0x30,0x2E,0x30,0x0A,0x61,0x61,0x4E,0x53,0x28,0x3D,0x4F,0x29,0x28, - 0x3D,0x4F,0x29,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x39,0x30,0x2E, - 0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x53,0x28,0x3D,0x4F,0x29, - 0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20, - 0x32,0x20,0x34,0x20,0x35,0x20,0x36,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33, - 0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x2C,0x53,0x5D,0x3D,0x43,0x5B,0x4E,0x44,0x32, - 0x5D,0x5B,0x4E,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20, - 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x2C,0x53,0x5D, - 0x3D,0x43,0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x4E,0x44,0x32,0x5D,0x2D,0x2C,0x3D, - 0x2A,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x31,0x38,0x30,0x2E,0x30, - 0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43, - 0x43,0x31,0x28,0x5B,0x23,0x31,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43, - 0x44,0x32,0x5D,0x31,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x38, - 0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x43,0x31,0x28,0x5B,0x23,0x31,0x5D,0x29, - 0x43,0x43,0x31,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x38,0x30, - 0x2E,0x30,0x20,0x31,0x36,0x30,0x2E,0x30,0x20,0x2D,0x31,0x36,0x30,0x2E,0x30, - 0x20,0x30,0x2E,0x30,0x20,0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30, - 0x0A,0x4F,0x3D,0x43,0x43,0x31,0x28,0x5B,0x2A,0x5D,0x29,0x43,0x43,0x31,0x20, - 0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x31, - 0x36,0x30,0x2E,0x30,0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30, - 0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20,0x39, - 0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20, - 0x2D,0x33,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x28,0x5B,0x2A,0x44,0x32,0x5D, - 0x29,0x43,0x31,0x28,0x5B,0x23,0x31,0x5D,0x29,0x4F,0x5B,0x43,0x44,0x32,0x2C, - 0x43,0x44,0x33,0x5D,0x31,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30, - 0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x28,0x5B,0x4E, - 0x44,0x33,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D,0x2A,0x20,0x31,0x20,0x32,0x20, - 0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33, - 0x30,0x2E,0x30,0x20,0x31,0x30,0x30,0x2E,0x30,0x20,0x2D,0x31,0x30,0x30,0x2E, - 0x30,0x20,0x38,0x30,0x2E,0x30,0x20,0x2D,0x38,0x30,0x2E,0x30,0x0A,0x4F,0x3D, - 0x43,0x28,0x5B,0x43,0x44,0x33,0x5E,0x33,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D, - 0x2A,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x33, - 0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x28,0x5B, - 0x4E,0x44,0x33,0x5D,0x29,0x5B,0x43,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x31, - 0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x32,0x30, - 0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x0A,0x5B,0x43,0x44,0x32,0x5D, - 0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x2D,0x21,0x40,0x5B,0x43, - 0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x36, - 0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30, - 0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30, - 0x2E,0x30,0x0A,0x5B,0x63,0x44,0x32,0x5D,0x63,0x28,0x5B,0x63,0x44,0x32,0x5D, - 0x29,0x2D,0x21,0x40,0x5B,0x43,0x44,0x32,0x5E,0x33,0x5D,0x5B,0x43,0x44,0x33, - 0x5E,0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x39,0x30,0x2E, - 0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x37,0x30,0x2E,0x30,0x20,0x2D,0x37, - 0x30,0x2E,0x30,0x20,0x31,0x31,0x30,0x2E,0x30,0x20,0x2D,0x31,0x31,0x30,0x2E, - 0x30,0x0A,0x63,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x4E,0x44,0x33,0x5D,0x28,0x43, - 0x29,0x63,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x39,0x30,0x2E,0x30, - 0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30, - 0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30, - 0x0A,0x4F,0x3D,0x43,0x43,0x3D,0x4F,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34, - 0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E, - 0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D, - 0x39,0x30,0x2E,0x30,0x0A,0x43,0x3D,0x43,0x43,0x3D,0x4F,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20, - 0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x31,0x36,0x30,0x2E, - 0x30,0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x5B,0x43,0x44, - 0x32,0x5D,0x5B,0x4E,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34, - 0x20,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30, - 0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x5B,0x43,0x44,0x32,0x5D,0x43,0x3D, - 0x4F,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x2D, - 0x33,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20, - 0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x33,0x30,0x2E,0x30,0x20,0x2D,0x31,0x33, - 0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x28,0x63,0x29,0x5B,0x4E,0x44,0x32,0x5D, - 0x5B,0x43,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20,0x32,0x20,0x34,0x20,0x35, - 0x20,0x36,0x20,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x33,0x30, - 0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x33, - 0x5D,0x2A,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x32,0x30,0x2E,0x30, - 0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x20,0x2D,0x31,0x32,0x30, - 0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x30, - 0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x4E,0x5B,0x43,0x44,0x32,0x5D,0x2A,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x31,0x35, - 0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30, - 0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x33,0x30, - 0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x63,0x63,0x5B, - 0x4F,0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E, - 0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39, - 0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x0A, - 0x4F,0x3D,0x43,0x5B,0x43,0x44,0x34,0x5D,0x5B,0x43,0x44,0x31,0x5D,0x20,0x31, - 0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30, - 0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30, - 0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30, - 0x0A,0x4F,0x3D,0x43,0x5B,0x43,0x44,0x33,0x5D,0x5B,0x4F,0x44,0x31,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E, - 0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, - 0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E, - 0x30,0x0A,0x4F,0x3D,0x43,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x31,0x5D, - 0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30, - 0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D, - 0x36,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30, - 0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x0A,0x4F, - 0x3D,0x43,0x5B,0x43,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D, - 0x33,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33, - 0x5D,0x63,0x43,0x28,0x7E,0x5B,0x4E,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4E,0x44, - 0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20, - 0x33,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x63,0x43,0x28,0x7E,0x5B,0x4E,0x44, - 0x31,0x5D,0x29,0x7E,0x5B,0x4E,0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33, - 0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x0A,0x2A,0x5B,0x4E, - 0x44,0x32,0x5D,0x7E,0x43,0x28,0x7E,0x5B,0x4E,0x44,0x31,0x5D,0x29,0x7E,0x5B, - 0x4E,0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E, - 0x30,0x20,0x33,0x30,0x2E,0x30,0x0A,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44, - 0x32,0x5D,0x5B,0x4E,0x44,0x32,0x5D,0x7E,0x43,0x28,0x7E,0x5B,0x4E,0x44,0x31, - 0x5D,0x29,0x7E,0x5B,0x4E,0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20, - 0x34,0x20,0x2D,0x37,0x30,0x2E,0x30,0x20,0x37,0x30,0x2E,0x30,0x20,0x39,0x30, - 0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x31,0x30,0x2E,0x30,0x20, - 0x2D,0x31,0x31,0x30,0x2E,0x30,0x0A,0x61,0x43,0x4F,0x5B,0x43,0x44,0x32,0x5D, - 0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x20, - 0x31,0x30,0x30,0x2E,0x30,0x20,0x2D,0x31,0x30,0x30,0x2E,0x30,0x0A,0x43,0x3D, - 0x43,0x5B,0x43,0x58,0x34,0x44,0x32,0x5D,0x2A,0x20,0x31,0x20,0x32,0x20,0x33, - 0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x39,0x30, - 0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D, - 0x36,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30, - 0x0A,0x43,0x3D,0x43,0x63,0x5B,0x61,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20, - 0x34,0x20,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E, - 0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33, - 0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E, - 0x30,0x0A,0x5B,0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44,0x32,0x5D,0x29, - 0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20, - 0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B, - 0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44,0x33,0x5D,0x29,0x5B,0x4E,0x44, - 0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35, - 0x20,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44, - 0x32,0x5D,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x31,0x5D,0x20,0x31, - 0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30, - 0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x61,0x63, - 0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20, - 0x33,0x20,0x34,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20, - 0x31,0x36,0x30,0x2E,0x30,0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x32,0x30, - 0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33,0x5D,0x63, - 0x28,0x5B,0x61,0x44,0x33,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D,0x43,0x20,0x31, - 0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30, - 0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31, - 0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44, - 0x32,0x5D,0x63,0x28,0x5B,0x61,0x44,0x32,0x5D,0x29,0x5B,0x4E,0x44,0x33,0x5D, - 0x28,0x5B,0x43,0x44,0x31,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D,0x20,0x31,0x20, - 0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30, - 0x0A,0x5B,0x61,0x44,0x33,0x5D,0x5B,0x63,0x2C,0x6E,0x5D,0x28,0x5B,0x61,0x44, - 0x32,0x5D,0x29,0x5B,0x43,0x5E,0x33,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30, - 0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, - 0x30,0x2E,0x30,0x20,0x31,0x36,0x30,0x2E,0x30,0x20,0x2D,0x31,0x36,0x30,0x2E, - 0x30,0x0A,0x61,0x5B,0x43,0x44,0x32,0x58,0x34,0x5D,0x5B,0x4E,0x44,0x33,0x5E, - 0x33,0x5D,0x2A,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x36,0x30,0x2E, - 0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x31, - 0x36,0x30,0x2E,0x30,0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E, - 0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D, - 0x31,0x32,0x30,0x2E,0x30,0x0A,0x61,0x6E,0x5B,0x43,0x44,0x32,0x58,0x34,0x5D, - 0x5B,0x43,0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x39, - 0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33,0x5D, - 0x63,0x28,0x5B,0x61,0x44,0x32,0x5D,0x29,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x43, - 0x5E,0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30, - 0x20,0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x31,0x35,0x30, - 0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30, - 0x0A,0x5B,0x61,0x44,0x33,0x5D,0x63,0x28,0x5B,0x61,0x44,0x32,0x5D,0x29,0x4F, - 0x5B,0x43,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x0A,0x61,0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32, - 0x58,0x34,0x5D,0x5B,0x43,0x44,0x32,0x58,0x34,0x5D,0x20,0x31,0x20,0x32,0x20, - 0x33,0x20,0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x31,0x36,0x30,0x2E,0x30, - 0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x38,0x30,0x2E,0x30,0x20,0x2D,0x38, - 0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A, - 0x5B,0x4E,0x44,0x31,0x5D,0x43,0x28,0x3D,0x4F,0x29,0x63,0x28,0x5B,0x61,0x44, - 0x33,0x5D,0x29,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30, - 0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30, - 0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30, - 0x0A,0x5B,0x61,0x44,0x32,0x5D,0x63,0x28,0x5B,0x61,0x44,0x32,0x5D,0x29,0x63, - 0x28,0x5B,0x61,0x44,0x32,0x5D,0x29,0x5B,0x61,0x44,0x32,0x5D,0x20,0x31,0x20, - 0x32,0x20,0x34,0x20,0x35,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x33, - 0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x0A, - 0x5B,0x61,0x5D,0x63,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x2A,0x44,0x32,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x39, - 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x33, - 0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30, - 0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x63,0x43,0x28,0x3D, - 0x4F,0x29,0x63,0x5B,0x61,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20, - 0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x30,0x2E, - 0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x38, - 0x30,0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x63,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x2A, - 0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30, - 0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30, - 0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30, - 0x0A,0x5B,0x61,0x5D,0x63,0x4F,0x43,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34, - 0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30, - 0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31, - 0x35,0x30,0x2E,0x30,0x0A,0x5B,0x43,0x44,0x32,0x5D,0x43,0x28,0x3D,0x4F,0x29, - 0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x43,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20, - 0x32,0x20,0x34,0x20,0x35,0x20,0x36,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39, - 0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20, - 0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x0A,0x61,0x5B, - 0x43,0x44,0x32,0x5D,0x43,0x3D,0x2A,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34, - 0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30, - 0x20,0x30,0x2E,0x30,0x0A,0x43,0x3D,0x43,0x43,0x3D,0x43,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20, - 0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E, - 0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D, - 0x36,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30, - 0x2E,0x30,0x0A,0x63,0x4F,0x5B,0x43,0x44,0x32,0x5D,0x2A,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D, - 0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31,0x38,0x30, - 0x2E,0x30,0x0A,0x43,0x3D,0x4E,0x5B,0x4E,0x44,0x32,0x5D,0x2A,0x3D,0x2C,0x3A, - 0x2A,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x33, - 0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30, - 0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x63, - 0x5B,0x43,0x44,0x32,0x5D,0x5B,0x4E,0x44,0x32,0x5D,0x63,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x20,0x38,0x30,0x2E,0x30,0x20,0x2D,0x38,0x30,0x2E,0x30,0x20,0x31,0x38,0x30, - 0x2E,0x30,0x0A,0x43,0x3D,0x5B,0x43,0x44,0x33,0x5D,0x5B,0x4E,0x44,0x33,0x5D, - 0x2A,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x33,0x30,0x2E,0x30,0x20, - 0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E, - 0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x30,0x2E, - 0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4E,0x44,0x32,0x5D,0x43,0x28, - 0x3D,0x4F,0x29,0x4E,0x63,0x5B,0x6E,0x44,0x32,0x5D,0x20,0x32,0x20,0x34,0x20, - 0x35,0x20,0x36,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B, - 0x4E,0x44,0x32,0x5D,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x2A, - 0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31,0x38, - 0x30,0x2E,0x30,0x0A,0x43,0x5B,0x4E,0x44,0x32,0x5D,0x43,0x28,0x3D,0x4F,0x29, - 0x4F,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4E,0x44,0x32,0x5D,0x43,0x28,0x3D,0x4F,0x29, - 0x4F,0x43,0x20,0x33,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x0A, - 0x4F,0x43,0x28,0x3D,0x4F,0x29,0x4E,0x2A,0x20,0x33,0x20,0x32,0x20,0x34,0x20, - 0x35,0x20,0x30,0x2E,0x30,0x20,0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E, - 0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20, - 0x31,0x36,0x30,0x2E,0x30,0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x31,0x38, - 0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x4E,0x31,0x5B,0x43,0x44,0x32,0x5D,0x5B, - 0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B, - 0x43,0x44,0x32,0x5D,0x31,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30, - 0x2E,0x30,0x0A,0x5B,0x2A,0x44,0x32,0x5D,0x43,0x28,0x3D,0x4F,0x29,0x4F,0x5B, - 0x43,0x44,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20,0x32,0x20,0x34,0x20,0x35,0x20, - 0x36,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E, - 0x30,0x0A,0x5B,0x4F,0x44,0x32,0x5D,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x43,0x44, - 0x32,0x5D,0x5B,0x43,0x44,0x32,0x5E,0x33,0x5D,0x20,0x33,0x20,0x32,0x20,0x34, - 0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30, - 0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30, - 0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x2C,0x53,0x44,0x31,0x5D,0x3D, - 0x43,0x28,0x43,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x43,0x3D,0x5B,0x4F,0x2C,0x53, - 0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x2C,0x53,0x44,0x31,0x5D,0x3D,0x43,0x28, - 0x43,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x5B,0x23,0x37,0x2C,0x23,0x38,0x5D,0x3D, - 0x2A,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x2C,0x53,0x44,0x31,0x5D,0x3D,0x43,0x28, - 0x43,0x29,0x5B,0x4E,0x44,0x32,0x5D,0x4E,0x20,0x31,0x20,0x32,0x20,0x34,0x20, - 0x35,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x4F,0x2C, - 0x53,0x44,0x31,0x5D,0x3D,0x43,0x28,0x43,0x29,0x63,0x6E,0x20,0x31,0x20,0x32, - 0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A, - 0x5B,0x4F,0x2C,0x53,0x44,0x31,0x5D,0x3D,0x43,0x28,0x5B,0x23,0x36,0x5D,0x29, - 0x5B,0x4E,0x44,0x32,0x5D,0x2A,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20, - 0x30,0x2E,0x30,0x20,0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x0A, - 0x5B,0x4F,0x2C,0x53,0x44,0x31,0x5D,0x3D,0x43,0x5B,0x4E,0x44,0x32,0x5D,0x2A, - 0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x32,0x30, - 0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x0A,0x4F,0x3D, - 0x43,0x5B,0x4E,0x44,0x33,0x5D,0x5B,0x43,0x44,0x33,0x58,0x34,0x5D,0x5B,0x23, - 0x31,0x5D,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20, - 0x31,0x38,0x30,0x2E,0x30,0x20,0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E, - 0x30,0x0A,0x4F,0x3D,0x43,0x4E,0x63,0x28,0x5B,0x61,0x44,0x32,0x2C,0x61,0x44, - 0x33,0x5D,0x29,0x5B,0x61,0x44,0x33,0x5D,0x20,0x32,0x20,0x33,0x20,0x34,0x20, - 0x35,0x20,0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x2D,0x39, - 0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D, - 0x36,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30, - 0x2E,0x30,0x20,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x4E,0x63,0x5B,0x61,0x5D, - 0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20, - 0x32,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30, - 0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x31,0x36,0x30,0x2E,0x30,0x0A,0x4F, - 0x3D,0x43,0x28,0x5B,0x43,0x44,0x32,0x2C,0x43,0x44,0x33,0x5D,0x29,0x4F,0x5B, - 0x43,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E, - 0x30,0x0A,0x4F,0x3D,0x43,0x28,0x5B,0x43,0x44,0x31,0x5D,0x29,0x4F,0x5B,0x43, - 0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30, - 0x0A,0x5B,0x4F,0x2C,0x53,0x5D,0x3D,0x43,0x4F,0x5B,0x43,0x44,0x31,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x32,0x30,0x2E, - 0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x4F, - 0x3D,0x43,0x4F,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x31,0x5D,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E, - 0x30,0x0A,0x4F,0x3D,0x43,0x4F,0x5B,0x43,0x44,0x32,0x5D,0x2A,0x20,0x32,0x20, - 0x33,0x20,0x34,0x20,0x35,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E, - 0x30,0x20,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E, - 0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x4F,0x5B,0x43,0x44, - 0x33,0x5D,0x2A,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x31,0x32,0x30, - 0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30, - 0x20,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x0A,0x4F,0x3D,0x43,0x4F,0x5B,0x43,0x44,0x34,0x5D,0x2A,0x20,0x32,0x20,0x33, - 0x20,0x34,0x20,0x35,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30, - 0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x38,0x30,0x2E,0x30,0x20,0x2D,0x38,0x30, - 0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x4F,0x5B,0x43,0x44,0x33,0x2C,0x43,0x44,0x34, - 0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33, - 0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20, - 0x2D,0x36,0x30,0x2E,0x30,0x0A,0x4F,0x3D,0x43,0x4F,0x2A,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D, - 0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x0A,0x4F,0x3D,0x43,0x5B,0x4E,0x44,0x33,0x5D,0x28,0x5B,0x2A,0x44,0x33,0x5D, - 0x29,0x5B,0x2A,0x44,0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20, - 0x32,0x30,0x2E,0x30,0x20,0x2D,0x32,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20, - 0x31,0x38,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E, - 0x30,0x0A,0x4F,0x3D,0x43,0x5B,0x4E,0x44,0x33,0x5D,0x2A,0x20,0x31,0x20,0x32, - 0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A, - 0x43,0x43,0x5B,0x4E,0x44,0x33,0x5D,0x28,0x43,0x43,0x29,0x5B,0x43,0x44,0x32, - 0x2C,0x43,0x44,0x33,0x5D,0x2A,0x20,0x32,0x20,0x33,0x20,0x36,0x20,0x37,0x20, - 0x31,0x38,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E, - 0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20, - 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20, - 0x2D,0x33,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B, - 0x43,0x44,0x32,0x5D,0x5B,0x4E,0x44,0x33,0x5D,0x20,0x31,0x20,0x32,0x20,0x33, - 0x20,0x34,0x20,0x39,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x31, - 0x38,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x0A,0x5B,0x4E,0x44,0x33,0x5D,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x6E,0x44,0x33, - 0x5D,0x2A,0x20,0x31,0x20,0x32,0x20,0x34,0x20,0x35,0x20,0x39,0x30,0x2E,0x30, - 0x20,0x2D,0x39,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30, - 0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30, - 0x0A,0x5B,0x43,0x44,0x32,0x5D,0x4F,0x43,0x28,0x3D,0x4F,0x29,0x5B,0x43,0x44, - 0x32,0x5D,0x5B,0x43,0x44,0x33,0x5D,0x20,0x34,0x20,0x33,0x20,0x35,0x20,0x36, - 0x20,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30, - 0x2E,0x30,0x0A,0x43,0x28,0x5B,0x43,0x44,0x31,0x5D,0x29,0x28,0x5B,0x43,0x44, - 0x31,0x5D,0x29,0x28,0x5B,0x43,0x44,0x31,0x5D,0x29,0x63,0x5B,0x61,0x5D,0x20, - 0x32,0x20,0x31,0x20,0x35,0x20,0x36,0x20,0x39,0x30,0x2E,0x30,0x20,0x33,0x30, - 0x2E,0x30,0x0A,0x2A,0x2A,0x43,0x28,0x5B,0x43,0x44,0x31,0x5D,0x29,0x28,0x5B, - 0x43,0x44,0x31,0x5D,0x29,0x5B,0x43,0x44,0x31,0x5D,0x20,0x31,0x20,0x32,0x20, - 0x33,0x20,0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30, - 0x0A,0x5B,0x43,0x44,0x31,0x5D,0x43,0x28,0x5B,0x43,0x44,0x31,0x5D,0x29,0x28, - 0x5B,0x23,0x31,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D,0x2A,0x20,0x34,0x20,0x32, - 0x20,0x35,0x20,0x36,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30, - 0x0A,0x2A,0x5B,0x43,0x44,0x32,0x58,0x34,0x5D,0x5B,0x43,0x44,0x33,0x58,0x34, - 0x5D,0x28,0x5B,0x23,0x31,0x5D,0x29,0x5B,0x43,0x44,0x33,0x5D,0x20,0x31,0x20, - 0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E, - 0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x34,0x30,0x2E,0x30,0x20,0x2D,0x34, - 0x30,0x2E,0x30,0x0A,0x63,0x5B,0x43,0x44,0x32,0x5E,0x33,0x5D,0x5B,0x43,0x44, - 0x33,0x5E,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20, - 0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, - 0x30,0x2E,0x30,0x0A,0x5B,0x43,0x44,0x32,0x5E,0x33,0x5D,0x5B,0x43,0x44,0x32, - 0x5E,0x33,0x5D,0x5B,0x43,0x44,0x33,0x5E,0x33,0x5D,0x5B,0x23,0x31,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, - 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20, - 0x2D,0x33,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x31,0x36,0x30,0x2E,0x30, - 0x20,0x2D,0x31,0x36,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D, - 0x31,0x32,0x30,0x2E,0x30,0x0A,0x5B,0x2A,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32, - 0x5D,0x5B,0x43,0x52,0x48,0x5D,0x28,0x5B,0x2A,0x52,0x5D,0x29,0x5B,0x2A,0x52, - 0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x33,0x30,0x2E,0x30,0x20, - 0x2D,0x33,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32, - 0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E, - 0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38, - 0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x0A,0x5B,0x2A,0x44,0x32,0x5D,0x5B,0x43, - 0x44,0x32,0x5D,0x5B,0x43,0x58,0x34,0x44,0x33,0x5D,0x5B,0x2A,0x44,0x32,0x5D, - 0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D, - 0x33,0x30,0x2E,0x30,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30, - 0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30, - 0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30, - 0x2E,0x30,0x0A,0x2A,0x5B,0x43,0x48,0x44,0x33,0x5D,0x5B,0x43,0x48,0x32,0x44, - 0x32,0x5D,0x2A,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x35,0x30, - 0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20, - 0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30, - 0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E, - 0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x0A,0x5B,0x43,0x44,0x31,0x5D,0x43,0x28, - 0x5B,0x43,0x44,0x31,0x5D,0x29,0x5B,0x43,0x44,0x32,0x5D,0x2A,0x20,0x31,0x20, - 0x32,0x20,0x34,0x20,0x35,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E, - 0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x38,0x30,0x2E,0x30,0x20,0x2D,0x38, - 0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x0A, - 0x5B,0x43,0x44,0x33,0x5D,0x5B,0x4F,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D, - 0x5B,0x4F,0x44,0x32,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x36, - 0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30, - 0x20,0x31,0x30,0x30,0x2E,0x30,0x20,0x2D,0x31,0x30,0x30,0x2E,0x30,0x0A,0x5B, - 0x43,0x44,0x31,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B, - 0x2A,0x44,0x32,0x5D,0x5B,0x2A,0x44,0x32,0x5D,0x5B,0x2A,0x44,0x32,0x5D,0x20, - 0x32,0x20,0x33,0x20,0x34,0x20,0x35,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B, - 0x43,0x44,0x31,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B,0x43,0x44,0x32,0x5D,0x5B, - 0x2A,0x44,0x32,0x5D,0x5B,0x2A,0x44,0x32,0x5D,0x5B,0x2A,0x44,0x32,0x5D,0x20, - 0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B, - 0x2A,0x44,0x32,0x5E,0x33,0x5D,0x5B,0x2A,0x44,0x32,0x5E,0x33,0x5D,0x5B,0x2A, - 0x44,0x32,0x5E,0x33,0x5D,0x5B,0x2A,0x44,0x32,0x5E,0x33,0x5D,0x5B,0x2A,0x44, - 0x32,0x5E,0x33,0x5D,0x5B,0x2A,0x44,0x32,0x5E,0x33,0x5D,0x20,0x32,0x20,0x33, - 0x20,0x34,0x20,0x35,0x20,0x31,0x38,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33, - 0x5D,0x63,0x4E,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44, - 0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20, - 0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x63, - 0x4E,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D, - 0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x0A,0x2A,0x2A, - 0x43,0x28,0x46,0x29,0x28,0x46,0x29,0x46,0x20,0x31,0x20,0x32,0x20,0x33,0x20, - 0x34,0x20,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x5D,0x63,0x43,0x28,0x43,0x6C,0x29, - 0x28,0x43,0x6C,0x29,0x43,0x6C,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20, - 0x30,0x2E,0x30,0x0A,0x61,0x5B,0x50,0x44,0x33,0x5D,0x28,0x61,0x29,0x2D,0x5B, - 0x50,0x44,0x33,0x5D,0x28,0x61,0x29,0x61,0x20,0x31,0x20,0x32,0x20,0x34,0x20, - 0x35,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, - 0x30,0x2E,0x30,0x0A,0x50,0x50,0x63,0x63,0x20,0x31,0x20,0x32,0x20,0x33,0x20, - 0x34,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_TORLIB_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/torlib.txt --- a/CADDSuite-1.6/data/OpenBabel/torlib.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,224 +0,0 @@ -############################################################################## -# # -# Open Babel file: torlib.txt # -# # -# Copyright (c) 1998-2001 by OpenEye Scientific Software, Inc. # -# Some portions Copyright (c) 2001-2005 by Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# First three lines represent: (used by rotor.cpp::OBRotorRules # -# Hybridization pair (atom types around a rotatable bond) # -# followed by a list of default bond rotation angles (in degrees) # -# # -# Later lines should specify: # -# * A SMARTS pattern for the rotor rule # -# * A set of 4 "reference atoms" (as integers, numbered from 1 # -# in the specified SMARTS pattern # -# * At least one torsion value (in degrees) # -# * Optionally ending with "Delta" and a delta value # -# (i.e., the resolution of a dihedral step # -# # -# SMARTS rules will be attempted first, then hybridization # -# # -############################################################################## - -SP3-SP3 60.0 -60.0 180.0 -SP2-SP2 0.0 180.0 -30.0 30.0 150.0 -150.0 -SP3-SP2 0.0 30.0 -30.0 60.0 -60.0 120.0 -120.0 -150.0 150.0 180.0 -90.0 90.0 - -# Many of these rules came from the Supporting Information -# from Irwin, et. al., J. Med. Chem. (2006) 49(23) 6789-6801 - -#polysaccaride bridges -O@[CD3]O[CD3]([#1])@C 2 3 4 5 0.0 30.0 -30.0 180.0 -O@[CD3]([#1])O[CD3]([#1])@C 3 2 4 5 0.0 30.0 -30.0 180.0 - -#acids -[OD1]~C(~[OD1])[CX4](*)* 1 2 4 5 30.0 -30.0 -60.0 60.0 90.0 -90.0 0.0 180.0 -[a]cC([OD1])=O 1 2 3 4 0.0 20.0 -20.0 -[OD1]C(=O)[CD2]C 1 2 4 5 0.0 45.0 90.0 - -#sulfonamides -NS(=O)(=O)c1[cD2][cD2]a[cD2][cD2]1 1 2 5 6 90.0 -c([aD2])S(=O)(=O)[ND2][CD2] 1 3 6 7 60.0 -60.0 -O=S(=O)N[CX4D3]* 2 4 5 6 -90.0 90.0 120.0 -120.0 -O=S(=O)N[CX4D2]* 2 4 5 6 -90.0 90.0 120.0 -120.0 -[c]S(=O)(=O)NC 1 2 5 6 -70.0 70.0 90.0 -90.0 50.0 -50.0 -*=*-S(=O)(=O)C 1 2 3 6 90.0 -90.0 60.0 -60.0 -O=S(=O)N[CH2] 1 2 4 5 -60.0 60.0 180.0 0.0 30.0 -30.0 -[aD2]c([aD2])S(=O)(=O)[ND2^3] 1 2 4 7 90.0 -90.0 120.0 -120.0 60.0 -60.0 -[aD2]c([aD3])S(=O)(=O)[ND2^3] 1 2 4 7 80.0 -80.0 110.0 -110.0 -[aD3]c([aD3])S(=O)(=O)[ND2^3] 1 2 4 7 70.0 -70.0 110.0 -110.0 -[aD2]c([aD2])S(=O)(=O)[CD2^3] 1 2 4 7 90.0 -90.0 110.0 -110.0 70.0 -70.0 -[a]cS(=O)(=O)[C,N] 1 2 3 6 60.0 -60.0 90.0 -90.0 120.0 -120.0 0.0 180.0 -aS(=O)(=O)[ND2]a 1 2 5 6 90.0 -90.0 -aaNS(=O)(=O) 1 2 3 4 90.0 -90.0 - -#sulfone -O=S(=O)[CD2][CD3][#1] 2 4 5 6 30.0 -30.0 - -#hydrazides -[O,S]=C[ND2][ND2] 1 2 3 4 0.0 180.0 -[O,S]=C[ND2][ND2]-,=* 2 3 4 5 180.0 90.0 -90.0 - -#cyclopropyl-ketones -O=CC1([#1])[CD2][CD2]1 1 2 3 4 180.0 -O=CC1([#1])CC1 1 2 3 4 180.0 160.0 -160.0 0.0 20.0 -20.0 -O=CC1([*])CC1 1 2 3 4 180.0 160.0 -160.0 0.0 120.0 -120.0 90.0 -90.0 30.0 -30.0 - -#epoxy-ketone -O=C([*D2])C1([#1])O[CD2,CD3]1 1 2 4 5 0.0 180.0 - -#opposite end of tert amide -O=C([ND3])[CD2]* 1 2 4 5 0.0 30.0 -30.0 100.0 -100.0 80.0 -80.0 -O=C([CD3^3])[CD2]* 1 2 4 5 0.0 30.0 -30.0 -O=C([ND3])[CD3][#1] 1 2 4 5 180.0 150.0 -150.0 120.0 -120.0 - -#misc -[CD2]C(=O)[ND2]-!@[CD3][#1] 2 4 5 6 0.0 30.0 -30.0 60.0 -60.0 180.0 -[cD2]c([cD2])-!@[CD2^3][CD3^3] 1 2 4 5 90.0 -90.0 70.0 -70.0 110.0 -110.0 -c[CD2][ND3](C)c 1 2 3 4 90.0 -90.0 60.0 -60.0 120.0 -120.0 - -#carbonyls -O=CC=O 1 2 3 4 180.0 0.0 120.0 -120.0 90.0 -90.0 -C=CC=O 1 2 3 4 0.0 180.0 20.0 -20.0 160.0 -160.0 -O=C[CD2][ND2] 1 2 3 4 0.0 -30.0 30.0 150.0 -150.0 180.0 -O=C[CD2]C=O 1 2 3 4 0.0 -30.0 30.0 60.0 -60.0 130.0 -130.0 -O=C(c)[ND2][CD3][#1] 2 4 5 6 0.0 -30.0 30.0 -O=C[ND2][CD3]* 2 3 4 5 20.0 -20.0 120 -120.0 60.0 -60.0 0.0 -O=CN[CD2]* 2 3 4 5 180.0 150.0 -150.0 -120.0 120.0 0.0 30.0 -30.0 -O=Ccc[OD1] 1 2 3 4 0.0 180.0 90.0 -90.0 30.0 -30.0 -O=C[CD4][CD1] 1 2 3 4 0.0 30.0 -30.0 60.0 -60.0 120.0 -120.0 -O=C[CD3][OD1] 1 2 3 4 0.0 30.0 -30.0 60.0 -60.0 120.0 -120.0 -O=C[CD2][CD1] 1 2 3 4 0.0 30.0 -30.0 60.0 -60.0 90.0 -90.0 120.0 -120.0 -O=C[CD3][#1] 1 2 3 4 0.0 30.0 -30.0 180.0 -#O=C[CD3]* 1 2 3 4 0.0 90.0 -90.0 30.0 -30.0 -120.0 120.0 60.0 -60.0 - -#amidene and guanidine -[aD3]cC(~[ND1])~[ND1] 1 2 3 4 0.0 30.0 -[a]cC(~[ND1])~[ND1] 1 2 3 4 0.0 30.0 -*[ND2]~C(~[ND1])~[ND1] 1 2 3 4 0.0 30.0 -[CD2][CD2][ND2]~C(~[ND1])~[ND1] 1 2 3 4 -70.0 70.0 90.0 -90.0 110.0 -110.0 - -#ether -aCO[CD2] 1 2 3 4 180.0 100.0 -100.0 - -#isoprene -C=C[CX4D2]* 1 2 3 4 0.0 180.0 90.0 -90.0 60.0 -60.0 30.0 -30.0 -C=Cc[a] 1 2 3 4 0.0 90.0 -90.0 180.0 30.0 -30.0 150.0 -150.0 - -#aryl secondary amines -[aD2]c([aD2])[ND2][CD2] 1 2 4 5 0.0 180.0 -[aD2]c([aD3])[ND2][CD2] 1 2 4 5 0.0 -[aD2]c([aD2])[ND2][CD1] 1 2 4 5 0.0 90.0 -90.0 180.0 -ac[ND2][CD2] 1 2 3 4 90.0 -90.0 160.0 -160.0 20.0 -20.0 - -#aromatic subtituents -[aD3]c([aD3])[CD2]C 1 2 4 5 90.0 -90.0 60.0 -60.0 120.0 -120.0 -[aD2]c([aD2])[ND3]([CD1])[CD2] 1 2 4 5 0.0 180.0 -[aD3][c,n]([aD2])[C^3D3][#1] 1 2 4 5 0.0 -30.0 30.0 60.0 -60.0 160.0 -160.0 -a[CD2X4][ND3^3]* 1 2 3 4 60.0 -60.0 180.0 160.0 -160.0 90.0 -90.0 120.0 -120.0 -an[CD2X4][CD1] 1 2 3 4 90.0 -90.0 -[aD3]c([aD2])C(=O)[C^3] 1 2 4 5 0.0 20.0 -20.0 150.0 -150.0 180.0 -[aD3]c([aD2])O[CD2] 1 2 3 4 180.0 -a[ND2][CD2X4][CD2X4] 1 2 3 4 180.0 160.0 -160.0 80.0 -80.0 60.0 -60.0 -[ND1]C(=O)c([aD3]) 1 2 4 5 0.0 180.0 30.0 -30.0 150.0 -150.0 -[aD2]c([aD2])c([aD2])[aD2] 1 2 4 5 -150.0 -30.0 30.0 150.0 -[a]c[CD2][*D2] 1 2 3 4 -90.0 90.0 180.0 0.0 30.0 -30.0 150.0 -150.0 -[a]cC(=O)c[a] 1 2 3 4 -150.0 -30.0 0.0 30.0 150.0 180.0 -[a]cC(=O)[*D2] 1 2 3 4 0.0 180.0 30.0 -30.0 150.0 -150.0 -[a]cOC 1 2 3 4 0.0 180.0 30.0 -30.0 150.0 -150.0 - -#borderline low-res -[CD2]C(=O)[ND2][CD3][#1] 2 4 5 6 90.0 -90.0 60.0 -60.0 120.0 -120.0 - -#conjugated substituents -a[CD2]C=* 1 2 3 4 150.0 -150.0 180.0 30.0 -30.0 0.0 -C=CC=C 1 2 3 4 0.0 180.0 30.0 -30.0 150.0 -150.0 60.0 -60.0 120.0 -120.0 -cO[CD2]* 1 2 3 4 0.0 30.0 -30.0 60.0 -60.0 90.0 -90.0 180.0 -C=N[ND2]*=,:* 2 3 4 5 0.0 30.0 -30.0 150.0 -150.0 180.0 -c[CD2][ND2]c 1 2 3 4 60.0 -60.0 80.0 -80.0 180.0 -C=[CD3][ND3]* 1 2 3 4 30.0 -30.0 60.0 -60.0 90.0 -90.0 0.0 180.0 - -#ureas -[ND2]C(=O)Nc[nD2] 2 4 5 6 0.0 180.0 -[ND2]C(=O)[ND2]* 1 2 4 5 0.0 180.0 - -#carbamates -C[ND2]C(=O)O 1 2 3 4 0.0 180.0 -[ND2]C(=O)OC 3 2 4 5 0.0 -OC(=O)N* 3 2 4 5 0.0 20.0 -20.0 120.0 -120.0 160.0 -160.0 180.0 - -#piperidine amide -O=CN1[CD2][CD2][CD2][CD2][CD2]1 1 2 3 4 0.0 - -#amides and esters -[*D2]C(=O)O[CD3][#1] 2 4 5 6 0.0 30.0 -30.0 -[OD2]C(=O)[CD2][CD2^3] 3 2 4 5 0.0 30.0 -30.0 120.0 -120.0 180.0 -[O,SD1]=C(C)[ND2]C=[O,S] 1 2 4 5 0.0 180.0 -[O,SD1]=C(C)[ND2][#7,#8]=* 1 2 4 5 0.0 180.0 -[O,SD1]=C(C)[ND2]N 1 2 4 5 0.0 180.0 -[O,SD1]=C(C)cn 1 2 4 5 0.0 180.0 -[O,SD1]=C([#6])[ND2]* 1 2 4 5 0.0 20.0 -20.0 -[O,SD1]=C[ND2]* 1 2 3 4 0.0 20.0 -20.0 180 -O=C[ND3][CD3X4][#1] 2 3 4 5 0.0 180.0 20.0 -20.0 -O=CNc([aD2,aD3])[aD3] 2 3 4 5 20.0 -20.0 -90.0 90.0 60.0 -60.0 120.0 -120.0 0.0 -O=CNc[a] 2 3 4 5 -20.0 20.0 90.0 -90.0 -160.0 160.0 -O=C([CD2,CD3])O[CD2] 1 2 4 5 0.0 -O=C([CD1])O[CD1] 1 2 4 5 0.0 -[O,S]=CO[CD1] 1 2 3 4 0.0 20.0 -20.0 180.0 -O=CO[CD2][CD1] 2 3 4 5 0.0 180.0 -O=CO[CD2]* 2 3 4 5 180.0 60.0 0.0 -60.0 90.0 -90.0 -O=CO[CD3]* 2 3 4 5 120.0 -120.0 180.0 0.0 60.0 -60.0 -O=CO[CD4]* 2 3 4 5 -60.0 60.0 120.0 80.0 -80.0 -O=CO[CD3,CD4] 1 2 3 4 0.0 30.0 -30.0 60.0 -60.0 -O=CO* 1 2 3 4 0.0 30.0 -30.0 60.0 -60.0 -O=C[ND3]([*D3])[*D3] 1 2 3 4 20.0 -20.0 0.0 180 150.0 -150.0 -O=C[ND3]* 1 2 3 4 0.0 180.0 -CC[ND3](CC)[CD2,CD3]* 2 3 6 7 180.0 60.0 -60.0 120.0 -120.0 0.0 180.0 30.0 -30.0 -[a][CD2][CD2][ND3] 1 2 3 4 90.0 -90.0 180.0 60.0 -60.0 -[ND3]C(=O)[nD3]* 1 2 4 5 90.0 -90.0 60.0 -60.0 120.0 -120.0 -[CD2]OC(=O)[CD2][CD3] 4 3 5 6 0.0 150.0 -150.0 - -#t-butyl -C([CD1])([CD1])([CD1])c[a] 2 1 5 6 90.0 30.0 -**C([CD1])([CD1])[CD1] 1 2 3 4 180.0 150.0 - -#propyl -[CD1]C([CD1])([#1])[CD2]* 4 2 5 6 60.0 -60.0 - -#highly substituted alkane -#[CD2]C(=O)[ND2]-!@[CD3][#1] 2 4 5 6 -*[CD2X4][CD3X4]([#1])[CD3] 1 2 3 4 180.0 60.0 -60.0 40.0 -40.0 -c[CD2^3][CD3^3][#1] 1 2 3 4 180.0 60.0 -60.0 -[CD2^3][CD2^3][CD3^3][#1] 1 2 3 4 60.0 -60.0 180.0 30.0 -30.0 0.0 160.0 -160.0 120.0 -120.0 -[*D2][CD2][CRH]([*R])[*R] 1 2 3 4 30.0 -30.0 120.0 -120.0 150.0 -150.0 60.0 -60.0 180.0 0.0 -[*D2][CD2][CX4D3][*D2] 1 2 3 4 30.0 -30.0 120.0 -120.0 150.0 -150.0 60.0 -60.0 180.0 -*[CHD3][CH2D2]* 1 2 3 4 150.0 -150.0 60.0 -60.0 180.0 -90.0 90.0 0.0 30.0 -30.0 -[CD1]C([CD1])[CD2]* 1 2 4 5 60.0 -60.0 180.0 80.0 -80.0 30.0 -30.0 - -#long unsubstituted alkanes -[CD3][OD2][CD2][OD2] 1 2 3 4 60.0 -60.0 180.0 100.0 -100.0 -[CD1][CD2][CD2][*D2][*D2][*D2] 2 3 4 5 180.0 -[CD1][CD2][CD2][*D2][*D2][*D2] 1 2 3 4 180.0 -[*D2^3][*D2^3][*D2^3][*D2^3][*D2^3][*D2^3] 2 3 4 5 180.0 - -#nitro -[aD3]cN(~[OD1])~[OD1] 1 2 3 4 0.0 60.0 -60.0 -[a]cN(~[OD1])~[OD1] 1 2 3 4 0.0 - -#trifluoromethyl -**C(F)(F)F 1 2 3 4 0.0 - -#trichloromethyl -[a]cC(Cl)(Cl)Cl 1 2 3 4 0.0 - -#CSD SPECIFIC RULES -a[PD3](a)-[PD3](a)a 1 2 4 5 180.0 60.0 -60.0 -PPcc 1 2 3 4 60.0 -60.0 - -#phosphorus containing groups -#[OD1]~PO* 1 2 3 4 0.0 -30.0 30.0 -60.0 60.0 120.0 -120.0 -#[OD1]~P(~[OD1])(~[OD1])[OD2][CD2]* 2 5 6 7 0.0 60.0 120.0 180.0 -120.0 -60.0 -#S=POc 1 2 3 4 0.0 -60.0 60.0 90.0 -90.0 -#[a]cCP(c)(c)c 1 2 3 4 90.0 -90.0 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/types.h --- a/CADDSuite-1.6/data/OpenBabel/types.h Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,669 +0,0 @@ -/*************************************************************** -This file is part of the Open Babel project. -This is copyright under the GNU General Public License (GPL) -For more information, see - -This file contains a binary representation of data tables - used by Open Babel. It is used as a fallback if the textual - data table is not found at runtime. It is not a normal header. -***************************************************************/ - - -#ifndef OB_TYPES_H -#define OB_TYPES_H - -namespace OpenBabel -{ -static const char TypesData[] = { - 0x49,0x4E,0x54,0x09,0x41,0x54,0x4E,0x09,0x48,0x59,0x42,0x09,0x4D,0x4D,0x44, - 0x09,0x4D,0x4D,0x32,0x09,0x58,0x59,0x5A,0x09,0x41,0x4C,0x43,0x09,0x48,0x41, - 0x44,0x09,0x4D,0x43,0x4D,0x4C,0x09,0x43,0x33,0x44,0x09,0x53,0x59,0x42,0x09, - 0x4D,0x4F,0x4C,0x09,0x4D,0x41,0x50,0x09,0x44,0x52,0x45,0x09,0x58,0x45,0x44, - 0x09,0x44,0x4F,0x4B,0x09,0x4D,0x33,0x44,0x09,0x53,0x42,0x4E,0x09,0x50,0x43, - 0x4D,0x0A,0x44,0x75,0x09,0x30,0x09,0x30,0x09,0x36,0x31,0x09,0x30,0x09,0x44, - 0x75,0x09,0x44,0x75,0x09,0x30,0x09,0x5A,0x09,0x30,0x09,0x44,0x75,0x09,0x32, - 0x36,0x09,0x44,0x75,0x09,0x44,0x75,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x75, - 0x6E,0x2E,0x30,0x09,0x32,0x36,0x09,0x30,0x0A,0x5A,0x30,0x09,0x30,0x09,0x30, - 0x09,0x36,0x32,0x09,0x30,0x09,0x44,0x75,0x09,0x44,0x75,0x09,0x30,0x09,0x5A, - 0x09,0x30,0x09,0x44,0x75,0x09,0x32,0x36,0x09,0x58,0x78,0x09,0x58,0x78,0x09, - 0x32,0x30,0x09,0x32,0x35,0x09,0x75,0x6E,0x2E,0x30,0x09,0x32,0x36,0x09,0x30, - 0x0A,0x4C,0x70,0x09,0x30,0x09,0x30,0x09,0x36,0x33,0x09,0x32,0x30,0x09,0x4C, - 0x70,0x09,0x4C,0x70,0x09,0x30,0x09,0x5A,0x09,0x31,0x30,0x09,0x4C,0x70,0x09, - 0x32,0x30,0x09,0x4C,0x70,0x09,0x58,0x78,0x09,0x33,0x30,0x09,0x32,0x35,0x09, - 0x65,0x70,0x2E,0x31,0x09,0x32,0x30,0x09,0x32,0x30,0x0A,0x58,0x09,0x30,0x09, - 0x30,0x09,0x36,0x32,0x09,0x30,0x09,0x58,0x09,0x44,0x75,0x09,0x30,0x09,0x58, - 0x09,0x30,0x09,0x44,0x75,0x09,0x32,0x36,0x09,0x58,0x09,0x58,0x09,0x32,0x31, - 0x09,0x32,0x35,0x09,0x75,0x6E,0x2E,0x30,0x09,0x32,0x36,0x09,0x30,0x0A,0x48, - 0x09,0x31,0x09,0x30,0x09,0x34,0x38,0x09,0x35,0x09,0x48,0x09,0x48,0x09,0x30, - 0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09,0x48,0x5F, - 0x09,0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31,0x09,0x31,0x33,0x09,0x35,0x20, - 0x0A,0x48,0x43,0x09,0x31,0x09,0x30,0x09,0x34,0x31,0x09,0x35,0x09,0x48,0x09, - 0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48, - 0x09,0x48,0x5F,0x09,0x31,0x35,0x09,0x37,0x09,0x48,0x2E,0x31,0x09,0x31,0x33, - 0x09,0x35,0x0A,0x48,0x09,0x31,0x09,0x30,0x09,0x34,0x33,0x09,0x32,0x38,0x09, - 0x48,0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33, - 0x09,0x48,0x09,0x48,0x5F,0x09,0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31,0x09, - 0x31,0x33,0x09,0x35,0x20,0x0A,0x48,0x2D,0x09,0x31,0x09,0x30,0x09,0x34,0x35, - 0x09,0x35,0x09,0x48,0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48, - 0x09,0x31,0x33,0x09,0x48,0x09,0x48,0x5F,0x09,0x31,0x35,0x09,0x36,0x09,0x48, - 0x2E,0x31,0x09,0x31,0x33,0x09,0x35,0x0A,0x48,0x2B,0x09,0x31,0x09,0x30,0x09, - 0x34,0x34,0x09,0x35,0x09,0x48,0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31, - 0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09,0x48,0x5F,0x09,0x31,0x35,0x09,0x36, - 0x09,0x48,0x2E,0x30,0x09,0x31,0x33,0x09,0x35,0x0A,0x48,0x4F,0x09,0x31,0x09, - 0x30,0x09,0x34,0x32,0x09,0x32,0x31,0x09,0x48,0x09,0x48,0x09,0x30,0x09,0x48, - 0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09,0x48,0x5F,0x48,0x42, - 0x09,0x31,0x35,0x09,0x32,0x35,0x09,0x48,0x2E,0x31,0x09,0x31,0x33,0x09,0x32, - 0x31,0x0A,0x48,0x53,0x09,0x31,0x09,0x30,0x09,0x34,0x32,0x09,0x32,0x31,0x09, - 0x48,0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33, - 0x09,0x48,0x09,0x48,0x5F,0x48,0x42,0x09,0x31,0x35,0x09,0x32,0x35,0x09,0x48, - 0x2E,0x31,0x09,0x32,0x36,0x09,0x35,0x0A,0x48,0x42,0x09,0x31,0x09,0x30,0x09, - 0x34,0x32,0x09,0x32,0x31,0x09,0x48,0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31, - 0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09,0x48,0x5F,0x62,0x09,0x31,0x35, - 0x09,0x32,0x35,0x09,0x48,0x2E,0x31,0x09,0x32,0x36,0x09,0x35,0x0A,0x48,0x4E, - 0x09,0x31,0x09,0x30,0x09,0x34,0x33,0x09,0x32,0x33,0x09,0x48,0x09,0x48,0x09, - 0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09,0x48, - 0x5F,0x48,0x42,0x09,0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31,0x09,0x31,0x33, - 0x09,0x32,0x33,0x0A,0x48,0x4F,0x09,0x31,0x09,0x30,0x09,0x34,0x32,0x09,0x32, - 0x34,0x09,0x48,0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09, - 0x31,0x33,0x09,0x48,0x09,0x48,0x5F,0x48,0x42,0x09,0x31,0x35,0x09,0x36,0x09, - 0x48,0x2E,0x31,0x09,0x32,0x36,0x09,0x32,0x31,0x0A,0x48,0x4F,0x09,0x31,0x09, - 0x30,0x09,0x34,0x32,0x09,0x32,0x34,0x09,0x48,0x09,0x48,0x09,0x30,0x09,0x48, - 0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09,0x48,0x5F,0x48,0x42, - 0x09,0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31,0x09,0x32,0x36,0x09,0x32,0x34, - 0x0A,0x48,0x4F,0x09,0x31,0x09,0x30,0x09,0x34,0x32,0x09,0x32,0x34,0x09,0x48, - 0x09,0x48,0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09, - 0x48,0x09,0x48,0x5F,0x48,0x42,0x09,0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31, - 0x09,0x32,0x36,0x09,0x32,0x38,0x0A,0x44,0x43,0x09,0x31,0x09,0x30,0x09,0x34, - 0x38,0x09,0x33,0x36,0x09,0x44,0x09,0x48,0x09,0x30,0x09,0x44,0x09,0x31,0x39, - 0x09,0x48,0x09,0x31,0x33,0x09,0x44,0x09,0x48,0x5F,0x09,0x31,0x35,0x09,0x36, - 0x09,0x48,0x2E,0x31,0x09,0x31,0x33,0x09,0x33,0x36,0x20,0x0A,0x44,0x09,0x31, - 0x09,0x30,0x09,0x34,0x38,0x09,0x33,0x36,0x09,0x44,0x09,0x48,0x09,0x30,0x09, - 0x44,0x09,0x31,0x39,0x09,0x48,0x09,0x31,0x33,0x09,0x44,0x09,0x48,0x5F,0x09, - 0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31,0x09,0x31,0x33,0x09,0x33,0x36,0x20, - 0x0A,0x54,0x09,0x31,0x09,0x30,0x09,0x34,0x38,0x09,0x35,0x09,0x54,0x09,0x48, - 0x09,0x30,0x09,0x48,0x09,0x31,0x31,0x09,0x48,0x09,0x31,0x33,0x09,0x48,0x09, - 0x48,0x5F,0x09,0x31,0x35,0x09,0x36,0x09,0x48,0x2E,0x31,0x09,0x31,0x33,0x09, - 0x35,0x0A,0x48,0x65,0x09,0x32,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x65, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x65,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x48,0x65,0x0A, - 0x4C,0x69,0x09,0x33,0x09,0x30,0x09,0x36,0x32,0x09,0x30,0x09,0x4C,0x69,0x09, - 0x4C,0x49,0x09,0x30,0x09,0x4D,0x09,0x32,0x35,0x38,0x09,0x4C,0x69,0x09,0x32, - 0x36,0x09,0x4C,0x69,0x09,0x4C,0x69,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x4C, - 0x69,0x2E,0x30,0x09,0x32,0x34,0x09,0x4C,0x69,0x0A,0x42,0x65,0x09,0x34,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x42,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x42,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x42,0x65,0x0A,0x42,0x6F,0x78,0x09,0x35,0x09,0x30, - 0x09,0x35,0x34,0x09,0x32,0x36,0x09,0x42,0x09,0x42,0x09,0x30,0x09,0x42,0x09, - 0x35,0x33,0x09,0x42,0x09,0x32,0x36,0x09,0x42,0x32,0x09,0x42,0x5F,0x32,0x09, - 0x32,0x30,0x09,0x32,0x30,0x09,0x42,0x2E,0x30,0x09,0x32,0x36,0x09,0x32,0x36, - 0x0A,0x42,0x32,0x09,0x35,0x09,0x30,0x09,0x35,0x34,0x09,0x32,0x36,0x09,0x42, - 0x09,0x42,0x09,0x30,0x09,0x42,0x09,0x35,0x33,0x09,0x42,0x09,0x32,0x36,0x09, - 0x42,0x32,0x09,0x42,0x5F,0x32,0x09,0x32,0x30,0x09,0x32,0x30,0x09,0x42,0x2E, - 0x30,0x09,0x32,0x36,0x09,0x32,0x36,0x0A,0x42,0x61,0x63,0x09,0x35,0x09,0x30, - 0x09,0x35,0x34,0x09,0x32,0x37,0x09,0x42,0x09,0x42,0x09,0x30,0x09,0x42,0x09, - 0x35,0x33,0x09,0x42,0x09,0x32,0x36,0x09,0x42,0x32,0x09,0x42,0x5F,0x32,0x09, - 0x32,0x30,0x09,0x32,0x30,0x09,0x42,0x2E,0x30,0x09,0x32,0x36,0x09,0x32,0x36, - 0x0A,0x42,0x09,0x35,0x09,0x30,0x09,0x35,0x35,0x09,0x32,0x37,0x09,0x42,0x09, - 0x42,0x09,0x30,0x09,0x42,0x09,0x35,0x33,0x09,0x42,0x09,0x32,0x36,0x09,0x42, - 0x33,0x09,0x42,0x5F,0x33,0x09,0x32,0x30,0x09,0x32,0x30,0x09,0x42,0x2E,0x30, - 0x09,0x32,0x36,0x09,0x32,0x36,0x0A,0x42,0x33,0x09,0x35,0x09,0x30,0x09,0x35, - 0x35,0x09,0x32,0x37,0x09,0x42,0x09,0x42,0x09,0x30,0x09,0x42,0x09,0x35,0x33, - 0x09,0x42,0x09,0x32,0x36,0x09,0x42,0x33,0x09,0x42,0x5F,0x33,0x09,0x32,0x30, - 0x09,0x32,0x30,0x09,0x42,0x2E,0x30,0x09,0x32,0x36,0x09,0x32,0x37,0x0A,0x43, - 0x2D,0x09,0x36,0x09,0x30,0x09,0x31,0x30,0x09,0x30,0x09,0x43,0x09,0x43,0x32, - 0x09,0x30,0x09,0x43,0x09,0x36,0x31,0x09,0x43,0x2E,0x32,0x09,0x32,0x09,0x43, - 0x2D,0x33,0x09,0x58,0x78,0x09,0x32,0x09,0x35,0x09,0x43,0x2E,0x34,0x09,0x32, - 0x09,0x34,0x38,0x0A,0x43,0x2E,0x09,0x36,0x09,0x30,0x09,0x31,0x32,0x09,0x30, - 0x09,0x43,0x09,0x43,0x32,0x09,0x30,0x09,0x43,0x09,0x30,0x09,0x43,0x2E,0x32, - 0x09,0x32,0x09,0x43,0x2E,0x33,0x09,0x58,0x78,0x09,0x32,0x09,0x35,0x09,0x43, - 0x2E,0x33,0x09,0x32,0x09,0x32,0x39,0x0A,0x43,0x33,0x09,0x36,0x09,0x33,0x09, - 0x33,0x09,0x31,0x09,0x43,0x09,0x43,0x33,0x09,0x34,0x09,0x43,0x09,0x36,0x34, - 0x09,0x43,0x2E,0x33,0x09,0x31,0x09,0x43,0x33,0x09,0x43,0x5F,0x33,0x09,0x31, - 0x09,0x35,0x09,0x43,0x2E,0x34,0x09,0x31,0x09,0x31,0x0A,0x43,0x09,0x36,0x09, - 0x33,0x09,0x33,0x09,0x31,0x09,0x43,0x09,0x43,0x33,0x09,0x34,0x09,0x43,0x09, - 0x36,0x34,0x09,0x43,0x2E,0x09,0x31,0x09,0x43,0x33,0x09,0x43,0x5F,0x33,0x09, - 0x31,0x09,0x35,0x09,0x43,0x2E,0x34,0x09,0x32,0x36,0x09,0x31,0x0A,0x43,0x33, - 0x09,0x36,0x09,0x33,0x09,0x33,0x09,0x31,0x09,0x43,0x09,0x43,0x33,0x09,0x34, - 0x09,0x43,0x09,0x36,0x34,0x09,0x43,0x2E,0x33,0x09,0x31,0x09,0x43,0x33,0x09, - 0x43,0x5F,0x33,0x09,0x31,0x09,0x35,0x09,0x43,0x2E,0x34,0x09,0x31,0x09,0x32, - 0x32,0x0A,0x43,0x32,0x09,0x36,0x09,0x32,0x09,0x32,0x09,0x32,0x09,0x43,0x09, - 0x43,0x32,0x09,0x33,0x09,0x43,0x09,0x36,0x33,0x09,0x43,0x2E,0x32,0x09,0x32, - 0x09,0x43,0x32,0x09,0x43,0x5F,0x32,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x33, - 0x09,0x32,0x09,0x32,0x0A,0x43,0x61,0x72,0x09,0x36,0x09,0x32,0x09,0x32,0x09, - 0x32,0x09,0x43,0x09,0x43,0x32,0x09,0x33,0x09,0x43,0x09,0x32,0x09,0x43,0x2E, - 0x61,0x72,0x09,0x33,0x09,0x43,0x32,0x09,0x43,0x5F,0x52,0x09,0x33,0x09,0x31, - 0x09,0x43,0x2E,0x52,0x09,0x33,0x09,0x34,0x30,0x0A,0x43,0x61,0x63,0x09,0x36, - 0x09,0x32,0x09,0x32,0x09,0x33,0x09,0x43,0x09,0x43,0x32,0x09,0x30,0x09,0x43, - 0x09,0x36,0x33,0x09,0x43,0x2E,0x32,0x09,0x32,0x09,0x43,0x32,0x09,0x43,0x5F, - 0x32,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x33,0x09,0x32,0x09,0x33,0x0A,0x43, - 0x62,0x6C,0x09,0x36,0x09,0x32,0x09,0x32,0x09,0x33,0x09,0x43,0x09,0x43,0x32, - 0x09,0x33,0x09,0x43,0x09,0x36,0x33,0x09,0x43,0x2E,0x32,0x09,0x32,0x09,0x43, - 0x32,0x09,0x43,0x5F,0x32,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x33,0x09,0x32, - 0x09,0x32,0x0A,0x43,0x31,0x09,0x36,0x09,0x31,0x09,0x31,0x09,0x34,0x09,0x43, - 0x09,0x43,0x31,0x09,0x32,0x09,0x43,0x09,0x36,0x32,0x09,0x43,0x2E,0x31,0x09, - 0x34,0x09,0x43,0x31,0x09,0x43,0x5F,0x31,0x09,0x34,0x09,0x31,0x09,0x43,0x2E, - 0x32,0x09,0x34,0x09,0x34,0x0A,0x43,0x33,0x09,0x36,0x09,0x30,0x09,0x33,0x09, - 0x32,0x32,0x09,0x43,0x09,0x43,0x33,0x09,0x33,0x09,0x43,0x09,0x36,0x34,0x09, - 0x43,0x2E,0x33,0x09,0x31,0x33,0x09,0x43,0x33,0x09,0x43,0x5F,0x33,0x09,0x31, - 0x09,0x35,0x09,0x43,0x2E,0x34,0x09,0x31,0x33,0x09,0x31,0x0A,0x43,0x2D,0x09, - 0x36,0x09,0x32,0x09,0x31,0x30,0x09,0x32,0x39,0x09,0x43,0x09,0x43,0x33,0x09, - 0x34,0x09,0x43,0x09,0x36,0x34,0x09,0x43,0x2E,0x33,0x09,0x31,0x09,0x43,0x33, - 0x09,0x43,0x5F,0x33,0x09,0x31,0x09,0x31,0x09,0x43,0x2E,0x34,0x09,0x31,0x09, - 0x34,0x38,0x0A,0x43,0x78,0x09,0x36,0x09,0x30,0x09,0x36,0x32,0x09,0x32,0x39, - 0x09,0x43,0x09,0x43,0x09,0x30,0x09,0x43,0x09,0x36,0x34,0x09,0x43,0x09,0x31, - 0x09,0x58,0x78,0x09,0x58,0x78,0x09,0x32,0x30,0x09,0x35,0x09,0x75,0x6E,0x2E, - 0x30,0x09,0x32,0x36,0x09,0x31,0x0A,0x43,0x2B,0x09,0x36,0x09,0x32,0x09,0x31, - 0x31,0x09,0x33,0x30,0x09,0x43,0x09,0x43,0x32,0x09,0x33,0x09,0x43,0x09,0x32, - 0x09,0x43,0x2E,0x63,0x61,0x74,0x09,0x33,0x33,0x09,0x43,0x32,0x09,0x43,0x5F, - 0x32,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x33,0x09,0x33,0x33,0x09,0x33,0x30, - 0x0A,0x43,0x2B,0x09,0x36,0x09,0x32,0x09,0x31,0x31,0x09,0x33,0x30,0x09,0x43, - 0x09,0x43,0x32,0x09,0x33,0x09,0x43,0x09,0x32,0x09,0x43,0x2E,0x63,0x61,0x74, - 0x43,0x09,0x33,0x33,0x09,0x43,0x32,0x09,0x43,0x5F,0x32,0x09,0x32,0x09,0x31, - 0x09,0x43,0x2E,0x33,0x09,0x33,0x33,0x09,0x33,0x30,0x0A,0x43,0x61,0x6E,0x79, - 0x09,0x36,0x09,0x30,0x09,0x36,0x32,0x09,0x31,0x09,0x43,0x09,0x43,0x09,0x33, - 0x09,0x43,0x09,0x32,0x09,0x43,0x2E,0x09,0x33,0x33,0x09,0x43,0x09,0x43,0x09, - 0x32,0x09,0x31,0x09,0x43,0x2E,0x30,0x09,0x32,0x36,0x09,0x31,0x0A,0x52,0x61, - 0x72,0x09,0x36,0x09,0x30,0x09,0x36,0x32,0x09,0x31,0x09,0x43,0x09,0x43,0x09, - 0x33,0x09,0x43,0x09,0x32,0x09,0x52,0x2E,0x61,0x72,0x09,0x33,0x33,0x09,0x43, - 0x09,0x43,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x30,0x09,0x32,0x36,0x09,0x31, - 0x0A,0x52,0x09,0x36,0x09,0x30,0x09,0x36,0x32,0x09,0x31,0x09,0x43,0x09,0x43, - 0x09,0x33,0x09,0x43,0x09,0x32,0x09,0x52,0x2E,0x09,0x33,0x33,0x09,0x43,0x09, - 0x43,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x30,0x09,0x32,0x36,0x09,0x31,0x0A, - 0x4E,0x72,0x09,0x36,0x09,0x30,0x09,0x36,0x32,0x09,0x38,0x09,0x43,0x09,0x43, - 0x09,0x33,0x09,0x43,0x09,0x32,0x09,0x4E,0x72,0x2E,0x09,0x33,0x33,0x09,0x43, - 0x09,0x43,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x30,0x09,0x32,0x36,0x09,0x38, - 0x0A,0x43,0x32,0x09,0x36,0x09,0x32,0x09,0x32,0x09,0x33,0x38,0x09,0x43,0x09, - 0x43,0x32,0x09,0x33,0x09,0x43,0x09,0x36,0x33,0x09,0x43,0x2E,0x32,0x09,0x32, - 0x09,0x43,0x32,0x09,0x43,0x5F,0x32,0x09,0x32,0x09,0x31,0x09,0x43,0x2E,0x33, - 0x09,0x32,0x09,0x32,0x0A,0x4E,0x33,0x09,0x37,0x09,0x33,0x09,0x32,0x36,0x09, - 0x38,0x09,0x4E,0x09,0x4E,0x33,0x09,0x33,0x09,0x4E,0x09,0x37,0x33,0x09,0x4E, - 0x2E,0x33,0x09,0x35,0x09,0x4E,0x33,0x09,0x4E,0x5F,0x33,0x09,0x36,0x09,0x31, - 0x30,0x09,0x4E,0x2E,0x34,0x09,0x35,0x09,0x38,0x0A,0x4E,0x6F,0x78,0x09,0x37, - 0x09,0x32,0x09,0x32,0x36,0x09,0x38,0x09,0x4E,0x09,0x4E,0x32,0x09,0x30,0x09, - 0x4E,0x09,0x37,0x32,0x09,0x4E,0x2E,0x34,0x09,0x36,0x09,0x4E,0x32,0x09,0x4E, - 0x5F,0x32,0x09,0x36,0x09,0x38,0x09,0x4E,0x2E,0x33,0x09,0x33,0x31,0x09,0x39, - 0x0A,0x4E,0x67,0x2B,0x09,0x37,0x09,0x32,0x09,0x33,0x35,0x09,0x38,0x09,0x4E, - 0x09,0x4E,0x50,0x4C,0x33,0x09,0x33,0x09,0x4E,0x09,0x37,0x39,0x09,0x4E,0x2E, - 0x70,0x6C,0x33,0x09,0x33,0x31,0x09,0x4E,0x32,0x09,0x4E,0x5F,0x32,0x09,0x35, - 0x09,0x39,0x09,0x4E,0x2E,0x33,0x09,0x31,0x39,0x09,0x33,0x37,0x0A,0x4E,0x32, - 0x09,0x37,0x09,0x32,0x09,0x32,0x35,0x09,0x39,0x09,0x4E,0x09,0x4E,0x50,0x4C, - 0x33,0x09,0x32,0x09,0x4E,0x09,0x37,0x32,0x09,0x4E,0x2E,0x32,0x09,0x31,0x39, - 0x09,0x4E,0x32,0x09,0x4E,0x5F,0x32,0x09,0x38,0x09,0x38,0x09,0x4E,0x2E,0x33, - 0x09,0x36,0x09,0x39,0x0A,0x4E,0x70,0x6C,0x09,0x37,0x09,0x32,0x09,0x32,0x35, - 0x09,0x39,0x09,0x4E,0x09,0x4E,0x50,0x4C,0x33,0x09,0x33,0x09,0x4E,0x09,0x37, - 0x32,0x09,0x4E,0x2E,0x70,0x6C,0x33,0x09,0x31,0x39,0x09,0x4E,0x32,0x09,0x4E, - 0x5F,0x32,0x09,0x39,0x09,0x38,0x09,0x4E,0x2E,0x33,0x09,0x31,0x39,0x09,0x39, - 0x0A,0x4E,0x74,0x72,0x09,0x37,0x09,0x32,0x09,0x32,0x35,0x09,0x39,0x09,0x4E, - 0x09,0x4E,0x32,0x09,0x30,0x09,0x4E,0x09,0x37,0x32,0x09,0x4E,0x2E,0x70,0x6C, - 0x33,0x09,0x36,0x09,0x4E,0x32,0x09,0x4E,0x5F,0x32,0x09,0x38,0x09,0x38,0x09, - 0x4E,0x2E,0x33,0x09,0x31,0x39,0x09,0x39,0x0A,0x4E,0x43,0x09,0x37,0x09,0x30, - 0x09,0x32,0x39,0x09,0x39,0x09,0x4E,0x09,0x4E,0x32,0x09,0x30,0x09,0x4E,0x09, - 0x37,0x32,0x09,0x4E,0x2E,0x32,0x09,0x36,0x09,0x4E,0x32,0x09,0x4E,0x5F,0x32, - 0x09,0x38,0x09,0x38,0x09,0x4E,0x2E,0x33,0x09,0x36,0x09,0x38,0x0A,0x4E,0x32, - 0x2B,0x09,0x37,0x09,0x30,0x09,0x33,0x36,0x09,0x39,0x09,0x4E,0x09,0x4E,0x32, - 0x09,0x30,0x09,0x4E,0x09,0x37,0x38,0x09,0x4E,0x2E,0x32,0x09,0x36,0x09,0x4E, - 0x32,0x09,0x4E,0x5F,0x32,0x09,0x37,0x09,0x38,0x09,0x4E,0x2E,0x33,0x09,0x36, - 0x09,0x39,0x0A,0x4E,0x61,0x72,0x09,0x37,0x09,0x32,0x09,0x32,0x35,0x09,0x39, - 0x09,0x4E,0x09,0x4E,0x50,0x4C,0x33,0x09,0x32,0x09,0x4E,0x09,0x33,0x37,0x09, - 0x4E,0x2E,0x61,0x72,0x09,0x31,0x31,0x09,0x4E,0x32,0x09,0x4E,0x5F,0x52,0x09, - 0x38,0x09,0x38,0x09,0x4E,0x2E,0x52,0x09,0x31,0x31,0x09,0x39,0x0A,0x4E,0x61, - 0x6D,0x09,0x37,0x09,0x32,0x09,0x32,0x35,0x09,0x39,0x09,0x4E,0x09,0x4E,0x50, - 0x4C,0x33,0x09,0x33,0x09,0x4E,0x09,0x39,0x09,0x4E,0x2E,0x61,0x6D,0x09,0x32, - 0x38,0x09,0x4E,0x32,0x09,0x4E,0x5F,0x32,0x09,0x38,0x09,0x38,0x09,0x4E,0x2E, - 0x33,0x09,0x32,0x38,0x09,0x39,0x0A,0x4E,0x70,0x6C,0x09,0x37,0x09,0x32,0x09, - 0x32,0x35,0x09,0x39,0x09,0x4E,0x09,0x4E,0x50,0x4C,0x33,0x09,0x33,0x09,0x4E, - 0x09,0x37,0x32,0x09,0x4E,0x2E,0x70,0x6C,0x33,0x4E,0x09,0x31,0x39,0x09,0x4E, - 0x32,0x09,0x4E,0x5F,0x32,0x09,0x39,0x09,0x38,0x09,0x4E,0x2E,0x33,0x09,0x31, - 0x39,0x09,0x39,0x0A,0x4E,0x31,0x09,0x37,0x09,0x31,0x09,0x32,0x34,0x09,0x31, - 0x30,0x09,0x4E,0x09,0x4E,0x31,0x09,0x30,0x09,0x4E,0x09,0x37,0x31,0x09,0x4E, - 0x2E,0x31,0x09,0x37,0x09,0x4E,0x31,0x09,0x4E,0x5F,0x31,0x09,0x32,0x33,0x09, - 0x38,0x09,0x4E,0x2E,0x32,0x09,0x37,0x09,0x31,0x30,0x0A,0x4E,0x61,0x6E,0x79, - 0x09,0x37,0x09,0x30,0x09,0x36,0x32,0x09,0x38,0x09,0x4E,0x09,0x4E,0x09,0x33, - 0x09,0x4E,0x09,0x32,0x09,0x4E,0x2E,0x09,0x33,0x33,0x09,0x4E,0x09,0x4E,0x09, - 0x32,0x09,0x31,0x09,0x4E,0x2E,0x30,0x09,0x32,0x36,0x09,0x38,0x0A,0x4E,0x09, - 0x37,0x09,0x30,0x09,0x36,0x32,0x09,0x38,0x09,0x4E,0x09,0x4E,0x09,0x33,0x09, - 0x4E,0x09,0x32,0x09,0x4E,0x2E,0x09,0x33,0x33,0x09,0x4E,0x09,0x4E,0x09,0x32, - 0x09,0x31,0x09,0x4E,0x2E,0x30,0x09,0x32,0x36,0x09,0x38,0x0A,0x4E,0x61,0x7A, - 0x09,0x37,0x09,0x32,0x09,0x32,0x35,0x09,0x33,0x37,0x09,0x4E,0x09,0x4E,0x32, - 0x09,0x30,0x09,0x4E,0x09,0x37,0x32,0x09,0x4E,0x2E,0x32,0x09,0x36,0x09,0x4E, - 0x32,0x09,0x4E,0x5F,0x32,0x09,0x37,0x09,0x38,0x09,0x4E,0x2E,0x32,0x09,0x36, - 0x09,0x39,0x0A,0x4E,0x33,0x2B,0x09,0x37,0x09,0x33,0x09,0x33,0x32,0x09,0x33, - 0x39,0x09,0x4E,0x09,0x4E,0x33,0x2B,0x09,0x34,0x09,0x4E,0x09,0x37,0x39,0x09, - 0x4E,0x2E,0x34,0x09,0x33,0x31,0x09,0x4E,0x33,0x09,0x4E,0x5F,0x33,0x09,0x35, - 0x09,0x39,0x09,0x4E,0x2E,0x34,0x09,0x33,0x31,0x09,0x34,0x31,0x0A,0x4E,0x34, - 0x09,0x37,0x09,0x30,0x09,0x33,0x32,0x09,0x33,0x39,0x09,0x4E,0x09,0x4E,0x33, - 0x2B,0x09,0x34,0x09,0x4E,0x09,0x37,0x39,0x09,0x4E,0x2E,0x34,0x09,0x33,0x31, - 0x09,0x4E,0x33,0x09,0x4E,0x5F,0x33,0x09,0x35,0x09,0x39,0x09,0x4E,0x2E,0x34, - 0x09,0x33,0x31,0x09,0x34,0x31,0x0A,0x4E,0x32,0x09,0x37,0x09,0x30,0x09,0x32, - 0x35,0x09,0x34,0x30,0x09,0x4E,0x09,0x4E,0x32,0x09,0x30,0x09,0x4E,0x09,0x37, - 0x32,0x09,0x4E,0x09,0x36,0x09,0x4E,0x32,0x09,0x4E,0x5F,0x32,0x09,0x38,0x09, - 0x38,0x09,0x4E,0x2E,0x33,0x09,0x32,0x36,0x09,0x39,0x0A,0x4F,0x33,0x09,0x38, - 0x09,0x33,0x09,0x31,0x36,0x09,0x36,0x09,0x4F,0x09,0x4F,0x33,0x09,0x32,0x09, - 0x4F,0x09,0x38,0x32,0x09,0x4F,0x2E,0x33,0x09,0x38,0x09,0x4F,0x33,0x09,0x4F, - 0x5F,0x33,0x09,0x31,0x30,0x09,0x31,0x32,0x09,0x4F,0x2E,0x34,0x09,0x38,0x09, - 0x36,0x0A,0x4F,0x65,0x73,0x09,0x38,0x09,0x33,0x09,0x31,0x36,0x09,0x36,0x09, - 0x4F,0x09,0x4F,0x33,0x09,0x32,0x09,0x4F,0x09,0x38,0x32,0x09,0x4F,0x2E,0x33, - 0x09,0x38,0x09,0x4F,0x33,0x09,0x4F,0x5F,0x32,0x09,0x31,0x31,0x09,0x31,0x32, - 0x09,0x4F,0x2E,0x34,0x09,0x38,0x09,0x36,0x0A,0x4F,0x09,0x38,0x09,0x30,0x09, - 0x32,0x33,0x09,0x36,0x09,0x4F,0x09,0x4F,0x09,0x30,0x09,0x5A,0x09,0x38,0x32, - 0x09,0x4F,0x2E,0x33,0x09,0x38,0x09,0x4F,0x09,0x4F,0x5F,0x33,0x09,0x31,0x30, - 0x09,0x31,0x32,0x09,0x4F,0x2E,0x34,0x09,0x38,0x09,0x36,0x0A,0x4F,0x32,0x09, - 0x38,0x09,0x32,0x09,0x31,0x35,0x09,0x37,0x09,0x4F,0x09,0x4F,0x32,0x09,0x30, - 0x09,0x4F,0x09,0x38,0x31,0x09,0x4F,0x2E,0x32,0x09,0x39,0x09,0x4F,0x32,0x09, - 0x4F,0x5F,0x32,0x09,0x31,0x31,0x09,0x31,0x31,0x09,0x4F,0x2E,0x33,0x09,0x39, - 0x09,0x37,0x0A,0x4F,0x2D,0x09,0x38,0x09,0x32,0x09,0x32,0x30,0x09,0x37,0x09, - 0x4F,0x09,0x4F,0x32,0x09,0x30,0x09,0x4F,0x09,0x38,0x36,0x09,0x4F,0x2E,0x63, - 0x6F,0x32,0x09,0x39,0x09,0x4F,0x32,0x09,0x4F,0x5F,0x33,0x09,0x32,0x36,0x09, - 0x31,0x32,0x09,0x4F,0x2E,0x52,0x09,0x33,0x32,0x09,0x34,0x32,0x0A,0x4F,0x2D, - 0x09,0x38,0x09,0x32,0x09,0x32,0x30,0x09,0x37,0x09,0x4F,0x09,0x4F,0x32,0x09, - 0x30,0x09,0x4F,0x09,0x38,0x36,0x09,0x4F,0x2E,0x63,0x6F,0x32,0x4F,0x09,0x39, - 0x09,0x4F,0x32,0x09,0x4F,0x5F,0x33,0x09,0x32,0x36,0x09,0x31,0x32,0x09,0x4F, - 0x2E,0x52,0x09,0x33,0x32,0x09,0x34,0x31,0x0A,0x4F,0x09,0x38,0x09,0x32,0x09, - 0x32,0x30,0x09,0x37,0x09,0x4F,0x09,0x4F,0x33,0x09,0x30,0x09,0x4F,0x09,0x38, - 0x36,0x09,0x4F,0x2E,0x09,0x39,0x09,0x4F,0x33,0x09,0x4F,0x5F,0x33,0x09,0x32, - 0x36,0x09,0x31,0x32,0x09,0x4F,0x2E,0x33,0x09,0x32,0x36,0x09,0x36,0x0A,0x4F, - 0x2E,0x63,0x6F,0x32,0x09,0x38,0x09,0x32,0x09,0x32,0x30,0x09,0x37,0x09,0x4F, - 0x09,0x4F,0x32,0x09,0x30,0x09,0x4F,0x09,0x38,0x36,0x09,0x4F,0x2E,0x63,0x6F, - 0x32,0x09,0x39,0x09,0x4F,0x32,0x09,0x4F,0x5F,0x33,0x09,0x32,0x36,0x09,0x31, - 0x32,0x09,0x4F,0x2E,0x52,0x09,0x33,0x32,0x09,0x37,0x0A,0x4F,0x61,0x72,0x09, - 0x38,0x09,0x32,0x09,0x31,0x35,0x09,0x37,0x09,0x4F,0x09,0x4F,0x32,0x09,0x30, - 0x09,0x4F,0x09,0x38,0x31,0x09,0x4F,0x2E,0x32,0x09,0x39,0x09,0x4F,0x32,0x09, - 0x4F,0x5F,0x52,0x09,0x31,0x31,0x09,0x31,0x31,0x09,0x4F,0x2E,0x33,0x09,0x32, - 0x36,0x09,0x37,0x0A,0x4F,0x09,0x38,0x09,0x32,0x09,0x32,0x30,0x09,0x37,0x09, - 0x4F,0x09,0x4F,0x33,0x09,0x30,0x09,0x4F,0x09,0x38,0x36,0x09,0x4F,0x2E,0x09, - 0x39,0x09,0x4F,0x33,0x09,0x4F,0x5F,0x33,0x09,0x32,0x36,0x09,0x31,0x32,0x09, - 0x4F,0x2E,0x33,0x09,0x32,0x36,0x09,0x34,0x36,0x0A,0x4F,0x61,0x6E,0x79,0x09, - 0x38,0x09,0x30,0x09,0x36,0x32,0x09,0x36,0x09,0x4F,0x09,0x4F,0x09,0x33,0x09, - 0x4F,0x09,0x32,0x09,0x4F,0x2E,0x09,0x33,0x33,0x09,0x4F,0x09,0x4F,0x09,0x32, - 0x09,0x31,0x09,0x4F,0x2E,0x30,0x09,0x32,0x36,0x09,0x36,0x0A,0x4F,0x31,0x09, - 0x38,0x09,0x30,0x09,0x36,0x32,0x09,0x37,0x09,0x4F,0x09,0x4F,0x09,0x33,0x09, - 0x4F,0x09,0x32,0x09,0x4F,0x2E,0x09,0x33,0x33,0x09,0x4F,0x09,0x4F,0x5F,0x31, - 0x09,0x32,0x09,0x31,0x09,0x4F,0x2E,0x30,0x09,0x32,0x36,0x09,0x37,0x0A,0x4F, - 0x32,0x09,0x38,0x09,0x30,0x09,0x31,0x35,0x09,0x37,0x09,0x4F,0x09,0x4F,0x32, - 0x09,0x30,0x09,0x4F,0x09,0x38,0x31,0x09,0x4F,0x2E,0x32,0x09,0x39,0x09,0x4F, - 0x32,0x09,0x4F,0x5F,0x32,0x09,0x31,0x31,0x09,0x31,0x31,0x09,0x4F,0x2E,0x52, - 0x09,0x39,0x09,0x37,0x0A,0x4F,0x43,0x4F,0x32,0x09,0x38,0x09,0x30,0x09,0x31, - 0x38,0x09,0x34,0x37,0x09,0x4F,0x09,0x4F,0x09,0x31,0x09,0x4F,0x09,0x34,0x37, - 0x09,0x4F,0x2E,0x63,0x6F,0x32,0x09,0x33,0x32,0x09,0x4F,0x32,0x09,0x4F,0x5F, - 0x32,0x09,0x31,0x31,0x09,0x31,0x09,0x4F,0x2E,0x33,0x09,0x33,0x32,0x09,0x37, - 0x0A,0x46,0x09,0x39,0x09,0x30,0x09,0x35,0x36,0x09,0x31,0x31,0x09,0x46,0x09, - 0x46,0x09,0x30,0x09,0x46,0x09,0x39,0x31,0x09,0x46,0x09,0x31,0x36,0x09,0x46, - 0x09,0x46,0x5F,0x09,0x31,0x36,0x09,0x31,0x35,0x09,0x46,0x2E,0x31,0x09,0x31, - 0x36,0x09,0x31,0x31,0x0A,0x4E,0x65,0x09,0x31,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x4E,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4E,0x65, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36, - 0x09,0x4E,0x65,0x0A,0x4E,0x61,0x09,0x31,0x31,0x09,0x30,0x09,0x32,0x35,0x09, - 0x30,0x09,0x4E,0x61,0x09,0x4E,0x61,0x09,0x30,0x09,0x5A,0x09,0x39,0x09,0x4E, - 0x61,0x09,0x32,0x31,0x09,0x4E,0x41,0x09,0x4E,0x61,0x09,0x32,0x30,0x09,0x31, - 0x39,0x09,0x4E,0x61,0x2E,0x36,0x09,0x32,0x31,0x09,0x4E,0x61,0x0A,0x4D,0x67, - 0x09,0x31,0x32,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4D,0x67,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x4D,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x4D,0x67,0x0A,0x41,0x6C,0x09, - 0x31,0x33,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x6C,0x09,0x41,0x6C,0x09, - 0x30,0x09,0x5A,0x09,0x31,0x33,0x33,0x09,0x41,0x6C,0x09,0x32,0x35,0x09,0x41, - 0x4C,0x09,0x41,0x6C,0x33,0x09,0x32,0x30,0x09,0x32,0x30,0x09,0x41,0x6C,0x2E, - 0x36,0x09,0x32,0x35,0x09,0x41,0x6C,0x0A,0x53,0x69,0x09,0x31,0x34,0x09,0x30, - 0x09,0x36,0x30,0x09,0x31,0x39,0x09,0x53,0x69,0x09,0x53,0x69,0x09,0x34,0x09, - 0x5A,0x09,0x31,0x39,0x09,0x53,0x69,0x09,0x32,0x37,0x09,0x53,0x49,0x09,0x53, - 0x69,0x33,0x09,0x32,0x30,0x09,0x32,0x34,0x09,0x53,0x69,0x2E,0x34,0x09,0x32, - 0x37,0x09,0x53,0x69,0x0A,0x50,0x33,0x09,0x31,0x35,0x09,0x33,0x09,0x35,0x33, - 0x09,0x32,0x35,0x09,0x50,0x09,0x50,0x33,0x09,0x30,0x09,0x50,0x09,0x31,0x35, - 0x39,0x09,0x50,0x2E,0x33,0x09,0x31,0x32,0x09,0x50,0x33,0x09,0x50,0x5F,0x33, - 0x09,0x31,0x34,0x09,0x31,0x33,0x09,0x50,0x2E,0x34,0x09,0x31,0x32,0x09,0x32, - 0x35,0x0A,0x50,0x61,0x63,0x09,0x31,0x35,0x09,0x32,0x09,0x35,0x33,0x09,0x32, - 0x35,0x09,0x50,0x09,0x50,0x33,0x09,0x30,0x09,0x50,0x09,0x31,0x35,0x39,0x09, - 0x50,0x2E,0x33,0x09,0x31,0x32,0x09,0x50,0x33,0x09,0x50,0x5F,0x33,0x09,0x31, - 0x34,0x09,0x31,0x33,0x09,0x50,0x2E,0x34,0x09,0x31,0x32,0x09,0x32,0x35,0x0A, - 0x50,0x6F,0x78,0x09,0x31,0x35,0x09,0x33,0x09,0x35,0x33,0x09,0x32,0x35,0x09, - 0x50,0x09,0x50,0x33,0x09,0x30,0x09,0x50,0x09,0x31,0x35,0x39,0x09,0x50,0x2E, - 0x33,0x09,0x31,0x32,0x09,0x50,0x33,0x09,0x50,0x5F,0x33,0x09,0x31,0x34,0x09, - 0x31,0x33,0x09,0x50,0x2E,0x34,0x09,0x31,0x32,0x09,0x32,0x35,0x0A,0x50,0x33, - 0x2B,0x09,0x31,0x35,0x09,0x33,0x09,0x35,0x33,0x09,0x32,0x35,0x09,0x50,0x09, - 0x50,0x33,0x09,0x30,0x09,0x50,0x09,0x31,0x35,0x34,0x09,0x50,0x2E,0x33,0x09, - 0x31,0x32,0x09,0x50,0x33,0x09,0x50,0x5F,0x33,0x09,0x31,0x34,0x09,0x31,0x33, - 0x09,0x50,0x2E,0x34,0x09,0x31,0x32,0x09,0x32,0x35,0x0A,0x50,0x09,0x31,0x35, - 0x09,0x33,0x09,0x35,0x33,0x09,0x32,0x35,0x09,0x50,0x09,0x50,0x33,0x09,0x30, - 0x09,0x50,0x09,0x31,0x35,0x39,0x09,0x50,0x2E,0x33,0x09,0x31,0x32,0x09,0x50, - 0x33,0x09,0x50,0x5F,0x33,0x09,0x31,0x34,0x09,0x31,0x33,0x09,0x50,0x2E,0x34, - 0x09,0x31,0x32,0x09,0x32,0x35,0x0A,0x53,0x33,0x09,0x31,0x36,0x09,0x33,0x09, - 0x34,0x39,0x09,0x31,0x35,0x09,0x53,0x09,0x53,0x33,0x09,0x30,0x09,0x53,0x09, - 0x31,0x36,0x34,0x09,0x53,0x2E,0x33,0x09,0x31,0x30,0x09,0x53,0x33,0x09,0x53, - 0x5F,0x33,0x09,0x31,0x32,0x09,0x31,0x34,0x09,0x53,0x2E,0x34,0x09,0x31,0x30, - 0x09,0x31,0x35,0x0A,0x53,0x09,0x31,0x36,0x09,0x33,0x09,0x34,0x39,0x09,0x31, - 0x35,0x09,0x53,0x09,0x53,0x33,0x09,0x30,0x09,0x53,0x09,0x31,0x36,0x34,0x09, - 0x53,0x2E,0x33,0x09,0x31,0x30,0x09,0x53,0x33,0x09,0x53,0x5F,0x33,0x09,0x31, - 0x32,0x09,0x31,0x34,0x09,0x53,0x2E,0x32,0x09,0x31,0x30,0x09,0x31,0x35,0x0A, - 0x53,0x09,0x31,0x36,0x09,0x33,0x09,0x35,0x32,0x09,0x31,0x36,0x09,0x53,0x09, - 0x53,0x33,0x09,0x30,0x09,0x53,0x09,0x31,0x36,0x34,0x09,0x53,0x2E,0x33,0x09, - 0x31,0x30,0x09,0x53,0x33,0x09,0x53,0x5F,0x33,0x09,0x31,0x32,0x09,0x31,0x34, - 0x09,0x53,0x2E,0x32,0x09,0x31,0x30,0x09,0x31,0x35,0x0A,0x53,0x33,0x2B,0x09, - 0x31,0x36,0x09,0x33,0x09,0x34,0x39,0x09,0x31,0x36,0x09,0x53,0x09,0x53,0x33, - 0x09,0x30,0x09,0x53,0x09,0x31,0x36,0x34,0x09,0x53,0x2E,0x33,0x09,0x31,0x30, - 0x09,0x53,0x33,0x09,0x53,0x5F,0x33,0x09,0x31,0x32,0x09,0x31,0x34,0x09,0x53, - 0x2E,0x34,0x09,0x31,0x30,0x09,0x31,0x36,0x0A,0x53,0x32,0x09,0x31,0x36,0x09, - 0x32,0x09,0x34,0x39,0x09,0x31,0x37,0x09,0x53,0x09,0x53,0x32,0x09,0x30,0x09, - 0x53,0x09,0x31,0x36,0x31,0x09,0x53,0x2E,0x32,0x09,0x31,0x38,0x09,0x53,0x32, - 0x09,0x53,0x5F,0x33,0x09,0x31,0x33,0x09,0x31,0x34,0x09,0x53,0x2E,0x33,0x09, - 0x31,0x38,0x09,0x31,0x35,0x0A,0x53,0x61,0x63,0x09,0x31,0x36,0x09,0x32,0x09, - 0x34,0x39,0x09,0x31,0x37,0x09,0x53,0x09,0x53,0x4F,0x09,0x30,0x09,0x53,0x09, - 0x31,0x36,0x31,0x09,0x53,0x2E,0x33,0x09,0x32,0x39,0x09,0x53,0x33,0x09,0x53, - 0x5F,0x33,0x09,0x31,0x32,0x09,0x31,0x34,0x09,0x53,0x2E,0x34,0x09,0x31,0x30, - 0x09,0x31,0x35,0x0A,0x53,0x6F,0x32,0x09,0x31,0x36,0x09,0x33,0x09,0x34,0x39, - 0x09,0x31,0x38,0x09,0x53,0x09,0x53,0x4F,0x32,0x09,0x30,0x09,0x53,0x09,0x31, - 0x36,0x31,0x09,0x53,0x2E,0x4F,0x32,0x09,0x33,0x30,0x09,0x53,0x33,0x09,0x53, - 0x5F,0x33,0x09,0x31,0x32,0x09,0x31,0x34,0x09,0x53,0x2E,0x34,0x09,0x33,0x30, - 0x09,0x31,0x37,0x0A,0x53,0x6F,0x78,0x09,0x31,0x36,0x09,0x32,0x09,0x34,0x39, - 0x09,0x31,0x38,0x09,0x53,0x09,0x53,0x4F,0x32,0x09,0x30,0x09,0x53,0x09,0x31, - 0x36,0x31,0x09,0x53,0x2E,0x4F,0x09,0x33,0x30,0x09,0x53,0x33,0x09,0x53,0x5F, - 0x33,0x09,0x31,0x32,0x09,0x31,0x34,0x09,0x53,0x2E,0x34,0x09,0x32,0x39,0x09, - 0x31,0x37,0x0A,0x53,0x6F,0x09,0x31,0x36,0x09,0x32,0x09,0x34,0x39,0x09,0x31, - 0x38,0x09,0x53,0x09,0x53,0x4F,0x32,0x09,0x30,0x09,0x53,0x09,0x31,0x36,0x31, - 0x09,0x53,0x2E,0x4F,0x32,0x09,0x33,0x30,0x09,0x53,0x33,0x09,0x53,0x5F,0x33, - 0x09,0x31,0x32,0x09,0x31,0x34,0x09,0x53,0x2E,0x34,0x09,0x33,0x30,0x09,0x31, - 0x37,0x0A,0x53,0x61,0x6E,0x79,0x09,0x31,0x36,0x09,0x30,0x09,0x36,0x32,0x09, - 0x31,0x35,0x09,0x53,0x09,0x53,0x09,0x33,0x09,0x53,0x09,0x32,0x09,0x53,0x2E, - 0x09,0x33,0x33,0x09,0x53,0x09,0x53,0x09,0x32,0x09,0x31,0x09,0x53,0x2E,0x30, - 0x09,0x32,0x36,0x09,0x31,0x35,0x0A,0x43,0x6C,0x09,0x31,0x37,0x09,0x30,0x09, - 0x35,0x37,0x09,0x31,0x32,0x09,0x43,0x6C,0x09,0x43,0x4C,0x09,0x30,0x09,0x4C, - 0x09,0x31,0x37,0x31,0x09,0x43,0x6C,0x09,0x31,0x35,0x09,0x43,0x6C,0x09,0x43, - 0x6C,0x09,0x31,0x37,0x09,0x31,0x36,0x09,0x43,0x6C,0x2E,0x31,0x09,0x31,0x35, - 0x09,0x31,0x32,0x0A,0x41,0x72,0x09,0x31,0x38,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x41,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x72,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09, - 0x41,0x72,0x0A,0x4B,0x09,0x31,0x39,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4B, - 0x09,0x4B,0x09,0x30,0x09,0x5A,0x09,0x31,0x39,0x30,0x09,0x4B,0x09,0x32,0x32, - 0x09,0x4B,0x09,0x58,0x78,0x09,0x32,0x30,0x09,0x31,0x39,0x09,0x4B,0x2E,0x30, - 0x09,0x32,0x32,0x09,0x4B,0x0A,0x43,0x61,0x09,0x32,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x43,0x61,0x09,0x43,0x61,0x09,0x30,0x09,0x5A,0x09,0x32,0x30, - 0x30,0x09,0x43,0x61,0x09,0x32,0x33,0x09,0x43,0x41,0x09,0x43,0x61,0x09,0x32, - 0x30,0x09,0x32,0x31,0x09,0x43,0x61,0x2E,0x36,0x09,0x32,0x33,0x09,0x43,0x61, - 0x0A,0x53,0x63,0x09,0x32,0x31,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x53,0x63, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x53,0x63,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x53,0x63,0x0A, - 0x54,0x69,0x09,0x32,0x32,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x69,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x69,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x54,0x69,0x0A,0x56, - 0x09,0x32,0x33,0x09,0x30,0x09,0x36,0x32,0x09,0x30,0x09,0x56,0x09,0x44,0x75, - 0x09,0x30,0x09,0x5A,0x09,0x32,0x33,0x34,0x09,0x56,0x09,0x30,0x09,0x56,0x09, - 0x44,0x75,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x56,0x2E,0x30,0x09,0x32,0x36, - 0x09,0x56,0x0A,0x43,0x72,0x09,0x32,0x34,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x43,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x72,0x2E,0x6F, - 0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32, - 0x36,0x09,0x43,0x72,0x0A,0x43,0x72,0x09,0x32,0x34,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x43,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x72, - 0x2E,0x74,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x32,0x36,0x09,0x43,0x72,0x0A,0x4D,0x6E,0x09,0x32,0x35,0x09,0x30,0x09, - 0x36,0x32,0x09,0x30,0x09,0x4D,0x6E,0x09,0x44,0x75,0x09,0x30,0x09,0x4D,0x09, - 0x32,0x35,0x38,0x09,0x4D,0x6E,0x09,0x32,0x36,0x09,0x4D,0x6E,0x09,0x4D,0x6E, - 0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x4D,0x6E,0x2E,0x30,0x09,0x32,0x36,0x09, - 0x4D,0x6E,0x0A,0x46,0x65,0x09,0x32,0x36,0x09,0x30,0x09,0x36,0x32,0x09,0x30, - 0x09,0x46,0x65,0x09,0x44,0x75,0x09,0x30,0x09,0x4D,0x09,0x32,0x36,0x36,0x09, - 0x46,0x65,0x09,0x32,0x36,0x09,0x46,0x65,0x09,0x46,0x65,0x09,0x32,0x30,0x09, - 0x32,0x35,0x09,0x46,0x65,0x2E,0x36,0x09,0x32,0x36,0x09,0x46,0x65,0x0A,0x43, - 0x6F,0x09,0x32,0x37,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x6F,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x6F,0x2E,0x6F,0x68,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x43,0x6F, - 0x0A,0x4E,0x69,0x09,0x32,0x38,0x09,0x30,0x09,0x36,0x32,0x09,0x30,0x09,0x4E, - 0x69,0x09,0x44,0x75,0x09,0x30,0x09,0x4D,0x09,0x32,0x38,0x34,0x09,0x4E,0x69, - 0x09,0x32,0x36,0x09,0x4E,0x69,0x09,0x4E,0x69,0x09,0x32,0x30,0x09,0x32,0x35, - 0x09,0x4E,0x69,0x2E,0x30,0x09,0x32,0x36,0x09,0x4E,0x69,0x0A,0x43,0x75,0x09, - 0x32,0x39,0x09,0x30,0x09,0x36,0x32,0x09,0x30,0x09,0x43,0x75,0x09,0x44,0x75, - 0x09,0x30,0x09,0x4D,0x09,0x30,0x09,0x43,0x75,0x09,0x32,0x36,0x09,0x43,0x75, - 0x09,0x43,0x75,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x43,0x75,0x2E,0x30,0x09, - 0x32,0x36,0x09,0x43,0x75,0x0A,0x5A,0x6E,0x09,0x33,0x30,0x09,0x30,0x09,0x36, - 0x32,0x09,0x30,0x09,0x5A,0x6E,0x09,0x5A,0x6E,0x09,0x30,0x09,0x5A,0x09,0x32, - 0x33,0x34,0x09,0x5A,0x6E,0x09,0x30,0x09,0x56,0x09,0x5A,0x6E,0x09,0x32,0x30, - 0x09,0x32,0x35,0x09,0x5A,0x6E,0x2E,0x30,0x09,0x32,0x36,0x09,0x5A,0x6E,0x0A, - 0x47,0x61,0x09,0x33,0x31,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x47,0x61,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x47,0x61,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x47,0x61,0x0A,0x47, - 0x65,0x09,0x33,0x32,0x09,0x30,0x09,0x36,0x32,0x09,0x33,0x31,0x09,0x47,0x65, - 0x09,0x47,0x45,0x09,0x30,0x09,0x45,0x09,0x33,0x32,0x34,0x09,0x47,0x65,0x09, - 0x32,0x36,0x09,0x47,0x65,0x09,0x47,0x65,0x33,0x09,0x32,0x30,0x09,0x32,0x35, - 0x09,0x47,0x65,0x2E,0x34,0x09,0x32,0x36,0x09,0x47,0x65,0x0A,0x41,0x73,0x09, - 0x33,0x33,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x73,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x41,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x41,0x73,0x0A,0x53,0x65,0x09,0x33, - 0x34,0x09,0x30,0x09,0x36,0x32,0x09,0x33,0x34,0x09,0x53,0x65,0x09,0x53,0x45, - 0x09,0x30,0x09,0x5A,0x09,0x33,0x34,0x32,0x09,0x53,0x65,0x09,0x32,0x36,0x09, - 0x53,0x65,0x09,0x53,0x65,0x33,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x53,0x65, - 0x2E,0x34,0x09,0x32,0x36,0x09,0x33,0x34,0x0A,0x42,0x72,0x09,0x33,0x35,0x09, - 0x30,0x09,0x35,0x38,0x09,0x31,0x33,0x09,0x42,0x72,0x09,0x42,0x52,0x09,0x30, - 0x09,0x52,0x09,0x33,0x35,0x31,0x09,0x42,0x72,0x09,0x31,0x34,0x09,0x42,0x72, - 0x09,0x42,0x72,0x09,0x31,0x38,0x09,0x31,0x37,0x09,0x42,0x72,0x2E,0x31,0x09, - 0x31,0x34,0x09,0x31,0x33,0x0A,0x4B,0x72,0x09,0x33,0x36,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x4B,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4B, - 0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32, - 0x36,0x09,0x4B,0x72,0x0A,0x52,0x62,0x09,0x33,0x37,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x52,0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x62, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36, - 0x09,0x52,0x62,0x0A,0x53,0x72,0x09,0x33,0x38,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x53,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x53,0x72,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09, - 0x53,0x72,0x0A,0x59,0x09,0x33,0x39,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x59, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x59,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x59,0x0A,0x5A,0x72, - 0x09,0x34,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x5A,0x72,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x5A,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x5A,0x72,0x0A,0x4E,0x62,0x09, - 0x34,0x31,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4E,0x62,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x4E,0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x4E,0x62,0x0A,0x4D,0x6F,0x09,0x34, - 0x32,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4D,0x6F,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x4D,0x6F,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x4D,0x6F,0x0A,0x54,0x63,0x09,0x34,0x33, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x63,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x54,0x63,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x32,0x36,0x09,0x54,0x63,0x0A,0x52,0x75,0x09,0x34,0x34,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x75,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x52,0x75,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x52,0x75,0x0A,0x52,0x68,0x09,0x34,0x35,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x52,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x52,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x32,0x36,0x09,0x52,0x68,0x0A,0x50,0x64,0x09,0x34,0x36,0x09,0x30,0x09, - 0x36,0x32,0x09,0x30,0x09,0x50,0x64,0x09,0x44,0x75,0x09,0x30,0x09,0x5A,0x09, - 0x34,0x36,0x34,0x09,0x50,0x64,0x09,0x32,0x36,0x09,0x44,0x75,0x09,0x44,0x75, - 0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x50,0x64,0x2E,0x30,0x09,0x32,0x36,0x09, - 0x50,0x64,0x0A,0x41,0x67,0x09,0x34,0x37,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x41,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x67,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x41, - 0x67,0x0A,0x43,0x64,0x09,0x34,0x38,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43, - 0x64,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x64,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x43,0x64, - 0x0A,0x49,0x6E,0x09,0x34,0x39,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x49,0x6E, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x49,0x6E,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x49,0x6E,0x0A, - 0x53,0x6E,0x09,0x35,0x30,0x09,0x30,0x09,0x36,0x32,0x09,0x33,0x32,0x09,0x53, - 0x6E,0x09,0x53,0x4E,0x09,0x30,0x09,0x58,0x09,0x35,0x30,0x34,0x09,0x53,0x6E, - 0x09,0x32,0x36,0x09,0x53,0x6E,0x09,0x58,0x78,0x09,0x32,0x30,0x09,0x32,0x35, - 0x09,0x53,0x6E,0x2E,0x30,0x09,0x32,0x36,0x09,0x53,0x6E,0x0A,0x53,0x62,0x09, - 0x35,0x31,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x53,0x62,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x53,0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x53,0x62,0x0A,0x54,0x65,0x09,0x35, - 0x32,0x09,0x30,0x09,0x36,0x32,0x09,0x33,0x35,0x09,0x54,0x65,0x09,0x54,0x45, - 0x09,0x30,0x09,0x5A,0x09,0x30,0x09,0x54,0x65,0x09,0x32,0x36,0x09,0x54,0x65, - 0x09,0x54,0x65,0x33,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x54,0x65,0x2E,0x34, - 0x09,0x32,0x36,0x09,0x33,0x35,0x0A,0x49,0x09,0x35,0x33,0x09,0x30,0x09,0x35, - 0x39,0x09,0x31,0x34,0x09,0x49,0x09,0x49,0x09,0x30,0x09,0x49,0x09,0x35,0x33, - 0x31,0x09,0x49,0x09,0x31,0x37,0x09,0x49,0x09,0x49,0x5F,0x09,0x31,0x39,0x09, - 0x31,0x38,0x09,0x49,0x2E,0x31,0x09,0x31,0x37,0x09,0x31,0x34,0x0A,0x58,0x65, - 0x09,0x35,0x34,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x58,0x65,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x58,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x58,0x65,0x0A,0x43,0x73,0x09, - 0x35,0x35,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x73,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x43,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x43,0x73,0x0A,0x42,0x61,0x09,0x35, - 0x36,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x42,0x61,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x42,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x42,0x61,0x0A,0x4C,0x61,0x09,0x35,0x37, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4C,0x61,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x4C,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x32,0x36,0x09,0x4C,0x61,0x0A,0x43,0x65,0x09,0x35,0x38,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x43,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x43,0x65,0x0A,0x50,0x72,0x09,0x35,0x39,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x50,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x50,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x32,0x36,0x09,0x50,0x72,0x0A,0x4E,0x64,0x09,0x36,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x4E,0x64,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x4E,0x64,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x32,0x36,0x09,0x4E,0x64,0x0A,0x50,0x6D,0x09,0x36,0x31,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x50,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x50, - 0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32, - 0x36,0x09,0x50,0x6D,0x0A,0x53,0x6D,0x09,0x36,0x32,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x53,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x53,0x6D, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36, - 0x09,0x53,0x6D,0x0A,0x45,0x75,0x09,0x36,0x33,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x45,0x75,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x45,0x75,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09, - 0x45,0x75,0x0A,0x47,0x64,0x09,0x36,0x34,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x47,0x64,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x47,0x64,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x47, - 0x64,0x0A,0x54,0x62,0x09,0x36,0x35,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54, - 0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x62,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x54,0x62, - 0x0A,0x44,0x79,0x09,0x36,0x36,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x44,0x79, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x44,0x79,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x44,0x79,0x0A, - 0x48,0x6F,0x09,0x36,0x37,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x6F,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x6F,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x48,0x6F,0x0A,0x45, - 0x72,0x09,0x36,0x38,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x45,0x72,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x45,0x72,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x45,0x72,0x0A,0x54,0x6D, - 0x09,0x36,0x39,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x6D,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x54,0x6D,0x0A,0x59,0x62,0x09, - 0x37,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x59,0x62,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x59,0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x59,0x62,0x0A,0x4C,0x75,0x09,0x37, - 0x31,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4C,0x75,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x4C,0x75,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x4C,0x75,0x0A,0x48,0x66,0x09,0x37,0x32, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x66,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x48,0x66,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x32,0x36,0x09,0x48,0x66,0x0A,0x54,0x61,0x09,0x37,0x33,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x54,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x54,0x61,0x0A,0x57,0x09,0x37,0x34,0x09,0x30,0x09, - 0x36,0x32,0x09,0x30,0x09,0x57,0x09,0x57,0x09,0x30,0x09,0x57,0x09,0x37,0x34, - 0x34,0x09,0x57,0x09,0x32,0x36,0x09,0x57,0x09,0x58,0x78,0x09,0x32,0x30,0x09, - 0x32,0x35,0x09,0x57,0x2E,0x30,0x09,0x32,0x36,0x09,0x57,0x0A,0x52,0x65,0x09, - 0x37,0x35,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x65,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x52,0x65,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x52,0x65,0x0A,0x4F,0x73,0x09,0x37, - 0x36,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4F,0x73,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x4F,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x4F,0x73,0x0A,0x49,0x72,0x09,0x37,0x37, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x49,0x72,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x49,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x32,0x36,0x09,0x49,0x72,0x0A,0x50,0x74,0x09,0x37,0x38,0x09, - 0x30,0x09,0x36,0x32,0x09,0x30,0x09,0x50,0x74,0x09,0x44,0x75,0x09,0x30,0x09, - 0x5A,0x09,0x34,0x36,0x34,0x09,0x50,0x74,0x09,0x32,0x36,0x09,0x50,0x74,0x09, - 0x44,0x75,0x09,0x32,0x30,0x09,0x32,0x35,0x09,0x50,0x74,0x2E,0x30,0x09,0x32, - 0x36,0x09,0x50,0x74,0x0A,0x41,0x75,0x09,0x37,0x39,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x41,0x75,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x75, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36, - 0x09,0x41,0x75,0x0A,0x48,0x67,0x09,0x38,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x48,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x67,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09, - 0x48,0x67,0x0A,0x54,0x6C,0x09,0x38,0x31,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x54,0x6C,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x54,0x6C,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x54, - 0x6C,0x0A,0x50,0x62,0x09,0x38,0x32,0x09,0x30,0x09,0x36,0x32,0x09,0x33,0x33, - 0x09,0x50,0x62,0x09,0x50,0x42,0x09,0x30,0x09,0x5A,0x09,0x38,0x32,0x34,0x09, - 0x50,0x62,0x09,0x32,0x36,0x09,0x50,0x62,0x09,0x58,0x78,0x09,0x32,0x30,0x09, - 0x32,0x35,0x09,0x50,0x62,0x2E,0x30,0x09,0x32,0x36,0x09,0x50,0x62,0x0A,0x42, - 0x69,0x09,0x38,0x33,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x42,0x69,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x42,0x69,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x42,0x69,0x0A,0x50,0x6F, - 0x09,0x38,0x34,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x50,0x6F,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x50,0x6F,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x50,0x6F,0x0A,0x41,0x74,0x09, - 0x38,0x35,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x74,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x41,0x74,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x41,0x74,0x0A,0x52,0x6E,0x09,0x38, - 0x36,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x6E,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x52,0x6E,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x52,0x6E,0x0A,0x46,0x72,0x09,0x38,0x37, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x46,0x72,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x46,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x32,0x36,0x09,0x46,0x72,0x0A,0x52,0x61,0x09,0x38,0x38,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x52,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x52,0x61,0x0A,0x41,0x63,0x09,0x38,0x39,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x41,0x63,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x41,0x63,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x32,0x36,0x09,0x41,0x63,0x0A,0x54,0x68,0x09,0x39,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x54,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x54,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x32,0x36,0x09,0x54,0x68,0x0A,0x50,0x61,0x09,0x39,0x31,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x50,0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x50, - 0x61,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32, - 0x36,0x09,0x50,0x61,0x0A,0x55,0x09,0x39,0x32,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x55,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x55,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x55,0x0A, - 0x4E,0x70,0x09,0x39,0x33,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4E,0x70,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x4E,0x70,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x4E,0x70,0x0A,0x50, - 0x75,0x09,0x39,0x34,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x50,0x75,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x50,0x75,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x50,0x75,0x0A,0x41,0x6D, - 0x09,0x39,0x35,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x6D,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x41,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x41,0x6D,0x0A,0x43,0x6D,0x09, - 0x39,0x36,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x6D,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x43,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x43,0x6D,0x0A,0x42,0x6B,0x09,0x39, - 0x37,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x42,0x6B,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x42,0x6B,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x30,0x09,0x32,0x36,0x09,0x42,0x6B,0x0A,0x43,0x66,0x09,0x39,0x38, - 0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x66,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x43,0x66,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30, - 0x09,0x30,0x09,0x32,0x36,0x09,0x43,0x66,0x0A,0x45,0x73,0x09,0x39,0x39,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x45,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x45,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x45,0x73,0x0A,0x46,0x6D,0x09,0x31,0x30,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x46,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x46,0x6D,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x46,0x6D,0x0A,0x4D,0x64,0x09,0x31,0x30,0x31,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x4D,0x64,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x4D,0x64,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x4D,0x64,0x0A,0x4E,0x6F,0x09,0x31,0x30,0x32,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x4E,0x6F,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x4E,0x6F,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x4E,0x6F,0x0A,0x4C,0x72,0x09,0x31,0x30,0x33,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x4C,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x4C,0x72,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x4C,0x72,0x0A,0x52,0x66,0x09,0x31,0x30,0x34,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x66,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x52,0x66,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x52,0x66,0x0A,0x44,0x62,0x09,0x31,0x30,0x35,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x44,0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x44,0x62,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x44,0x62,0x0A,0x53,0x67,0x09,0x31,0x30,0x36,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x53,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x53,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x53,0x67,0x0A,0x42,0x68,0x09,0x31,0x30,0x37,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x42,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x42,0x68,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x42,0x68,0x0A,0x48,0x73,0x09,0x31,0x30,0x38,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x48,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x48,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x48,0x73,0x0A,0x4D,0x74,0x09,0x31,0x30,0x39,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x4D,0x74,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x4D,0x74,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x4D,0x74,0x0A,0x44,0x73,0x09,0x31,0x31,0x30,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x44,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x44,0x73,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x44,0x73,0x0A,0x52,0x67,0x09,0x31,0x31,0x31,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x52,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x52,0x67,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x52,0x67,0x0A,0x43,0x6E,0x09,0x31,0x31,0x32,0x09, - 0x30,0x09,0x30,0x09,0x30,0x09,0x43,0x6E,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x43,0x6E,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09,0x30,0x09, - 0x30,0x09,0x32,0x36,0x09,0x43,0x6E,0x0A,0x00}; - -} // namespace OpenBabel -#endif // OB_TYPES_H - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/OpenBabel/types.txt --- a/CADDSuite-1.6/data/OpenBabel/types.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,213 +0,0 @@ -############################################################################## -# # -# Open Babel file: types.txt # -# # -# Copyright (c) 1998-2001 by OpenEye Scientific Software, Inc. # -# Some portions Copyright (c) 2001-2005 Geoffrey R. Hutchison # -# Part of the Open Babel package, under the GNU General Public License (GPL)# -# # -# Conversion between different external atom types # -# (used by data.cpp:OBTypeTable) # -# # -# First line specifies size of the table: # rows # columns # -# Second line specifies type names used in the code # -# Remaining lines specify equivalent atomic type names in each column # -# # -############################################################################## -194 20 -INT ATN HYB MMD MM2 XYZ ALC HAD MCML C3D SYB MOL MAP DRE XED DOK M3D IDX SBN PCM -X 0 0 62 0 X Du 0 X 0 Du 26 X X 21 25 un.0 0 26 0 -Mn 25 0 62 0 Mn Du 0 M 258 Mn 26 Mn Mn 20 25 Mn.0 1 26 Mn -Fe 26 0 62 0 Fe Du 0 M 266 Fe 26 Fe Fe 20 25 Fe.6 2 26 Fe -Du 0 0 61 0 Du Du 0 Z 0 Du 26 Du Du 20 25 un.0 3 26 0 -C3 6 3 3 1 C C3 4 C 64 C.3 1 C3 C_3 1 5 C.4 4 1 1 -C2 6 2 2 2 C C2 3 C 63 C.2 2 C2 C_2 2 1 C.3 5 2 2 -C2 6 2 2 38 C C2 3 C 63 C.2 2 C2 C_2 2 1 C.3 6 2 2 -C1 6 1 1 4 C C1 2 C 62 C.1 4 C1 C_1 4 1 C.2 7 4 4 -Cac 6 2 2 3 C C2 0 C 63 C.2 2 C2 C_2 2 1 C.3 8 2 3 -Cbl 6 2 2 3 C C2 3 C 63 C.2 2 C2 C_2 2 1 C.3 9 2 2 -C- 6 2 10 27 C C3 4 C 64 C.3 1 C3 C_3 1 1 C.4 10 1 48 -N3+ 7 3 32 39 N N3+ 4 N 79 N.4 31 N3 N_3 5 9 N.4 11 31 41 -N3 7 3 26 8 N N3 3 N 73 N.3 5 N3 N_3 6 10 N.4 12 5 8 -N2 7 2 25 9 N NPL3 2 N 72 N.2 19 N2 N_2 8 8 N.3 13 6 9 -Npl 7 2 25 9 N NPL3 3 N 72 N.pl3 19 N2 N_2 9 8 N.3 14 19 9 -Naz 7 2 25 37 N N2 0 N 72 N.2 6 N2 N_2 7 8 N.2 15 6 9 -N1 7 1 24 10 N N1 0 N 71 N.1 7 N1 N_1 23 8 N.2 16 7 10 -Nox 7 2 26 8 N N2 0 N 72 N.4 6 N2 N_2 6 8 N.3 17 31 9 -Ntr 7 2 25 9 N N2 0 N 72 N.pl3 6 N2 N_2 8 8 N.3 18 19 9 -Ng+ 7 2 35 8 N NPL3 3 N 79 N.pl3 31 N2 N_2 5 9 N.3 19 19 37 -O3 8 3 16 6 O O3 2 O 82 O.3 8 O3 O_3 10 12 O.4 20 8 6 -Oes 8 3 16 6 O O3 2 O 82 O.3 8 O3 O_2 11 12 O.4 21 8 6 -O2 8 2 15 7 O O2 0 O 81 O.2 9 O2 O_2 11 11 O.3 22 9 7 -O- 8 2 20 7 O O2 0 O 86 O.co2 9 O2 O_3 26 12 O.R 23 32 42 -S3 16 3 49 15 S S3 0 S 164 S.3 10 S3 S_3 12 14 S.4 24 10 15 -S 16 3 52 16 S S3 0 S 164 S.3 10 S3 S_3 12 14 S.2 25 10 15 -S3+ 16 3 49 16 S S3 0 S 164 S.3 10 S3 S_3 12 14 S.4 26 10 16 -S2 16 2 49 17 S S2 0 S 161 S.2 18 S2 S_3 13 14 S.3 27 18 15 -Sac 16 2 49 17 S SO 0 S 161 S.3 29 S3 S_3 12 14 S.4 28 10 15 -So2 16 3 49 18 S SO2 0 S 161 S.O2 30 S3 S_3 12 14 S.4 29 30 17 -Sox 16 2 49 18 S SO2 0 S 161 S.O 30 S3 S_3 12 14 S.4 30 29 17 -S 16 3 49 15 S S3 0 S 164 S.3 10 S3 S_3 12 14 S.2 31 10 15 -Bac 5 0 54 27 B B 0 B 53 B 26 B2 B_2 20 20 B.0 32 26 26 -Box 5 0 54 26 B B 0 B 53 B 26 B2 B_2 20 20 B.0 33 26 26 -B 5 0 55 27 B B 0 B 53 B 26 B3 B_3 20 20 B.0 34 26 26 -P3 15 3 53 25 P P3 0 P 159 P.3 12 P3 P_3 14 13 P.4 35 12 25 -Pac 15 2 53 25 P P3 0 P 159 P.3 12 P3 P_3 14 13 P.4 36 12 25 -Pox 15 3 53 25 P P3 0 P 159 P.3 12 P3 P_3 14 13 P.4 37 12 25 -P3+ 15 3 53 25 P P3 0 P 154 P.3 12 P3 P_3 14 13 P.4 38 12 25 -P 15 3 53 25 P P3 0 P 159 P.3 12 P3 P_3 14 13 P.4 39 12 25 -HC 1 0 41 5 H H 0 H 11 H 13 H H_ 15 7 H.1 40 13 5 -H- 1 0 45 5 H H 0 H 11 H 13 H H_ 15 6 H.1 41 13 5 -H 1 0 48 5 H H 0 H 11 H 13 H H_ 15 6 H.1 42 13 5 -H 1 0 48 5 D H 0 H 12 H 13 H H_ 15 6 H.1 43 13 5 -DC 1 0 48 36 D H 0 D 19 H 13 D H_ 15 6 H.1 44 13 36 -D 1 0 48 36 D H 0 D 19 H 13 D H_ 15 6 H.1 45 13 36 -F 9 0 56 11 F F 0 F 91 F 16 F F_ 16 15 F.1 46 16 11 -Cl 17 0 57 12 Cl CL 0 L 171 Cl 15 Cl Cl 17 16 Cl.1 47 15 12 -Br 35 0 58 13 Br BR 0 R 351 Br 14 Br Br 18 17 Br.1 48 14 13 -I 53 0 59 14 I I 0 I 531 I 17 I I_ 19 18 I.1 49 17 14 -Ge 32 0 62 31 Ge GE 0 E 324 Ge 26 Ge Ge3 20 25 Ge.4 50 26 Ge -Sn 50 0 62 32 Sn SN 0 X 504 Sn 26 Sn Xx 20 25 Sn.0 51 26 Sn -Pb 82 0 62 33 Pb PB 0 Z 824 Pb 26 Pb Xx 20 25 Pb.0 52 26 Pb -Se 34 0 62 34 Se SE 0 Z 342 Se 26 Se Se3 20 25 Se.4 53 26 34 -Te 52 0 62 35 Te TE 0 Z 0 Te 26 Te Te3 20 25 Te.4 54 26 35 -O 8 0 23 6 O O 0 Z 82 O.3 8 O O_3 10 12 O.4 55 8 6 -Lp 0 0 63 20 Lp Lp 0 Z 10 LP 20 Lp Xx 30 25 ep.1 56 20 20 -C- 6 0 10 0 C C2 0 C 61 C.2 2 C-3 Xx 2 5 C.4 57 2 48 -C. 6 0 12 0 C C2 0 C 0 C.2 2 C.3 Xx 2 5 C.3 58 2 29 -NC 7 0 29 9 N N2 0 N 72 N.2 6 N2 N_2 8 8 N.3 59 6 8 -N2+ 7 0 36 9 N N2 0 N 78 N.2 6 N2 N_2 7 8 N.3 60 6 9 -Z0 0 0 62 0 Du Du 0 Z 0 Du 26 Xx Xx 20 25 un.0 61 26 0 -HO 1 0 42 21 H H 0 H 11 H 13 H H_HB 15 25 H.1 62 13 21 -H+ 1 0 44 5 H H 0 H 11 H 13 H H_ 15 6 H.0 63 13 5 -HN 1 0 43 23 H H 0 H 11 H 13 H H_HB 15 6 H.1 64 13 23 -C3 6 0 3 22 H H 0 C 64 H 13 C3 C_3 1 5 C.4 65 13 1 -H 1 0 43 28 H H 0 H 11 H 13 H H_ 15 6 H.1 66 13 5 -Cx 6 0 62 29 C C 0 C 64 C 1 Xx Xx 20 5 un.0 67 26 1 -N2 7 0 25 40 N N2 0 N 72 N 6 N2 N_2 8 8 N.3 68 26 9 -HO 1 0 42 24 H H 0 H 11 H 13 H H_HB 15 6 H.1 69 26 21 -W 74 0 62 0 W W 0 W 744 W 26 W Xx 20 25 W.0 70 26 W -Car 6 2 2 2 C C2 3 C 2 C.ar 3 C2 C_R 3 1 C.R 71 3 40 -Nar 7 2 25 9 N NPL3 2 N 37 N.ar 11 N2 N_R 8 8 N.R 72 11 9 -Nam 7 2 25 9 N NPL3 3 N 9 N.am 28 N2 N_2 8 8 N.3 73 28 9 -Na 11 0 25 9 Na Na 0 Z 9 Na 21 NA Na 20 19 Na.6 74 21 Na -K 19 0 0 0 K K 0 Z 190 K 22 K Xx 20 19 K.0 75 22 K -Ca 20 0 0 0 Ca Ca 0 Z 200 Ca 23 CA Ca 20 21 Ca.6 76 23 Ca -Li 3 0 62 0 Li LI 0 M 258 Li 26 Li Li 20 25 Li.0 77 24 Li -Al 13 0 0 0 Al Al 0 Z 133 Al 25 AL Al3 20 20 Al.6 78 25 Al -Si 14 0 60 0 Si Si 4 Z 19 Si 27 SI Si3 20 24 Si.4 79 27 Si -OCO2 8 0 18 47 O O 1 O 47 O.co2 32 O2 O_2 11 1 O.3 80 32 7 -C+ 6 2 11 30 C C2 3 C 2 C.cat 33 C2 C_2 2 1 C.3 81 33 30 -O2 8 0 15 41 O O2 0 O 81 O.2 9 O2 O_2 11 11 O.R 82 9 7 -Pd 46 0 62 464 Pd Du 0 Z 464 Pd 26 Du Du 20 25 Pd.0 83 26 Pd -Pt 78 0 62 464 Pt Du 0 Z 464 Pt 26 Pt Du 20 25 Pt.0 84 26 Pt -Ni 28 0 62 0 Ni Du 0 M 284 Ni 26 Ni Ni 20 25 Ni.0 85 26 Ni -Cu 29 0 62 0 Cu Du 0 M 000 Cu 26 Cu Cu 20 25 Cu.0 86 26 Cu -N4 7 0 32 39 N N3+ 4 N 79 N.4 31 N3 N_3 5 9 N.4 87 31 41 -Npl 7 2 25 9 N NPL3 3 N 72 N.pl3N 19 N2 N_2 9 8 N.3 88 19 9 -O- 8 2 20 7 O O2 0 O 86 O.co2O 9 O2 O_3 26 12 O.R 89 32 41 -C+ 6 2 11 30 C C2 3 C 2 C.catC 33 C2 C_2 2 1 C.3 90 33 30 -O 8 2 20 7 O O3 0 O 86 O. 9 O3 O_3 26 12 O.3 91 26 6 -C 6 3 3 1 C C3 4 C 64 C. 1 C3 C_3 1 5 C.4 92 26 1 -V 23 0 62 0 V Du 0 Z 234 V 0 V Du 20 25 V.0 93 26 V -Zn 30 0 62 0 Zn Zn 0 Z 234 Zn 0 V Zn 20 25 Zn.0 94 26 Zn -Cany 6 0 62 30 C C 3 C 2 C. 33 C C 2 1 C.0 95 26 1 -Nany 7 0 62 30 N N 3 N 2 N. 33 N N 2 1 N.0 96 26 8 -Oany 8 0 62 30 O O 3 O 2 O. 33 O O 2 1 O.0 97 26 6 -Sany 16 0 62 30 S S 3 S 2 S. 33 S S 2 1 S.0 98 26 15 -Rar 6 0 62 30 C C 3 C 2 R.ar 33 C C 2 1 C.0 99 26 1 -R 6 0 62 30 C C 3 C 2 R. 33 C C 2 1 C.0 100 26 1 -Nr 6 0 62 30 C C 3 C 2 Nr. 33 C C 2 1 C.0 101 26 8 -O.co2 8 2 20 7 O O2 0 O 86 O.co2 9 O2 O_3 26 12 O.R 102 32 7 -So 16 2 49 18 S SO2 0 S 161 S.O2 30 S3 S_3 12 14 S.4 103 30 17 -He 2 0 0 0 He 0 0 0 0 He 0 0 0 0 0 0 104 26 He -Be 4 0 0 0 Be 0 0 0 0 Be 0 0 0 0 0 0 105 26 Be -Ne 10 0 0 0 Ne 0 0 0 0 Ne 0 0 0 0 0 0 106 26 Ne -Mg 12 0 0 0 Mg 0 0 0 0 Mg 0 0 0 0 0 0 107 26 Mg -Sc 21 0 0 0 Sc 0 0 0 0 Sc 0 0 0 0 0 0 108 26 Sc -Ti 22 0 0 0 Ti 0 0 0 0 Ti 0 0 0 0 0 0 109 26 Ti -Cr 24 0 0 0 Cr 0 0 0 0 Cr.oh 0 0 0 0 0 0 110 26 Cr -Co 27 0 0 0 Co 0 0 0 0 Co.oh 0 0 0 0 0 0 111 26 Co -Ga 31 0 0 0 Ga 0 0 0 0 Ga 0 0 0 0 0 0 112 26 Ga -As 33 0 0 0 As 0 0 0 0 As 0 0 0 0 0 0 113 26 As -Kr 36 0 0 0 Kr 0 0 0 0 Kr 0 0 0 0 0 0 114 26 Kr -Rb 37 0 0 0 Rb 0 0 0 0 Rb 0 0 0 0 0 0 115 26 Rb -Sr 38 0 0 0 Sr 0 0 0 0 Sr 0 0 0 0 0 0 116 26 Sr -Y 39 0 0 0 Y 0 0 0 0 Y 0 0 0 0 0 0 117 26 Y -Zr 40 0 0 0 Zr 0 0 0 0 Zr 0 0 0 0 0 0 118 26 Zr -Nb 41 0 0 0 Nb 0 0 0 0 Nb 0 0 0 0 0 0 119 26 Nb -Mo 42 0 0 0 Mo 0 0 0 0 Mo 0 0 0 0 0 0 120 26 Mo -Tc 43 0 0 0 Tc 0 0 0 0 Tc 0 0 0 0 0 0 121 26 Tc -Ru 44 0 0 0 Ru 0 0 0 0 Ru 0 0 0 0 0 0 122 26 Ru -Rh 45 0 0 0 Rh 0 0 0 0 Rh 0 0 0 0 0 0 123 26 Rh -Ag 47 0 0 0 Ag 0 0 0 0 Ag 0 0 0 0 0 0 124 26 Ag -Cd 48 0 0 0 Cd 0 0 0 0 Cd 0 0 0 0 0 0 125 26 Cd -In 49 0 0 0 In 0 0 0 0 In 0 0 0 0 0 0 126 26 In -Sb 51 0 0 0 Sb 0 0 0 0 Sb 0 0 0 0 0 0 127 26 Sb -Xe 54 0 0 0 Xe 0 0 0 0 Xe 0 0 0 0 0 0 128 26 Xe -Cs 55 0 0 0 Cs 0 0 0 0 Cs 0 0 0 0 0 0 129 26 Cs -Ba 56 0 0 0 Ba 0 0 0 0 Ba 0 0 0 0 0 0 130 26 Ba -La 57 0 0 0 La 0 0 0 0 La 0 0 0 0 0 0 131 26 La -Ce 58 0 0 0 Ce 0 0 0 0 Ce 0 0 0 0 0 0 132 26 Ce -Pr 59 0 0 0 Pr 0 0 0 0 Pr 0 0 0 0 0 0 133 26 Pr -Nd 60 0 0 0 Nd 0 0 0 0 Nd 0 0 0 0 0 0 134 26 Nd -Pm 61 0 0 0 Pm 0 0 0 0 Pm 0 0 0 0 0 0 135 26 Pm -Sm 62 0 0 0 Sm 0 0 0 0 Sm 0 0 0 0 0 0 136 26 Sm -Eu 63 0 0 0 Eu 0 0 0 0 Eu 0 0 0 0 0 0 137 26 Eu -Gd 64 0 0 0 Gd 0 0 0 0 Gd 0 0 0 0 0 0 138 26 Gd -Tb 65 0 0 0 Tb 0 0 0 0 Tb 0 0 0 0 0 0 139 26 Tb -Dy 66 0 0 0 Dy 0 0 0 0 Dy 0 0 0 0 0 0 140 26 Dy -Ho 67 0 0 0 Ho 0 0 0 0 Ho 0 0 0 0 0 0 141 26 Ho -Er 68 0 0 0 Er 0 0 0 0 Er 0 0 0 0 0 0 142 26 Er -Tm 69 0 0 0 Tm 0 0 0 0 Tm 0 0 0 0 0 0 143 26 Tm -Yb 70 0 0 0 Yb 0 0 0 0 Yb 0 0 0 0 0 0 144 26 Yb -Lu 71 0 0 0 Lu 0 0 0 0 Lu 0 0 0 0 0 0 145 26 Lu -Hf 72 0 0 0 Hf 0 0 0 0 Hf 0 0 0 0 0 0 146 26 Hf -Ta 73 0 0 0 Ta 0 0 0 0 Ta 0 0 0 0 0 0 147 26 Ta -Re 75 0 0 0 Re 0 0 0 0 Re 0 0 0 0 0 0 148 26 Re -Os 76 0 0 0 Os 0 0 0 0 Os 0 0 0 0 0 0 149 26 Os -Ir 77 0 0 0 Ir 0 0 0 0 Ir 0 0 0 0 0 0 150 26 Ir -Au 79 0 0 0 Au 0 0 0 0 Au 0 0 0 0 0 0 151 26 Au -Hg 80 0 0 0 Hg 0 0 0 0 Hg 0 0 0 0 0 0 152 26 Hg -Tl 81 0 0 0 Tl 0 0 0 0 Tl 0 0 0 0 0 0 153 26 Tl -Bi 83 0 0 0 Bi 0 0 0 0 Bi 0 0 0 0 0 0 154 26 Bi -Po 84 0 0 0 Po 0 0 0 0 Po 0 0 0 0 0 0 155 26 Po -At 85 0 0 0 At 0 0 0 0 At 0 0 0 0 0 0 156 26 At -Rn 86 0 0 0 Rn 0 0 0 0 Rn 0 0 0 0 0 0 157 26 Rn -Fr 87 0 0 0 Fr 0 0 0 0 Fr 0 0 0 0 0 0 158 26 Fr -Ra 88 0 0 0 Ra 0 0 0 0 Ra 0 0 0 0 0 0 159 26 Ra -Ac 89 0 0 0 Ac 0 0 0 0 Ac 0 0 0 0 0 0 160 26 Ac -Th 90 0 0 0 Th 0 0 0 0 Th 0 0 0 0 0 0 161 26 Th -Pa 91 0 0 0 Pa 0 0 0 0 Pa 0 0 0 0 0 0 162 26 Pa -U 92 0 0 0 U 0 0 0 0 U 0 0 0 0 0 0 163 26 U -Np 93 0 0 0 Np 0 0 0 0 Np 0 0 0 0 0 0 164 26 Np -Pu 94 0 0 0 Pu 0 0 0 0 Pu 0 0 0 0 0 0 165 26 Pu -Am 95 0 0 0 Am 0 0 0 0 Am 0 0 0 0 0 0 166 26 Am -Cm 96 0 0 0 Cm 0 0 0 0 Cm 0 0 0 0 0 0 167 26 Cm -Bk 97 0 0 0 Bk 0 0 0 0 Bk 0 0 0 0 0 0 168 26 Bk -Cf 98 0 0 0 Cf 0 0 0 0 Cf 0 0 0 0 0 0 169 26 Cf -Es 99 0 0 0 Es 0 0 0 0 Es 0 0 0 0 0 0 170 26 Es -Fm 100 0 0 0 Fm 0 0 0 0 Fm 0 0 0 0 0 0 171 26 Fm -Md 101 0 0 0 Md 0 0 0 0 Md 0 0 0 0 0 0 172 26 Md -No 102 0 0 0 No 0 0 0 0 No 0 0 0 0 0 0 173 26 No -Lr 103 0 0 0 Lr 0 0 0 0 Lr 0 0 0 0 0 0 174 26 Lr -Rf 104 0 0 0 Rf 0 0 0 0 Rf 0 0 0 0 0 0 175 26 Rf -Db 105 0 0 0 Db 0 0 0 0 Db 0 0 0 0 0 0 176 26 Db -Sg 106 0 0 0 Sg 0 0 0 0 Sg 0 0 0 0 0 0 177 26 Sg -Bh 107 0 0 0 Bh 0 0 0 0 Bh 0 0 0 0 0 0 178 26 Bh -Hs 108 0 0 0 Hs 0 0 0 0 Hs 0 0 0 0 0 0 179 26 Hs -Mt 109 0 0 0 Mt 0 0 0 0 Mt 0 0 0 0 0 0 180 26 Mt -Ar 18 0 0 0 Ar 0 0 0 0 Ar 0 0 0 0 0 0 181 26 Ar -B2 5 0 54 26 B B 0 B 53 B 26 B2 B_2 20 20 B.0 182 26 26 -B3 5 0 55 27 B B 0 B 53 B 26 B3 B_3 20 20 B.0 183 26 27 -N 7 0 62 30 N N 3 N 2 N. 33 N N 2 1 N.0 184 26 8 -HS 1 0 42 21 H H 0 H 11 H 13 H H_HB 15 25 H.1 185 26 5 -HB 1 0 42 21 H H 0 H 11 H 13 H H_b 15 25 H.1 186 26 5 -Oar 8 2 15 7 O O2 0 O 81 O.2 9 O2 O_R 11 11 O.3 187 26 7 -O1 8 0 62 30 O O 3 O 2 O. 33 O O_1 2 1 O.0 188 26 7 -HO 1 0 42 24 H H 0 H 11 H 13 H H_HB 15 6 H.1 189 26 24 -HO 1 0 42 24 H H 0 H 11 H 13 H H_HB 15 6 H.1 190 26 28 -O 8 2 20 7 O O3 0 O 86 O. 9 O3 O_3 26 12 O.3 191 26 46 -C3 6 3 3 1 C C3 4 C 64 C.3 1 C3 C_3 1 5 C.4 192 1 22 -Cr 24 0 0 0 Cr 0 0 0 0 Cr.th 0 0 0 0 0 0 193 26 Cr -Du 0 0 61 0 Du Du 0 Z 0 Lp 26 Du Du 20 25 un.0 194 26 0 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/QSAR/atomic_electron_affinities.data --- a/CADDSuite-1.6/data/QSAR/atomic_electron_affinities.data Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,88 +0,0 @@ -# atomic electron affinities, taken from CRC Handbook of Chemistry and Physics, 79th edition, 1998; non-excistant values like unstable ions have 0.0 -0.754593 -0.0 -0.6180 -0.0 -0.277 -1.2629 -0.0 -1.4611103 -3.401190 -0.0 -0.547926 -0.0 -0.441 -1.385 -0.7465 -2.077104 -3.61269 -0.0 -0.50147 -0.02455 -0.188 -0.079 -0.525 -0.666 -0.0 -0.151 -0.662 -1.156 -1.235 -0.0 -0.3 -1.233 -0.81 -2.020670 -3.363590 -0.0 -0.48592 -0.048 -0.307 -0.426 -0.893 -0.748 -0.55 -1.05 -1.137 -0.562 -1.302 -0.0 -0.3 -1.112 -1.046 -1.9708 -3.059038 -0.0 -0.471626 -0.15 -0.5 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.322 -0.815 -0.15 -1.1 -1.5638 -2.128 -2.30863 -0.0 -0.2 -0.364 -0.946 -1.9 -2.8 -0.0 -0.46 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/QSAR/atomic_ionization_potentials.data --- a/CADDSuite-1.6/data/QSAR/atomic_ionization_potentials.data Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ -# atomic ionization potentials (neutral atom and +1 ion), CRC Handbook of Chemistry and Physics, 79th edition, 1998 -13.59844 20.02 -24.58741 54.41778 -5.39172 75.64018 -9.3227 18.21116 -8.29803 25.15484 -11.26030 24.38332 -14.53414 29.6013 -13.61806 35.11730 -17.42282 34.97082 -21.5646 40.96328 -5.13908 47.2864 -7.64624 15.03528 -5.98577 18.82856 -8.15169 16.34585 -10.48669 19.7694 -10.36001 23.3379 -12.96764 23.814 -15.75962 27.62967 -4.34066 31.63 -6.11316 11.87172 -6.5615 12.79967 -6.8281 13.5755 -6.7463 14.66 -6.7665 16.4857 -7.43402 15.63999 -7.9024 16.1878 -7.8810 17.083 -7.6398 18.16884 -7.72638 20.29240 -9.3942 17.96440 -5.99930 20.5142 -7.8994 15.93462 -9.7886 18.633 -9.75238 21.19 -11.81381 21.8 -13.99961 24.35985 -4.17713 27.285 -5.6949 11.03013 -6.2171 12.24 -6.63390 13.13 -6.75885 14.32 -7.09243 16.16 -7.28 15.26 -7.36050 16.76 -7.45890 18.08 -8.3369 19.43 -7.5763 21.49 -8.9938 16.90832 -5.78636 18.8698 -7.3439 14.63225 -8.6084 16.53051 -9.0096 18.6 -10.45126 19.1313 -12.1298 21.20979 -3.89390 23.15745 -5.21170 10.00390 -5.770 11.060 -5.5387 10.85 -5.464 10.55 -5.5250 10.73 -5.58 10.9 -5.6436 11.07 -5.6704 11.241 -6.1501 12.09 -5.8638 11.52 -5.9389 11.67 -6.0215 11.80 -6.1077 11.93 -6.18431 12.05 -6.25416 12.1761 -5.4259 13.9 -6.82507 14.9 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/QSAR/atomic_polarizabilities.data --- a/CADDSuite-1.6/data/QSAR/atomic_polarizabilities.data Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,101 +0,0 @@ -# atomic ground state polarizabilities, taken from CRC Handbook of Chemistry and Physics, 79th edition, 1998 -0.666793 -0.204956 -24.3 -5.6 -3.03 -1.76 -1.1 -0.802 -0.557 -0.3956 -24.08 -10.6 -6.8 -5.38 -3.63 -2.9 -2.18 -1.6411 -43.4 -22.8 -17.8 -14.6 -12.4 -11.6 -9.4 -8.4 -7.5 -6.8 -6.1 -7.1 -8.12 -6.07 -4.31 -3.77 -3.05 -2.4844 -47.3 -27.6 -22.7 -17.9 -15.7 -12.8 -11.4 -9.6 -8.6 -4.8 -7.2 -7.2 -10.2 -7.7 -6.6 -5.5 -5.35 -4.044 -59.6 -39.7 -31.1 -29.6 -28.2 -31.4 -30.1 -28.8 -27.7 -23.5 -25.5 -24.5 -23.6 -22.7 -21.8 -21.0 -21.9 -16.2 -13.1 -11.1 -9.7 -8.5 -7.6 -6.5 -5.8 -5.7 -7.6 -6.8 -7.4 -6.8 -6.0 -5.3 -48.7 -38.3 -32.1 -32.1 -25.4 -24.9 -24.8 -24.5 -23.3 -23.0 -22.7 -20.5 -19.7 - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/QSAR/dragon_descriptors.txt --- a/CADDSuite-1.6/data/QSAR/dragon_descriptors.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1665 +0,0 @@ -MW molecular weight -AMW average molecular weight -Sv sum of atomic van der Waals volumes (scaled on Carbon atom) -Se sum of atomic Sanderson electronegativities (scaled on Carbon atom) -Sp sum of atomic polarizabilities (scaled on Carbon atom) -Ss sum of Kier-Hall electrotopological states -Mv mean atomic van der Waals volume (scaled on Carbon atom) -Me mean atomic Sanderson electronegativity (scaled on Carbon atom) -Mp mean atomic polarizability (scaled on Carbon atom) -Ms mean electrotopological state -nAT number of atoms -nSK number of non-H atoms -nBT number of bonds -nBO number of non-H bonds -nBM number of multiple bonds -SCBO sum of conventional bond orders (H-depleted) -ARR aromatic ratio -nCIC number of rings -nCIR number of circuits -RBN number of rotatable bonds -RBF rotatable bond fraction -nDB number of double bonds -nTB number of triple bonds -nAB number of aromatic bonds -nH number of Hydrogen atoms -nC number of Carbon atoms -nN number of Nitrogen atoms -nO number of Oxygen atoms -nP number of Phosphorous atoms -nS number of Sulfur atoms -nF number of Fluorine atoms -nCL number of Chlorine atoms -nBR number of Bromine atoms -nI number of Iodine atoms -nB number of Boron atoms -nHM number of heavy atoms -nX number of halogen atoms -nR03 number of 3-membered rings -nR04 number of 4-membered rings -nR05 number of 5-membered rings -nR06 number of 6-membered rings -nR07 number of 7-membered rings -nR08 number of 8-membered rings -nR09 number of 9-membered rings -nR10 number of 10-membered rings -nR11 number of 11-membered rings -nR12 number of 12-membered rings -nBnz number of benzene-like rings -ZM1 first Zagreb index M1 -ZM1V first Zagreb index by valence vertex degrees -ZM2 second Zagreb index M2 -ZM2V second Zagreb index by valence vertex degrees -Qindex Quadratic index -SNar Narumi simple topological index (log) -HNar Narumi harmonic topological index -GNar Narumi geometric topological index -Xt Total structure connectivity index -Dz Pogliani index -Ram ramification index -Pol polarity number -LPRS log of product of row sums (PRS) -VDA average vertex distance degree -MSD mean square distance index (Balaban) -SMTI Schultz Molecular Topological Index (MTI) -SMTIV Schultz MTI by valence vertex degrees -GMTI Gutman Molecular Topological Index -GMTIV Gutman MTI by valence vertex degrees -Xu Xu index -SPI superpendentic index -W Wiener W index -WA mean Wiener index -Har Harary H index -Har2 square reciprocal distance sum index -QW quasi-Wiener index (Kirchhoff number) -TI1 first Mohar index TI1 -TI2 second Mohar index TI2 -STN spanning tree number (log) -HyDp hyper-distance-path index -RHyDp reciprocal hyper-distance-path index -w detour index -ww hyper-detour index -Rww reciprocal hyper-detour index -D/D distance/detour index -Wap all-path Wiener index -WhetZ Wiener-type index from Z weighted distance matrix (Barysz matrix) -Whetm Wiener-type index from mass weighted distance matrix -Whetv Wiener-type index from van der Waals weighted distance matrix -Whete Wiener-type index from electronegativity weighted distance matrix -Whetp Wiener-type index from polarizability weighted distance matrix -J Balaban distance connectivity index -JhetZ Balaban-type index from Z weighted distance matrix (Barysz matrix) -Jhetm Balaban-type index from mass weighted distance matrix -Jhetv Balaban-type index from van der Waals weighted distance matrix -Jhete Balaban-type index from electronegativity weighted distance matrix -Jhetp Balaban-type index from polarizability weighted distance matrix -MAXDN maximal electrotopological negative variation -MAXDP maximal electrotopological positive variation -DELS molecular electrotopological variation -TIE E-state topological parameter -S0K Kier symmetry index -S1K 1-path Kier alpha-modified shape index -S2K 2-path Kier alpha-modified shape index -S3K 3-path Kier alpha-modified shape index -PHI Kier flexibility index -BLI Kier benzene-likeliness index -PW2 path/walk 2 - Randic shape index -PW3 path/walk 3 - Randic shape index -PW4 path/walk 4 - Randic shape index -PW5 path/walk 5 - Randic shape index -PJI2 2D Petitjean shape index -CSI eccentric connectivity index -ECC eccentricity -AECC average eccentricity -DECC eccentric -MDDD mean distance degree deviation -UNIP unipolarity -CENT centralization -VAR variation -BAC Balaban centric index -Lop Lopping centric index -ICR radial centric information index -D/Dr03 distance/detour ring index of order 3 -D/Dr04 distance/detour ring index of order 4 -D/Dr05 distance/detour ring index of order 5 -D/Dr06 distance/detour ring index of order 6 -D/Dr07 distance/detour ring index of order 7 -D/Dr08 distance/detour ring index of order 8 -D/Dr09 distance/detour ring index of order 9 -D/Dr10 distance/detour ring index of order 10 -D/Dr11 distance/detour ring index of order 11 -D/Dr12 distance/detour ring index of order 12 -T(N..N) sum of topological distances between N..N -T(N..O) sum of topological distances between N..O -T(N..S) sum of topological distances between N..S -T(N..P) sum of topological distances between N..P -T(N..F) sum of topological distances between N..F -T(N..Cl) sum of topological distances between N..Cl -T(N..Br) sum of topological distances between N..Br -T(N..I) sum of topological distances between N..I -T(O..O) sum of topological distances between O..O -T(O..S) sum of topological distances between O..S -T(O..P) sum of topological distances between O..P -T(O..F) sum of topological distances between O..F -T(O..Cl) sum of topological distances between O..Cl -T(O..Br) sum of topological distances between O..Br -T(O..I) sum of topological distances between O..I -T(S..S) sum of topological distances between S..S -T(S..P) sum of topological distances between S..P -T(S..F) sum of topological distances between S..F -T(S..Cl) sum of topological distances between S..Cl -T(S..Br) sum of topological distances between S..Br -T(S..I) sum of topological distances between S..I -T(P..P) sum of topological distances between P..P -T(P..F) sum of topological distances between P..F -T(P..Cl) sum of topological distances between P..Cl -T(P..Br) sum of topological distances between P..Br -T(P..I) sum of topological distances between P..I -T(F..F) sum of topological distances between F..F -T(F..Cl) sum of topological distances between F..Cl -T(F..Br) sum of topological distances between F..Br -T(F..I) sum of topological distances between F..I -T(Cl..Cl) sum of topological distances between Cl..Cl -T(Cl..Br) sum of topological distances between Cl..Br -T(Cl..I) sum of topological distances between Cl..I -T(Br..Br) sum of topological distances between Br..Br -T(Br..I) sum of topological distances between Br..I -T(I..I) sum of topological distances between I..I -MWC01 molecular walk count of order 01 (number of non-H bonds, nBO) -MWC02 molecular walk count of order 02 -MWC03 molecular walk count of order 03 -MWC04 molecular walk count of order 04 -MWC05 molecular walk count of order 05 -MWC06 molecular walk count of order 06 -MWC07 molecular walk count of order 07 -MWC08 molecular walk count of order 08 -MWC09 molecular walk count of order 09 -MWC10 molecular walk count of order 10 -TWC total walk count -SRW01 self-returning walk count of order 01 (number of non-H atoms, nSK) -SRW02 self-returning walk count of order 02 (twice the number of non-H bonds) -SRW03 self-returning walk count of order 03 -SRW04 self-returning walk count of order 04 -SRW05 self-returning walk count of order 05 -SRW06 self-returning walk count of order 06 -SRW07 self-returning walk count of order 07 -SRW08 self-returning walk count of order 08 -SRW09 self-returning walk count of order 09 -SRW10 self-returning walk count of order 10 -MPC01 molecular path count of order 01 (number of non-H bonds, nBO) -MPC02 molecular path count of order 02 (Gordon-Scantlebury index) -MPC03 molecular path count of order 03 -MPC04 molecular path count of order 04 -MPC05 molecular path count of order 05 -MPC06 molecular path count of order 06 -MPC07 molecular path count of order 07 -MPC08 molecular path count of order 08 -MPC09 molecular path count of order 09 -MPC10 molecular path count of order 10 -piPC01 molecular multiple path count of order 01 (sum of conventional bond orders, SCBO) -piPC02 molecular multiple path count of order 02 -piPC03 molecular multiple path count of order 03 -piPC04 molecular multiple path count of order 04 -piPC05 molecular multiple path count of order 05 -piPC06 molecular multiple path count of order 06 -piPC07 molecular multiple path count of order 07 -piPC08 molecular multiple path count of order 08 -piPC09 molecular multiple path count of order 09 -piPC10 molecular multiple path count of order 10 -TPC total path count -piID conventional bond-order ID number -PCR ratio of multiple path count over path count -PCD difference between multiple path count and path count -CID Randic ID number -BID Balaban ID number -ISIZ information index on molecular size -IAC total information index of atomic composition -AAC mean information index on atomic composition -IDE mean information content on the distance equality -IDM mean information content on the distance magnitude -IDDE mean information content on the distance degree equality -IDDM mean information content on the distance degree magnitude -IDET total information content on the distance equality -IDMT total information content on the distance magnitude -IVDE mean information content on the vertex degree equality -IVDM mean information content on the vertex degree magnitude -HVcpx graph vertex complexity index -HDcpx graph distance complexity index (log) -Uindex Balaban U index -Vindex Balaban V index -Xindex Balaban X index -Yindex Balaban Y index -IC0 information content index (neighborhood symmetry of 0-order) -TIC0 total information content index (neighborhood symmetry of 0-order) -SIC0 structural information content (neighborhood symmetry of 0-order) -CIC0 complementary information content (neighborhood symmetry of 0-order) -BIC0 bond information content (neighborhood symmetry of 0-order) -IC1 information content index (neighborhood symmetry of 1-order) -TIC1 total information content index (neighborhood symmetry of 1-order) -SIC1 structural information content (neighborhood symmetry of 1-order) -CIC1 complementary information content (neighborhood symmetry of 1-order) -BIC1 bond information content (neighborhood symmetry of 1-order) -IC2 information content index (neighborhood symmetry of 2-order) -TIC2 total information content index (neighborhood symmetry of 2-order) -SIC2 structural information content (neighborhood symmetry of 2-order) -CIC2 complementary information content (neighborhood symmetry of 2-order) -BIC2 bond information content (neighborhood symmetry of 2-order) -IC3 information content index (neighborhood symmetry of 3-order) -TIC3 total information content index (neighborhood symmetry of 3-order) -SIC3 structural information content (neighborhood symmetry of 3-order) -CIC3 complementary information content (neighborhood symmetry of 3-order) -BIC3 bond information content (neighborhood symmetry of 3-order) -IC4 information content index (neighborhood symmetry of 4-order) -TIC4 total information content index (neighborhood symmetry of 4-order) -SIC4 structural information content (neighborhood symmetry of 4-order) -CIC4 complementary information content (neighborhood symmetry of 4-order) -BIC4 bond information content (neighborhood symmetry of 4-order) -IC5 information content index (neighborhood symmetry of 5-order) -TIC5 total information content index (neighborhood symmetry of 5-order) -SIC5 structural information content (neighborhood symmetry of 5-order) -CIC5 complementary information content (neighborhood symmetry of 5-order) -BIC5 bond information content (neighborhood symmetry of 5-order) -ATS1m Broto-Moreau autocorrelation of a topological structure - lag 1 / weighted by atomic masses -ATS2m Broto-Moreau autocorrelation of a topological structure - lag 2 / weighted by atomic masses -ATS3m Broto-Moreau autocorrelation of a topological structure - lag 3 / weighted by atomic masses -ATS4m Broto-Moreau autocorrelation of a topological structure - lag 4 / weighted by atomic masses -ATS5m Broto-Moreau autocorrelation of a topological structure - lag 5 / weighted by atomic masses -ATS6m Broto-Moreau autocorrelation of a topological structure - lag 6 / weighted by atomic masses -ATS7m Broto-Moreau autocorrelation of a topological structure - lag 7 / weighted by atomic masses -ATS8m Broto-Moreau autocorrelation of a topological structure - lag 8 / weighted by atomic masses -ATS1v Broto-Moreau autocorrelation of a topological structure - lag 1 / weighted by atomic van der Waals volumes -ATS2v Broto-Moreau autocorrelation of a topological structure - lag 2 / weighted by atomic van der Waals volumes -ATS3v Broto-Moreau autocorrelation of a topological structure - lag 3 / weighted by atomic van der Waals volumes -ATS4v Broto-Moreau autocorrelation of a topological structure - lag 4 / weighted by atomic van der Waals volumes -ATS5v Broto-Moreau autocorrelation of a topological structure - lag 5 / weighted by atomic van der Waals volumes -ATS6v Broto-Moreau autocorrelation of a topological structure - lag 6 / weighted by atomic van der Waals volumes -ATS7v Broto-Moreau autocorrelation of a topological structure - lag 7 / weighted by atomic van der Waals volumes -ATS8v Broto-Moreau autocorrelation of a topological structure - lag 8 / weighted by atomic van der Waals volumes -ATS1e Broto-Moreau autocorrelation of a topological structure - lag 1 / weighted by atomic Sanderson electronegativities -ATS2e Broto-Moreau autocorrelation of a topological structure - lag 2 / weighted by atomic Sanderson electronegativities -ATS3e Broto-Moreau autocorrelation of a topological structure - lag 3 / weighted by atomic Sanderson electronegativities -ATS4e Broto-Moreau autocorrelation of a topological structure - lag 4 / weighted by atomic Sanderson electronegativities -ATS5e Broto-Moreau autocorrelation of a topological structure - lag 5 / weighted by atomic Sanderson electronegativities -ATS6e Broto-Moreau autocorrelation of a topological structure - lag 6 / weighted by atomic Sanderson electronegativities -ATS7e Broto-Moreau autocorrelation of a topological structure - lag 7 / weighted by atomic Sanderson electronegativities -ATS8e Broto-Moreau autocorrelation of a topological structure - lag 8 / weighted by atomic Sanderson electronegativities -ATS1p Broto-Moreau autocorrelation of a topological structure - lag 1 / weighted by atomic polarizabilities -ATS2p Broto-Moreau autocorrelation of a topological structure - lag 2 / weighted by atomic polarizabilities -ATS3p Broto-Moreau autocorrelation of a topological structure - lag 3 / weighted by atomic polarizabilities -ATS4p Broto-Moreau autocorrelation of a topological structure - lag 4 / weighted by atomic polarizabilities -ATS5p Broto-Moreau autocorrelation of a topological structure - lag 5 / weighted by atomic polarizabilities -ATS6p Broto-Moreau autocorrelation of a topological structure - lag 6 / weighted by atomic polarizabilities -ATS7p Broto-Moreau autocorrelation of a topological structure - lag 7 / weighted by atomic polarizabilities -ATS8p Broto-Moreau autocorrelation of a topological structure - lag 8 / weighted by atomic polarizabilities -MATS1m Moran autocorrelation - lag 1 / weighted by atomic masses -MATS2m Moran autocorrelation - lag 2 / weighted by atomic masses -MATS3m Moran autocorrelation - lag 3 / weighted by atomic masses -MATS4m Moran autocorrelation - lag 4 / weighted by atomic masses -MATS5m Moran autocorrelation - lag 5 / weighted by atomic masses -MATS6m Moran autocorrelation - lag 6 / weighted by atomic masses -MATS7m Moran autocorrelation - lag 7 / weighted by atomic masses -MATS8m Moran autocorrelation - lag 8 / weighted by atomic masses -MATS1v Moran autocorrelation - lag 1 / weighted by atomic van der Waals volumes -MATS2v Moran autocorrelation - lag 2 / weighted by atomic van der Waals volumes -MATS3v Moran autocorrelation - lag 3 / weighted by atomic van der Waals volumes -MATS4v Moran autocorrelation - lag 4 / weighted by atomic van der Waals volumes -MATS5v Moran autocorrelation - lag 5 / weighted by atomic van der Waals volumes -MATS6v Moran autocorrelation - lag 6 / weighted by atomic van der Waals volumes -MATS7v Moran autocorrelation - lag 7 / weighted by atomic van der Waals volumes -MATS8v Moran autocorrelation - lag 8 / weighted by atomic van der Waals volumes -MATS1e Moran autocorrelation - lag 1 / weighted by atomic Sanderson electronegativities -MATS2e Moran autocorrelation - lag 2 / weighted by atomic Sanderson electronegativities -MATS3e Moran autocorrelation - lag 3 / weighted by atomic Sanderson electronegativities -MATS4e Moran autocorrelation - lag 4 / weighted by atomic Sanderson electronegativities -MATS5e Moran autocorrelation - lag 5 / weighted by atomic Sanderson electronegativities -MATS6e Moran autocorrelation - lag 6 / weighted by atomic Sanderson electronegativities -MATS7e Moran autocorrelation - lag 7 / weighted by atomic Sanderson electronegativities -MATS8e Moran autocorrelation - lag 8 / weighted by atomic Sanderson electronegativities -MATS1p Moran autocorrelation - lag 1 / weighted by atomic polarizabilities -MATS2p Moran autocorrelation - lag 2 / weighted by atomic polarizabilities -MATS3p Moran autocorrelation - lag 3 / weighted by atomic polarizabilities -MATS4p Moran autocorrelation - lag 4 / weighted by atomic polarizabilities -MATS5p Moran autocorrelation - lag 5 / weighted by atomic polarizabilities -MATS6p Moran autocorrelation - lag 6 / weighted by atomic polarizabilities -MATS7p Moran autocorrelation - lag 7 / weighted by atomic polarizabilities -MATS8p Moran autocorrelation - lag 8 / weighted by atomic polarizabilities -GATS1m Geary autocorrelation - lag 1 / weighted by atomic masses -GATS2m Geary autocorrelation - lag 2 / weighted by atomic masses -GATS3m Geary autocorrelation - lag 3 / weighted by atomic masses -GATS4m Geary autocorrelation - lag 4 / weighted by atomic masses -GATS5m Geary autocorrelation - lag 5 / weighted by atomic masses -GATS6m Geary autocorrelation - lag 6 / weighted by atomic masses -GATS7m Geary autocorrelation - lag 7 / weighted by atomic masses -GATS8m Geary autocorrelation - lag 8 / weighted by atomic masses -GATS1v Geary autocorrelation - lag 1 / weighted by atomic van der Waals volumes -GATS2v Geary autocorrelation - lag 2 / weighted by atomic van der Waals volumes -GATS3v Geary autocorrelation - lag 3 / weighted by atomic van der Waals volumes -GATS4v Geary autocorrelation - lag 4 / weighted by atomic van der Waals volumes -GATS5v Geary autocorrelation - lag 5 / weighted by atomic van der Waals volumes -GATS6v Geary autocorrelation - lag 6 / weighted by atomic van der Waals volumes -GATS7v Geary autocorrelation - lag 7 / weighted by atomic van der Waals volumes -GATS8v Geary autocorrelation - lag 8 / weighted by atomic van der Waals volumes -GATS1e Geary autocorrelation - lag 1 / weighted by atomic Sanderson electronegativities -GATS2e Geary autocorrelation - lag 2 / weighted by atomic Sanderson electronegativities -GATS3e Geary autocorrelation - lag 3 / weighted by atomic Sanderson electronegativities -GATS4e Geary autocorrelation - lag 4 / weighted by atomic Sanderson electronegativities -GATS5e Geary autocorrelation - lag 5 / weighted by atomic Sanderson electronegativities -GATS6e Geary autocorrelation - lag 6 / weighted by atomic Sanderson electronegativities -GATS7e Geary autocorrelation - lag 7 / weighted by atomic Sanderson electronegativities -GATS8e Geary autocorrelation - lag 8 / weighted by atomic Sanderson electronegativities -GATS1p Geary autocorrelation - lag 1 / weighted by atomic polarizabilities -GATS2p Geary autocorrelation - lag 2 / weighted by atomic polarizabilities -GATS3p Geary autocorrelation - lag 3 / weighted by atomic polarizabilities -GATS4p Geary autocorrelation - lag 4 / weighted by atomic polarizabilities -GATS5p Geary autocorrelation - lag 5 / weighted by atomic polarizabilities -GATS6p Geary autocorrelation - lag 6 / weighted by atomic polarizabilities -GATS7p Geary autocorrelation - lag 7 / weighted by atomic polarizabilities -GATS8p Geary autocorrelation - lag 8 / weighted by atomic polarizabilities -EPS0 edge connectivity index of order 0 -EPS1 edge connectivity index of order 1 -EEig01x Eigenvalue 01from edge adj. matrix weighted by edge degrees -EEig02x Eigenvalue 02from edge adj. matrix weighted by edge degrees -EEig03x Eigenvalue 03from edge adj. matrix weighted by edge degrees -EEig04x Eigenvalue 04from edge adj. matrix weighted by edge degrees -EEig05x Eigenvalue 05from edge adj. matrix weighted by edge degrees -EEig06x Eigenvalue 06from edge adj. matrix weighted by edge degrees -EEig07x Eigenvalue 07from edge adj. matrix weighted by edge degrees -EEig08x Eigenvalue 08from edge adj. matrix weighted by edge degrees -EEig09x Eigenvalue 09from edge adj. matrix weighted by edge degrees -EEig10x Eigenvalue 10from edge adj. matrix weighted by edge degrees -EEig11x Eigenvalue 11from edge adj. matrix weighted by edge degrees -EEig12x Eigenvalue 12from edge adj. matrix weighted by edge degrees -EEig13x Eigenvalue 13from edge adj. matrix weighted by edge degrees -EEig14x Eigenvalue 14from edge adj. matrix weighted by edge degrees -EEig15x Eigenvalue 15from edge adj. matrix weighted by edge degrees -EEig01d Eigenvalue 01 from edge adj. matrix weighted by dipole moments -EEig02d Eigenvalue 02 from edge adj. matrix weighted by dipole moments -EEig03d Eigenvalue 03 from edge adj. matrix weighted by dipole moments -EEig04d Eigenvalue 04 from edge adj. matrix weighted by dipole moments -EEig05d Eigenvalue 05 from edge adj. matrix weighted by dipole moments -EEig06d Eigenvalue 06 from edge adj. matrix weighted by dipole moments -EEig07d Eigenvalue 07 from edge adj. matrix weighted by dipole moments -EEig08d Eigenvalue 08 from edge adj. matrix weighted by dipole moments -EEig09d Eigenvalue 09 from edge adj. matrix weighted by dipole moments -EEig10d Eigenvalue 10 from edge adj. matrix weighted by dipole moments -EEig11d Eigenvalue 11 from edge adj. matrix weighted by dipole moments -EEig12d Eigenvalue 12 from edge adj. matrix weighted by dipole moments -EEig13d Eigenvalue 13 from edge adj. matrix weighted by dipole moments -EEig14d Eigenvalue 14 from edge adj. matrix weighted by dipole moments -EEig15d Eigenvalue 15 from edge adj. matrix weighted by dipole moments -EEig01r Eigenvalue 01 from edge adj. matrix weighted by resonance integrals -EEig02r Eigenvalue 02 from edge adj. matrix weighted by resonance integrals -EEig03r Eigenvalue 03 from edge adj. matrix weighted by resonance integrals -EEig04r Eigenvalue 04 from edge adj. matrix weighted by resonance integrals -EEig05r Eigenvalue 05 from edge adj. matrix weighted by resonance integrals -EEig06r Eigenvalue 06 from edge adj. matrix weighted by resonance integrals -EEig07r Eigenvalue 07 from edge adj. matrix weighted by resonance integrals -EEig08r Eigenvalue 08 from edge adj. matrix weighted by resonance integrals -EEig09r Eigenvalue 09 from edge adj. matrix weighted by resonance integrals -EEig10r Eigenvalue 10 from edge adj. matrix weighted by resonance integrals -EEig11r Eigenvalue 11 from edge adj. matrix weighted by resonance integrals -EEig12r Eigenvalue 12 from edge adj. matrix weighted by resonance integrals -EEig13r Eigenvalue 13 from edge adj. matrix weighted by resonance integrals -EEig14r Eigenvalue 14 from edge adj. matrix weighted by resonance integrals -EEig15r Eigenvalue 15 from edge adj. matrix weighted by resonance integrals -ESpm01u Spectral moment 01 from edge adj. matrix -ESpm02u Spectral moment 02 from edge adj. matrix -ESpm03u Spectral moment 03 from edge adj. matrix -ESpm04u Spectral moment 04 from edge adj. matrix -ESpm05u Spectral moment 05 from edge adj. matrix -ESpm06u Spectral moment 06 from edge adj. matrix -ESpm07u Spectral moment 07 from edge adj. matrix -ESpm08u Spectral moment 08 from edge adj. matrix -ESpm09u Spectral moment 09 from edge adj. matrix -ESpm10u Spectral moment 10 from edge adj. matrix -ESpm11u Spectral moment 11 from edge adj. matrix -ESpm12u Spectral moment 12 from edge adj. matrix -ESpm13u Spectral moment 13 from edge adj. matrix -ESpm14u Spectral moment 14 from edge adj. matrix -ESpm15u Spectral moment 15 from edge adj. matrix -ESpm01x Spectral moment 01 from edge adj. matrix weighted by edge degrees -ESpm02x Spectral moment 02 from edge adj. matrix weighted by edge degrees -ESpm03x Spectral moment 03 from edge adj. matrix weighted by edge degrees -ESpm04x Spectral moment 04 from edge adj. matrix weighted by edge degrees -ESpm05x Spectral moment 05 from edge adj. matrix weighted by edge degrees -ESpm06x Spectral moment 06 from edge adj. matrix weighted by edge degrees -ESpm07x Spectral moment 07 from edge adj. matrix weighted by edge degrees -ESpm08x Spectral moment 08 from edge adj. matrix weighted by edge degrees -ESpm09x Spectral moment 09 from edge adj. matrix weighted by edge degrees -ESpm10x Spectral moment 10 from edge adj. matrix weighted by edge degrees -ESpm11x Spectral moment 11 from edge adj. matrix weighted by edge degrees -ESpm12x Spectral moment 12 from edge adj. matrix weighted by edge degrees -ESpm13x Spectral moment 13 from edge adj. matrix weighted by edge degrees -ESpm14x Spectral moment 14 from edge adj. matrix weighted by edge degrees -ESpm15x Spectral moment 15 from edge adj. matrix weighted by edge degrees -ESpm01d Spectral moment 01 from edge adj. matrix weighted by dipole moments -ESpm02d Spectral moment 02 from edge adj. matrix weighted by dipole moments -ESpm03d Spectral moment 03 from edge adj. matrix weighted by dipole moments -ESpm04d Spectral moment 04 from edge adj. matrix weighted by dipole moments -ESpm05d Spectral moment 05 from edge adj. matrix weighted by dipole moments -ESpm06d Spectral moment 06 from edge adj. matrix weighted by dipole moments -ESpm07d Spectral moment 07 from edge adj. matrix weighted by dipole moments -ESpm08d Spectral moment 08 from edge adj. matrix weighted by dipole moments -ESpm09d Spectral moment 09 from edge adj. matrix weighted by dipole moments -ESpm10d Spectral moment 10 from edge adj. matrix weighted by dipole moments -ESpm11d Spectral moment 11 from edge adj. matrix weighted by dipole moments -ESpm12d Spectral moment 12 from edge adj. matrix weighted by dipole moments -ESpm13d Spectral moment 13 from edge adj. matrix weighted by dipole moments -ESpm14d Spectral moment 14 from edge adj. matrix weighted by dipole moments -ESpm15d Spectral moment 15 from edge adj. matrix weighted by dipole moments -ESpm01r Spectral moment 01 from edge adj. matrix weighted by resonance integrals -ESpm02r Spectral moment 02 from edge adj. matrix weighted by resonance integrals -ESpm03r Spectral moment 03 from edge adj. matrix weighted by resonance integrals -ESpm04r Spectral moment 04 from edge adj. matrix weighted by resonance integrals -ESpm05r Spectral moment 05 from edge adj. matrix weighted by resonance integrals -ESpm06r Spectral moment 06 from edge adj. matrix weighted by resonance integrals -ESpm07r Spectral moment 07 from edge adj. matrix weighted by resonance integrals -ESpm08r Spectral moment 08 from edge adj. matrix weighted by resonance integrals -ESpm09r Spectral moment 09 from edge adj. matrix weighted by resonance integrals -ESpm10r Spectral moment 10 from edge adj. matrix weighted by resonance integrals -ESpm11r Spectral moment 11 from edge adj. matrix weighted by resonance integrals -ESpm12r Spectral moment 12 from edge adj. matrix weighted by resonance integrals -ESpm13r Spectral moment 13 from edge adj. matrix weighted by resonance integrals -ESpm14r Spectral moment 14 from edge adj. matrix weighted by resonance integrals -ESpm15r Spectral moment 15 from edge adj. matrix weighted by resonance integrals -BEHm1 highest eigenvalue n. 1 of Burden matrix / weighted by atomic masses -BEHm2 highest eigenvalue n. 2 of Burden matrix / weighted by atomic masses -BEHm3 highest eigenvalue n. 3 of Burden matrix / weighted by atomic masses -BEHm4 highest eigenvalue n. 4 of Burden matrix / weighted by atomic masses -BEHm5 highest eigenvalue n. 5 of Burden matrix / weighted by atomic masses -BEHm6 highest eigenvalue n. 6 of Burden matrix / weighted by atomic masses -BEHm7 highest eigenvalue n. 7 of Burden matrix / weighted by atomic masses -BEHm8 highest eigenvalue n. 8 of Burden matrix / weighted by atomic masses -BELm1 lowest eigenvalue n. 1 of Burden matrix / weighted by atomic masses -BELm2 lowest eigenvalue n. 2 of Burden matrix / weighted by atomic masses -BELm3 lowest eigenvalue n. 3 of Burden matrix / weighted by atomic masses -BELm4 lowest eigenvalue n. 4 of Burden matrix / weighted by atomic masses -BELm5 lowest eigenvalue n. 5 of Burden matrix / weighted by atomic masses -BELm6 lowest eigenvalue n. 6 of Burden matrix / weighted by atomic masses -BELm7 lowest eigenvalue n. 7 of Burden matrix / weighted by atomic masses -BELm8 lowest eigenvalue n. 8 of Burden matrix / weighted by atomic masses -BEHv1 highest eigenvalue n. 1 of Burden matrix / weighted by atomic van der Waals volumes -BEHv2 highest eigenvalue n. 2 of Burden matrix / weighted by atomic van der Waals volumes -BEHv3 highest eigenvalue n. 3 of Burden matrix / weighted by atomic van der Waals volumes -BEHv4 highest eigenvalue n. 4 of Burden matrix / weighted by atomic van der Waals volumes -BEHv5 highest eigenvalue n. 5 of Burden matrix / weighted by atomic van der Waals volumes -BEHv6 highest eigenvalue n. 6 of Burden matrix / weighted by atomic van der Waals volumes -BEHv7 highest eigenvalue n. 7 of Burden matrix / weighted by atomic van der Waals volumes -BEHv8 highest eigenvalue n. 8 of Burden matrix / weighted by atomic van der Waals volumes -BELv1 lowest eigenvalue n. 1 of Burden matrix / weighted by atomic van der Waals volumes -BELv2 lowest eigenvalue n. 2 of Burden matrix / weighted by atomic van der Waals volumes -BELv3 lowest eigenvalue n. 3 of Burden matrix / weighted by atomic van der Waals volumes -BELv4 lowest eigenvalue n. 4 of Burden matrix / weighted by atomic van der Waals volumes -BELv5 lowest eigenvalue n. 5 of Burden matrix / weighted by atomic van der Waals volumes -BELv6 lowest eigenvalue n. 6 of Burden matrix / weighted by atomic van der Waals volumes -BELv7 lowest eigenvalue n. 7 of Burden matrix / weighted by atomic van der Waals volumes -BELv8 lowest eigenvalue n. 8 of Burden matrix / weighted by atomic van der Waals volumes -BEHe1 highest eigenvalue n. 1 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe2 highest eigenvalue n. 2 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe3 highest eigenvalue n. 3 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe4 highest eigenvalue n. 4 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe5 highest eigenvalue n. 5 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe6 highest eigenvalue n. 6 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe7 highest eigenvalue n. 7 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHe8 highest eigenvalue n. 8 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe1 lowest eigenvalue n. 1 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe2 lowest eigenvalue n. 2 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe3 lowest eigenvalue n. 3 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe4 lowest eigenvalue n. 4 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe5 lowest eigenvalue n. 5 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe6 lowest eigenvalue n. 6 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe7 lowest eigenvalue n. 7 of Burden matrix / weighted by atomic Sanderson electronegativities -BELe8 lowest eigenvalue n. 8 of Burden matrix / weighted by atomic Sanderson electronegativities -BEHp1 highest eigenvalue n. 1 of Burden matrix / weighted by atomic polarizabilities -BEHp2 highest eigenvalue n. 2 of Burden matrix / weighted by atomic polarizabilities -BEHp3 highest eigenvalue n. 3 of Burden matrix / weighted by atomic polarizabilities -BEHp4 highest eigenvalue n. 4 of Burden matrix / weighted by atomic polarizabilities -BEHp5 highest eigenvalue n. 5 of Burden matrix / weighted by atomic polarizabilities -BEHp6 highest eigenvalue n. 6 of Burden matrix / weighted by atomic polarizabilities -BEHp7 highest eigenvalue n. 7 of Burden matrix / weighted by atomic polarizabilities -BEHp8 highest eigenvalue n. 8 of Burden matrix / weighted by atomic polarizabilities -BELp1 lowest eigenvalue n. 1 of Burden matrix / weighted by atomic polarizabilities -BELp2 lowest eigenvalue n. 2 of Burden matrix / weighted by atomic polarizabilities -BELp3 lowest eigenvalue n. 3 of Burden matrix / weighted by atomic polarizabilities -BELp4 lowest eigenvalue n. 4 of Burden matrix / weighted by atomic polarizabilities -BELp5 lowest eigenvalue n. 5 of Burden matrix / weighted by atomic polarizabilities -BELp6 lowest eigenvalue n. 6 of Burden matrix / weighted by atomic polarizabilities -BELp7 lowest eigenvalue n. 7 of Burden matrix / weighted by atomic polarizabilities -BELp8 lowest eigenvalue n. 8 of Burden matrix / weighted by atomic polarizabilities -GGI1 topological charge index of order 1 -GGI2 topological charge index of order 2 -GGI3 topological charge index of order 3 -GGI4 topological charge index of order 4 -GGI5 topological charge index of order 5 -GGI6 topological charge index of order 6 -GGI7 topological charge index of order 7 -GGI8 topological charge index of order 8 -GGI9 topological charge index of order 9 -GGI10 topological charge index of order 10 -JGI1 mean topological charge index of order1 -JGI2 mean topological charge index of order2 -JGI3 mean topological charge index of order3 -JGI4 mean topological charge index of order4 -JGI5 mean topological charge index of order5 -JGI6 mean topological charge index of order6 -JGI7 mean topological charge index of order7 -JGI8 mean topological charge index of order8 -JGI9 mean topological charge index of order9 -JGI10 mean topological charge index of order10 -JGT global topological charge index -LP1 Lovasz-Pelikan index (leading eigenvalue) -Eig1Z Leading eigenvalue from Z weighted distance matrix (Barysz matrix) -Eig1m Leading eigenvalue from mass weighted distance matrix -Eig1v Leading eigenvalue from van der Waals weighted distance matrix -Eig1e Leading eigenvalue from electronegativity weighted distance matrix -Eig1p Leading eigenvalue from polarizability weighted distance matrix -SEigZ Eigenvalue sum from Z weighted distance matrix (Barysz matrix) -SEigm Eigenvalue sum from mass weighted distance matrix -SEigv Eigenvalue sum from van der Waals weighted distance matrix -SEige Eigenvalue sum from electronegativity weighted distance matrix -SEigp Eigenvalue sum from polarizability weighted distance matrix -AEigZ Absolute eigenvalue sum from Z weighted distance matrix (Barysz matrix) -AEigm Absolute eigenvalue sum from mass weighted distance matrix -AEigv Absolute eigenvalue sum from van der Waals weighted distance matrix -AEige Absolute eigenvalue sum from electronegativity weighted distance matrix -AEigp Absolute eigenvalue sum from polarizability weighted distance matrix -VEA1 eigenvector coefficient sum from adjacency matrix -VEA2 average eigenvector coefficient sum from adjacency matrix -VRA1 Randic-type eigenvector-based index from adjacency matrix -VRA2 average Randic-type eigenvector-based index from adjacency matrix -VED1 eigenvector coefficient sum from distance matrix -VED2 average eigenvector coefficient sum from distance matrix -VRD1 Randic-type eigenvector-based index from distance matrix -VRD2 average Randic-type eigenvector-based index from distance matrix -VEZ1 eigenvector coefficient sum from Z weighted distance matrix (Barysz matrix) -VEZ2 average eigenvector coefficient sum from Z weighted distance matrix (Barysz matrix) -VRZ1 Randic-type eigenvector-based index from Z weighted distance matrix (Barysz matrix) -VRZ2 average Randic-type eigenvector-based index from Z weighted distance matrix (Barysz matrix) -VEm1 eigenvector coefficient sum from mass weighted distance matrix -VEm2 average eigenvector coefficient sum from mass weighted distance matrix -VRm1 Randic-type eigenvector-based index from mass weighted distance matrix -VRm2 average Randic-type eigenvector-based index from mass weighted distance matrix -VEv1 eigenvector coefficient sum from van der Waals weighted distance matrix -VEv2 average eigenvector coefficient sum from van der Waals weighted distance matrix -VRv1 Randic-type eigenvector-based index from van der Waals weighted distance matrix -VRv2 average Randic-type eigenvector-based index from van der Waals weighted distance matrix -VEe1 eigenvector coefficient sum from electronegativity weighted distance matrix -VEe2 average eigenvector coefficient sum from electronegativity weighted distance matrix -VRe1 Randic-type eigenvector-based index from electronegativity weighted distance matrix -VRe2 average Randic-type eigenvector-based index from electronegativity weighted distance matrix -VEp1 eigenvector coefficient sum from polarizability weighted distance matrix -VEp2 average eigenvector coefficient sum from polarizability weighted distance matrix -VRp1 Randic-type eigenvector-based index from polarizability weighted distance matrix -VRp2 average Randic-type eigenvector-based index from polarizability weighted distance matrix -DP01 molecular profile no. 01 -DP02 molecular profile no. 02 -DP03 molecular profile no. 03 -DP04 molecular profile no. 04 -DP05 molecular profile no. 05 -DP06 molecular profile no. 06 -DP07 molecular profile no. 07 -DP08 molecular profile no. 08 -DP09 molecular profile no. 09 -DP10 molecular profile no. 10 -DP11 molecular profile no. 11 -DP12 molecular profile no. 12 -DP13 molecular profile no. 13 -DP14 molecular profile no. 14 -DP15 molecular profile no. 15 -DP16 molecular profile no. 16 -DP17 molecular profile no. 17 -DP18 molecular profile no. 18 -DP19 molecular profile no. 19 -DP20 molecular profile no. 20 -SP01 shape profile no. 01 -SP02 shape profile no. 02 -SP03 shape profile no. 03 -SP04 shape profile no. 04 -SP05 shape profile no. 05 -SP06 shape profile no. 06 -SP07 shape profile no. 07 -SP08 shape profile no. 08 -SP09 shape profile no. 09 -SP10 shape profile no. 10 -SP11 shape profile no. 11 -SP12 shape profile no. 12 -SP13 shape profile no. 13 -SP14 shape profile no. 14 -SP15 shape profile no. 15 -SP16 shape profile no. 16 -SP17 shape profile no. 17 -SP18 shape profile no. 18 -SP19 shape profile no. 19 -SP20 shape profile no. 20 -SHP2 average shape profile index of order 2 -W3D 3D-Wiener index -J3D 3D-Balaban index -H3D 3D-Harary index -AGDD average geometric distance degree -DDI D/D index -ADDD average distance/distance degree -G1 gravitational index G1 -G2 gravitational index G2 (bond-restricted) -RGyr radius of gyration (mass weighted) -SPAN span R -SPAM average span R -MEcc molecular eccentricity -SPH spherosity -ASP asphericity -FDI folding degree index -PJI3 3D Petijean shape index -L/Bw length-to-breadth ratio by WHIM -SEig absolute eigenvalue sum on geometry matrix -HOMA Harmonic Oscillator Model of Aromaticity index -RCI Jug RC index -AROM aromaticity (trial) -HOMT HOMA total (trial) -DISPm d COMMA2 value / weighted by atomic masses -QXXm Qxx COMMA2 value / weighted by atomic masses -QYYm Qyy COMMA2 value / weighted by atomic masses -QZZm Qzz COMMA2 value / weighted by atomic masses -DISPv d COMMA2 value / weighted by atomic van der Waals volumes -QXXv Qxx COMMA2 value / weighted by atomic van der Waals volumes -QYYv Qyy COMMA2 value / weighted by atomic van der Waals volumes -QZZv Qzz COMMA2 value / weighted by atomic van der Waals volumes -DISPe d COMMA2 value / weighted by atomic Sanderson electronegativities -QXXe Qxx COMMA2 value / weighted by atomic Sanderson electronegativities -QYYe Qyy COMMA2 value / weighted by atomic Sanderson electronegativities -QZZe Qzz COMMA2 value / weighted by atomic Sanderson electronegativities -DISPp d COMMA2 value / weighted by atomic polarizabilities -QXXp Qxx COMMA2 value / weighted by atomic polarizabilities -QYYp Qyy COMMA2 value / weighted by atomic polarizabilities -QZZp Qzz COMMA2 value / weighted by atomic polarizabilities -G(N..N) sum of geometrical distances between N..N -G(N..O) sum of geometrical distances between N..O -G(N..S) sum of geometrical distances between N..S -G(N..P) sum of geometrical distances between N..P -G(N..F) sum of geometrical distances between N..F -G(N..Cl) sum of geometrical distances between N..Cl -G(N..Br) sum of geometrical distances between N..Br -G(N..I) sum of geometrical distances between N..I -G(O..O) sum of geometrical distances between O..O -G(O..S) sum of geometrical distances between O..S -G(O..P) sum of geometrical distances between O..P -G(O..F) sum of geometrical distances between O..F -G(O..Cl) sum of geometrical distances between O..Cl -G(O..Br) sum of geometrical distances between O..Br -G(O..I) sum of geometrical distances between O..I -G(S..S) sum of geometrical distances between S..S -G(S..P) sum of geometrical distances between S..P -G(S..F) sum of geometrical distances between S..F -G(S..Cl) sum of geometrical distances between S..Cl -G(S..Br) sum of geometrical distances between S..Br -G(S..I) sum of geometrical distances between S..I -G(P..P) sum of geometrical distances between P..P -G(P..F) sum of geometrical distances between P..F -G(P..Cl) sum of geometrical distances between P..Cl -G(P..Br) sum of geometrical distances between P..Br -G(P..I) sum of geometrical distances between P..I -G(F..F) sum of geometrical distances between F..F -G(F..Cl) sum of geometrical distances between F..Cl -G(F..Br) sum of geometrical distances between F..Br -G(F..I) sum of geometrical distances between F..I -G(Cl..Cl) sum of geometrical distances between Cl..Cl -G(Cl..Br) sum of geometrical distances between Cl..Br -G(Cl..I) sum of geometrical distances between Cl..I -G(Br..Br) sum of geometrical distances between Br..Br -G(Br..I) sum of geometrical distances between Br..I -G(I..I) sum of geometrical distances between I..I -RDF010u Radial Distribution Function - 1.0 / unweighted -RDF015u Radial Distribution Function - 1.5 / unweighted -RDF020u Radial Distribution Function - 2.0 / unweighted -RDF025u Radial Distribution Function - 2.5 / unweighted -RDF030u Radial Distribution Function - 3.0 / unweighted -RDF035u Radial Distribution Function - 3.5 / unweighted -RDF040u Radial Distribution Function - 4.0 / unweighted -RDF045u Radial Distribution Function - 4.5 / unweighted -RDF050u Radial Distribution Function - 5.0 / unweighted -RDF055u Radial Distribution Function - 5.5 / unweighted -RDF060u Radial Distribution Function - 6.0 / unweighted -RDF065u Radial Distribution Function - 6.5 / unweighted -RDF070u Radial Distribution Function - 7.0 / unweighted -RDF075u Radial Distribution Function - 7.5 / unweighted -RDF080u Radial Distribution Function - 8.0 / unweighted -RDF085u Radial Distribution Function - 8.5 / unweighted -RDF090u Radial Distribution Function - 9.0 / unweighted -RDF095u Radial Distribution Function - 9.5 / unweighted -RDF100u Radial Distribution Function - 10.0 / unweighted -RDF105u Radial Distribution Function - 10.5 / unweighted -RDF110u Radial Distribution Function - 11.0 / unweighted -RDF115u Radial Distribution Function - 11.5 / unweighted -RDF120u Radial Distribution Function - 12.0 / unweighted -RDF125u Radial Distribution Function - 12.5 / unweighted -RDF130u Radial Distribution Function - 13.0 / unweighted -RDF135u Radial Distribution Function - 13.5 / unweighted -RDF140u Radial Distribution Function - 14.0 / unweighted -RDF145u Radial Distribution Function - 14.5 / unweighted -RDF150u Radial Distribution Function - 15.0 / unweighted -RDF155u Radial Distribution Function - 15.5 / unweighted -RDF010m Radial Distribution Function - 1.0 / weighted by atomic masses -RDF015m Radial Distribution Function - 1.5 / weighted by atomic masses -RDF020m Radial Distribution Function - 2.0 / weighted by atomic masses -RDF025m Radial Distribution Function - 2.5 / weighted by atomic masses -RDF030m Radial Distribution Function - 3.0 / weighted by atomic masses -RDF035m Radial Distribution Function - 3.5 / weighted by atomic masses -RDF040m Radial Distribution Function - 4.0 / weighted by atomic masses -RDF045m Radial Distribution Function - 4.5 / weighted by atomic masses -RDF050m Radial Distribution Function - 5.0 / weighted by atomic masses -RDF055m Radial Distribution Function - 5.5 / weighted by atomic masses -RDF060m Radial Distribution Function - 6.0 / weighted by atomic masses -RDF065m Radial Distribution Function - 6.5 / weighted by atomic masses -RDF070m Radial Distribution Function - 7.0 / weighted by atomic masses -RDF075m Radial Distribution Function - 7.5 / weighted by atomic masses -RDF080m Radial Distribution Function - 8.0 / weighted by atomic masses -RDF085m Radial Distribution Function - 8.5 / weighted by atomic masses -RDF090m Radial Distribution Function - 9.0 / weighted by atomic masses -RDF095m Radial Distribution Function - 9.5 / weighted by atomic masses -RDF100m Radial Distribution Function - 10.0 / weighted by atomic masses -RDF105m Radial Distribution Function - 10.5 / weighted by atomic masses -RDF110m Radial Distribution Function - 11.0 / weighted by atomic masses -RDF115m Radial Distribution Function - 11.5 / weighted by atomic masses -RDF120m Radial Distribution Function - 12.0 / weighted by atomic masses -RDF125m Radial Distribution Function - 12.5 / weighted by atomic masses -RDF130m Radial Distribution Function - 13.0 / weighted by atomic masses -RDF135m Radial Distribution Function - 13.5 / weighted by atomic masses -RDF140m Radial Distribution Function - 14.0 / weighted by atomic masses -RDF145m Radial Distribution Function - 14.5 / weighted by atomic masses -RDF150m Radial Distribution Function - 15.0 / weighted by atomic masses -RDF155m Radial Distribution Function - 15.5 / weighted by atomic masses -RDF010v Radial Distribution Function - 1.0 / weighted by atomic van der Waals volumes -RDF015v Radial Distribution Function - 1.5 / weighted by atomic van der Waals volumes -RDF020v Radial Distribution Function - 2.0 / weighted by atomic van der Waals volumes -RDF025v Radial Distribution Function - 2.5 / weighted by atomic van der Waals volumes -RDF030v Radial Distribution Function - 3.0 / weighted by atomic van der Waals volumes -RDF035v Radial Distribution Function - 3.5 / weighted by atomic van der Waals volumes -RDF040v Radial Distribution Function - 4.0 / weighted by atomic van der Waals volumes -RDF045v Radial Distribution Function - 4.5 / weighted by atomic van der Waals volumes -RDF050v Radial Distribution Function - 5.0 / weighted by atomic van der Waals volumes -RDF055v Radial Distribution Function - 5.5 / weighted by atomic van der Waals volumes -RDF060v Radial Distribution Function - 6.0 / weighted by atomic van der Waals volumes -RDF065v Radial Distribution Function - 6.5 / weighted by atomic van der Waals volumes -RDF070v Radial Distribution Function - 7.0 / weighted by atomic van der Waals volumes -RDF075v Radial Distribution Function - 7.5 / weighted by atomic van der Waals volumes -RDF080v Radial Distribution Function - 8.0 / weighted by atomic van der Waals volumes -RDF085v Radial Distribution Function - 8.5 / weighted by atomic van der Waals volumes -RDF090v Radial Distribution Function - 9.0 / weighted by atomic van der Waals volumes -RDF095v Radial Distribution Function - 9.5 / weighted by atomic van der Waals volumes -RDF100v Radial Distribution Function - 10.0 / weighted by atomic van der Waals volumes -RDF105v Radial Distribution Function - 10.5 / weighted by atomic van der Waals volumes -RDF110v Radial Distribution Function - 11.0 / weighted by atomic van der Waals volumes -RDF115v Radial Distribution Function - 11.5 / weighted by atomic van der Waals volumes -RDF120v Radial Distribution Function - 12.0 / weighted by atomic van der Waals volumes -RDF125v Radial Distribution Function - 12.5 / weighted by atomic van der Waals volumes -RDF130v Radial Distribution Function - 13.0 / weighted by atomic van der Waals volumes -RDF135v Radial Distribution Function - 13.5 / weighted by atomic van der Waals volumes -RDF140v Radial Distribution Function - 14.0 / weighted by atomic van der Waals volumes -RDF145v Radial Distribution Function - 14.5 / weighted by atomic van der Waals volumes -RDF150v Radial Distribution Function - 15.0 / weighted by atomic van der Waals volumes -RDF155v Radial Distribution Function - 15.5 / weighted by atomic van der Waals volumes -RDF010e Radial Distribution Function - 1.0 / weighted by atomic Sanderson electronegativities -RDF015e Radial Distribution Function - 1.5 / weighted by atomic Sanderson electronegativities -RDF020e Radial Distribution Function - 2.0 / weighted by atomic Sanderson electronegativities -RDF025e Radial Distribution Function - 2.5 / weighted by atomic Sanderson electronegativities -RDF030e Radial Distribution Function - 3.0 / weighted by atomic Sanderson electronegativities -RDF035e Radial Distribution Function - 3.5 / weighted by atomic Sanderson electronegativities -RDF040e Radial Distribution Function - 4.0 / weighted by atomic Sanderson electronegativities -RDF045e Radial Distribution Function - 4.5 / weighted by atomic Sanderson electronegativities -RDF050e Radial Distribution Function - 5.0 / weighted by atomic Sanderson electronegativities -RDF055e Radial Distribution Function - 5.5 / weighted by atomic Sanderson electronegativities -RDF060e Radial Distribution Function - 6.0 / weighted by atomic Sanderson electronegativities -RDF065e Radial Distribution Function - 6.5 / weighted by atomic Sanderson electronegativities -RDF070e Radial Distribution Function - 7.0 / weighted by atomic Sanderson electronegativities -RDF075e Radial Distribution Function - 7.5 / weighted by atomic Sanderson electronegativities -RDF080e Radial Distribution Function - 8.0 / weighted by atomic Sanderson electronegativities -RDF085e Radial Distribution Function - 8.5 / weighted by atomic Sanderson electronegativities -RDF090e Radial Distribution Function - 9.0 / weighted by atomic Sanderson electronegativities -RDF095e Radial Distribution Function - 9.5 / weighted by atomic Sanderson electronegativities -RDF100e Radial Distribution Function - 10.0 / weighted by atomic Sanderson electronegativities -RDF105e Radial Distribution Function - 10.5 / weighted by atomic Sanderson electronegativities -RDF110e Radial Distribution Function - 11.0 / weighted by atomic Sanderson electronegativities -RDF115e Radial Distribution Function - 11.5 / weighted by atomic Sanderson electronegativities -RDF120e Radial Distribution Function - 12.0 / weighted by atomic Sanderson electronegativities -RDF125e Radial Distribution Function - 12.5 / weighted by atomic Sanderson electronegativities -RDF130e Radial Distribution Function - 13.0 / weighted by atomic Sanderson electronegativities -RDF135e Radial Distribution Function - 13.5 / weighted by atomic Sanderson electronegativities -RDF140e Radial Distribution Function - 14.0 / weighted by atomic Sanderson electronegativities -RDF145e Radial Distribution Function - 14.5 / weighted by atomic Sanderson electronegativities -RDF150e Radial Distribution Function - 15.0 / weighted by atomic Sanderson electronegativities -RDF155e Radial Distribution Function - 15.5 / weighted by atomic Sanderson electronegativities -RDF010p Radial Distribution Function - 1.0 / weighted by atomic polarizabilities -RDF015p Radial Distribution Function - 1.5 / weighted by atomic polarizabilities -RDF020p Radial Distribution Function - 2.0 / weighted by atomic polarizabilities -RDF025p Radial Distribution Function - 2.5 / weighted by atomic polarizabilities -RDF030p Radial Distribution Function - 3.0 / weighted by atomic polarizabilities -RDF035p Radial Distribution Function - 3.5 / weighted by atomic polarizabilities -RDF040p Radial Distribution Function - 4.0 / weighted by atomic polarizabilities -RDF045p Radial Distribution Function - 4.5 / weighted by atomic polarizabilities -RDF050p Radial Distribution Function - 5.0 / weighted by atomic polarizabilities -RDF055p Radial Distribution Function - 5.5 / weighted by atomic polarizabilities -RDF060p Radial Distribution Function - 6.0 / weighted by atomic polarizabilities -RDF065p Radial Distribution Function - 6.5 / weighted by atomic polarizabilities -RDF070p Radial Distribution Function - 7.0 / weighted by atomic polarizabilities -RDF075p Radial Distribution Function - 7.5 / weighted by atomic polarizabilities -RDF080p Radial Distribution Function - 8.0 / weighted by atomic polarizabilities -RDF085p Radial Distribution Function - 8.5 / weighted by atomic polarizabilities -RDF090p Radial Distribution Function - 9.0 / weighted by atomic polarizabilities -RDF095p Radial Distribution Function - 9.5 / weighted by atomic polarizabilities -RDF100p Radial Distribution Function - 10.0 / weighted by atomic polarizabilities -RDF105p Radial Distribution Function - 10.5 / weighted by atomic polarizabilities -RDF110p Radial Distribution Function - 11.0 / weighted by atomic polarizabilities -RDF115p Radial Distribution Function - 11.5 / weighted by atomic polarizabilities -RDF120p Radial Distribution Function - 12.0 / weighted by atomic polarizabilities -RDF125p Radial Distribution Function - 12.5 / weighted by atomic polarizabilities -RDF130p Radial Distribution Function - 13.0 / weighted by atomic polarizabilities -RDF135p Radial Distribution Function - 13.5 / weighted by atomic polarizabilities -RDF140p Radial Distribution Function - 14.0 / weighted by atomic polarizabilities -RDF145p Radial Distribution Function - 14.5 / weighted by atomic polarizabilities -RDF150p Radial Distribution Function - 15.0 / weighted by atomic polarizabilities -RDF155p Radial Distribution Function - 15.5 / weighted by atomic polarizabilities -Mor01u 3D-MoRSE - signal 01 / unweighted -Mor02u 3D-MoRSE - signal 02 / unweighted -Mor03u 3D-MoRSE - signal 03 / unweighted -Mor04u 3D-MoRSE - signal 04 / unweighted -Mor05u 3D-MoRSE - signal 05 / unweighted -Mor06u 3D-MoRSE - signal 06 / unweighted -Mor07u 3D-MoRSE - signal 07 / unweighted -Mor08u 3D-MoRSE - signal 08 / unweighted -Mor09u 3D-MoRSE - signal 09 / unweighted -Mor10u 3D-MoRSE - signal 10 / unweighted -Mor11u 3D-MoRSE - signal 11 / unweighted -Mor12u 3D-MoRSE - signal 12 / unweighted -Mor13u 3D-MoRSE - signal 13 / unweighted -Mor14u 3D-MoRSE - signal 14 / unweighted -Mor15u 3D-MoRSE - signal 15 / unweighted -Mor16u 3D-MoRSE - signal 16 / unweighted -Mor17u 3D-MoRSE - signal 17 / unweighted -Mor18u 3D-MoRSE - signal 18 / unweighted -Mor19u 3D-MoRSE - signal 19 / unweighted -Mor20u 3D-MoRSE - signal 20 / unweighted -Mor21u 3D-MoRSE - signal 21 / unweighted -Mor22u 3D-MoRSE - signal 22 / unweighted -Mor23u 3D-MoRSE - signal 23 / unweighted -Mor24u 3D-MoRSE - signal 24 / unweighted -Mor25u 3D-MoRSE - signal 25 / unweighted -Mor26u 3D-MoRSE - signal 26 / unweighted -Mor27u 3D-MoRSE - signal 27 / unweighted -Mor28u 3D-MoRSE - signal 28 / unweighted -Mor29u 3D-MoRSE - signal 29 / unweighted -Mor30u 3D-MoRSE - signal 30 / unweighted -Mor31u 3D-MoRSE - signal 31 / unweighted -Mor32u 3D-MoRSE - signal 32 / unweighted -Mor01m 3D-MoRSE - signal 01 / weighted by atomic masses -Mor02m 3D-MoRSE - signal 02 / weighted by atomic masses -Mor03m 3D-MoRSE - signal 03 / weighted by atomic masses -Mor04m 3D-MoRSE - signal 04 / weighted by atomic masses -Mor05m 3D-MoRSE - signal 05 / weighted by atomic masses -Mor06m 3D-MoRSE - signal 06 / weighted by atomic masses -Mor07m 3D-MoRSE - signal 07 / weighted by atomic masses -Mor08m 3D-MoRSE - signal 08 / weighted by atomic masses -Mor09m 3D-MoRSE - signal 09 / weighted by atomic masses -Mor10m 3D-MoRSE - signal 10 / weighted by atomic masses -Mor11m 3D-MoRSE - signal 11 / weighted by atomic masses -Mor12m 3D-MoRSE - signal 12 / weighted by atomic masses -Mor13m 3D-MoRSE - signal 13 / weighted by atomic masses -Mor14m 3D-MoRSE - signal 14 / weighted by atomic masses -Mor15m 3D-MoRSE - signal 15 / weighted by atomic masses -Mor16m 3D-MoRSE - signal 16 / weighted by atomic masses -Mor17m 3D-MoRSE - signal 17 / weighted by atomic masses -Mor18m 3D-MoRSE - signal 18 / weighted by atomic masses -Mor19m 3D-MoRSE - signal 19 / weighted by atomic masses -Mor20m 3D-MoRSE - signal 20 / weighted by atomic masses -Mor21m 3D-MoRSE - signal 21 / weighted by atomic masses -Mor22m 3D-MoRSE - signal 22 / weighted by atomic masses -Mor23m 3D-MoRSE - signal 23 / weighted by atomic masses -Mor24m 3D-MoRSE - signal 24 / weighted by atomic masses -Mor25m 3D-MoRSE - signal 25 / weighted by atomic masses -Mor26m 3D-MoRSE - signal 26 / weighted by atomic masses -Mor27m 3D-MoRSE - signal 27 / weighted by atomic masses -Mor28m 3D-MoRSE - signal 28 / weighted by atomic masses -Mor29m 3D-MoRSE - signal 29 / weighted by atomic masses -Mor30m 3D-MoRSE - signal 30 / weighted by atomic masses -Mor31m 3D-MoRSE - signal 31 / weighted by atomic masses -Mor32m 3D-MoRSE - signal 32 / weighted by atomic masses -Mor01v 3D-MoRSE - signal 01 / weighted by atomic van der Waals volumes -Mor02v 3D-MoRSE - signal 02 / weighted by atomic van der Waals volumes -Mor03v 3D-MoRSE - signal 03 / weighted by atomic van der Waals volumes -Mor04v 3D-MoRSE - signal 04 / weighted by atomic van der Waals volumes -Mor05v 3D-MoRSE - signal 05 / weighted by atomic van der Waals volumes -Mor06v 3D-MoRSE - signal 06 / weighted by atomic van der Waals volumes -Mor07v 3D-MoRSE - signal 07 / weighted by atomic van der Waals volumes -Mor08v 3D-MoRSE - signal 08 / weighted by atomic van der Waals volumes -Mor09v 3D-MoRSE - signal 09 / weighted by atomic van der Waals volumes -Mor10v 3D-MoRSE - signal 10 / weighted by atomic van der Waals volumes -Mor11v 3D-MoRSE - signal 11 / weighted by atomic van der Waals volumes -Mor12v 3D-MoRSE - signal 12 / weighted by atomic van der Waals volumes -Mor13v 3D-MoRSE - signal 13 / weighted by atomic van der Waals volumes -Mor14v 3D-MoRSE - signal 14 / weighted by atomic van der Waals volumes -Mor15v 3D-MoRSE - signal 15 / weighted by atomic van der Waals volumes -Mor16v 3D-MoRSE - signal 16 / weighted by atomic van der Waals volumes -Mor17v 3D-MoRSE - signal 17 / weighted by atomic van der Waals volumes -Mor18v 3D-MoRSE - signal 18 / weighted by atomic van der Waals volumes -Mor19v 3D-MoRSE - signal 19 / weighted by atomic van der Waals volumes -Mor20v 3D-MoRSE - signal 20 / weighted by atomic van der Waals volumes -Mor21v 3D-MoRSE - signal 21 / weighted by atomic van der Waals volumes -Mor22v 3D-MoRSE - signal 22 / weighted by atomic van der Waals volumes -Mor23v 3D-MoRSE - signal 23 / weighted by atomic van der Waals volumes -Mor24v 3D-MoRSE - signal 24 / weighted by atomic van der Waals volumes -Mor25v 3D-MoRSE - signal 25 / weighted by atomic van der Waals volumes -Mor26v 3D-MoRSE - signal 26 / weighted by atomic van der Waals volumes -Mor27v 3D-MoRSE - signal 27 / weighted by atomic van der Waals volumes -Mor28v 3D-MoRSE - signal 28 / weighted by atomic van der Waals volumes -Mor29v 3D-MoRSE - signal 29 / weighted by atomic van der Waals volumes -Mor30v 3D-MoRSE - signal 30 / weighted by atomic van der Waals volumes -Mor31v 3D-MoRSE - signal 31 / weighted by atomic van der Waals volumes -Mor32v 3D-MoRSE - signal 32 / weighted by atomic van der Waals volumes -Mor01e 3D-MoRSE - signal 01 / weighted by atomic Sanderson electronegativities -Mor02e 3D-MoRSE - signal 02 / weighted by atomic Sanderson electronegativities -Mor03e 3D-MoRSE - signal 03 / weighted by atomic Sanderson electronegativities -Mor04e 3D-MoRSE - signal 04 / weighted by atomic Sanderson electronegativities -Mor05e 3D-MoRSE - signal 05 / weighted by atomic Sanderson electronegativities -Mor06e 3D-MoRSE - signal 06 / weighted by atomic Sanderson electronegativities -Mor07e 3D-MoRSE - signal 07 / weighted by atomic Sanderson electronegativities -Mor08e 3D-MoRSE - signal 08 / weighted by atomic Sanderson electronegativities -Mor09e 3D-MoRSE - signal 09 / weighted by atomic Sanderson electronegativities -Mor10e 3D-MoRSE - signal 10 / weighted by atomic Sanderson electronegativities -Mor11e 3D-MoRSE - signal 11 / weighted by atomic Sanderson electronegativities -Mor12e 3D-MoRSE - signal 12 / weighted by atomic Sanderson electronegativities -Mor13e 3D-MoRSE - signal 13 / weighted by atomic Sanderson electronegativities -Mor14e 3D-MoRSE - signal 14 / weighted by atomic Sanderson electronegativities -Mor15e 3D-MoRSE - signal 15 / weighted by atomic Sanderson electronegativities -Mor16e 3D-MoRSE - signal 16 / weighted by atomic Sanderson electronegativities -Mor17e 3D-MoRSE - signal 17 / weighted by atomic Sanderson electronegativities -Mor18e 3D-MoRSE - signal 18 / weighted by atomic Sanderson electronegativities -Mor19e 3D-MoRSE - signal 19 / weighted by atomic Sanderson electronegativities -Mor20e 3D-MoRSE - signal 20 / weighted by atomic Sanderson electronegativities -Mor21e 3D-MoRSE - signal 21 / weighted by atomic Sanderson electronegativities -Mor22e 3D-MoRSE - signal 22 / weighted by atomic Sanderson electronegativities -Mor23e 3D-MoRSE - signal 23 / weighted by atomic Sanderson electronegativities -Mor24e 3D-MoRSE - signal 24 / weighted by atomic Sanderson electronegativities -Mor25e 3D-MoRSE - signal 25 / weighted by atomic Sanderson electronegativities -Mor26e 3D-MoRSE - signal 26 / weighted by atomic Sanderson electronegativities -Mor27e 3D-MoRSE - signal 27 / weighted by atomic Sanderson electronegativities -Mor28e 3D-MoRSE - signal 28 / weighted by atomic Sanderson electronegativities -Mor29e 3D-MoRSE - signal 29 / weighted by atomic Sanderson electronegativities -Mor30e 3D-MoRSE - signal 30 / weighted by atomic Sanderson electronegativities -Mor31e 3D-MoRSE - signal 31 / weighted by atomic Sanderson electronegativities -Mor32e 3D-MoRSE - signal 32 / weighted by atomic Sanderson electronegativities -Mor01p 3D-MoRSE - signal 01 / weighted by atomic polarizabilities -Mor02p 3D-MoRSE - signal 02 / weighted by atomic polarizabilities -Mor03p 3D-MoRSE - signal 03 / weighted by atomic polarizabilities -Mor04p 3D-MoRSE - signal 04 / weighted by atomic polarizabilities -Mor05p 3D-MoRSE - signal 05 / weighted by atomic polarizabilities -Mor06p 3D-MoRSE - signal 06 / weighted by atomic polarizabilities -Mor07p 3D-MoRSE - signal 07 / weighted by atomic polarizabilities -Mor08p 3D-MoRSE - signal 08 / weighted by atomic polarizabilities -Mor09p 3D-MoRSE - signal 09 / weighted by atomic polarizabilities -Mor10p 3D-MoRSE - signal 10 / weighted by atomic polarizabilities -Mor11p 3D-MoRSE - signal 11 / weighted by atomic polarizabilities -Mor12p 3D-MoRSE - signal 12 / weighted by atomic polarizabilities -Mor13p 3D-MoRSE - signal 13 / weighted by atomic polarizabilities -Mor14p 3D-MoRSE - signal 14 / weighted by atomic polarizabilities -Mor15p 3D-MoRSE - signal 15 / weighted by atomic polarizabilities -Mor16p 3D-MoRSE - signal 16 / weighted by atomic polarizabilities -Mor17p 3D-MoRSE - signal 17 / weighted by atomic polarizabilities -Mor18p 3D-MoRSE - signal 18 / weighted by atomic polarizabilities -Mor19p 3D-MoRSE - signal 19 / weighted by atomic polarizabilities -Mor20p 3D-MoRSE - signal 20 / weighted by atomic polarizabilities -Mor21p 3D-MoRSE - signal 21 / weighted by atomic polarizabilities -Mor22p 3D-MoRSE - signal 22 / weighted by atomic polarizabilities -Mor23p 3D-MoRSE - signal 23 / weighted by atomic polarizabilities -Mor24p 3D-MoRSE - signal 24 / weighted by atomic polarizabilities -Mor25p 3D-MoRSE - signal 25 / weighted by atomic polarizabilities -Mor26p 3D-MoRSE - signal 26 / weighted by atomic polarizabilities -Mor27p 3D-MoRSE - signal 27 / weighted by atomic polarizabilities -Mor28p 3D-MoRSE - signal 28 / weighted by atomic polarizabilities -Mor29p 3D-MoRSE - signal 29 / weighted by atomic polarizabilities -Mor30p 3D-MoRSE - signal 30 / weighted by atomic polarizabilities -Mor31p 3D-MoRSE - signal 31 / weighted by atomic polarizabilities -Mor32p 3D-MoRSE - signal 32 / weighted by atomic polarizabilities -L1u 1st component size directional WHIM index / unweighted -L2u 2nd component size directional WHIM index / unweighted -L3u 3rd component size directional WHIM index / unweighted -P1u 1st component shape directional WHIM index / unweighted -P2u 2nd component shape directional WHIM index / unweighted -G1u 1st component symmetry directional WHIM index / unweighted -G2u 2st component symmetry directional WHIM index / unweighted -G3u 3st component symmetry directional WHIM index / unweighted -E1u 1st component accessibility directional WHIM index / unweighted -E2u 2nd component accessibility directional WHIM index / unweighted -E3u 3rd component accessibility directional WHIM index / unweighted -L1m 1st component size directional WHIM index / weighted by atomic masses -L2m 2nd component size directional WHIM index / weighted by atomic masses -L3m 3rd component size directional WHIM index / weighted by atomic masses -P1m 1st component shape directional WHIM index / weighted by atomic masses -P2m 2nd component shape directional WHIM index / weighted by atomic masses -G1m 1st component symmetry directional WHIM index / weighted by atomic masses -G2m 2st component symmetry directional WHIM index / weighted by atomic masses -G3m 3st component symmetry directional WHIM index / weighted by atomic masses -E1m 1st component accessibility directional WHIM index / weighted by atomic masses -E2m 2nd component accessibility directional WHIM index / weighted by atomic masses -E3m 3rd component accessibility directional WHIM index / weighted by atomic masses -L1v 1st component size directional WHIM index / weighted by atomic van der Waals volumes -L2v 2nd component size directional WHIM index / weighted by atomic van der Waals volumes -L3v 3rd component size directional WHIM index / weighted by atomic van der Waals volumes -P1v 1st component shape directional WHIM index / weighted by atomic van der Waals volumes -P2v 2nd component shape directional WHIM index / weighted by atomic van der Waals volumes -G1v 1st component symmetry directional WHIM index / weighted by atomic van der Waals volumes -G2v 2st component symmetry directional WHIM index / weighted by atomic van der Waals volumes -G3v 3st component symmetry directional WHIM index / weighted by atomic van der Waals volumes -E1v 1st component accessibility directional WHIM index / weighted by atomic van der Waals volumes -E2v 2nd component accessibility directional WHIM index / weighted by atomic van der Waals volumes -E3v 3rd component accessibility directional WHIM index / weighted by atomic van der Waals volumes -L1e 1st component size directional WHIM index / weighted by atomic Sanderson electronegativities -L2e 2nd component size directional WHIM index / weighted by atomic Sanderson electronegativities -L3e 3rd component size directional WHIM index / weighted by atomic Sanderson electronegativities -P1e 1st component shape directional WHIM index / weighted by atomic Sanderson electronegativities -P2e 2nd component shape directional WHIM index / weighted by atomic Sanderson electronegativities -G1e 1st component symmetry directional WHIM index / weighted by atomic Sanderson electronegativities -G2e 2st component symmetry directional WHIM index / weighted by atomic Sanderson electronegativities -G3e 3st component symmetry directional WHIM index / weighted by atomic Sanderson electronegativities -E1e 1st component accessibility directional WHIM index / weighted by atomic Sanderson electronegativities -E2e 2nd component accessibility directional WHIM index / weighted by atomic Sanderson electronegativities -E3e 3rd component accessibility directional WHIM index / weighted by atomic Sanderson electronegativities -L1p 1st component size directional WHIM index / weighted by atomic polarizabilities -L2p 2nd component size directional WHIM index / weighted by atomic polarizabilities -L3p 3rd component size directional WHIM index / weighted by atomic polarizabilities -P1p 1st component shape directional WHIM index / weighted by atomic polarizabilities -P2p 2nd component shape directional WHIM index / weighted by atomic polarizabilities -G1p 1st component symmetry directional WHIM index / weighted by atomic polarizabilities -G2p 2st component symmetry directional WHIM index / weighted by atomic polarizabilities -G3p 3st component symmetry directional WHIM index / weighted by atomic polarizabilities -E1p 1st component accessibility directional WHIM index / weighted by atomic polarizabilities -E2p 2nd component accessibility directional WHIM index / weighted by atomic polarizabilities -E3p 3rd component accessibility directional WHIM index / weighted by atomic polarizabilities -L1s 1st component size directional WHIM index / weighted by atomic electrotopological states -L2s 2nd component size directional WHIM index / weighted by atomic electrotopological states -L3s 3rd component size directional WHIM index / weighted by atomic electrotopological states -P1s 1st component shape directional WHIM index / weighted by atomic electrotopological states -P2s 2nd component shape directional WHIM index / weighted by atomic electrotopological states -G1s 1st component symmetry directional WHIM index / weighted by atomic electrotopological states -G2s 2st component symmetry directional WHIM index / weighted by atomic electrotopological states -G3s 3st component symmetry directional WHIM index / weighted by atomic electrotopological states -E1s 1st component accessibility directional WHIM index / weighted by atomic electrotopological states -E2s 2nd component accessibility directional WHIM index / weighted by atomic electrotopological states -E3s 3rd component accessibility directional WHIM index / weighted by atomic electrotopological states -Tu T total size index / unweighted -Tm T total size index / weighted by atomic masses -Tv T total size index / weighted by atomic van der Waals volumes -Te T total size index / weighted by atomic Sanderson electronegativities -Tp T total size index / weighted by atomic polarizabilities -Ts T total size index / weighted by atomic electrotopological states -Au A total size index / unweighted -Am A total size index / weighted by atomic masses -Av A total size index / weighted by atomic van der Waals volumes -Ae A total size index / weighted by atomic Sanderson electronegativities -Ap A total size index / weighted by atomic polarizabilities -As A total size index / weighted by atomic electrotopological states -Gu G total symmetry index / unweighted -Gm G total symmetry index / weighted by atomic masses -Gs G total symmetry index / weighted by atomic electrotopological states -Ku K global shape index / unweighted -Km K global shape index / weighted by atomic masses -Kv K global shape index / weighted by atomic van der Waals volumes -Ke K global shape index / weighted by atomic Sanderson electronegativities -Kp K global shape index / weighted by atomic polarizabilities -Ks K global shape index / weighted by atomic electrotopological states -Du D total accessibility index / unweighted -Dm D total accessibility index / weighted by atomic masses -Dv D total accessibility index / weighted by atomic van der Waals volumes -De D total accessibility index / weighted by atomic Sanderson electronegativities -Dp D total accessibility index / weighted by atomic polarizabilities -Ds D total accessibility index / weighted by atomic electrotopological states -Vu V total size index / unweighted -Vm V total size index / weighted by atomic masses -Vv V total size index / weighted by atomic van der Waals volumes -Ve V total size index / weighted by atomic Sanderson electronegativities -Vp V total size index / weighted by atomic polarizabilities -Vs V total size index / weighted by atomic electrotopological states -ITH total information content on the leverage equality -ISH standardized information content on the leverage equality -HIC mean information content on the leverage magnitude -HGM geometric mean on the leverage magnitude -H0u H autocorrelation of lag 0 / unweighted -H1u H autocorrelation of lag 1 / unweighted -H2u H autocorrelation of lag 2 / unweighted -H3u H autocorrelation of lag 3 / unweighted -H4u H autocorrelation of lag 4 / unweighted -H5u H autocorrelation of lag 5 / unweighted -H6u H autocorrelation of lag 6 / unweighted -H7u H autocorrelation of lag 7 / unweighted -H8u H autocorrelation of lag 8 / unweighted -HTu H total index / unweighted -HATS0u leverage-weighted autocorrelation of lag 0 / unweighted -HATS1u leverage-weighted autocorrelation of lag 1 / unweighted -HATS2u leverage-weighted autocorrelation of lag 2 / unweighted -HATS3u leverage-weighted autocorrelation of lag 3 / unweighted -HATS4u leverage-weighted autocorrelation of lag 4 / unweighted -HATS5u leverage-weighted autocorrelation of lag 5 / unweighted -HATS6u leverage-weighted autocorrelation of lag 6 / unweighted -HATS7u leverage-weighted autocorrelation of lag 7 / unweighted -HATS8u leverage-weighted autocorrelation of lag 8 / unweighted -HATSu leverage-weighted total index / unweighted -H0m H autocorrelation of lag 0 / weighted by atomic masses -H1m H autocorrelation of lag 1 / weighted by atomic masses -H2m H autocorrelation of lag 2 / weighted by atomic masses -H3m H autocorrelation of lag 3 / weighted by atomic masses -H4m H autocorrelation of lag 4 / weighted by atomic masses -H5m H autocorrelation of lag 5 / weighted by atomic masses -H6m H autocorrelation of lag 6 / weighted by atomic masses -H7m H autocorrelation of lag 7 / weighted by atomic masses -H8m H autocorrelation of lag 8 / weighted by atomic masses -HTm H total index / weighted by atomic masses -HATS0m leverage-weighted autocorrelation of lag 0 / weighted by atomic masses -HATS1m leverage-weighted autocorrelation of lag 1 / weighted by atomic masses -HATS2m leverage-weighted autocorrelation of lag 2 / weighted by atomic masses -HATS3m leverage-weighted autocorrelation of lag 3 / weighted by atomic masses -HATS4m leverage-weighted autocorrelation of lag 4 / weighted by atomic masses -HATS5m leverage-weighted autocorrelation of lag 5 / weighted by atomic masses -HATS6m leverage-weighted autocorrelation of lag 6 / weighted by atomic masses -HATS7m leverage-weighted autocorrelation of lag 7 / weighted by atomic masses -HATS8m leverage-weighted autocorrelation of lag 8 / weighted by atomic masses -HATSm leverage-weighted total index / weighted by atomic masses -H0v H autocorrelation of lag 0 / weighted by atomic van der Waals volumes -H1v H autocorrelation of lag 1 / weighted by atomic van der Waals volumes -H2v H autocorrelation of lag 2 / weighted by atomic van der Waals volumes -H3v H autocorrelation of lag 3 / weighted by atomic van der Waals volumes -H4v H autocorrelation of lag 4 / weighted by atomic van der Waals volumes -H5v H autocorrelation of lag 5 / weighted by atomic van der Waals volumes -H6v H autocorrelation of lag 6 / weighted by atomic van der Waals volumes -H7v H autocorrelation of lag 7 / weighted by atomic van der Waals volumes -H8v H autocorrelation of lag 8 / weighted by atomic van der Waals volumes -HTv H total index / weighted by atomic van der Waals volumes -HATS0v leverage-weighted autocorrelation of lag 0 / weighted by atomic van der Waals volumes -HATS1v leverage-weighted autocorrelation of lag 1 / weighted by atomic van der Waals volumes -HATS2v leverage-weighted autocorrelation of lag 2 / weighted by atomic van der Waals volumes -HATS3v leverage-weighted autocorrelation of lag 3 / weighted by atomic van der Waals volumes -HATS4v leverage-weighted autocorrelation of lag 4 / weighted by atomic van der Waals volumes -HATS5v leverage-weighted autocorrelation of lag 5 / weighted by atomic van der Waals volumes -HATS6v leverage-weighted autocorrelation of lag 6 / weighted by atomic van der Waals volumes -HATS7v leverage-weighted autocorrelation of lag 7 / weighted by atomic van der Waals volumes -HATS8v leverage-weighted autocorrelation of lag 8 / weighted by atomic van der Waals volumes -HATSv leverage-weighted total index / weighted by atomic van der Waals volumes -H0e H autocorrelation of lag 0 / weighted by atomic Sanderson electronegativities -H1e H autocorrelation of lag 1 / weighted by atomic Sanderson electronegativities -H2e H autocorrelation of lag 2 / weighted by atomic Sanderson electronegativities -H3e H autocorrelation of lag 3 / weighted by atomic Sanderson electronegativities -H4e H autocorrelation of lag 4 / weighted by atomic Sanderson electronegativities -H5e H autocorrelation of lag 5 / weighted by atomic Sanderson electronegativities -H6e H autocorrelation of lag 6 / weighted by atomic Sanderson electronegativities -H7e H autocorrelation of lag 7 / weighted by atomic Sanderson electronegativities -H8e H autocorrelation of lag 8 / weighted by atomic Sanderson electronegativities -HTe H total index / weighted by atomic Sanderson electronegativities -HATS0e leverage-weighted autocorrelation of lag 0 / weighted by atomic Sanderson electronegativities -HATS1e leverage-weighted autocorrelation of lag 1 / weighted by atomic Sanderson electronegativities -HATS2e leverage-weighted autocorrelation of lag 2 / weighted by atomic Sanderson electronegativities -HATS3e leverage-weighted autocorrelation of lag 3 / weighted by atomic Sanderson electronegativities -HATS4e leverage-weighted autocorrelation of lag 4 / weighted by atomic Sanderson electronegativities -HATS5e leverage-weighted autocorrelation of lag 5 / weighted by atomic Sanderson electronegativities -HATS6e leverage-weighted autocorrelation of lag 6 / weighted by atomic Sanderson electronegativities -HATS7e leverage-weighted autocorrelation of lag 7 / weighted by atomic Sanderson electronegativities -HATS8e leverage-weighted autocorrelation of lag 8 / weighted by atomic Sanderson electronegativities -HATSe leverage-weighted total index / weighted by atomic Sanderson electronegativities -H0p H autocorrelation of lag 0 / weighted by atomic polarizabilities -H1p H autocorrelation of lag 1 / weighted by atomic polarizabilities -H2p H autocorrelation of lag 2 / weighted by atomic polarizabilities -H3p H autocorrelation of lag 3 / weighted by atomic polarizabilities -H4p H autocorrelation of lag 4 / weighted by atomic polarizabilities -H5p H autocorrelation of lag 5 / weighted by atomic polarizabilities -H6p H autocorrelation of lag 6 / weighted by atomic polarizabilities -H7p H autocorrelation of lag 7 / weighted by atomic polarizabilities -H8p H autocorrelation of lag 8 / weighted by atomic polarizabilities -HTp H total index / weighted by atomic polarizabilities -HATS0p leverage-weighted autocorrelation of lag 0 / weighted by atomic polarizabilities -HATS1p leverage-weighted autocorrelation of lag 1 / weighted by atomic polarizabilities -HATS2p leverage-weighted autocorrelation of lag 2 / weighted by atomic polarizabilities -HATS3p leverage-weighted autocorrelation of lag 3 / weighted by atomic polarizabilities -HATS4p leverage-weighted autocorrelation of lag 4 / weighted by atomic polarizabilities -HATS5p leverage-weighted autocorrelation of lag 5 / weighted by atomic polarizabilities -HATS6p leverage-weighted autocorrelation of lag 6 / weighted by atomic polarizabilities -HATS7p leverage-weighted autocorrelation of lag 7 / weighted by atomic polarizabilities -HATS8p leverage-weighted autocorrelation of lag 8 / weighted by atomic polarizabilities -HATSp leverage-weighted total index / weighted by atomic polarizabilities -RCON Randic-type R matrix connectivity -RARS R matrix average row sum -REIG first eigenvalue of the R matrix -R1u R autocorrelation of lag 1 / unweighted -R2u R autocorrelation of lag 2 / unweighted -R3u R autocorrelation of lag 3 / unweighted -R4u R autocorrelation of lag 4 / unweighted -R5u R autocorrelation of lag 5 / unweighted -R6u R autocorrelation of lag 6 / unweighted -R7u R autocorrelation of lag 7 / unweighted -R8u R autocorrelation of lag 8 / unweighted -RTu R total index / unweighted -R1u+ R maximal autocorrelation of lag 1 / unweighted -R2u+ R maximal autocorrelation of lag 2 / unweighted -R3u+ R maximal autocorrelation of lag 3 / unweighted -R4u+ R maximal autocorrelation of lag 4 / unweighted -R5u+ R maximal autocorrelation of lag 5 / unweighted -R6u+ R maximal autocorrelation of lag 6 / unweighted -R7u+ R maximal autocorrelation of lag 7 / unweighted -R8u+ R maximal autocorrelation of lag 8 / unweighted -RTu+ R maximal index / unweighted -R1m R autocorrelation of lag 1 / weighted by atomic masses -R2m R autocorrelation of lag 2 / weighted by atomic masses -R3m R autocorrelation of lag 3 / weighted by atomic masses -R4m R autocorrelation of lag 4 / weighted by atomic masses -R5m R autocorrelation of lag 5 / weighted by atomic masses -R6m R autocorrelation of lag 6 / weighted by atomic masses -R7m R autocorrelation of lag 7 / weighted by atomic masses -R8m R autocorrelation of lag 8 / weighted by atomic masses -RTm R total index / weighted by atomic masses -R1m+ R maximal autocorrelation of lag 1 / weighted by atomic masses -R2m+ R maximal autocorrelation of lag 2 / weighted by atomic masses -R3m+ R maximal autocorrelation of lag 3 / weighted by atomic masses -R4m+ R maximal autocorrelation of lag 4 / weighted by atomic masses -R5m+ R maximal autocorrelation of lag 5 / weighted by atomic masses -R6m+ R maximal autocorrelation of lag 6 / weighted by atomic masses -R7m+ R maximal autocorrelation of lag 7 / weighted by atomic masses -R8m+ R maximal autocorrelation of lag 8 / weighted by atomic masses -RTm+ R maximal index / weighted by atomic masses -R1v R autocorrelation of lag 1 / weighted by atomic van der Waals volumes -R2v R autocorrelation of lag 2 / weighted by atomic van der Waals volumes -R3v R autocorrelation of lag 3 / weighted by atomic van der Waals volumes -R4v R autocorrelation of lag 4 / weighted by atomic van der Waals volumes -R5v R autocorrelation of lag 5 / weighted by atomic van der Waals volumes -R6v R autocorrelation of lag 6 / weighted by atomic van der Waals volumes -R7v R autocorrelation of lag 7 / weighted by atomic van der Waals volumes -R8v R autocorrelation of lag 8 / weighted by atomic van der Waals volumes -RTv R total index / weighted by atomic van der Waals volumes -R1v+ R maximal autocorrelation of lag 1 / weighted by atomic van der Waals volumes -R2v+ R maximal autocorrelation of lag 2 / weighted by atomic van der Waals volumes -R3v+ R maximal autocorrelation of lag 3 / weighted by atomic van der Waals volumes -R4v+ R maximal autocorrelation of lag 4 / weighted by atomic van der Waals volumes -R5v+ R maximal autocorrelation of lag 5 / weighted by atomic van der Waals volumes -R6v+ R maximal autocorrelation of lag 6 / weighted by atomic van der Waals volumes -R7v+ R maximal autocorrelation of lag 7 / weighted by atomic van der Waals volumes -R8v+ R maximal autocorrelation of lag 8 / weighted by atomic van der Waals volumes -RTv+ R maximal index / weighted by atomic van der Waals volumes -R1e R autocorrelation of lag 1 / weighted by atomic Sanderson electronegativities -R2e R autocorrelation of lag 2 / weighted by atomic Sanderson electronegativities -R3e R autocorrelation of lag 3 / weighted by atomic Sanderson electronegativities -R4e R autocorrelation of lag 4 / weighted by atomic Sanderson electronegativities -R5e R autocorrelation of lag 5 / weighted by atomic Sanderson electronegativities -R6e R autocorrelation of lag 6 / weighted by atomic Sanderson electronegativities -R7e R autocorrelation of lag 7 / weighted by atomic Sanderson electronegativities -R8e R autocorrelation of lag 8 / weighted by atomic Sanderson electronegativities -RTe R total index / weighted by atomic Sanderson electronegativities -R1e+ R maximal autocorrelation of lag 1 / weighted by atomic Sanderson electronegativities -R2e+ R maximal autocorrelation of lag 2 / weighted by atomic Sanderson electronegativities -R3e+ R maximal autocorrelation of lag 3 / weighted by atomic Sanderson electronegativities -R4e+ R maximal autocorrelation of lag 4 / weighted by atomic Sanderson electronegativities -R5e+ R maximal autocorrelation of lag 5 / weighted by atomic Sanderson electronegativities -R6e+ R maximal autocorrelation of lag 6 / weighted by atomic Sanderson electronegativities -R7e+ R maximal autocorrelation of lag 7 / weighted by atomic Sanderson electronegativities -R8e+ R maximal autocorrelation of lag 8 / weighted by atomic Sanderson electronegativities -RTe+ R maximal index / weighted by atomic Sanderson electronegativities -R1p R autocorrelation of lag 1 / weighted by atomic polarizabilities -R2p R autocorrelation of lag 2 / weighted by atomic polarizabilities -R3p R autocorrelation of lag 3 / weighted by atomic polarizabilities -R4p R autocorrelation of lag 4 / weighted by atomic polarizabilities -R5p R autocorrelation of lag 5 / weighted by atomic polarizabilities -R6p R autocorrelation of lag 6 / weighted by atomic polarizabilities -R7p R autocorrelation of lag 7 / weighted by atomic polarizabilities -R8p R autocorrelation of lag 8 / weighted by atomic polarizabilities -RTp R total index / weighted by atomic polarizabilities -R1p+ R maximal autocorrelation of lag 1 / weighted by atomic polarizabilities -R2p+ R maximal autocorrelation of lag 2 / weighted by atomic polarizabilities -R3p+ R maximal autocorrelation of lag 3 / weighted by atomic polarizabilities -R4p+ R maximal autocorrelation of lag 4 / weighted by atomic polarizabilities -R5p+ R maximal autocorrelation of lag 5 / weighted by atomic polarizabilities -R6p+ R maximal autocorrelation of lag 6 / weighted by atomic polarizabilities -R7p+ R maximal autocorrelation of lag 7 / weighted by atomic polarizabilities -R8p+ R maximal autocorrelation of lag 8 / weighted by atomic polarizabilities -RTp+ R maximal index / weighted by atomic polarizabilities -nCp number of terminal primary C(sp3) Y = any terminal atom or heteroaromatic group (i.e. H, X, OH, NH2, etc.) -nCs number of total secondary C(sp3) Y = H or any heteroatom -nCt number of total tertiary C(sp3) Y = H or any heteroatom -nCq number of total quaternary C(sp3) -nCrs number of ring secondary C(sp3) Y = H or any heteroatom -nCrt number of ring tertiary C(sp3) Y = H or any heteroatom -nCrq number of ring quaternary C(sp3) -nCar number of aromatic C(sp2) -nCbH number of unsubstituted benzene C(sp2) -nCb– number of substituted benzene C(sp2) Y = carbon or any heteroatom -nCconj number of non-aromatic conjugated C(sp2) -nR=Cp number of terminal primary C(sp2) Y = any terminal atom or heteroaromatic group (i.e. H, X, OH, NH2, etc.) -nR=Cs number of aliphatic secondary C(sp2) Y = H or any heteroatom -nR=Ct number of aliphatic tertiary C(sp2) -n=C= number of allenes groups -nR#CH/X number of terminal C(sp) Y = any terminal atom or heteroaromatic group (i.e. H, X, OH, NH2, etc.) -nR#C– number of non-terminal C(sp) Y = C or any non-terminal heteroatom -nROCN number of cyanates (aliphatic) -nArOCN number of cyanates (aromatic) -nRNCO number of isocyanates (aliphatic) -nArNCO number of isocyanates (aromatic) -nRSCN number of thiocyanates (aliphatic) -nArSCN number of thiocyanates (aromatic) -nRNCS number of isothiocyanates (aliphatic) -nArNCS number of isothiocyanates (aromatic) -nRCOOH number of carboxylic acids (aliphatic) -nArCOOH number of carboxylic acids (aromatic) -nRCOOR number of esters (aliphatic) Y = Ar or Al (not H)                                 Al = H or aliphatic group linked through C -nArCOOR number of esters (aromatic) Y = Al or Ar -nRCONH2 number of primary amides (aliphatic) Al = H or aliphatic group linked through C -nArCONH2 number of primary amides (aromatic) -nRCONHR number of secondary amides (aliphatic)   Y = Ar or Al (not H, not C = O) Al = H or aliphatic group linked through C -nArCONHR number of secondary amides (aromatic) Y = Ar or Al (not H, not C = O) -nRCONR2 number of tertiary amides (aliphatic) Y = Ar or Al (not H, not C = O) Al = H or aliphatic group linked through C -nArCONR2 number of tertiary amides (aromatic) Y = Ar or Al (not H, not C = O) -nROCON number of (thio-) carbamates (aliphatic) Y = O or S Al = H or aliphatic group linked through any atom -nArOCON number of (thio-) carbamates (aromatic) Y1 = O or S Y2 = H or aliphatic or aromatic group linked through any atom Ar = aromatic group linked through any atom -nRCOX number of acyl halogenides (aliphatic) -nArCOX number of acyl halogenides (aromatic) -nRCSOH number of thioacids (aliphatic) -nArCSOH number of thioacids (aromatic) -nRCSSH number of dithioacids (aliphatic) -nArCSSH number of dithioacids (aromatic) -nRCOSR number of thioesters (aliphatic) Y = Ar or Al (not H) Al = H or aliphatic group linked through C -nArCOSR number of thioesters (aromatic) -nRCSSR number of dithioesters (aliphatic) Y = Ar or Al (not H) Al = H or aliphatic group linked through C -nArCSSR number of dithioesters (aromatic) Y = Ar or Al (not H) -nRCHO number of aldehydes (aliphatic) -nArCHO number of aldehydes (aromatic) -nRCO number of ketones (aliphatic) -nArCO number of ketones (aromatic) Y = Al or Ar -nCONN number of urea (-thio) derivatives Y = O or S -nC=O(OR)2 number of carbonate (-thio) derivatives Y = O or S -nN=C-N< number of amidine derivatives Y = C or H -nC(=N)N2 number of guanidine derivatives -nRC=N number of imines (aliphatic) Y = H,C or N (two-connected) Al = H or aliphatic group linked through C -nArC=N number of imines (aromatic) Y = H,C or N (two-connected) -nRCNO number of oximes (aliphatic) Y = H, Ar or Al -nArCNO number of oximes (aromatic) Y = H, Ar or Al -nRNH2 number of primary amines (aliphatic) Al = aliphatic group linked through C (not C = O) -nArNH2 number of primary amines (aromatic) -nRNHR number of secondary amines (aliphatic) Al = aliphatic group linked through C (not C = O) -nArNHR number of secondary amines (aromatic) Y = Ar or Al (not C = O) -nRNR2 number of tertiary amines (aliphatic) Al = aliphatic group linked through C (not C = O) -nArNR2 number of tertiary amines (aromatic) Y = Ar or Al (not C = O) -nN-N number of N hydrazines Y = C or H -nN=N number of N azo-derivatives Y = C or H -nRCN number of nitriles (aliphatic) -nArCN number of nitriles (aromatic) -nN+ number of positive charged N -nNq number of quaternary N -nRNHO number of hydroxylamines (aliphatic) Y = H, Al or Ar -nArNHO number of hydroxylamines (aromatic) Y = H, Al or Ar -nRNNOx number of N-nitroso groups (aliphatic) Al = H or aliphatic group linked through C -nArNNOx number of N-nitroso groups (aromatic) Y = H, Al or Ar -nRNO number of nitroso groups (aliphatic) -nArNO number of nitroso groups (aromatic) -nRNO2 number of nitro groups (aliphatic) Al = H or aliphatic group linked through carbon -nArNO2 number of nitro groups (aromatic) Al = aromatic group linked through carbon -nN(CO)2 number of imides (thio-) Y = H or C                 Y1 = O or S -nC=N-N< number of hydrazones Y = C or H -nROH number of hydroxyl groups Al = aliphatic group linked through any atom -nArOH number of aromatic hydroxyls Ar = aromatic group linked through any atom -nOHp number of primary alcohols -nOHs number of secondary alcohols -nOHt number of tertiary alcohols -nROR number of ethers (aliphatic) Al = aliphatic group linked through C (not C = O, not C # N) -nArOR number of ethers (aromatic) Y = Ar or Al (not C = O, not C # N) -nROX number of hypohalogenides (aliphatic) -nArOX number of hypohalogenides (aromatic) -nO(C=O)2 number of anhydrides (thio-) Y = O or S -nH2O number of water molecules -nSH number of thiols -nC=S number of thioketones -nRSR number of sulfides -nRSSR number of disulfides -nSO number of sulfoxides -nS(=O)2 number of sulfones -nSOH number of sulfenic (thio-) acids Y = O or S -nSOOH number of sulfinic (thio-/dithio-)acids Y = O or S -nSO2OH number of sulfonic (thio-/dithio-) acids Y = O or S -nSO3OH number of sulfuric (thio-/dithio-) acids Y = O or S -nSO2 number of sulfites (thio-/ dithio-) Y = O or S -nSO3 number of sulfonates (thio- / dithio-) Y = O or S -nSO4 number of sulfates (thio- / dithio-) Y = O or S -nSO2N number of sulfonamides / sulfinamides / sulfenamides (thio- / dithio-) -nPO3 number of phosphites / thiophosphites Y = O or S -nPO4 number of phosphates / thiophosphates Y = O or S -nPR3 number of phosphanes Y = H, C, halogens -nP(=O)O2R number of phosphonates / thiophosphonates Y = O or S Y1 = H, C, halogens -nP(=O)R3/nPR5 number of phosphoranes / thiophosphoranes Y = O or S -nCH2RX number of CH2RX -nCHR2X number of CHR2X -nCR3X number of CR3X -nR=CHX number of R=CHX -nR=CRX number of R=CRX -nR#CX number of R#CX -nCHRX2 number of CHRX2 -nCR2X2 number of CR2X2 -nR=CX2 number of R=CX2 -nCRX3 number of CRX3 -nArX number of X on aromatic ring -nCXr number of X on ring C(sp3) -nCXr= number of X on ring C(sp2) -nCconjX number of X on exo-conjugated C -nAziridines number of Aziridines -nOxiranes number of Oxiranes -nThiranes number of Thiranes -nAzetidines number of Azetidines -nOxetanes number of Oxetanes -nThioethanes number of Thioethanes -nBeta-Lactams number of Beta-Lactams -nPyrrolidines number of Pyrrolidines -nOxolanes number of Oxolanes -nth-Thiophenes number of tetrahydro-Thiophenes -nPyrroles number of Pyrroles -nPyrazoles number of Pyrazoles -nImidazoles number of Imidazoles -nFuranes number of Furanes -nThiophenes number of Thiophenes -nOxazoles number of Oxazoles -nIsoxazoles number of Isoxazoles -nThiazoles number of Thiazoles -nIsothiazoles number of Isothiazoles -nTriazoles number of Triazoles -nPyridines number of Pyridines -nPyridazines number of Pyridazines -nPyrimidines number of Pyrimidines -nPyrazines number of Pyrazines -n135-Triazines number of 135-Triazines -n124-Triazines number of 124-Triazines -nHDon number of donor atoms for H-bonds (N and O) -nHAcc number of acceptor atoms for H-bonds (N, O, F) -nHBonds number of intramolecular H-bonds Y1 = B, N, O, Al, P, S Y2 = N, O, F The geometric distance between H and Y2 must be in the range 1 - 2,7 A. -C-001 CH3R / CH4 -C-002 CH2R2 -C-003 CHR3 -C-004 CR4 -C-005 CH3X -C-006 CH2RX -C-007 CH2X2 -C-008 CHR2X -C-009 CHRX2 -C-010 CHX3 -C-011 CR3X -C-012 CR2X2 -C-013 CRX3 -C-014 CX4 -C-015 =CH2 -C-016 =CHR -C-017 =CR2 -C-018 =CHX -C-019 =CRX -C-020 =CX2 -C-021 #CH -C-022 #CR / R=C=R -C-023 #CX -C-024 R--CH--R -C-025 R--CR--R -C-026 R--CX--R -C-027 R--CH--X -C-028 R--CR--X -C-029 R--CX--X -C-030 X--CH--X -C-031 X--CR--X -C-032 X--CX--X -C-033 R--CH..X -C-034 R--CR..X -C-035 R--CX..X -C-036 Al-CH=X -C-037 Ar-CH=X -C-038 Al-C(=X)-Al -C-039 Ar-C(=X)-R -C-040 R-C(=X)-X / R-C#X / X=C=X -C-041 X-C(=X)-X -C-042 X--CH..X -C-043 X--CR..X -C-044 X--CX..X -U-045 undefined -H-046 Ha attached to C0(sp3) no X attached to next C -H-047 Ha attached to C1(sp3) / C0(sp2) -H-048 Ha attached to C2(sp3) / C1(sp2) / C0(sp) -H-049 Ha attached to C3(sp3) / C2(sp2) / C3(sp2) / C3(sp) -H-050 H attached to heteroatom -H-051 H attached to alpha-Cb -H-052 Ha attached to C0(sp3) with 1X attached to next C -H-053 Ha attached to C0(sp3) with 2X attached to next C -H-054 Ha attached to C0(sp3) with 3X attached to next C -H-055 Ha attached to C0(sp3) with 4X attached to next C -O-056 alcohol -O-057 phenol / enol / carboxyl OH -O-058 =O -O-059 Al-O-Al -O-060 Al-O-Ar / Ar-O-Ar / R..O..R / R-O-C=X -O-061 O-- c -O-062 O- (negatively charged) -O-063 R-O-O-R -Se-064 Any-Se-Any -Se-065 =Se -N-066 Al-NH2 -N-067 Al2-NH -N-068 Al3-N -N-069 Ar-NH2 / X-NH2 -N-070 Ar-NH-Al -N-071 Ar-NAl2 -N-072 RCO-N< / >N-X=X -N-073 Ar2NH / Ar3N / Ar2N-Al / R..N..Rd -N-074 R#N / R=N- -N-075 R--N--Re / R--N--X -N-076 Ar-NO2 / R--N(--R)--Of / RO-NO -N-077 Al-NO2 -N-078 Ar-N=X / X-N=X -N-079 N+ (positively charged) -U-080 undefined -F-081 Fa attached to C1(sp3) -F-082 Fa attached to C2(sp3) -F-083 Fa attached to C3(sp3) -F-084 Fa attached to C1(sp2) -F-085 Fa attached to C2(sp2)-C4(sp2) / C1(sp) / C4(sp3) / X -Cl-086 Cla attached to C1(sp3) -Cl-087 Cla attached to C2(sp3) -Cl-088 Cla attached to C3(sp3) -Cl-089 Cla attached to C1(sp2) -Cl-090 Cla attached to C2(sp2)-C4(sp2) / C1(sp) / C4(sp3) / X -Br-091 Bra attached to C1(sp3) -Br-092 Bra attached to C2(sp3) -Br-093 Bra attached to C3(sp3) -Br-094 Bra attached to C1(sp2) -Br-095 Bra attached to C2(sp2)-C4(sp2) / C1(sp) / C4(sp3) / X -I-096 Ia attached to C1(sp3) -I-097 Ia attached to C2(sp3) -I-098 Ia attached to C3(sp3) -I-099 Ia attached to C1(sp2) -I-100 Ia attached to C2(sp2)-C4(sp2) / C1(sp) / C4(sp3) / X -F-101 fluoride ion -Cl-102 chloride ion -Br-103 bromide ion -I-104 iodide ion -U-105 undefined -S-106 R-SH -S-107 R2S / RS-SR -S-108 R=S -S-109 R-SO-R -S-110 R-SO2-R -Si-111 >Si< -B-112 >B- as in boranes -U-113 undefined -U-114 undefined -P-115 P ylids -P-116 R3-P=X -P-117 X3-P=X (phosphate) -P-118 PX3 (phosphite) -P-119 PR3 (phosphine) -P-120 C-P(X)2=X (phosphonate) -qpmax maximum positive charge -qnmax maximum negative charge -Qpos total positive charge -Qneg total negative charge -Qtot total absolute charge (electronic charge index - ECI) -Qmean mean absolute charge (charge polarization) -Q2 total squared charge -RPCG relative positive charge -RNCG relative negative charge -SPP submolecular polarity parameter -TE1 topological electronic descriptor -TE2 topological electronic descriptor (bond resctricted) -PCWTe partial charge weighted topological electronic descriptor -LDI local dipole index -Ui unsaturation index -Hy hydrophilic factor -AMR molar refractivity -TPSA(NO) topological polar surface area using N, O polar contributions -TPSA(tot) topological polar surface area using N, O, S, P polar contributions -MLogP Moriguchi octanol-water partition coefficient -MLOGP2 Squared Moriguchi octanol-water partition coeff. (logP^2) -ALOGP Ghose-Crippen octanol-water partition coeff. (logP) -ALOGP2 Squared Ghose-Crippen octanol-water partition coeff. (logP^2) -LAI Lipinski alert index -GVWAI-80 Ghose-Viswanadhan-Wendoloski drug-like index at 80% -GVWAI-50 Ghose-Viswanadhan-Wendoloski drug-like index at 50% -Inflammat-80 Ghose-Viswanadhan-Wendoloski antiinflammatory-like index at 80% -Inflammat-50 Ghose-Viswanadhan-Wendoloski antiinflammatory-like index at 50% -Depressant-80 Ghose-Viswanadhan-Wendoloski antidepressant-like index at 80% -Depressant-50 Ghose-Viswanadhan-Wendoloski antidepressant-like index at 50% -Psychotic-80 Ghose-Viswanadhan-Wendoloski antipsychotic-like index at 80% -Psychotic-50 Ghose-Viswanadhan-Wendoloski antipsychotic-like index at 50% -Hypertens-80 Ghose-Viswanadhan-Wendoloski antihypertensive-like index at 80% -Hypertens-50 Ghose-Viswanadhan-Wendoloski antihypertensive-like index at 50% -Hypnotic-80 Ghose-Viswanadhan-Wendoloski hypnotic-like index at 80% -Hypnotic-50 Ghose-Viswanadhan-Wendoloski hypnotic-like index at 50% -Neoplastic-80 Ghose-Viswanadhan-Wendoloski antineoplastic-like index at 80% -Neoplastic-50 Ghose-Viswanadhan-Wendoloski antineoplastic-like index at 50% -Infective-80 Ghose-Viswanadhan-Wendoloski antiinfective-like index at 80% -Infective-50 Ghose-Viswanadhan-Wendoloski antiinfective-like index at 50% -BLTF96 Verhaar model of Fish base-line toxicity for Fish (96h) from MLOGP (mmol/l) -BLTD48 Verhaar model of Daphnia base-line toxicity  for Daphnia (48h) from MLOGP (mmol/l) -BLTA96 Verhaar model of Algae base-line toxicity for Algae (96h) from MLOGP (mmol/l) -B01[C-C] presence/absence of C-C at topological distance 1 -B01[C-N] presence/absence of C-N at topological distance 1 -B01[C-O] presence/absence of C-O at topological distance 1 -B01[C-S] presence/absence of C-S at topological distance 1 -B01[C-P] presence/absence of C-P at topological distance 1 -B01[C-F] presence/absence of C-F at topological distance 1 -B01[C-Cl] presence/absence of C-Cl at topological distance 1 -B01[C-Br] presence/absence of C-Br at topological distance 1 -B01[C-I] presence/absence of C-I at topological distance 1 -B01[C-B] presence/absence of C-B at topological distance 1 -B01[C-Si] presence/absence of C-Si at topological distance 1 -B01[C-X] presence/absence of C-X at topological distance 1 -B01[N-N] presence/absence of N-N at topological distance 1 -B01[N-O] presence/absence of N-O at topological distance 1 -......... .......................................................... -B10[Si-X] presence/absence of Si-X at topological distance 10 -B10[X-X] presence/absence of X-X at topological distance 10 -F01[C-C] frequency of C-C at topological distance 1 -F01[C-N] frequency of C-N at topological distance 1 -F01[C-O] frequency of C-O at topological distance 1 -F01[C-S] frequency of C-S at topological distance 1 -F01[C-P] frequency of C-P at topological distance 1 -F01[C-F] frequency of C-F at topological distance 1 -F01[C-Cl] frequency of C-Cl at topological distance 1 -F01[C-Br] frequency of C-Br at topological distance 1 -F01[C-I] frequency of C-I at topological distance 1 -F01[C-B] frequency of C-B at topological distance 1 -F01[C-Si] frequency of C-Si at topological distance 1 -F01[C-X] frequency of C-X at topological distance 1 -F01[N-N] frequency of N-N at topological distance 1 -F01[N-O] frequency of N-O at topological distance 1 -......... .......................................................... -F10[Si-X] frequency of Si-X at topological distance 10 -F10[X-X] frequency of X-X at topological distance 10 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/XRAY/spacegroups.dat --- a/CADDSuite-1.6/data/XRAY/spacegroups.dat Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4926 +0,0 @@ -P 1 1 -(X,Y,Z) - -P 1- 2 -(X,Y,Z) -(-X,-Y,-Z) - -P -1 2 -(X,Y,Z) -(-X,-Y,-Z) - -P 2 2 -(X,Y,Z) -(-X,Y,-Z) - -P 1 21 1 2 -(X,Y,Z) -(-X,Y+1/2,-Z) - -P 21 2 -(X,Y,Z) -(-X,Y+1/2,-Z) - -C 1 2 1 4 -(X,Y,Z) -(-X,Y,-Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2+Y,-Z) - -C 2 4 -(X,Y,Z) -(-X,Y,-Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2+Y,-Z) - -P M 2 -(X,Y,Z) -(X,-Y,Z) - -P C 2 -(X,Y,Z) -(X,-Y,1/2+Z) - -C M 4 -(X,Y,Z) -(X,-Y,Z) -(1/2+X,1/2+Y,Z) -(1/2+X,1/2-Y,Z) - -C C 4 -(X,Y,Z) -(X,-Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(1/2+X,1/2-Y,1/2+Z) - -P 2/M 4 -(X,Y,Z) -(X,-Y,Z) -(-X,Y,-Z) -(-X,-Y,-Z) - -P 21/M 4 -(X,Y,Z) -(-X,1/2+Y,-Z) -(-X,-Y,-Z) -(X,1/2-Y,Z) - -C 2/M 8 -(X,Y,Z) -(X,-Y,Z) -(-X,Y,-Z) -(-X,-Y,-Z) -(1/2+X,1/2+Y,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2-X,1/2-Y,-Z) - -P 2/C 4 -(X,Y,Z) -(-X,Y,1/2-Z) -(-X,-Y,-Z) -(X,-Y,1/2+Z) - -P 21/C 4 -(X,Y,Z) -(-X,-Y,-Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2+Z) - -C 2/C 8 -(X,Y,Z) -(-X,Y,1/2-Z) -(-X,-Y,-Z) -(X,-Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2-Y,1/2+Z) - -P 2 2 2 4 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) - -P 2 2 21 4 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-X,Y,1/2-Z) -(X,-Y,-Z) - -P 21 21 2 4 -(X,Y,Z) -(-X,-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) - -P 21 21 21 4 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) - -C 2 2 21 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-X,Y,1/2-Z) -(X,-Y,-Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) - -C 2 2 2 8 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) - -F 2 2 2 16 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) - -I 2 2 2 8 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,-Z) -(-X,Y,-Z) -(X+1/2,Y+1/2,Z+1/2) -(-X+1/2,-Y+1/2,Z+1/2) -(X+1/2,-Y+1/2,-Z+1/2) -(-X+1/2,Y+1/2,-Z+1/2) - -I 21 21 21 8 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,1/2-Y,Z) -(1/2-X,Y,-Z) -(X,-Y,1/2-Z) - -P M M 2 4 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,Z) -(-X,Y,Z) - -P M C 21 4 -(X,Y,Z) -(-X,-Y,1/2+Z) -(X,-Y,1/2+Z) -(-X,Y,Z) - -P C C 2 4 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) - -P M A 2 4 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,-Y,Z) -(1/2-X,Y,Z) - -P C A 21 4 -(X,Y,Z) -(-X,-Y,1/2+Z) -(1/2+X,-Y,Z) -(1/2-X,Y,1/2+Z) - -P N C 2 4 -(X,Y,Z) -(-X,-Y,Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) - -P M N 21 4 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(1/2+X,-Y,1/2+Z) -(-X,Y,Z) - -P B A 2 4 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -P N A 21 4 -(X,Y,Z) -(-X,-Y,1/2+Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,1/2+Z) - -P N N 2 4 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -C M M 2 8 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,Z) -(-X,Y,Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -C M C 21 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(X,-Y,1/2+Z) -(-X,Y,Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) - -C C C 2 8 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -A M M 2 8 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,Z) -(-X,Y,Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) - -A B M 2 8 -(X,Y,Z) -(-X,-Y,Z) -(X,1/2-Y,Z) -(-X,1/2+Y,Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) - -A M A 2 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,-Y,Z) -(1/2-X,Y,Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -A B A 2 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) - -F M M 2 16 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,Z) -(-X,Y,Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -F D D 2 16 -(X,Y,Z) -(-X,-Y,Z) -(1/4+X,1/4-Y,1/4+Z) -(1/4-X,1/4+Y,1/4+Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(1/4+X,3/4-Y,3/4+Z) -(1/4-X,3/4+Y,3/4+Z) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(3/4+X,1/4-Y,3/4+Z) -(3/4-X,1/4+Y,3/4+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(3/4+X,3/4-Y,1/4+Z) -(3/4-X,3/4+Y,1/4+Z) - -I M M 2 8 -(X,Y,Z) -(-X,-Y,Z) -(X,-Y,Z) -(-X,Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -I B A 2 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) - -I M A 2 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,-Y,Z) -(1/2-X,Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) - -P M M M 8 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) - -P N N N 8 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -P C C M 8 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) - -P B A N 8 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -P M M A 8 -(X,Y,Z) -(1/2-X,-Y,Z) -(-X,Y,-Z) -(1/2+X,-Y,-Z) -(-X,-Y,-Z) -(1/2+X,Y,-Z) -(X,-Y,Z) -(1/2-X,Y,Z) - -P N N A 8 -(X,Y,Z) -(1/2-X,-Y,Z) -(1/2-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(-X,-Y,-Z) -(1/2+X,Y,-Z) -(1/2+X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) - -P M N A 8 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(-X,Y,Z) - -P C C A 8 -(X,Y,Z) -(1/2-X,-Y,Z) -(-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(-X,-Y,-Z) -(1/2+X,Y,-Z) -(X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) - -P B A M 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -P C C N 8 -(X,Y,Z) -(1/2-X,1/2-Y,Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(-X,-Y,-Z) -(1/2+X,1/2+Y,-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,Y,1/2+Z) - -P B C M 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,-Z) -(-X,-Y,-Z) -(X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,Z) - -P N N M 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -P M M N 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-X,Y+1/2,-Z) -(X+1/2,1/2-Y,-Z) -(1/2-X,1/2-Y,-Z) -(X+1/2,Y+1/2,-Z) -(X,-Y,Z) -(-X,Y,Z) - -P B C N 8 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-X,Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(-X,-Y,-Z) -(1/2+X,1/2+Y,1/2-Z) -(X,-Y,1/2+Z) -(1/2-X,1/2+Y,Z) - -P B C A 8 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(-X,-Y,-Z) -(1/2+X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) - -P N M A 8 -(X,Y,Z) -(-X+1/2,-Y,Z+1/2) -(-X,Y+1/2,-Z) -(X+1/2,-Y+1/2,-Z+1/2) -(-X,-Y,-Z) -(X+1/2,Y,-Z+1/2) -(X,-Y+1/2,Z) -(-X+1/2,Y+1/2,Z+1/2) - -C M C M 16 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-X,Y,1/2-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,Y,1/2-Z) -(X,-Y,1/2+Z) -(-X,Y,Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) - -C M C A 16 -(X,Y,Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(-X,Y,Z) -(1/2+X,1/2+Y,Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,1/2+Y,Z) - -C M M M 16 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -C C C M 16 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -C M M A 16 -(X,Y,Z) -(-X,1/2-Y,Z) -(-X,1/2+Y,-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,1/2+Y,-Z) -(X,1/2-Y,Z) -(-X,Y,Z) -(1/2+X,1/2+Y,Z) -(1/2-X,-Y,Z) -(1/2-X,Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,Y,-Z) -(1/2+X,-Y,Z) -(1/2-X,1/2+Y,Z) - -C C C A 16 -(X,Y,Z) -(1/2-X,1/2-Y,Z) -(-X,Y,-Z) -(1/2+X,1/2-Y,-Z) -(-X,1/2-Y,1/2-Z) -(1/2+X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(-X,-Y,Z) -(1/2-X,1/2+Y,-Z) -(X,-Y,-Z) -(1/2-X,-Y,1/2-Z) -(X,1/2+Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) - -F M M M 32 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(-X,1/2-Y,1/2-Z) -(X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2-X,-Y,1/2-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) - -F D D D 32 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(1/4-X,1/4-Y,1/4-Z) -(1/4+X,1/4+Y,1/4-Z) -(1/4+X,1/4-Y,1/4+Z) -(1/4-X,1/4+Y,1/4+Z) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(1/4-X,3/4-Y,3/4-Z) -(1/4+X,3/4+Y,3/4-Z) -(1/4+X,3/4-Y,3/4+Z) -(1/4-X,3/4+Y,3/4+Z) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(3/4-X,1/4-Y,3/4-Z) -(3/4+X,1/4+Y,3/4-Z) -(3/4+X,1/4-Y,3/4+Z) -(3/4-X,1/4+Y,3/4+Z) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(3/4-X,3/4-Y,1/4-Z) -(3/4+X,3/4+Y,1/4-Z) -(3/4+X,3/4-Y,1/4+Z) -(3/4-X,3/4+Y,1/4+Z) - -I M M M 16 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -I B A M 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) - -I B C A 16 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(-X,-Y,-Z) -(1/2+X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,1/2-Y,Z) -(1/2-X,Y,-Z) -(X,-Y,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(X,1/2+Y,-Z) -(1/2+X,-Y,Z) -(-X,Y,1/2+Z) - -I M M A 16 -(X,Y,Z) -(-X,1/2-Y,Z) -(-X,1/2+Y,-Z) -(X,-Y,-Z) -(-X,-Y,-Z) -(X,1/2+Y,-Z) -(X,1/2-Y,Z) -(-X,Y,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) - -P 4 4 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) - -P 41 4 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-Y,X,1/4+Z) -(Y,-X,3/4+Z) - -P 42 4 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) - -P 43 4 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-Y,X,3/4+Z) -(Y,-X,1/4+Z) - -I 4 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) - -I 41 8 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) - -P -4 4 -(X,Y,Z) -(-X,-Y,Z) -(Y,-X,-Z) -(-Y,X,-Z) - -I -4 8 -(X,Y,Z) -(-X,-Y,Z) -(Y,-X,-Z) -(-Y,X,-Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) - -P 4/M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) - -P 42/M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,1/2-Z) -(-Y,X,1/2-Z) - -P 4/N 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,Z) -(1/2+Y,1/2-X,Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) - -P 42/N 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(Y,-X,-Z) -(-Y,X,-Z) - -I 4/M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) - -I 41/A 16 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(-X,1/2-Y,1/4-Z) -(1/2+X,Y,3/4-Z) -(Y,-X,-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) -(1/2-X,-Y,3/4-Z) -(X,1/2+Y,1/4-Z) -(1/2+Y,1/2-X,1/2-Z) -(-Y,X,-Z) - -P 4 2 2 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) - -P 4 21 2 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,Z) -(1/2+Y,1/2-X,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) - -P 41 2 2 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-Y,X,1/4+Z) -(Y,-X,3/4+Z) -(-X,Y,-Z) -(X,-Y,1/2-Z) -(Y,X,3/4-Z) -(-Y,-X,1/4-Z) - -P 41 21 2 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(1/2-Y,1/2+X,1/4+Z) -(1/2+Y,1/2-X,3/4+Z) -(1/2-X,1/2+Y,1/4-Z) -(1/2+X,1/2-Y,3/4-Z) -(Y,X,-Z) -(-Y,-X,1/2-Z) - -P 42 2 2 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) - -P 42 21 2 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(Y,X,-Z) -(-Y,-X,-Z) - -P 43 2 2 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(-Y,X,3/4+Z) -(Y,-X,1/4+Z) -(-X,Y,-Z) -(X,-Y,1/2-Z) -(Y,X,1/4-Z) -(-Y,-X,3/4-Z) - -P 43 21 2 8 -(X,Y,Z) -(-X,-Y,1/2+Z) -(1/2-Y,1/2+X,3/4+Z) -(1/2+Y,1/2-X,1/4+Z) -(1/2-X,1/2+Y,3/4-Z) -(1/2+X,1/2-Y,1/4-Z) -(Y,X,-Z) -(-Y,-X,1/2-Z) - -I 4 2 2 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) - -I 41 2 2 16 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(1/2-X,Y,3/4-Z) -(X,1/2-Y,1/4-Z) -(1/2+Y,1/2+X,1/2-Z) -(-Y,-X,-Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) -(-X,1/2+Y,1/4-Z) -(1/2+X,-Y,3/4-Z) -(Y,X,-Z) -(1/2-Y,1/2-X,1/2-Z) - -P 4 M M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(X,-Y,Z) -(-X,Y,Z) -(-Y,-X,Z) -(Y,X,Z) - -P 4 B M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -P 42 C M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(-Y,-X,Z) -(Y,X,Z) - -P 42 N M 8 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(-Y,-X,Z) -(Y,X,Z) - -P 4 C C 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) - -P 4 N C 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P 42 M C 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(X,-Y,Z) -(-X,Y,Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) - -P 42 B C 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -I 4 M M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(X,-Y,Z) -(-X,Y,Z) -(-Y,-X,Z) -(Y,X,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -I 4 C M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -I 41 M D 16 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(X,-Y,Z) -(1/2-X,1/2+Y,1/2+Z) -(-Y,1/2-X,1/4+Z) -(1/2+Y,X,3/4+Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) -(1/2+X,1/2-Y,1/2+Z) -(-X,Y,Z) -(1/2-Y,-X,3/4+Z) -(Y,1/2+X,1/4+Z) - -I 41 C D 16 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(X,-Y,1/2+Z) -(1/2-X,1/2+Y,Z) -(-Y,1/2-X,3/4+Z) -(1/2+Y,X,1/4+Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) -(1/2+X,1/2-Y,Z) -(-X,Y,1/2+Z) -(1/2-Y,-X,1/4+Z) -(Y,1/2+X,3/4+Z) - -P -4 2 M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,Y,-Z) -(X,-Y,-Z) -(-Y,-X,Z) -(Y,X,Z) - -P -4 2 C 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) - -P -4 21 M 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -P -4 21 C 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P -4 M 2 8 -(X,Y,Z) -(-X,-Y,Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,Z) -(-X,Y,Z) -(Y,X,-Z) -(-Y,-X,-Z) - -P -4 C 2 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) - -P -4 B 2 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2+Y,1/2+X,-Z) -(1/2-Y,1/2-X,-Z) - -P -4 N 2 8 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) - -I -4 M 2 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(X,-Y,Z) -(-X,Y,Z) -(Y,X,-Z) -(-Y,-X,-Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) - -I -4 C 2 16 -(X,Y,Z) -(-X,-Y,Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(X+1/2,Y+1/2,Z+1/2) -(-X+1/2,-Y+1/2,Z+1/2) -(Y+1/2,-X+1/2,-Z+1/2) -(-Y+1/2,X+1/2,-Z+1/2) -(X+1/2,-Y+1/2,Z) -(-X+1/2,Y+1/2,Z) -(Y+1/2,X+1/2,-Z) -(-Y+1/2,-X+1/2,-Z) - -I -4 2 M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,Y,-Z) -(X,-Y,-Z) -(-Y,-X,Z) -(Y,X,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -I -4 2 D 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(1/2-X,Y,3/4-Z) -(1/2+X,-Y,3/4-Z) -(1/2-Y,-X,3/4+Z) -(1/2+Y,X,3/4+Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(-X,1/2+Y,1/4-Z) -(X,1/2-Y,1/4-Z) -(-Y,1/2-X,1/4+Z) -(Y,1/2+X,1/4+Z) - -P 4/M M M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Y,-X,Z) -(Y,X,Z) - -P 4/M C C 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) - -P 4/N B M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+Y,1/2-X,-Z) -(1/2-Y,1/2+X,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -P 4/N N C 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P 4/M B M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Y,1/2+X,-Z) -(1/2-Y,1/2-X,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -P 4/M N C 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P 4/N M M 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,Z) -(1/2+Y,1/2-X,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,Z) -(-X,Y,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -P 4/N C C 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,Z) -(1/2+Y,1/2-X,Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P 42/M M C 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,1/2-Z) -(-Y,X,1/2-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) - -P 42/M C M 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,1/2-Z) -(-Y,X,1/2-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(-Y,-X,Z) -(Y,X,Z) - -P 42/N B C 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(1/2+Y,1/2+X,-Z) -(1/2-Y,1/2-X,-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) - -P 42/N N M 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(-X,Y,-Z) -(X,-Y,-Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(-Y,-X,Z) -(Y,X,Z) - -P 42/M B C 16 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,1/2+Z) -(Y,-X,1/2+Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,1/2-Z) -(-Y,X,1/2-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P 42/M N M 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,X+1/2,Z+1/2) -(Y+1/2,1/2-X,Z+1/2) -(1/2-X,Y+1/2,1/2-Z) -(X+1/2,1/2-Y,1/2-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y+1/2,1/2-X,1/2-Z) -(1/2-Y,X+1/2,1/2-Z) -(X+1/2,1/2-Y,Z+1/2) -(1/2-X,Y+1/2,Z+1/2) -(-Y,-X,Z) -(Y,X,Z) - -P 42/N M C 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,Z) -(-X,Y,Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -P 42/N C M 16 -(X,Y,Z) -(-X,-Y,Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -I 4/M M M 32 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Y,X,-Z) -(-Y,-X,-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Y,-X,Z) -(Y,X,Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) - -I 4/M C M 32 -(X,Y,Z) -(-X,-Y,Z) -(-Y,X,Z) -(Y,-X,Z) -(-X,Y,1/2-Z) -(X,-Y,1/2-Z) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(-X,-Y,-Z) -(X,Y,-Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,-Y,1/2+Z) -(-X,Y,1/2+Z) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Y,1/2+X,-Z) -(1/2-Y,1/2-X,-Z) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) - -I 41/A M D 32 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(1/2-X,Y,3/4-Z) -(X,1/2-Y,1/4-Z) -(1/2+Y,1/2+X,1/2-Z) -(-Y,-X,-Z) -(-X,1/2-Y,1/4-Z) -(1/2+X,Y,3/4-Z) -(Y,-X,-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(-X,Y,Z) -(1/2-Y,-X,3/4+Z) -(Y,1/2+X,1/4+Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) -(-X,1/2+Y,1/4-Z) -(1/2+X,-Y,3/4-Z) -(Y,X,-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2-X,-Y,3/4-Z) -(X,1/2+Y,1/4-Z) -(1/2+Y,1/2-X,1/2-Z) -(-Y,X,-Z) -(X,-Y,Z) -(1/2-X,1/2+Y,1/2+Z) -(-Y,1/2-X,1/4+Z) -(1/2+Y,X,3/4+Z) - -I 41/A C D 32 -(X,Y,Z) -(1/2-X,1/2-Y,1/2+Z) -(-Y,1/2+X,1/4+Z) -(1/2+Y,-X,3/4+Z) -(1/2-X,Y,1/4-Z) -(X,1/2-Y,3/4-Z) -(1/2+Y,1/2+X,-Z) -(-Y,-X,1/2-Z) -(-X,1/2-Y,1/4-Z) -(1/2+X,Y,3/4-Z) -(Y,-X,-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2-Y,Z) -(-X,Y,1/2+Z) -(1/2-Y,-X,1/4+Z) -(Y,1/2+X,3/4+Z) -(1/2+X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-Y,X,3/4+Z) -(Y,1/2-X,1/4+Z) -(-X,1/2+Y,3/4-Z) -(1/2+X,-Y,1/4-Z) -(Y,X,1/2-Z) -(1/2-Y,1/2-X,-Z) -(1/2-X,-Y,3/4-Z) -(X,1/2+Y,1/4-Z) -(1/2+Y,1/2-X,1/2-Z) -(-Y,X,-Z) -(X,-Y,1/2+Z) -(1/2-X,1/2+Y,Z) -(-Y,1/2-X,3/4+Z) -(1/2+Y,X,1/4+Z) - -P 3 3 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) - -P 31 3 -(X,Y,Z) -(-Y,X-Y,Z+1/3) -(Y-X,-X,Z+2/3) - -P 32 3 -(X,Y,Z) -(-Y,X-Y,Z+2/3) -(Y-X,-X,Z+1/3) - -R 3 9 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(X+2/3,Y+1/3,Z+1/3) -(-Y+2/3,X-Y+1/3,Z+1/3) -(Y-X+2/3,-X+1/3,Z+1/3) -(X+1/3,Y+2/3,Z+2/3) -(-Y+1/3,X-Y+2/3,Z+2/3) -(Y-X+1/3,-X+2/3,Z+2/3) - -P -3 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) - -R -3 18 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(2/3+X,1/3+Y,1/3+Z) -(2/3-Y,1/3+X-Y,1/3+Z) -(2/3+Y-X,1/3-X,1/3+Z) -(2/3-X,1/3-Y,1/3-Z) -(2/3+Y,1/3+Y-X,1/3-Z) -(2/3+X-Y,1/3+X,1/3-Z) -(1/3+X,2/3+Y,2/3+Z) -(1/3-Y,2/3+X-Y,2/3+Z) -(1/3+Y-X,2/3-X,2/3+Z) -(1/3-X,2/3-Y,2/3-Z) -(1/3+Y,2/3+Y-X,2/3-Z) -(1/3+X-Y,2/3+X,2/3-Z) - -P 3 1 2 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) - -P 3 2 1 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) - -P 31 1 2 6 -(X,Y,Z) -(-Y,X-Y,1/3+Z) -(Y-X,-X,2/3+Z) -(-Y,-X,2/3-Z) -(Y-X,Y,1/3-Z) -(X,X-Y,-Z) - -P 31 2 1 6 -(X,Y,Z) -(-Y,X-Y,Z+1/3) -(Y-X,-X,Z+2/3) -(Y,X,-Z) -(X-Y,-Y,2/3-Z) -(-X,Y-X,1/3-Z) - -P 32 1 2 6 -(X,Y,Z) -(-Y,X-Y,2/3+Z) -(Y-X,-X,1/3+Z) -(-Y,-X,1/3-Z) -(Y-X,Y,2/3-Z) -(X,X-Y,-Z) - -P 32 2 1 6 -(X,Y,Z) -(-Y,X-Y,Z+2/3) -(Y-X,-X,Z+1/3) -(Y,X,-Z) -(X-Y,-Y,1/3-Z) -(-X,Y-X,2/3-Z) - -R 3 2 18 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(2/3+X,1/3+Y,1/3+Z) -(2/3-Y,1/3+X-Y,1/3+Z) -(2/3+Y-X,1/3-X,1/3+Z) -(2/3+Y,1/3+X,1/3-Z) -(2/3+X-Y,1/3-Y,1/3-Z) -(2/3-X,1/3+Y-X,1/3-Z) -(1/3+X,2/3+Y,2/3+Z) -(1/3-Y,2/3+X-Y,2/3+Z) -(1/3+Y-X,2/3-X,2/3+Z) -(1/3+Y,2/3+X,2/3-Z) -(1/3+X-Y,2/3-Y,2/3-Z) -(1/3-X,2/3+Y-X,2/3-Z) - -P 3 M 1 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) - -P 3 1 M 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P 3 C 1 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) - -P 3 1 C 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -R 3 M 18 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(2/3+X,1/3+Y,1/3+Z) -(2/3-Y,1/3+X-Y,1/3+Z) -(2/3+Y-X,1/3-X,1/3+Z) -(2/3-Y,1/3-X,1/3+Z) -(2/3+Y-X,1/3+Y,1/3+Z) -(2/3+X,1/3+X-Y,1/3+Z) -(1/3+X,2/3+Y,2/3+Z) -(1/3-Y,2/3+X-Y,2/3+Z) -(1/3+Y-X,2/3-X,2/3+Z) -(1/3-Y,2/3-X,2/3+Z) -(1/3+Y-X,2/3+Y,2/3+Z) -(1/3+X,2/3+X-Y,2/3+Z) - -R 3 C 18 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(2/3+X,1/3+Y,1/3+Z) -(2/3-Y,1/3+X-Y,1/3+Z) -(2/3+Y-X,1/3-X,1/3+Z) -(2/3-Y,1/3-X,5/6+Z) -(2/3+Y-X,1/3+Y,5/6+Z) -(2/3+X,1/3+X-Y,5/6+Z) -(1/3+X,2/3+Y,2/3+Z) -(1/3-Y,2/3+X-Y,2/3+Z) -(1/3+Y-X,2/3-X,2/3+Z) -(1/3-Y,2/3-X,1/6+Z) -(1/3+Y-X,2/3+Y,1/6+Z) -(1/3+X,2/3+X-Y,1/6+Z) - -P -3 1 M 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P -3 1 C 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-Y,-X,1/2-Z) -(Y-X,Y,1/2-Z) -(X,X-Y,1/2-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -P -3 M 1 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) - -P -3 C 1 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,1/2-Z) -(X-Y,-Y,1/2-Z) -(-X,Y-X,1/2-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) - -R -3 M 36 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(2/3+X,1/3+Y,1/3+Z) -(2/3-Y,1/3+X-Y,1/3+Z) -(2/3+Y-X,1/3-X,1/3+Z) -(2/3+Y,1/3+X,1/3-Z) -(2/3+X-Y,1/3-Y,1/3-Z) -(2/3-X,1/3+Y-X,1/3-Z) -(2/3-X,1/3-Y,1/3-Z) -(2/3+Y,1/3+Y-X,1/3-Z) -(2/3+X-Y,1/3+X,1/3-Z) -(2/3-Y,1/3-X,1/3+Z) -(2/3+Y-X,1/3+Y,1/3+Z) -(2/3+X,1/3+X-Y,1/3+Z) -(1/3+X,2/3+Y,2/3+Z) -(1/3-Y,2/3+X-Y,2/3+Z) -(1/3+Y-X,2/3-X,2/3+Z) -(1/3+Y,2/3+X,2/3-Z) -(1/3+X-Y,2/3-Y,2/3-Z) -(1/3-X,2/3+Y-X,2/3-Z) -(1/3-X,2/3-Y,2/3-Z) -(1/3+Y,2/3+Y-X,2/3-Z) -(1/3X-Y,2/3+X,2/3-Z) -(1/3-Y,2/3-X,2/3+Z) -(1/3+Y-X,2/3+Y,2/3+Z) -(1/3+X,2/3+X-Y,2/3+Z) - -R -3 C 36 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(Y,X,1/2-Z) -(X-Y,-Y,1/2-Z) -(-X,Y-X,1/2-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(2/3+X,1/3+Y,1/3+Z) -(2/3-Y,1/3+X-Y,1/3+Z) -(2/3+Y-X,1/3-X,1/3+Z) -(2/3+Y,1/3+X,5/6-Z) -(2/3+X-Y,1/3-Y,5/6-Z) -(2/3-X,1/3+Y-X,5/6-Z) -(2/3-X,1/3-Y,1/3-Z) -(2/3+Y,1/3+Y-X,1/3-Z) -(2/3+X-Y,1/3+X,1/3-Z) -(2/3-Y,1/3-X,5/6+Z) -(2/3+Y-X,1/3+Y,5/6+Z) -(2/3+X,1/3+X-Y,5/6+Z) -(1/3+X,2/3+Y,2/3+Z) -(1/3-Y,2/3+X-Y,2/3+Z) -(1/3+Y-X,2/3-X,2/3+Z) -(1/3+Y,2/3+X,1/6-Z) -(1/3+X-Y,2/3-Y,1/6-Z) -(1/3-X,2/3+Y-X,1/6-Z) -(1/3-X,2/3-Y,2/3-Z) -(1/3+Y,2/3+Y-X,2/3-Z) -(1/3+X-Y,2/3+X,2/3-Z) -(1/3-Y,2/3-X,1/6+Z) -(1/3+Y-X,2/3+Y,1/6+Z) -(1/3+X,2/3+X-Y,1/6+Z) - -P 6 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) - -P 61 6 -(X,Y,Z) -(-Y,X-Y,Z+1/3) -(Y-X,-X,Z+2/3) -(-X,-Y,Z+1/2) -(Y,Y-X,Z+5/6) -(X-Y,X,Z+1/6) - -P 65 6 -(X,Y,Z) -(-Y,X-Y,Z+2/3) -(Y-X,-X,Z+1/3) -(-X,-Y,Z+1/2) -(Y,Y-X,Z+1/6) -(X-Y,X,Z+5/6) - -P 62 6 -(X,Y,Z) -(-Y,X-Y,2/3+Z) -(Y-X,-X,1/3+Z) -(-X,-Y,Z) -(Y,Y-X,2/3+Z) -(X-Y,X,1/3+Z) - -P 64 6 -(X,Y,Z) -(-Y,X-Y,1/3+Z) -(Y-X,-X,2/3+Z) -(-X,-Y,Z) -(Y,Y-X,1/3+Z) -(X-Y,X,2/3+Z) - -P 63 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) - -P -6 6 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(X,Y,-Z) -(-Y,X-Y,-Z) -(Y-X,-X,-Z) - -P 6/M 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(X,Y,-Z) -(-Y,X-Y,-Z) -(Y-X,-X,-Z) - -P 63/M 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(X,Y,1/2-Z) -(-Y,X-Y,1/2-Z) -(Y-X,-X,1/2-Z) - -P 6 2 2 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) - -P 61 2 2 12 -(X,Y,Z) -(-Y,X-Y,1/3+Z) -(Y-X,-X,2/3+Z) -(-X,-Y,1/2+Z) -(Y,Y-X,5/6+Z) -(X-Y,X,1/6+Z) -(Y,X,1/3-Z) -(X-Y,-Y,-Z) -(-X,Y-X,2/3-Z) -(-Y,-X,5/6-Z) -(Y-X,Y,1/2-Z) -(X,X-Y,1/6-Z) - -P 65 2 2 12 -(X,Y,Z) -(-Y,X-Y,2/3+Z) -(Y-X,-X,1/3+Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/6+Z) -(X-Y,X,5/6+Z) -(Y,X,2/3-Z) -(X-Y,-Y,-Z) -(-X,Y-X,1/3-Z) -(-Y,-X,1/6-Z) -(Y-X,Y,1/2-Z) -(X,X-Y,5/6-Z) - -P 62 2 2 12 -(X,Y,Z) -(-Y,X-Y,2/3+Z) -(Y-X,-X,1/3+Z) -(-X,-Y,Z) -(Y,Y-X,2/3+Z) -(X-Y,X,1/3+Z) -(Y,X,2/3-Z) -(X-Y,-Y,-Z) -(-X,Y-X,1/3-Z) -(-Y,-X,2/3-Z) -(Y-X,Y,-Z) -(X,X-Y,1/3-Z) - -P 64 2 2 12 -(X,Y,Z) -(-Y,X-Y,1/3+Z) -(Y-X,-X,2/3+Z) -(-X,-Y,Z) -(Y,Y-X,1/3+Z) -(X-Y,X,2/3+Z) -(Y,X,1/3-Z) -(X-Y,-Y,-Z) -(-X,Y-X,2/3-Z) -(-Y,-X,1/3-Z) -(Y-X,Y,-Z) -(X,X-Y,2/3-Z) - -P 63 2 2 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(-Y,-X,1/2-Z) -(Y-X,Y,1/2-Z) -(X,X-Y,1/2-Z) - -P 6 M M 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P 6 C C 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -P 63 C M 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P 63 M C 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -P -6 M 2 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(X,Y,-Z) -(-Y,X-Y,-Z) -(Y-X,-X,-Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) - -P -6 C 2 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(X,Y,1/2-Z) -(-Y,X-Y,1/2-Z) -(Y-X,-X,1/2-Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) - -P -6 2 M 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(X,Y,-Z) -(-Y,X-Y,-Z) -(Y-X,-X,-Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P -6 2 C 12 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(X,Y,1/2-Z) -(-Y,X-Y,1/2-Z) -(Y-X,-X,1/2-Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -P 6/M M M 24 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(X,Y,-Z) -(Y-X,-X,-Z) -(-Y,X-Y,-Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P 6/M C C 24 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,Z) -(Y,Y-X,Z) -(X-Y,X,Z) -(Y,X,1/2-Z) -(X-Y,-Y,1/2-Z) -(-X,Y-X,1/2-Z) -(-Y,-X,1/2-Z) -(Y-X,Y,1/2-Z) -(X,X-Y,1/2-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(X,Y,-Z) -(Y-X,-X,-Z) -(-Y,X-Y,-Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -P 63/M C M 24 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) -(Y,X,1/2-Z) -(X-Y,-Y,1/2-Z) -(-X,Y-X,1/2-Z) -(-Y,-X,-Z) -(Y-X,Y,-Z) -(X,X-Y,-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(X,Y,1/2-Z) -(Y-X,-X,1/2-Z) -(-Y,X-Y,1/2-Z) -(-Y,-X,1/2+Z) -(Y-X,Y,1/2+Z) -(X,X-Y,1/2+Z) -(Y,X,Z) -(X-Y,-Y,Z) -(-X,Y-X,Z) - -P 63/M M C 24 -(X,Y,Z) -(-Y,X-Y,Z) -(Y-X,-X,Z) -(-X,-Y,1/2+Z) -(Y,Y-X,1/2+Z) -(X-Y,X,1/2+Z) -(Y,X,-Z) -(X-Y,-Y,-Z) -(-X,Y-X,-Z) -(-Y,-X,1/2-Z) -(Y-X,Y,1/2-Z) -(X,X-Y,1/2-Z) -(-X,-Y,-Z) -(Y,Y-X,-Z) -(X-Y,X,-Z) -(X,Y,1/2-Z) -(Y-X,-X,1/2-Z) -(-Y,X-Y,1/2-Z) -(-Y,-X,Z) -(Y-X,Y,Z) -(X,X-Y,Z) -(Y,X,1/2+Z) -(X-Y,-Y,1/2+Z) -(-X,Y-X,1/2+Z) - -P 2 3 12 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) - -F 2 3 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) - -I 2 3 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,1/2-Y) -(1/2-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,1/2-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,1/2-X) -(1/2-Y,1/2-Z,1/2+X) - -P 21 3 12 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) - -I 21 3 24 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(1/2+X,1/2+Y,1/2+Z) -(-X,1/2-Y,Z) -(1/2-X,Y,-Z) -(X,-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(Z,-X,1/2-Y) -(-Z,1/2-X,Y) -(1/2-Z,X,-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,Z,-X) -(Y,-Z,1/2-X) -(-Y,1/2-Z,X) - -P M -3 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) - -P N -3 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Z,1/2-X,1/2-Y) -(1/2-Z,1/2+X,1/2+Y) -(1/2+Z,1/2+X,1/2-Y) -(1/2+Z,1/2-X,1/2+Y) -(1/2-Y,1/2-Z,1/2-X) -(1/2+Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,1/2+X) -(1/2+Y,1/2+Z,1/2-X) - -F M -3 96 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(-X,1/2-Y,1/2-Z) -(X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) -(-Z,1/2-X,1/2-Y) -(-Z,1/2+X,1/2+Y) -(Z,1/2+X,1/2-Y) -(Z,1/2-X,1/2+Y) -(-Y,1/2-Z,1/2-X) -(Y,1/2-Z,1/2+X) -(-Y,1/2+Z,1/2+X) -(Y,1/2+Z,1/2-X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/2-X,-Y,1/2-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) -(1/2-Z,-X,1/2-Y) -(1/2-Z,X,1/2+Y) -(1/2+Z,X,1/2-Y) -(1/2+Z,-X,1/2+Y) -(1/2-Y,-Z,1/2-X) -(1/2+Y,-Z,1/2+X) -(1/2-Y,Z,1/2+X) -(1/2+Y,Z,1/2-X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Z,1/2-X,-Y) -(1/2-Z,1/2+X,Y) -(1/2+Z,1/2+X,-Y) -(1/2+Z,1/2-X,Y) -(1/2-Y,1/2-Z,-X) -(1/2+Y,1/2-Z,X) -(1/2-Y,1/2+Z,X) -(1/2+Y,1/2+Z,-X) - -F D -3 96 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/4-X,1/4-Y,1/4-Z) -(1/4+X,1/4+Y,1/4-Z) -(1/4+X,1/4-Y,1/4+Z) -(1/4-X,1/4+Y,1/4+Z) -(1/4-Z,1/4-X,1/4-Y) -(1/4-Z,1/4+X,1/4+Y) -(1/4+Z,1/4+X,1/4-Y) -(1/4+Z,1/4-X,1/4+Y) -(1/4-Y,1/4-Z,1/4-X) -(1/4+Y,1/4-Z,1/4+X) -(1/4-Y,1/4+Z,1/4+X) -(1/4+Y,1/4+Z,1/4-X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(1/4-X,3/4-Y,3/4-Z) -(1/4+X,3/4+Y,3/4-Z) -(1/4+X,3/4-Y,3/4+Z) -(1/4-X,3/4+Y,3/4+Z) -(1/4-Z,3/4-X,3/4-Y) -(1/4-Z,3/4+X,3/4+Y) -(1/4+Z,3/4+X,3/4-Y) -(1/4+Z,3/4-X,3/4+Y) -(1/4-Y,3/4-Z,3/4-X) -(1/4+Y,3/4-Z,3/4+X) -(1/4-Y,3/4+Z,3/4+X) -(1/4+Y,3/4+Z,3/4-X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(3/4-X,1/4-Y,3/4-Z) -(3/4+X,1/4+Y,3/4-Z) -(3/4+X,1/4-Y,3/4+Z) -(3/4-X,1/4+Y,3/4+Z) -(3/4-Z,1/4-X,3/4-Y) -(3/4-Z,1/4+X,3/4+Y) -(3/4+Z,1/4+X,3/4-Y) -(3/4+Z,1/4-X,3/4+Y) -(3/4-Y,1/4-Z,3/4-X) -(3/4+Y,1/4-Z,3/4+X) -(3/4-Y,1/4+Z,3/4+X) -(3/4+Y,1/4+Z,3/4-X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) -(3/4-X,3/4-Y,1/4-Z) -(3/4+X,3/4+Y,1/4-Z) -(3/4+X,3/4-Y,Z+1/4) -(3/4-X,3/4+Y,Z+1/4) -(3/4-Z,3/4-X,1/4-Y) -(3/4-Z,3/4+X,1/4+Y) -(3/4+Z,3/4+X,1/4-Y) -(3/4+Z,3/4-X,1/4+Y) -(3/4-Y,3/4-Z,1/4-X) -(3/4+Y,3/4-Z,1/4+X) -(3/4-Y,3/4+Z,1/4+X) -(3/4+Y,3/4+Z,1/4-X) - -I M -3 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,1/2-Y) -(1/2-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,1/2-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,1/2-X) -(1/2-Y,1/2-Z,1/2+X) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Z,1/2-X,1/2-Y) -(1/2-Z,1/2+X,1/2+Y) -(1/2+Z,1/2+X,1/2-Y) -(1/2+Z,1/2-X,1/2+Y) -(1/2-Y,1/2-Z,1/2-X) -(1/2+Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,1/2+X) -(1/2+Y,1/2+Z,1/2-X) - -P A -3 24 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(-X,-Y,-Z) -(1/2+X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) -(-Z,-X,-Y) -(1/2-Z,1/2+X,Y) -(1/2+Z,X,1/2-Y) -(Z,1/2-X,1/2+Y) -(-Y,-Z,-X) -(Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,X) -(1/2+Y,Z,1/2-X) - -I A -3 48 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(-X,-Y,-Z) -(1/2+X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) -(-Z,-X,-Y) -(1/2-Z,1/2+X,Y) -(1/2+Z,X,1/2-Y) -(Z,1/2-X,1/2+Y) -(-Y,-Z,-X) -(Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,X) -(1/2+Y,Z,1/2-X) -(1/2+X,1/2+Y,1/2+Z) -(-X,1/2-Y,Z) -(1/2-X,+Y,-Z) -(X,-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(Z,-X,1/2-Y) -(-Z,1/2-X,Y) -(1/2-Z,X,-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,Z,-X) -(Y,-Z,1/2-X) -(-Y,1/2-Z,X) -(1/2-X,1/2-Y,1/2-Z) -(X,1/2+Y,-Z) -(1/2+X,-Y,Z) -(-X,Y,1/2+Z) -(1/2-Z,1/2-X,1/2-Y) -(-Z,X,1/2+Y) -(Z,1/2+X,-Y) -(1/2+Z,-X,Y) -(1/2-Y,1/2-Z,1/2-X) -(1/2+Y,-Z,X) -(-Y,Z,1/2+X) -(Y,1/2+Z,-X) - -P 4 3 2 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) - -P 42 3 2 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+X,1/2+Z,1/2-Y) -(1/2-X,1/2+Z,1/2+Y) -(1/2-X,1/2-Z,1/2-Y) -(1/2+X,1/2-Z,1/2+Y) -(1/2+Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2+X) -(1/2-Z,1/2-Y,1/2-X) - -F 4 3 2 96 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(Y,1/2+X,1/2-Z) -(-Y,1/2-X,1/2-Z) -(Y,1/2-X,1/2+Z) -(-Y,1/2+X,1/2+Z) -(X,1/2+Z,1/2-Y) -(-X,1/2+Z,1/2+Y) -(-X,1/2-Z,1/2-Y) -(X,1/2-Z,1/2+Y) -(Z,1/2+Y,1/2-X) -(Z,1/2-Y,1/2+X) -(-Z,1/2+Y,1/2+X) -(-Z,1/2-Y,1/2-X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/2+Y,X,1/2-Z) -(1/2-Y,-X,1/2-Z) -(1/2+Y,-X,1/2+Z) -(1/2-Y,X,1/2+Z) -(1/2+X,Z,1/2-Y) -(1/2-X,Z,1/2+Y) -(1/2-X,-Z,1/2-Y) -(1/2+X,-Z,1/2+Y) -(1/2+Z,Y,1/2-X) -(1/2+Z,-Y,1/2+X) -(1/2-Z,Y,1/2+X) -(1/2-Z,-Y,1/2-X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) -(1/2+Y,1/2+X,-Z) -(1/2-Y,1/2-X,-Z) -(1/2+Y,1/2-X,Z) -(1/2-Y,1/2+X,Z) -(1/2+X,1/2+Z,-Y) -(1/2-X,1/2+Z,Y) -(1/2-X,1/2-Z,-Y) -(1/2+X,1/2-Z,Y) -(1/2+Z,1/2+Y,-X) -(1/2+Z,1/2-Y,X) -(1/2-Z,1/2+Y,X) -(1/2-Z,1/2-Y,-X) - -F 41 3 2 96 -(X,Y,Z) -(-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,-Y,1/2-Z) -(Z,X,Y) -(1/2+Z,-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,-Y) -(Y,Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(3/4+Y,1/4+X,3/4-Z) -(1/4-Y,1/4-X,1/4-Z) -(1/4+Y,3/4-X,3/4+Z) -(3/4-Y,3/4+X,1/4+Z) -(3/4+X,1/4+Z,3/4-Y) -(3/4-X,3/4+Z,1/4+Y) -(1/4-X,1/4-Z,1/4-Y) -(1/4+X,3/4-Z,3/4+Y) -(3/4+Z,1/4+Y,3/4-X) -(1/4+Z,3/4-Y,3/4+X) -(3/4-Z,3/4+Y,1/4+X) -(1/4-Z,1/4-Y,1/4-X) -(X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-X,Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,-Y) -(-Z,-X,Y) -(1/2-Z,X,1/2-Y) -(Y,1/2+Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(-Y,-Z,X) -(3/4+Y,3/4+X,1/4-Z) -(1/4-Y,3/4-X,3/4-Z) -(1/4+Y,1/4-X,1/4+Z) -(3/4-Y,1/4+X,3/4+Z) -(3/4+X,3/4+Z,1/4-Y) -(3/4-X,1/4+Z,3/4+Y) -(1/4-X,3/4-Z,3/4-Y) -(1/4+X,1/4-Z,1/4+Y) -(3/4+Z,3/4+Y,1/4-X) -(1/4+Z,1/4-Y,1/4+X) -(3/4-Z,1/4+Y,3/4+X) -(1/4-Z,3/4-Y,3/4-X) -(1/2+X,Y,1/2+Z) -(1/2-X,1/2-Y,Z) -(-X,1/2+Y,1/2-Z) -(X,-Y,-Z) -(1/2+Z,X,1/2+Y) -(Z,-X,-Y) -(1/2-Z,1/2-X,Y) -(-Z,1/2+X,1/2-Y) -(1/2+Y,Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,-Z,-X) -(1/2-Y,1/2-Z,X) -(1/4+Y,1/4+X,1/4-Z) -(3/4-Y,1/4-X,3/4-Z) -(3/4+Y,3/4-X,1/4+Z) -(1/4-Y,3/4+X,3/4+Z) -(1/4+X,1/4+Z,1/4-Y) -(1/4-X,3/4+Z,3/4+Y) -(3/4-X,1/4-Z,3/4-Y) -(3/4+X,3/4-Z,1/4+Y) -(1/4+Z,1/4+Y,1/4-X) -(3/4+Z,3/4-Y,1/4+X) -(1/4-Z,3/4+Y,3/4+X) -(3/4-Z,1/4-Y,3/4-X) -(1/2+X,1/2+Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,Y,-Z) -(X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,Y) -(Z,1/2-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(-Z,X,-Y) -(1/2+Y,1/2+Z,X) -(-Y,Z,-X) -(Y,1/2-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/4+Y,3/4+X,3/4-Z) -(3/4-Y,3/4-X,1/4-Z) -(3/4+Y,1/4-X,3/4+Z) -(1/4-Y,1/4+X,1/4+Z) -(1/4+X,3/4+Z,3/4-Y) -(1/4-X,1/4+Z,1/4+Y) -(3/4-X,3/4-Z,1/4-Y) -(3/4+X,1/4-Z,3/4+Y) -(1/4+Z,3/4+Y,3/4-X) -(3/4+Z,1/4-Y,3/4+X) -(1/4-Z,1/4+Y,1/4+X) -(3/4-Z,3/4-Y,1/4-X) - -I 4 3 2 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,1/2-Y) -(1/2-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,1/2-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,1/2-X) -(1/2-Y,1/2-Z,1/2+X) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+X,1/2+Z,1/2-Y) -(1/2-X,1/2+Z,1/2+Y) -(1/2-X,1/2-Z,1/2-Y) -(1/2+X,1/2-Z,1/2+Y) -(1/2+Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2+X) -(1/2-Z,1/2-Y,1/2-X) - -P 43 3 2 24 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(1/4+Y,3/4+X,3/4-Z) -(1/4-Y,1/4-X,1/4-Z) -(3/4+Y,3/4-X,1/4+Z) -(3/4-Y,1/4+X,3/4+Z) -(1/4+X,3/4+Z,3/4-Y) -(3/4-X,1/4+Z,3/4+Y) -(1/4-X,1/4-Z,1/4-Y) -(3/4+X,3/4-Z,1/4+Y) -(1/4+Z,3/4+Y,3/4-X) -(3/4+Z,3/4-Y,1/4+X) -(3/4-Z,1/4+Y,3/4+X) -(1/4-Z,1/4-Y,1/4-X) - -P 41 3 2 24 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(3/4+Y,1/4+X,1/4-Z) -(3/4-Y,3/4-X,3/4-Z) -(1/4+Y,1/4-X,3/4+Z) -(1/4-Y,3/4+X,1/4+Z) -(3/4+X,1/4+Z,1/4-Y) -(1/4-X,3/4+Z,1/4+Y) -(3/4-X,3/4-Z,3/4-Y) -(1/4+X,1/4-Z,3/4+Y) -(3/4+Z,1/4+Y,1/4-X) -(1/4+Z,1/4-Y,3/4+X) -(1/4-Z,3/4+Y,1/4+X) -(3/4-Z,3/4-Y,3/4-X) - -I 41 3 2 48 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(3/4+Y,1/4+X,1/4-Z) -(3/4-Y,3/4-X,3/4-Z) -(1/4+Y,1/4-X,3/4+Z) -(1/4-Y,3/4+X,1/4+Z) -(3/4+X,1/4+Z,1/4-Y) -(1/4-X,3/4+Z,1/4+Y) -(3/4-X,3/4-Z,3/4-Y) -(1/4+X,1/4-Z,3/4+Y) -(3/4+Z,1/4+Y,1/4-X) -(1/4+Z,1/4-Y,3/4+X) -(1/4-Z,3/4+Y,1/4+X) -(3/4-Z,3/4-Y,3/4-X) -(1/2+X,1/2+Y,1/2+Z) -(-X,1/2-Y,Z) -(1/2-X,Y,-Z) -(X,-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(Z,-X,1/2-Y) -(-Z,1/2-X,Y) -(1/2-Z,X,-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,Z,-X) -(Y,-Z,1/2-X) -(-Y,1/2-Z,X) -(1/4+Y,3/4+X,3/4-Z) -(1/4-Y,1/4-X,1/4-Z) -(3/4+Y,3/4-X,1/4+Z) -(3/4-Y,1/4+X,3/4+Z) -(1/4+X,3/4+Z,3/4-Y) -(3/4-X,1/4+Z,3/4+Y) -(1/4-X,1/4-Z,1/4-Y) -(3/4+X,3/4-Z,1/4+Y) -(1/4+Z,3/4+Y,3/4-X) -(3/4+Z,3/4-Y,1/4+X) -(3/4-Z,1/4+Y,3/4+X) -(1/4-Z,1/4-Y,1/4-X) - -P -4 3 M 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,Z) -(-Y,-X,Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,Z,Y) -(-X,Z,-Y) -(-X,-Z,Y) -(X,-Z,-Y) -(Z,Y,X) -(Z,-Y,-X) -(-Z,Y,-X) -(-Z,-Y,X) - -F 4 -3 M 96 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,Z) -(-Y,-X,Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,Z,Y) -(-X,Z,-Y) -(-X,-Z,Y) -(X,-Z,-Y) -(Z,Y,X) -(Z,-Y,-X) -(-Z,Y,-X) -(-Z,-Y,X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(Y,1/2+X,1/2+Z) -(-Y,1/2-X,1/2+Z) -(Y,1/2-X,1/2-Z) -(-Y,1/2+X,1/2-Z) -(X,1/2+Z,1/2+Y) -(-X,1/2+Z,1/2-Y) -(-X,1/2-Z,1/2+Y) -(X,1/2-Z,1/2-Y) -(Z,1/2+Y,1/2+X) -(Z,1/2-Y,1/2-X) -(-Z,1/2+Y,1/2-X) -(-Z,1/2-Y,1/2+X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/2+Y,X,1/2+Z) -(1/2-Y,-X,1/2+Z) -(1/2+Y,-X,1/2-Z) -(1/2-Y,X,1/2-Z) -(1/2+X,Z,1/2+Y) -(1/2-X,Z,1/2-Y) -(1/2-X,-Z,1/2+Y) -(1/2+X,-Z,1/2-Y) -(1/2+Z,Y,1/2+X) -(1/2+Z,-Y,1/2-X) -(1/2-Z,Y,1/2-X) -(1/2-Z,-Y,1/2+X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) -(1/2+Y,1/2+X,Z) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2-X,-Z) -(1/2-Y,1/2+X,-Z) -(1/2+X,1/2+Z,Y) -(1/2-X,1/2+Z,-Y) -(1/2-X,1/2-Z,Y) -(1/2+X,1/2-Z,-Y) -(1/2+Z,1/2+Y,X) -(1/2+Z,1/2-Y,-X) -(1/2-Z,1/2+Y,-X) -(1/2-Z,1/2-Y,X) - -I -4 3 M 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,Z) -(-Y,-X,Z) -(Y,-X,-Z) -(-Y,X,-Z) -(X,Z,Y) -(-X,Z,-Y) -(-X,-Z,Y) -(X,-Z,-Y) -(Z,Y,X) -(Z,-Y,-X) -(-Z,Y,-X) -(-Z,-Y,X) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,1/2-Y) -(1/2-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,1/2-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,1/2-X) -(1/2-Y,1/2-Z,1/2+X) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,1/2+Z,1/2-Y) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,1/2-Z,1/2-Y) -(1/2+Z,1/2+Y,1/2+X) -(1/2+Z,1/2-Y,1/2-X) -(1/2-Z,1/2+Y,1/2-X) -(1/2-Z,1/2-Y,1/2+X) - -P -4 3 N 24 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,1/2+Z,1/2-Y) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,1/2-Z,1/2-Y) -(1/2+Z,1/2+Y,1/2+X) -(1/2+Z,1/2-Y,1/2-X) -(1/2-Z,1/2+Y,1/2-X) -(1/2-Z,1/2-Y,1/2+X) - -F -4 3 C 96 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,1/2+Z,1/2-Y) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,1/2-Z,1/2-Y) -(1/2+Z,1/2+Y,1/2+X) -(1/2+Z,1/2-Y,1/2-X) -(1/2-Z,1/2+Y,1/2-X) -(1/2-Z,1/2-Y,1/2+X) -(X,Y+1/2,Z+1/2) -(-X,-Y+1/2,Z+1/2) -(-X,Y+1/2,-Z+1/2) -(X,-Y+1/2,-Z+1/2) -(Z,X+1/2,Y+1/2) -(Z,-X+1/2,-Y+1/2) -(-Z,-X+1/2,Y+1/2) -(-Z,X+1/2,-Y+1/2) -(Y,Z+1/2,X+1/2) -(-Y,Z+1/2,-X+1/2) -(Y,-Z+1/2,-X+1/2) -(-Y,-Z+1/2,X+1/2) -(1/2+Y,X,Z) -(1/2-Y,-X,Z) -(1/2+Y,-X,-Z) -(1/2-Y,+X,-Z) -(1/2+X,+Z,Y) -(1/2-X,+Z,-Y) -(1/2-X,-Z,Y) -(1/2+X,-Z,-Y) -(1/2+Z,+Y,X) -(1/2+Z,-Y,-X) -(1/2-Z,+Y,-X) -(1/2-Z,-Y,X) -(X+1/2,Y,Z+1/2) -(-X+1/2,-Y,Z+1/2) -(-X+1/2,Y,-Z+1/2) -(X+1/2,-Y,-Z+1/2) -(Z+1/2,X,Y+1/2) -(Z+1/2,-X,-Y+1/2) -(-Z+1/2,-X,Y+1/2) -(-Z+1/2,X,-Y+1/2) -(Y+1/2,Z,X+1/2) -(-Y+1/2,Z,-X+1/2) -(Y+1/2,-Z,-X+1/2) -(-Y+1/2,-Z,X+1/2) -(Y,1/2+X,Z) -(-Y,1/2-X,Z) -(Y,1/2-X,-Z) -(-Y,1/2+X,-Z) -(X,1/2+Z,Y) -(-X,1/2+Z,-Y) -(-X,1/2-Z,Y) -(X,1/2-Z,-Y) -(Z,1/2+Y,X) -(Z,1/2-Y,-X) -(-Z,1/2+Y,-X) -(-Z,1/2-Y,X) -(X+1/2,Y+1/2,Z) -(-X+1/2,-Y+1/2,Z) -(-X+1/2,Y+1/2,-Z) -(X+1/2,-Y+1/2,-Z) -(Z+1/2,X+1/2,Y) -(Z+1/2,-X+1/2,-Y) -(-Z+1/2,-X+1/2,Y) -(-Z+1/2,X+1/2,-Y) -(Y+1/2,Z+1/2,X) -(-Y+1/2,Z+1/2,-X) -(Y+1/2,-Z+1/2,-X) -(-Y+1/2,-Z+1/2,X) -(Y,X,1/2+Z) -(-Y,-X,1/2+Z) -(Y,-X,1/2-Z) -(-Y,X,1/2-Z) -(X,Z,1/2+Y) -(-X,Z,1/2-Y) -(-X,-Z,1/2+Y) -(X,-Z,1/2-Y) -(Z,Y,1/2+X) -(Z,-Y,1/2-X) -(-Z,Y,1/2-X) -(-Z,-Y,1/2+X) - -I -4 3 D 48 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(1/4+Y,1/4+X,1/4+Z) -(1/4-Y,3/4-X,3/4+Z) -(3/4+Y,1/4-X,3/4-Z) -(3/4-Y,3/4+X,1/4-Z) -(1/4+X,1/4+Z,1/4+Y) -(3/4-X,3/4+Z,1/4-Y) -(1/4-X,3/4-Z,3/4+Y) -(3/4+X,1/4-Z,3/4-Y) -(1/4+Z,1/4+Y,1/4+X) -(3/4+Z,1/4-Y,3/4-X) -(3/4-Z,3/4+Y,1/4-X) -(1/4-Z,3/4-Y,3/4+X) -(X+1/2,Y+1/2,Z+1/2) -(-X,-Y+1/2,Z) -(-X+1/2,Y,-Z) -(X,-Y,-Z+1/2) -(Z+1/2,X+1/2,Y+1/2) -(Z,-X,-Y+1/2) -(-Z,-X+1/2,Y) -(-Z+1/2,X,-Y) -(Y+1/2,Z+1/2,X+1/2) -(-Y+1/2,Z,-X) -(Y,-Z,-X+1/2) -(-Y,-Z+1/2,X) -(3/4+Y,3/4+X,3/4+Z) -(3/4-Y,1/4-X,1/4+Z) -(1/4+Y,3/4-X,1/4-Z) -(1/4-Y,1/4+X,3/4-Z) -(3/4+X,3/4+Z,3/4+Y) -(1/4-X,1/4+Z,3/4-Y) -(3/4-X,1/4-Z,1/4+Y) -(1/4+X,3/4-Z,1/4-Y) -(3/4+Z,3/4+Y,3/4+X) -(1/4+Z,3/4-Y,1/4-X) -(1/4-Z,1/4+Y,3/4-X) -(3/4-Z,1/4-Y,1/4+X) - -P M -3 M 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(-Y,-X,Z) -(Y,X,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,-Z,Y) -(X,-Z,-Y) -(X,Z,Y) -(-X,Z,-Y) -(-Z,-Y,X) -(-Z,Y,-X) -(Z,-Y,-X) -(Z,Y,X) - -P N -3 N 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(-Y,-X,Z) -(Y,X,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,-Z,Y) -(X,-Z,-Y) -(X,Z,Y) -(-X,Z,-Y) -(-Z,-Y,X) -(-Z,Y,-X) -(Z,-Y,-X) -(Z,Y,X) - -P M -3 N 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+X,1/2+Z,1/2-Y) -(1/2-X,1/2+Z,1/2+Y) -(1/2-X,1/2-Z,1/2-Y) -(1/2+X,1/2-Z,1/2+Y) -(1/2+Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2+X) -(1/2-Z,1/2-Y,1/2-X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,1/2-Z,1/2-Y) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,1/2+Z,1/2-Y) -(1/2-Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2-X) -(1/2+Z,1/2+Y,1/2+X) - -P N -3 M 48 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+X,1/2+Z,1/2-Y) -(1/2-X,1/2+Z,1/2+Y) -(1/2-X,1/2-Z,1/2-Y) -(1/2+X,1/2-Z,1/2+Y) -(1/2+Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2+X) -(1/2-Z,1/2-Y,1/2-X) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Z,1/2-X,1/2-Y) -(1/2-Z,1/2+X,1/2+Y) -(1/2+Z,1/2+X,1/2-Y) -(1/2+Z,1/2-X,1/2+Y) -(1/2-Y,1/2-Z,1/2-X) -(1/2+Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,1/2+X) -(1/2+Y,1/2+Z,1/2-X) -(-Y,-X,Z) -(Y,X,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,-Z,Y) -(X,-Z,-Y) -(X,Z,Y) -(-X,Z,-Y) -(-Z,-Y,X) -(-Z,Y,-X) -(Z,-Y,-X) -(Z,Y,X) - -F M -3 M 192 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(-Y,-X,Z) -(Y,X,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,-Z,Y) -(X,-Z,-Y) -(X,Z,Y) -(-X,Z,-Y) -(-Z,-Y,X) -(-Z,Y,-X) -(Z,-Y,-X) -(Z,Y,X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(Y,1/2+X,1/2-Z) -(-Y,1/2-X,1/2-Z) -(Y,1/2-X,1/2+Z) -(-Y,1/2+X,1/2+Z) -(X,1/2+Z,1/2-Y) -(-X,1/2+Z,1/2+Y) -(-X,1/2-Z,1/2-Y) -(X,1/2-Z,1/2+Y) -(Z,1/2+Y,1/2-X) -(Z,1/2-Y,1/2+X) -(-Z,1/2+Y,1/2+X) -(-Z,1/2-Y,1/2-X) -(-X,1/2-Y,1/2-Z) -(X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) -(-Z,1/2-X,1/2-Y) -(-Z,1/2+X,1/2+Y) -(Z,1/2+X,1/2-Y) -(Z,1/2-X,1/2+Y) -(-Y,1/2-Z,1/2-X) -(Y,1/2-Z,1/2+X) -(-Y,1/2+Z,1/2+X) -(Y,1/2+Z,1/2-X) -(-Y,1/2-X,1/2+Z) -(Y,1/2+X,1/2+Z) -(-Y,1/2+X,1/2-Z) -(Y,1/2-X,1/2-Z) -(-X,1/2-Z,1/2+Y) -(X,1/2-Z,1/2-Y) -(X,1/2+Z,1/2+Y) -(-X,1/2+Z,1/2-Y) -(-Z,1/2-Y,1/2+X) -(-Z,1/2+Y,1/2-X) -(Z,1/2-Y,1/2-X) -(Z,1/2+Y,1/2+X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/2+Y,X,1/2-Z) -(1/2-Y,-X,1/2-Z) -(1/2+Y,-X,1/2+Z) -(1/2-Y,X,1/2+Z) -(1/2+X,Z,1/2-Y) -(1/2-X,Z,1/2+Y) -(1/2-X,-Z,1/2-Y) -(1/2+X,-Z,1/2+Y) -(1/2+Z,Y,1/2-X) -(1/2+Z,-Y,1/2+X) -(1/2-Z,Y,1/2+X) -(1/2-Z,-Y,1/2-X) -(1/2-X,-Y,1/2-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) -(1/2-Z,-X,1/2-Y) -(1/2-Z,X,1/2+Y) -(1/2+Z,X,1/2-Y) -(1/2+Z,-X,1/2+Y) -(1/2-Y,-Z,1/2-X) -(1/2+Y,-Z,1/2+X) -(1/2-Y,Z,1/2+X) -(1/2+Y,Z,1/2-X) -(1/2-Y,-X,1/2+Z) -(1/2+Y,X,1/2+Z) -(1/2-Y,X,1/2-Z) -(1/2+Y,-X,1/2-Z) -(1/2-X,-Z,1/2+Y) -(1/2+X,-Z,1/2-Y) -(1/2+X,Z,1/2+Y) -(1/2-X,Z,1/2-Y) -(1/2-Z,-Y,1/2+X) -(1/2-Z,Y,1/2-X) -(1/2+Z,-Y,1/2-X) -(1/2+Z,Y,1/2+X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) -(1/2+Y,1/2+X,-Z) -(1/2-Y,1/2-X,-Z) -(1/2+Y,1/2-X,Z) -(1/2-Y,1/2+X,Z) -(1/2+X,1/2+Z,-Y) -(1/2-X,1/2+Z,Y) -(1/2-X,1/2-Z,-Y) -(1/2+X,1/2-Z,Y) -(1/2+Z,1/2+Y,-X) -(1/2+Z,1/2-Y,X) -(1/2-Z,1/2+Y,X) -(1/2-Z,1/2-Y,-X) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Z,1/2-X,-Y) -(1/2-Z,1/2+X,Y) -(1/2+Z,1/2+X,-Y) -(1/2+Z,1/2-X,Y) -(1/2-Y,1/2-Z,-X) -(1/2+Y,1/2-Z,X) -(1/2-Y,1/2+Z,X) -(1/2+Y,1/2+Z,-X) -(1/2-Y,1/2-X,Z) -(1/2+Y,1/2+X,Z) -(1/2-Y,1/2+X,-Z) -(1/2+Y,1/2-X,-Z) -(1/2-X,1/2-Z,Y) -(1/2+X,1/2-Z,-Y) -(1/2+X,1/2+Z,Y) -(1/2-X,1/2+Z,-Y) -(1/2-Z,1/2-Y,X) -(1/2-Z,1/2+Y,-X) -(1/2+Z,1/2-Y,-X) -(1/2+Z,1/2+Y,X) - -F M -3 C 192 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+X,1/2+Z,1/2-Y) -(1/2-X,1/2+Z,1/2+Y) -(1/2-X,1/2-Z,1/2-Y) -(1/2+X,1/2-Z,1/2+Y) -(1/2+Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2+X) -(1/2-Z,1/2-Y,1/2-X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,1/2-Z,1/2-Y) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,1/2+Z,1/2-Y) -(1/2-Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2-X) -(1/2+Z,1/2+Y,1/2+X) -(X,1/2+Y,1/2+Z) -(-X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2-Z) -(Z,1/2+X,1/2+Y) -(Z,1/2-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,1/2+Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,1/2-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(1/2+Y,X,-Z) -(1/2-Y,-X,-Z) -(1/2+Y,-X,Z) -(1/2-Y,X,Z) -(1/2+X,Z,-Y) -(1/2-X,Z,Y) -(1/2-X,-Z,-Y) -(1/2+X,-Z,Y) -(1/2+Z,Y,-X) -(1/2+Z,-Y,X) -(1/2-Z,Y,X) -(1/2-Z,-Y,-X) -(-X,1/2-Y,1/2-Z) -(X,1/2+Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(-X,1/2+Y,1/2+Z) -(-Z,1/2-X,1/2-Y) -(-Z,1/2+X,1/2+Y) -(Z,1/2+X,1/2-Y) -(Z,1/2-X,1/2+Y) -(-Y,1/2-Z,1/2-X) -(Y,1/2-Z,1/2+X) -(-Y,1/2+Z,1/2+X) -(Y,1/2+Z,1/2-X) -(1/2-Y,-X,Z) -(1/2+Y,X,Z) -(1/2-Y,X,-Z) -(1/2+Y,-X,-Z) -(1/2-X,-Z,Y) -(1/2+X,-Z,-Y) -(1/2+X,Z,Y) -(1/2-X,Z,-Y) -(1/2-Z,-Y,X) -(1/2-Z,Y,-X) -(1/2+Z,-Y,-X) -(1/2+Z,Y,X) -(1/2+X,Y,1/2+Z) -(1/2-X,-Y,1/2+Z) -(1/2-X,Y,1/2-Z) -(1/2+X,-Y,1/2-Z) -(1/2+Z,X,1/2+Y) -(1/2+Z,-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(1/2-Z,X,1/2-Y) -(1/2+Y,Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(Y,1/2+X,-Z) -(-Y,1/2-X,-Z) -(Y,1/2-X,Z) -(-Y,1/2+X,Z) -(X,1/2+Z,-Y) -(-X,1/2+Z,Y) -(-X,1/2-Z,-Y) -(X,1/2-Z,Y) -(Z,1/2+Y,-X) -(Z,1/2-Y,X) -(-Z,1/2+Y,X) -(-Z,1/2-Y,-X) -(1/2-X,-Y,1/2-Z) -(1/2+X,Y,1/2-Z) -(1/2+X,-Y,1/2+Z) -(1/2-X,Y,1/2+Z) -(1/2-Z,-X,1/2-Y) -(1/2-Z,X,1/2+Y) -(1/2+Z,X,1/2-Y) -(1/2+Z,-X,1/2+Y) -(1/2-Y,-Z,1/2-X) -(1/2+Y,-Z,1/2+X) -(1/2-Y,Z,1/2+X) -(1/2+Y,Z,1/2-X) -(-Y,1/2-X,Z) -(Y,1/2+X,Z) -(-Y,1/2+X,-Z) -(Y,1/2-X,-Z) -(-X,1/2-Z,Y) -(X,1/2-Z,-Y) -(X,1/2+Z,Y) -(-X,1/2+Z,-Y) -(-Z,1/2-Y,X) -(-Z,1/2+Y,-X) -(Z,1/2-Y,-X) -(Z,1/2+Y,X) -(1/2+X,1/2+Y,Z) -(1/2-X,1/2-Y,Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,1/2-Y,-Z) -(1/2+Z,1/2+X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,1/2-X,Y) -(1/2-Z,1/2+X,-Y) -(1/2+Y,1/2+Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,1/2-Z,X) -(Y,X,1/2-Z) -(-Y,-X,1/2-Z) -(Y,-X,1/2+Z) -(-Y,X,1/2+Z) -(X,Z,1/2-Y) -(-X,Z,1/2+Y) -(-X,-Z,1/2-Y) -(X,-Z,1/2+Y) -(Z,Y,1/2-X) -(Z,-Y,1/2+X) -(-Z,Y,1/2+X) -(-Z,-Y,1/2-X) -(1/2-X,1/2-Y,-Z) -(1/2+X,1/2+Y,-Z) -(1/2+X,1/2-Y,Z) -(1/2-X,1/2+Y,Z) -(1/2-Z,1/2-X,-Y) -(1/2-Z,1/2+X,Y) -(1/2+Z,1/2+X,-Y) -(1/2+Z,1/2-X,Y) -(1/2-Y,1/2-Z,-X) -(1/2+Y,1/2-Z,X) -(1/2-Y,1/2+Z,X) -(1/2+Y,1/2+Z,-X) -(-Y,-X,1/2+Z) -(Y,X,1/2+Z) -(-Y,X,1/2-Z) -(Y,-X,1/2-Z) -(-X,-Z,1/2+Y) -(X,-Z,1/2-Y) -(X,Z,1/2+Y) -(-X,Z,1/2-Y) -(-Z,-Y,1/2+X) -(-Z,Y,1/2-X) -(Z,-Y,1/2-X) -(Z,Y,1/2+X) - -F D -3 M 192 -(X,Y,Z) -(-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,-Y,1/2-Z) -(Z,X,Y) -(1/2+Z,-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,-Y) -(Y,Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(3/4+Y,1/4+X,3/4-Z) -(1/4-Y,1/4-X,1/4-Z) -(1/4+Y,3/4-X,3/4+Z) -(3/4-Y,3/4+X,1/4+Z) -(3/4+X,1/4+Z,3/4-Y) -(3/4-X,3/4+Z,1/4+Y) -(1/4-X,1/4-Z,1/4-Y) -(1/4+X,3/4-Z,3/4+Y) -(3/4+Z,1/4+Y,3/4-X) -(1/4+Z,3/4-Y,3/4+X) -(3/4-Z,3/4+Y,1/4+X) -(1/4-Z,1/4-Y,1/4-X) -(1/4-X,1/4-Y,1/4-Z) -(1/4+X,3/4+Y,3/4-Z) -(3/4+X,3/4-Y,1/4+Z) -(3/4-X,1/4+Y,3/4+Z) -(1/4-Z,1/4-X,1/4-Y) -(3/4-Z,1/4+X,3/4+Y) -(1/4+Z,3/4+X,3/4-Y) -(3/4+Z,3/4-X,1/4+Y) -(1/4-Y,1/4-Z,1/4-X) -(3/4+Y,3/4-Z,1/4+X) -(3/4-Y,1/4+Z,3/4+X) -(1/4+Y,3/4+Z,3/4-X) -(1/2-Y,-X,1/2+Z) -(Y,X,Z) -(-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,-Z) -(1/2-X,-Z,1/2+Y) -(1/2+X,1/2-Z,-Y) -(X,Z,Y) -(-X,1/2+Z,1/2-Y) -(1/2-Z,-Y,1/2+X) -(-Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,-X) -(Z,Y,X) -(X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-X,Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,-Y) -(-Z,-X,Y) -(1/2-Z,X,1/2-Y) -(Y,1/2+Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(-Y,-Z,X) -(3/4+Y,3/4+X,1/4-Z) -(1/4-Y,3/4-X,3/4-Z) -(1/4+Y,1/4-X,1/4+Z) -(3/4-Y,1/4+X,3/4+Z) -(3/4+X,3/4+Z,1/4-Y) -(3/4-X,1/4+Z,3/4+Y) -(1/4-X,3/4-Z,3/4-Y) -(1/4+X,1/4-Z,1/4+Y) -(3/4+Z,3/4+Y,1/4-X) -(1/4+Z,1/4-Y,1/4+X) -(3/4-Z,1/4+Y,3/4+X) -(1/4-Z,3/4-Y,3/4-X) -(1/4-X,3/4-Y,3/4-Z) -(1/4+X,1/4+Y,1/4-Z) -(3/4+X,1/4-Y,3/4+Z) -(3/4-X,3/4+Y,1/4+Z) -(1/4-Z,3/4-X,3/4-Y) -(3/4-Z,3/4+X,1/4+Y) -(1/4+Z,1/4+X,1/4-Y) -(3/4+Z,1/4-X,3/4+Y) -(1/4-Y,3/4-Z,3/4-X) -(3/4+Y,1/4-Z,3/4+X) -(3/4-Y,3/4+Z,1/4+X) -(1/4+Y,1/4+Z,1/4-X) -(1/2-Y,1/2-X,Z) -(Y,1/2+X,1/2+Z) -(-Y,X,-Z) -(1/2+Y,-X,1/2-Z) -(1/2-X,1/2-Z,Y) -(1/2+X,-Z,1/2-Y) -(X,1/2+Z,1/2+Y) -(-X,Z,-Y) -(1/2-Z,1/2-Y,X) -(-Z,Y,-X) -(1/2+Z,-Y,1/2-X) -(Z,1/2+Y,1/2+X) -(1/2+X,Y,1/2+Z) -(1/2-X,1/2-Y,Z) -(-X,1/2+Y,1/2-Z) -(X,-Y,-Z) -(1/2+Z,X,1/2+Y) -(Z,-X,-Y) -(1/2-Z,1/2-X,Y) -(-Z,1/2+X,1/2-Y) -(1/2+Y,Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,-Z,-X) -(1/2-Y,1/2-Z,X) -(1/4+Y,1/4+X,1/4-Z) -(3/4-Y,1/4-X,3/4-Z) -(3/4+Y,3/4-X,1/4+Z) -(1/4-Y,3/4+X,3/4+Z) -(1/4+X,1/4+Z,1/4-Y) -(1/4-X,3/4+Z,3/4+Y) -(3/4-X,1/4-Z,3/4-Y) -(3/4+X,3/4-Z,1/4+Y) -(1/4+Z,1/4+Y,1/4-X) -(3/4+Z,3/4-Y,1/4+X) -(1/4-Z,3/4+Y,3/4+X) -(3/4-Z,1/4-Y,3/4-X) -(3/4-X,1/4-Y,3/4-Z) -(3/4+X,3/4+Y,1/4-Z) -(1/4+X,3/4-Y,3/4+Z) -(1/4-X,1/4+Y,1/4+Z) -(3/4-Z,1/4-X,3/4-Y) -(1/4-Z,1/4+X,1/4+Y) -(3/4+Z,3/4+X,1/4-Y) -(1/4+Z,3/4-X,3/4+Y) -(3/4-Y,1/4-Z,3/4-X) -(1/4+Y,3/4-Z,3/4+X) -(1/4-Y,1/4+Z,1/4+X) -(3/4+Y,3/4+Z,1/4-X) -(-Y,-X,Z) -(1/2+Y,X,1/2+Z) -(1/2-Y,1/2+X,-Z) -(Y,1/2-X,1/2-Z) -(-X,-Z,Y) -(X,1/2-Z,1/2-Y) -(1/2+X,Z,1/2+Y) -(1/2-X,1/2+Z,-Y) -(-Z,-Y,X) -(1/2-Z,1/2+Y,-X) -(Z,1/2-Y,1/2-X) -(1/2+Z,Y,1/2+X) -(1/2+X,1/2+Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,Y,-Z) -(X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,Y) -(Z,1/2-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(-Z,X,-Y) -(1/2+Y,1/2+Z,X) -(-Y,Z,-X) -(Y,1/2-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/4+Y,3/4+X,3/4-Z) -(3/4-Y,3/4-X,1/4-Z) -(3/4+Y,1/4-X,3/4+Z) -(1/4-Y,1/4+X,1/4+Z) -(1/4+X,3/4+Z,3/4-Y) -(1/4-X,1/4+Z,1/4+Y) -(3/4-X,3/4-Z,1/4-Y) -(3/4+X,1/4-Z,3/4+Y) -(1/4+Z,3/4+Y,3/4-X) -(3/4+Z,1/4-Y,3/4+X) -(1/4-Z,1/4+Y,1/4+X) -(3/4-Z,3/4-Y,1/4-X) -(3/4-X,3/4-Y,1/4-Z) -(3/4+X,1/4+Y,3/4-Z) -(1/4+X,1/4-Y,1/4+Z) -(1/4-X,3/4+Y,3/4+Z) -(3/4-Z,3/4-X,1/4-Y) -(1/4-Z,3/4+X,3/4+Y) -(3/4+Z,1/4+X,3/4-Y) -(1/4+Z,1/4-X,1/4+Y) -(3/4-Y,3/4-Z,1/4-X) -(1/4+Y,1/4-Z,1/4+X) -(1/4-Y,3/4+Z,3/4+X) -(3/4+Y,1/4+Z,3/4-X) -(-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,Z) -(1/2-Y,X,1/2-Z) -(Y,-X,-Z) -(-X,1/2-Z,1/2+Y) -(X,-Z,-Y) -(1/2+X,1/2+Z,Y) -(1/2-X,Z,1/2-Y) -(-Z,1/2-Y,1/2+X) -(1/2-Z,Y,1/2-X) -(Z,-Y,-X) -(1/2+Z,1/2+Y,X) - -F D -3 C 192 -(X,Y,Z) -(-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,-Z) -(1/2+X,-Y,1/2-Z) -(Z,X,Y) -(1/2+Z,-X,1/2-Y) -(-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,-Y) -(Y,Z,X) -(1/2-Y,1/2+Z,-X) -(1/2+Y,-Z,1/2-X) -(-Y,1/2-Z,1/2+X) -(3/4+Y,1/4+X,3/4-Z) -(1/4-Y,1/4-X,1/4-Z) -(1/4+Y,3/4-X,3/4+Z) -(3/4-Y,3/4+X,1/4+Z) -(3/4+X,1/4+Z,3/4-Y) -(3/4-X,3/4+Z,1/4+Y) -(1/4-X,1/4-Z,1/4-Y) -(1/4+X,3/4-Z,3/4+Y) -(3/4+Z,1/4+Y,3/4-X) -(1/4+Z,3/4-Y,3/4+X) -(3/4-Z,3/4+Y,1/4+X) -(1/4-Z,1/4-Y,1/4-X) -(3/4-X,3/4-Y,3/4-Z) -(3/4+X,1/4+Y,1/4-Z) -(1/4+X,1/4-Y,3/4+Z) -(1/4-X,3/4+Y,1/4+Z) -(3/4-Z,3/4-X,3/4-Y) -(1/4-Z,3/4+X,1/4+Y) -(3/4+Z,1/4+X,1/4-Y) -(1/4+Z,1/4-X,3/4+Y) -(3/4-Y,3/4-Z,3/4-X) -(1/4+Y,1/4-Z,3/4+X) -(1/4-Y,3/4+Z,1/4+X) -(3/4+Y,1/4+Z,1/4-X) -(-Y,1/2-X,Z) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,X,-Z) -(Y,-X,1/2-Z) -(-X,1/2-Z,Y) -(X,-Z,1/2-Y) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,Z,-Y) -(-Z,1/2-Y,X) -(1/2-Z,Y,-X) -(Z,-Y,1/2-X) -(1/2+Z,1/2+Y,1/2+X) -(X,1/2+Y,1/2+Z) -(-X,-Y,Z) -(1/2-X,Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,-Y) -(-Z,-X,Y) -(1/2-Z,X,1/2-Y) -(Y,1/2+Z,1/2+X) -(1/2-Y,Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(-Y,-Z,X) -(3/4+Y,3/4+X,1/4-Z) -(1/4-Y,3/4-X,3/4-Z) -(1/4+Y,1/4-X,1/4+Z) -(3/4-Y,1/4+X,3/4+Z) -(3/4+X,3/4+Z,1/4-Y) -(3/4-X,1/4+Z,3/4+Y) -(1/4-X,3/4-Z,3/4-Y) -(1/4+X,1/4-Z,1/4+Y) -(3/4+Z,3/4+Y,1/4-X) -(1/4+Z,1/4-Y,1/4+X) -(3/4-Z,1/4+Y,3/4+X) -(1/4-Z,3/4-Y,3/4-X) -(3/4-X,1/4-Y,1/4-Z) -(3/4+X,3/4+Y,3/4-Z) -(1/4+X,3/4-Y,1/4+Z) -(1/4-X,1/4+Y,3/4+Z) -(3/4-Z,1/4-X,1/4-Y) -(1/4-Z,1/4+X,3/4+Y) -(3/4+Z,3/4+X,3/4-Y) -(1/4+Z,3/4-X,1/4+Y) -(3/4-Y,1/4-Z,1/4-X) -(1/4+Y,3/4-Z,1/4+X) -(1/4-Y,1/4+Z,3/4+X) -(3/4+Y,3/4+Z,3/4-X) -(-Y,-X,1/2+Z) -(1/2+Y,X,Z) -(1/2-Y,1/2+X,1/2-Z) -(Y,1/2-X,-Z) -(-X,-Z,1/2+Y) -(X,1/2-Z,-Y) -(1/2+X,Z,Y) -(1/2-X,1/2+Z,1/2-Y) -(-Z,-Y,1/2+X) -(1/2-Z,1/2+Y,1/2-X) -(Z,1/2-Y,-X) -(1/2+Z,Y,X) -(1/2+X,Y,1/2+Z) -(1/2-X,1/2-Y,Z) -(-X,1/2+Y,1/2-Z) -(X,-Y,-Z) -(1/2+Z,X,1/2+Y) -(Z,-X,-Y) -(1/2-Z,1/2-X,Y) -(-Z,1/2+X,1/2-Y) -(1/2+Y,Z,1/2+X) -(-Y,1/2+Z,1/2-X) -(Y,-Z,-X) -(1/2-Y,1/2-Z,X) -(1/4+Y,1/4+X,1/4-Z) -(3/4-Y,1/4-X,3/4-Z) -(3/4+Y,3/4-X,1/4+Z) -(1/4-Y,3/4+X,3/4+Z) -(1/4+X,1/4+Z,1/4-Y) -(1/4-X,3/4+Z,3/4+Y) -(3/4-X,1/4-Z,3/4-Y) -(3/4+X,3/4-Z,1/4+Y) -(1/4+Z,1/4+Y,1/4-X) -(3/4+Z,3/4-Y,1/4+X) -(1/4-Z,3/4+Y,3/4+X) -(3/4-Z,1/4-Y,3/4-X) -(1/4-X,3/4-Y,1/4-Z) -(1/4+X,1/4+Y,3/4-Z) -(3/4+X,1/4-Y,1/4+Z) -(3/4-X,3/4+Y,3/4+Z) -(1/4-Z,3/4-X,1/4-Y) -(3/4-Z,3/4+X,3/4+Y) -(1/4+Z,1/4+X,3/4-Y) -(3/4+Z,1/4-X,1/4+Y) -(1/4-Y,3/4-Z,1/4-X) -(3/4+Y,1/4-Z,1/4+X) -(3/4-Y,3/4+Z,3/4+X) -(1/4+Y,1/4+Z,3/4-X) -(1/2-Y,1/2-X,1/2+Z) -(Y,1/2+X,Z) -(-Y,X,1/2-Z) -(1/2+Y,-X,-Z) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,-Z,-Y) -(X,1/2+Z,Y) -(-X,Z,1/2-Y) -(1/2-Z,1/2-Y,1/2+X) -(-Z,Y,1/2-X) -(1/2+Z,-Y,-X) -(Z,1/2+Y,X) -(1/2+X,1/2+Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,Y,-Z) -(X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,Y) -(Z,1/2-X,1/2-Y) -(1/2-Z,-X,1/2+Y) -(-Z,X,-Y) -(1/2+Y,1/2+Z,X) -(-Y,Z,-X) -(Y,1/2-Z,1/2-X) -(1/2-Y,-Z,1/2+X) -(1/4+Y,3/4+X,3/4-Z) -(3/4-Y,3/4-X,1/4-Z) -(3/4+Y,1/4-X,3/4+Z) -(1/4-Y,1/4+X,1/4+Z) -(1/4+X,3/4+Z,3/4-Y) -(1/4-X,1/4+Z,1/4+Y) -(3/4-X,3/4-Z,1/4-Y) -(3/4+X,1/4-Z,3/4+Y) -(1/4+Z,3/4+Y,3/4-X) -(3/4+Z,1/4-Y,3/4+X) -(1/4-Z,1/4+Y,1/4+X) -(3/4-Z,3/4-Y,1/4-X) -(1/4-X,1/4-Y,3/4-Z) -(1/4+X,3/4+Y,1/4-Z) -(3/4+X,3/4-Y,3/4+Z) -(3/4-X,1/4+Y,1/4+Z) -(1/4-Z,1/4-X,3/4-Y) -(3/4-Z,1/4+X,1/4+Y) -(1/4+Z,3/4+X,1/4-Y) -(3/4+Z,3/4-X,3/4+Y) -(1/4-Y,1/4-Z,3/4-X) -(3/4+Y,3/4-Z,3/4+X) -(3/4-Y,1/4+Z,1/4+X) -(1/4+Y,3/4+Z,1/4-X) -(1/2-Y,-X,Z) -(Y,X,1/2+Z) -(-Y,1/2+X,-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-X,-Z,Y) -(1/2+X,1/2-Z,1/2-Y) -(X,Z,1/2+Y) -(-X,1/2+Z,-Y) -(1/2-Z,-Y,X) -(-Z,1/2+Y,-X) -(1/2+Z,1/2-Y,1/2-X) -(Z,Y,1/2+X) - -I M -3 M 96 -(X,Y,Z) -(-X,-Y,Z) -(-X,Y,-Z) -(X,-Y,-Z) -(Z,X,Y) -(Z,-X,-Y) -(-Z,-X,Y) -(-Z,X,-Y) -(Y,Z,X) -(-Y,Z,-X) -(Y,-Z,-X) -(-Y,-Z,X) -(Y,X,-Z) -(-Y,-X,-Z) -(Y,-X,Z) -(-Y,X,Z) -(X,Z,-Y) -(-X,Z,Y) -(-X,-Z,-Y) -(X,-Z,Y) -(Z,Y,-X) -(Z,-Y,X) -(-Z,Y,X) -(-Z,-Y,-X) -(-X,-Y,-Z) -(X,Y,-Z) -(X,-Y,Z) -(-X,Y,Z) -(-Z,-X,-Y) -(-Z,X,Y) -(Z,X,-Y) -(Z,-X,Y) -(-Y,-Z,-X) -(Y,-Z,X) -(-Y,Z,X) -(Y,Z,-X) -(-Y,-X,Z) -(Y,X,Z) -(-Y,X,-Z) -(Y,-X,-Z) -(-X,-Z,Y) -(X,-Z,-Y) -(X,Z,Y) -(-X,Z,-Y) -(-Z,-Y,X) -(-Z,Y,-X) -(Z,-Y,-X) -(Z,Y,X) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(1/2+Z,1/2-X,1/2-Y) -(1/2-Z,1/2-X,1/2+Y) -(1/2-Z,1/2+X,1/2-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,1/2-X) -(1/2-Y,1/2-Z,1/2+X) -(1/2+Y,1/2+X,1/2-Z) -(1/2-Y,1/2-X,1/2-Z) -(1/2+Y,1/2-X,1/2+Z) -(1/2-Y,1/2+X,1/2+Z) -(1/2+X,1/2+Z,1/2-Y) -(1/2-X,1/2+Z,1/2+Y) -(1/2-X,1/2-Z,1/2-Y) -(1/2+X,1/2-Z,1/2+Y) -(1/2+Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2+X) -(1/2-Z,1/2-Y,1/2-X) -(1/2-X,1/2-Y,1/2-Z) -(1/2+X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,1/2+Z) -(1/2-Z,1/2-X,1/2-Y) -(1/2-Z,1/2+X,1/2+Y) -(1/2+Z,1/2+X,1/2-Y) -(1/2+Z,1/2-X,1/2+Y) -(1/2-Y,1/2-Z,1/2-X) -(1/2+Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,1/2+X) -(1/2+Y,1/2+Z,1/2-X) -(1/2-Y,1/2-X,1/2+Z) -(1/2+Y,1/2+X,1/2+Z) -(1/2-Y,1/2+X,1/2-Z) -(1/2+Y,1/2-X,1/2-Z) -(1/2-X,1/2-Z,1/2+Y) -(1/2+X,1/2-Z,1/2-Y) -(1/2+X,1/2+Z,1/2+Y) -(1/2-X,1/2+Z,1/2-Y) -(1/2-Z,1/2-Y,1/2+X) -(1/2-Z,1/2+Y,1/2-X) -(1/2+Z,1/2-Y,1/2-X) -(1/2+Z,1/2+Y,1/2+X) - -I A -3 D 96 -(X,Y,Z) -(1/2-X,-Y,1/2+Z) -(-X,1/2+Y,1/2-Z) -(1/2+X,1/2-Y,-Z) -(Z,X,Y) -(1/2+Z,1/2-X,-Y) -(1/2-Z,-X,1/2+Y) -(-Z,1/2+X,1/2-Y) -(Y,Z,X) -(-Y,1/2+Z,1/2-X) -(1/2+Y,1/2-Z,-X) -(1/2-Y,-Z,1/2+X) -(3/4+Y,1/4+X,1/4-Z) -(3/4-Y,3/4-X,3/4-Z) -(1/4+Y,1/4-X,3/4+Z) -(1/4-Y,3/4+X,1/4+Z) -(3/4+X,1/4+Z,1/4-Y) -(1/4-X,3/4+Z,1/4+Y) -(3/4-X,3/4-Z,3/4-Y) -(1/4+X,1/4-Z,3/4+Y) -(3/4+Z,1/4+Y,1/4-X) -(1/4+Z,1/4-Y,3/4+X) -(1/4-Z,3/4+Y,1/4+X) -(3/4-Z,3/4-Y,3/4-X) -(-X,-Y,-Z) -(1/2+X,Y,1/2-Z) -(X,1/2-Y,1/2+Z) -(1/2-X,1/2+Y,Z) -(-Z,-X,-Y) -(1/2-Z,1/2+X,Y) -(1/2+Z,X,1/2-Y) -(Z,1/2-X,1/2+Y) -(-Y,-Z,-X) -(Y,1/2-Z,1/2+X) -(1/2-Y,1/2+Z,X) -(1/2+Y,Z,1/2-X) -(1/4-Y,3/4-X,3/4+Z) -(1/4+Y,1/4+X,1/4+Z) -(3/4-Y,3/4+X,1/4-Z) -(3/4+Y,1/4-X,3/4-Z) -(1/4-X,3/4-Z,3/4+Y) -(3/4+X,1/4-Z,3/4-Y) -(1/4+X,1/4+Z,1/4+Y) -(3/4-X,3/4+Z,1/4-Y) -(1/4-Z,3/4-Y,3/4+X) -(3/4-Z,3/4+Y,1/4-X) -(3/4+Z,1/4-Y,3/4-X) -(1/4+Z,1/4+Y,1/4+X) -(1/2+X,1/2+Y,1/2+Z) -(-X,1/2-Y,Z) -(1/2-X,Y,-Z) -(X,-Y,1/2-Z) -(1/2+Z,1/2+X,1/2+Y) -(Z,-X,1/2-Y) -(-Z,1/2-X,Y) -(1/2-Z,X,-Y) -(1/2+Y,1/2+Z,1/2+X) -(1/2-Y,Z,-X) -(Y,-Z,1/2-X) -(-Y,1/2-Z,X) -(1/4+Y,3/4+X,3/4-Z) -(1/4-Y,1/4-X,1/4-Z) -(3/4+Y,3/4-X,1/4+Z) -(3/4-Y,1/4+X,3/4+Z) -(1/4+X,3/4+Z,3/4-Y) -(3/4-X,1/4+Z,3/4+Y) -(1/4-X,1/4-Z,1/4-Y) -(3/4+X,3/4-Z,1/4+Y) -(1/4+Z,3/4+Y,3/4-X) -(3/4+Z,3/4-Y,1/4+X) -(3/4-Z,1/4+Y,3/4+X) -(1/4-Z,1/4-Y,1/4-X) -(1/2-X,1/2-Y,1/2-Z) -(X,1/2+Y,-Z) -(1/2+X,-Y,Z) -(-X,Y,1/2+Z) -(1/2-Z,1/2-X,1/2-Y) -(-Z,X,1/2+Y) -(Z,1/2+X,-Y) -(1/2+Z,-X,Y) -(1/2-Y,1/2-Z,1/2-X) -(1/2+Y,-Z,X) -(-Y,Z,1/2+X) -(Y,1/2+Z,-X) -(3/4-Y,1/4-X,1/4+Z) -(3/4+Y,3/4+X,3/4+Z) -(1/4-Y,1/4+X,3/4-Z) -(1/4+Y,3/4-X,1/4-Z) -(3/4-X,1/4-Z,1/4+Y) -(1/4+X,3/4-Z,1/4-Y) -(3/4+X,3/4+Z,3/4+Y) -(1/4-X,1/4+Z,3/4-Y) -(3/4-Z,1/4-Y,1/4+X) -(1/4-Z,1/4+Y,3/4-X) -(1/4+Z,3/4-Y,1/4-X) -(3/4+Z,3/4+Y,3/4+X) - -B 2 4 -(X,Y,Z) -(-X,-Y,Z) -(1/2+X,+Y,1/2+Z) -(1/2-X,-Y,1/2+Z) - -P 1 1 21 2 -(X,Y,Z) -(-X,-Y,1/2+Z) - -P 2 21 21 4 -(X,Y,Z) -(X,-Y,-Z) -(-X,1/2+Y,1/2-Z) -(-X,1/2-Y,1/2+Z) - -P 21 2 21 4 -(X,Y,Z) -(-X,Y,-Z) -(1/2+X,-Y,1/2-Z) -(1/2-X,-Y,1/2+Z) - -I 1 2 1 4 -(X,Y,Z) -(-X,Y,-Z) -(1/2+X,1/2+Y,1/2+Z) -(1/2-X,1/2+Y,1/2-Z) diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/atomtyping/AMBERTypes.dat --- a/CADDSuite-1.6/data/atomtyping/AMBERTypes.dat Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -CT 6 4 * * * * -C 6 3 * * * (XA1) -CN 6 3 * * [RG5,RG6,AR1.AR2.AR3] (C3,C3,N3(H)) -CB 6 3 * * [RG5,RG6,AR1.AR2.AR3] * -CR 6 3 * * [RG5,AR1.AR2.AR3] (N3,N3) -CR 6 3 * * [RG5,AR1.AR2.AR3] (N2,N3(H)) -CK 6 3 * * [RG5,AR1.AR2.AR3] (N2,N3) -CC 6 3 0 * [RG5,AR1.AR2.AR3] (C3,N3(C3,H)) -CC 6 3 0 * [RG5,AR1.AR2.AR3] (C3,N2(C3)) -CW 6 3 * * [RG5,AR1.AR2.AR3] (C3,N3(H)) -CV 6 3 * * [RG5,AR1.AR2.AR3] (C3,N2) -C* 6 3 * * [RG5,AR1.AR2.AR3] (C3,C3) -CQ 6 3 * * [RG6,AR1.AR2.AR3] (N2,N2) -CM 6 3 * * [RG6,AR1.AR2.AR3] (C3,C3(N2(C3(N3(C3))))) -CM 6 3 * * [RG6,AR1.AR2.AR3] (C3,C3(N3(C3(N3(C3))))) -CM 6 3 * * [RG6,AR1.AR2.AR3] (C3,N3(C3(N2(C3(C3))))) -CM 6 3 * * [RG6,AR1.AR2.AR3] (N3,C3(C3(N3(C3(N3))))) -CA 6 3 * * [AR1.AR2.AR3] * -CD 6 3 * * * (C3,C3) -CM 6 3 * * * * -CZ 6 2 * * * * -H 1 1 * * * (N) -HS 1 1 * * * (S) -HP 1 1 * * * (C(N4)) -HW 1 1 * * * (O(H1)) -HO 1 1 * * * (O) -H1 1 1 * 1 * (C4) -H2 1 1 * 2 * (C4) -H3 1 1 * 3 * (C4) -HC 1 1 * * * (C4) -H4 1 1 * 1 * (XX[AR1.AR2.AR3]) -H5 1 1 * 2 * (XX[AR1.AR2.AR3]) -HA 1 1 * * * (XX[AR1.AR2.AR3]) -F 9 1 * * * * -Cl 17 1 * * * * -Br 35 1 * * * * -I 53 1 * * * * -N1 7 1 * * * * -NB 7 2 * * [RG5,AR1.AR2.AR3] * -NC 7 2 * * [RG6,AR1.AR2.AR3] * -N2 7 -1 * * * (C3(N3,N3)) -NO 7 -1 * * * (O1,O1) -NA 7 3 1 * [RG5.RG6,AR1.AR2.AR3] * -N2 7 3 * * [NR] (XX[AR1.AR2.AR3]) -N* 7 3 * * [AR1.AR2.AR3] * -N 7 3 * * * (C3(XA1)) -NT 7 3 * * * * -N3 7 4 * * * * -O2 8 1 * * * (C(O1)) -O2 8 1 * * * (P) -O 8 1 * * * (C) -O 8 1 * * * (S) -OH 8 2 1 * * * -OW 8 2 2 * * * -OS 8 2 * * * * -SH 16 2 1 * * * -SH 16 2 2 * * * -S 16 2 * * * * -SO 16 4 * * * * -LP 0 -1 * * * * -DU -1 -1 * * * * diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/atomtyping/GAFFTypes.dat --- a/CADDSuite-1.6/data/atomtyping/GAFFTypes.dat Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,208 +0,0 @@ -cx 6 4 * * [RG3] * -cy 6 4 * * [RG4] * -c3 6 4 * * * * -c 6 3 * * [2DL] (XA1) -c 6 3 * * [1DB,0DL] (XA1) -c 6 3 * * [3sb] (XA1) -cz 6 3 * * * (N3,N3,N3) -cp 6 3 * * [AR1,1RG6] (XX[AR1],XX[AR1],XX[AR1]) -ca 6 3 * * [AR1] * -cc 6 3 * * [sb,db,AR2] (C3(C3)) -cc 6 3 * * [sb,db,AR2] (C3(C2)) -cc 6 3 * * [sb,db,AR2] (C3(XB2)) -cc 6 3 * * [sb,db,AR2] (XB2(XB2)) -cc 6 3 * * [sb,db,AR2] (XB2(C2)) -cc 6 3 * * [sb,db,AR2] (XB2(C3)) -cc 6 3 * * [sb,db,AR2] (C3[sb']) -cc 6 3 * * [sb,db,AR2] (XB2[sb']) -cc 6 3 * * [sb,db,AR2] (XD3[sb',db]) -cc 6 3 * * [sb,db,AR2] (XD4[sb',db]) -cc 6 3 * * [sb,db,AR3] (C3(C3)) -cc 6 3 * * [sb,db,AR3] (C3(C2)) -cc 6 3 * * [sb,db,AR3] (C3(XB2)) -cc 6 3 * * [sb,db,AR3] (XB2(XB2)) -cc 6 3 * * [sb,db,AR3] (XB2(C2)) -cc 6 3 * * [sb,db,AR3] (XB2(C3)) -cc 6 3 * * [sb,db,AR3] (C3[sb']) -cc 6 3 * * [sb,db,AR3] (XB2[sb']) -cc 6 3 * * [sb,db,AR3] (XD3[sb',db]) -cc 6 3 * * [sb,db,AR3] (XD4[sb',db]) -ce 6 3 * * [sb,db] (C3[SB']) -ce 6 3 * * [sb,db] (C2[SB']) -ce 6 3 * * [sb,db] (XB2[SB']) -ce 6 3 * * [sb,db] (XD3[SB',db]) -ce 6 3 * * [sb,db] (XD4[SB',db]) -cu 6 3 * * [RG3] * -cv 6 3 * * [RG4] * -c2 6 3 * * * * -cg 6 2 * * [sb,tb] (C2[SB']) -cg 6 2 * * [sb,tb] (C3[SB']) -cg 6 2 * * [sb,tb] (N1[SB']) -cg 6 2 * * [sb,tb] (XB2[SB']) -c1 6 2 * * * * -c1 6 1 * * * * -hn 1 1 * * * (N) -ho 1 1 * * * (O) -hs 1 1 * * * (S) -hp 1 1 * * * (P) -hx 1 1 * * * (C(N4)) -hw 1 1 * * * (O(H1)) -h3 1 1 * 3 * (C4) -h2 1 1 * 2 * (C4) -h1 1 1 * 1 * (C4) -hc 1 1 * * * (C4) -h5 1 1 * 2 * (C3) -h4 1 1 * 1 * (C3) -ha 1 1 * * * * -f 9 -1 * * * * -cl 17 -1 * * * * -br 35 -1 * * * * -i 53 -1 * * * * -pc 15 2 * * [sb,db,AR2] (C3(C3)) -pc 15 2 * * [sb,db,AR2] (C3(C2)) -pc 15 2 * * [sb,db,AR2] (C3(XB2)) -pc 15 2 * * [sb,db,AR2] (XB2(C3)) -pc 15 2 * * [sb,db,AR2] (XB2(C2)) -pc 15 2 * * [sb,db,AR2] (XB2(XB2)) -pc 15 2 * * [sb,db,AR2] (C3[sb']) -pc 15 2 * * [sb,db,AR2] (C2[sb']) -pc 15 2 * * [sb,db,AR2] (XB2[sb']) -pc 15 2 * * [sb,db,AR2] (XD3[sb',db]) -pc 15 2 * * [sb,db,AR2] (XD4[sb',db]) -pc 15 2 * * [sb,db,AR3] (C3(C3)) -pc 15 2 * * [sb,db,AR3] (C3(C2)) -pc 15 2 * * [sb,db,AR3] (C3(XB2)) -pc 15 2 * * [sb,db,AR3] (XB2(C3)) -pc 15 2 * * [sb,db,AR3] (XB2(C2)) -pc 15 2 * * [sb,db,AR3] (XB2(XB2)) -pc 15 2 * * [sb,db,AR3] (C3[sb']) -pc 15 2 * * [sb,db,AR3] (C2[sb']) -pc 15 2 * * [sb,db,AR3] (XB2[sb']) -pc 15 2 * * [sb,db,AR3] (XD3[sb',db]) -pc 15 2 * * [sb,db,AR3] (XD4[sb',db]) -pb 15 2 * * [AR1] * -pe 15 2 * * [sb,db] (C3[sb']) -pe 15 2 * * [sb,db] (C2[SB']) -pe 15 2 * * [sb,db] (XA1[SB']) -pe 15 2 * * [sb,db] (XB2[SB']) -pe 15 2 * * [sb,db] (XD3[SB',DB]) -pe 15 2 * * [sb,db] (XD4[SB',DB]) -p2 15 2 * * * * -p2 15 1 * * * * -px 15 3 * * [db] (XB2[sb']) -px 15 3 * * [db] (C3[sb']) -px 15 3 * * [db] (XD3[sb',db]) -px 15 3 * * [db] (XD4[sb',db]) -p4 15 3 * * [db] (XA1) -p3 15 3 * * * * -py 15 4 * * [db] (XB2[sb']) -py 15 4 * * [db] (C3[sb']) -py 15 4 * * [db] (XD3[sb',db]) -py 15 4 * * [db] (XD4[sb',db]) -p5 15 4 * * * * -p5 15 5 * * * * -p5 15 6 * * * * -n 7 3 * * * (C3(XA1)) -n4 7 4 * * * * -no 7 3 * * * (O1,O1) -na 7 3 * * [AR1.AR2.AR3] * -nh 7 3 * * * (XX[AR1.AR2.AR3]) -nh 7 3 * * * (C3[DB]) -nh 7 3 * * * (N2[DB]) -nh 7 3 * * * (P2[DB]) -n3 7 3 * * * * -nb 7 2 * * [AR1] * -nc 7 2 * * [sb,db,AR2] (C3(C3)) -nc 7 2 * * [sb,db,AR2] (C3(C2)) -nc 7 2 * * [sb,db,AR2] (C3(XB2)) -nc 7 2 * * [sb,db,AR2] (XB2(C3)) -nc 7 2 * * [sb,db,AR2] (XB2(C2)) -nc 7 2 * * [sb,db,AR2] (XB2(XB2)) -nc 7 2 * * [sb,db,AR2] (C3[sb']) -nc 7 2 * * [sb,db,AR2] (XB2[sb']) -nc 7 2 * * [sb,db,AR2] (XD3[sb',db]) -nc 7 2 * * [sb,db,AR2] (XD4[sb',db]) -nc 7 2 * * [sb,db,AR3] (C3(C3)) -nc 7 2 * * [sb,db,AR3] (C3(C2)) -nc 7 2 * * [sb,db,AR3] (C3(XB2)) -nc 7 2 * * [sb,db,AR3] (XB2(C3)) -nc 7 2 * * [sb,db,AR3] (XB2(C2)) -nc 7 2 * * [sb,db,AR3] (XB2(XB2)) -nc 7 2 * * [sb,db,AR3] (C3[sb']) -nc 7 2 * * [sb,db,AR3] (XB2[sb']) -nc 7 2 * * [sb,db,AR3] (XD3[sb',db]) -nc 7 2 * * [sb,db,AR3] (XD4[sb',db]) -ne 7 2 * * [sb,db] (C2[SB']) -ne 7 2 * * [sb,db] (C3[SB']) -ne 7 2 * * [sb,db] (XA1[SB']) -ne 7 2 * * [sb,db] (XB2[SB']) -ne 7 2 * * [sb,db] (XD3[SB',db]) -ne 7 2 * * [sb,db] (XD4[SB',db]) -n1 7 2 * * [2db] * -n1 7 2 * * [tb,sb] * -n2 7 2 * * * * -n1 7 1 * * * * -o 8 1 * * * * -oh 8 2 1 * * * -oh 8 2 2 * * * -oh 8 3 1 * * * -oh 8 3 2 * * * -oh 8 3 3 * * * -os 8 2 * * * * -os 8 3 * * * * -os 8 -1 * * * * -s 16 1 * * * * -s2 16 2 * * [DB] * -s2 16 2 * * [TB] * -sh 16 2 1 * * * -sh 16 2 2 * * * -ss 16 2 * * * * -sx 16 3 * * [db] (XB2[sb']) -sx 16 3 * * [db] (C3[sb']) -sx 16 3 * * [db] (XD3[sb',db]) -sx 16 3 * * [db] (XD4[sb',db]) -s4 16 3 * * * * -sy 16 4 * * [db] (XB2[sb']) -sy 16 4 * * [db] (C3[sb']) -sy 16 4 * * [db] (XD3[sb',db]) -sy 16 4 * * [db] (XD4[sb',db]) -s6 16 4 * * * * -s6 16 5 * * * * -s6 16 6 * * * * -Li 3 -1 * * * * -Be 4 -1 * * * * -B 5 -1 * * * * -Na 11 -1 * * * * -Mg 12 -1 * * * * -Al 13 -1 * * * * -Si 14 -1 * * * * -K 19 -1 * * * * -Ca 20 -1 * * * * -Sr 38 -1 * * * * -Ba 56 -1 * * * * -Sc 21 -1 * * * * -Ti 22 -1 * * * * -V 23 -1 * * * * -Cr 24 -1 * * * * -Mn 25 -1 * * * * -Fe 26 -1 * * * * -Co 27 -1 * * * * -Ni 28 -1 * * * * -Cu 29 -1 * * * * -Zn 30 -1 * * * * -Ga 31 -1 * * * * -Ge 32 -1 * * * * -As 33 -1 * * * * -Se 34 -1 * * * * -Ru 44 -1 * * * * -Rh 45 -1 * * * * -Pd 46 -1 * * * * -Ag 47 -1 * * * * -Cd 48 -1 * * * * -Pt 78 -1 * * * * -Au 79 -1 * * * * -Hg 80 -1 * * * * -Tl 81 -1 * * * * -Pb 82 -1 * * * * -lp 0 1 * * * * -DU -1 -1 * * * * diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/atomtyping/SYBYLTypes.dat --- a/CADDSuite-1.6/data/atomtyping/SYBYLTypes.dat Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ -C.3 6 4 * * * * -C.cat 6 3 * * * (N3,N3,N3) -C.ar 6 3 * * [AR1] * -C.2 6 3 * * * * -C.1 6 2 * * * * -C.1 6 1 * * * * -H 1 -1 * * * * -F 9 -1 * * * * -Cl 17 -1 * * * * -Br 35 -1 * * * * -I 53 -1 * * * * -P.3 15 -1 * * * * -N.4 7 4 * * * * -N.am 7 3 * * * (C3(XA1)) -N.pl3 7 3 * * * (O1,O1) -N.pl3 7 3 * * [AR1.AR2.AR3] * -N.3 7 3 * * * * -N.ar 7 2 * * [AR1] * -N.2 7 2 * * * * -N.1 7 1 * * * * -O.co2 8 1 * * * (C3(O1)) -O.co2 8 1 * * * (P(O1)) -O.2 8 1 * * * * -O.3 8 2 * * * * -S.2 16 1 * * * * -S.3 16 2 * * * * -S.o 16 3 * * * (O1[DB']) -S.o2 16 4 * * * (O1[DB'],O1[DB']) -s.3 16 -1 * * * * -Li 3 -1 * * * * -Be 4 -1 * * * * -B 5 -1 * * * * -Na 11 -1 * * * * -Mg 12 -1 * * * * -Al 13 -1 * * * * -Si 14 -1 * * * * -K 19 -1 * * * * -Ca 20 -1 * * * * -Sr 38 -1 * * * * -Ba 56 -1 * * * * -Sc 21 -1 * * * * -Ti 22 -1 * * * * -V 23 -1 * * * * -Cr 24 -1 * * * * -Mn 25 -1 * * * * -Fe 26 -1 * * * * -Co 27 -1 * * * * -Ni 28 -1 * * * * -Cu 29 -1 * * * * -Zn 30 -1 * * * * -Ga 31 -1 * * * * -Ge 32 -1 * * * * -As 33 -1 * * * * -Se 34 -1 * * * * -Ru 44 -1 * * * * -Rh 45 -1 * * * * -Pd 46 -1 * * * * -Ag 47 -1 * * * * -Cd 48 -1 * * * * -Pt 78 -1 * * * * -Au 79 -1 * * * * -Hg 80 -1 * * * * -Tl 81 -1 * * * * -Pb 82 -1 * * * * -lp 0 1 * * * * -ANY -1 -1 * * * * * diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/bond_lengths/BondOrder.xml --- a/CADDSuite-1.6/data/bond_lengths/BondOrder.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,366 +0,0 @@ - - - - - - H - SMARTS([#1+]) - 0 - - - H - SMARTS([#1]) - 0 - - - F - SMARTS(F) - 64 - 0 - 64 - - - Br - SMARTS(Br) - 64 - 0 - 64 - - - I - SMARTS(I) - 64 - 0 - 64 - - - C - SMARTS([$([#6D1](~[#7D2]))]) - 0 - 1 - 32 - - - C - SMARTS([#6D1]) - 1 - 0 - 32 - - - C - SMARTS([#6]) - 64 - 32 - 0 - 32 - 64 - - - Si - SMARTS(Si) - 0 - - - N - SMARTS([$([#7D1](~[#7D2]))]) - 0 - 0 - - - N - SMARTS([#7D1]) - 3 - 0 - 32 - - - N - SMARTS([$([#7D2](~[#7D1]))]) - 1 - 0 - - - N - SMARTS([#7D2]) - 4 - 0 - 2 - - - N - SMARTS([$([#7D3](~[#8D1-,#16D1-])~[#8D1,#16D1])]) - 32 - 0 - 32 - 64 - - - N - SMARTS([$([#7D3](~[#8D1,#16D1])~[#8D1,#16D1])]) - 64 - 32 - 0 - 32 - - - N - - SMARTS([$([#7D3](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1]))]) - 1 - 0 - - - N - SMARTS([#7D3]) - 32 - 0 - 1 - 2 - - - N - SMARTS([#7D4+]) - 32 - 0 - - - N - SMARTS([#7D4]) - 64 - 0 - 64 - - - N - SMARTS([#7D5]) - 0 - - - O - SMARTS([#8D1-]) - 0 - 32 - - - O - SMARTS([$([#8D1](~[#6D3]~[#8D1,#16D1]))]) - 0 - 0 - - - O - SMARTS([#7D3](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1])) AND element(O) - 0 - 1 - - - O - SMARTS([#8D1]) - 1 - 0 - 64 - - - O - SMARTS([#8D2]) - 32 - 0 - 64 - - - O - SMARTS([#8D3]) - 0 - - - P - SMARTS(#15D1) - 2 - 0 - 32 - - - P - SMARTS(#15D2) - 4 - 0 - 2 - - - P - SMARTS(#15D3) - 32 - 0 - 1 - 2 - - - P - - SMARTS([$([#15D4](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1,#8D1-,#16D1-])(~[#8D1-,#16D1-]))]) - 0 - 32 - - - P - - SMARTS([$([#15D4](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1])(~[#8D1,#16D1]))]) - 32 - 0 - 32 - - - P - SMARTS([$([#15D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1]))]) - 32 - 0 - - - P - - SMARTS(#15D4) - 64 - 1 - 0 - 32 - - - S - SMARTS([#7D3](~[#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1])) AND element(S) - 0 - 1 - - - S - SMARTS([$([#16D1](~[#6D3]~[#8D1,#16D1]))]) - 0 - 0 - - - S - SMARTS([#16D1]) - 2 - 0 - 64 - - - S - SMARTS([#16D2]) - 2 - 0 - 64 - - - S - SMARTS([#16D3]) - 1 - 0 - 2 - 2 - - - S - SMARTS([$([#16D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1]))]) - 0 - 32 - - - S - SMARTS([$([#16D4](~[#8D1-,#16D1-])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1]))]) - 0 - - - S - SMARTS([$([#16D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1]))]) - 32 - 0 - - - S - SMARTS([$([#16D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1]))]) - 32 - 0 - - - S - SMARTS([#16D4]) - 4 - 2 - 0 - - - S - SMARTS([#16D5]) - 2 - 0 - - - - Li - SMARTS([#3]) - 0 - - - Na - SMARTS([#11]) - 0 - - - Mg - SMARTS([#12]) - 0 - - - K - SMARTS([#19]) - 0 - - - Ca - SMARTS([#20]) - 0 - - - Cu - SMARTS([#29]) - 0 - - - Zn - SMARTS([#30]) - 0 - - - Fe - SMARTS([#26]) - 0 - - - Cl - SMARTS([#17-]) - 0 - - - Cl - SMARTS([#17]) - 64 - 0 - 64 - 128 - 128 - -
diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/bond_lengths/BondOrderGAFF.xml --- a/CADDSuite-1.6/data/bond_lengths/BondOrderGAFF.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,306 +0,0 @@ - - - - - H - SMARTS([#1]) - 64 - 0 - 64 - - - F - SMARTS(F) - 64 - 0 - 64 - - - Cl - SMARTS(Cl) - 64 - 0 - 64 - - - Br - SMARTS(Br) - 64 - 0 - 64 - - - I - SMARTS(I) - 64 - 0 - 64 - - - C - SMARTS([$([#6D1](~[#7D2]))]) - - 0 - 1 - 32 - - - C - SMARTS([#6D1]) - 1 - 0 - 32 - - - C - SMARTS([$([#6D3](~[#8D1,#16D1])(~[#8D1,#16D1]))]) - 32 - 0 - 32 - - - C - SMARTS([#6]) - 64 - 32 - 0 - 32 - 64 - - - Si - SMARTS([#14]) - 0 - - - N - SMARTS([$([#7D1](~[#7D2]))]) - 0 - 0 - - - N - SMARTS([#7D1]) - 3 - 0 - 32 - - - N - SMARTS([$([#7D2](~[#7D1]))]) - 1 - 0 - - - N - SMARTS([#7D2]) - 4 - 0 - 2 - - - N - SMARTS([$([#7D3](~[#8D1,#16D1])~[#8D1,#16D1])]) - 64 - 32 - 0 - 32 - - - N - - SMARTS([$([#7D3](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1]))]) - 1 - 0 - - - N - SMARTS([#7D3]) - 32 - 0 - 1 - 2 - - - N - SMARTS([#7D4]) - 64 - 0 - 64 - - - O - SMARTS([#7D3](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1])) AND element(O) - 0 - 1 - - - O - SMARTS([#8D1]) - 1 - 0 - 64 - - - O - SMARTS([#8D2]) - 32 - 0 - 64 - - - P - SMARTS(#15D1) - 2 - 0 - 32 - - - P - SMARTS(#15D2) - 4 - 0 - 2 - - - P - SMARTS(#15D3) - 32 - 0 - 1 - 2 - - - P - - SMARTS([$([#15D4](~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1])(~[#8D1,#16D1]))]) - 32 - 0 - 32 - - - P - SMARTS([$([#15D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1]))]) - 32 - 0 - - - P - - SMARTS(#15D4) - 64 - 1 - 0 - 32 - - - S - SMARTS([#7D3](~[#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1])) AND element(S) - 0 - 1 - - - S - SMARTS([#16D1]) - 2 - 0 - 64 - - - S - SMARTS([#16D2]) - - 2 - 0 - 64 - - - S - SMARTS([#16D3]) - 1 - 0 - 2 - 2 - - - S - SMARTS([$([#16D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1])(~[!#8&!#16,!D1]))]) - 0 - 32 - - - S - SMARTS([$([#16D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[!#8&!#16,!D1]))]) - 32 - 0 - - - S - SMARTS([$([#16D4](~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1])(~[#8D1,#16D1]))]) - 32 - 0 - - - S - SMARTS([#16D4]) - 4 - 2 - 0 - - - - Li - SMARTS([#3]) - 0 - - - Na - SMARTS([#11]) - 0 - - - Mg - SMARTS([#12]) - 0 - - - K - SMARTS([#19]) - 0 - - - Ca - SMARTS([#20]) - 0 - - - Cu - SMARTS([#29]) - 0 - - - Zn - SMARTS([#30]) - 0 - - -
diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/bond_lengths/bond_lengths.db --- a/CADDSuite-1.6/data/bond_lengths/bond_lengths.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,257 +0,0 @@ -BondLengthsDB - 1 - Names - Hydrogen - H - - Partners - 6 - BondLengths - max1.15 - single1.09 - min0.95 - - - 7 - BondLengths - max1.10 - single1.03 - min0.9 - - - 8 - BondLengths - max1.1 - single0.96 - min0.9 - - - 15 - BondLengths - max1.5 - single1.0 - min0.9 - - - 16 - BondLengths - max1.5 - single1.34 - min1.1 - - - - - 6 - Names - Carbon - C - - Partners - 6 - BondLengths - max1.75 - single1.47 - aromatic1.39 - double1.34 - triple1.18 - min1.15 - - - 7 - BondLengths - max1.65 - single1.38 - aromatic1.33 - double1.29 - triple1.15 - min1.1 - - - 8 - BondLengths - max1.55 - single1.42 - double1.20 - min1.10 - - - 9 - BondLengths - max1.45 - single1.38 - min1.0 - - - 15 - BondLengths - max1.95 - single1.8 - min1.7 - - - 16 - BondLengths - max1.95 - single1.70 - double1.63 - min1.5 - - - 17 - BondLengths - max1.9 - single1.8 - min1.0 - - - 35 - BondLengths - max2.05 - single1.96 - min1.0 - - - 53 - BondLengths - max2.3 - single2.1 - min1.0 - - - - - 7 - Names - Nitrogen - N - - Partners - 7 - BondLengths - max1.55 - single1.40 - aromatic1.32 - double1.22 - min1.0 - - - 8 - BondLengths - max1.5 - single1.4 - double1.21 - min1.15 - - - 9 - BondLengths - max1.5 - single1.35 - min1.25 - - - 15 - BondLengths - max1.8 - single1.68 - aromatic1.60 - double1.58 - min1.5 - - - 16 - BondLengths - max1.80 - single1.65 - aromatic1.56 - double1.54 - min1.50 - - - 17 - BondLengths - max1.85 - single1.74 - min1.65 - - - 35 - BondLengths - max2.0 - single1.84 - min1.7 - - - - - 8 - Names - Oxygen - O - - Partners - 8 - BondLengths - max1.55 - single1.47 - min1.40 - - - 15 - BondLengths - max1.75 - single1.59 - double1.49 - min1.40 - - - 16 - BondLengths - max1.75 - single1.56 - double1.43 - min1.38 - - - - - 15 - Names - Phosphorus - P - - Partners - 15 - BondLengths - max2.3 - single2.2 - double2.0 - min1.9 - - - 16 - BondLengths - max2.2 - double1.95 - min1.85 - - - - - 16 - Names - Sulfur - S - - Partners - 16 - BondLengths - max2.2 - single2.07 - min1.9 - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/bond_lengths/bond_lengths_mmff94.ini --- a/CADDSuite-1.6/data/bond_lengths/bond_lengths_mmff94.ini Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1505 +0,0 @@ -[BondLengths] -key:I key:deg_I key:J key:deg_J key:order value:r0 -@unit_r0=Angstrom -; -; -; I deg_I J deg_J order r0 - --- ------- --- ------- ------- --------- - C 1 C 1 1 1.508 - C 1 C 2 1 1.508 - C 1 C 3 1 1.508 - C 1 C 4 1 1.5086 - C 2 C 1 1 1.508 - C 2 C 2 1 1.5086 - C 2 C 3 1 1.5072 - C 2 C 4 1 1.5093 - C 3 C 1 1 1.508 - C 3 C 2 1 1.5072 - C 3 C 3 1 1.5066 - C 3 C 4 1 1.51 - C 4 C 1 1 1.5086 - C 4 C 2 1 1.5093 - C 4 C 3 1 1.51 - C 4 C 4 1 1.5121 - C 1 C 1 2 1.333 - C 1 C 2 2 1.333 - C 1 C 3 2 1.3333 - C 1 C 4 2 1.344 - C 2 C 1 2 1.333 - C 2 C 2 2 1.3333 - C 2 C 3 2 1.3341 - C 2 C 4 2 1.3453 - C 3 C 1 2 1.3333 - C 3 C 2 2 1.3341 - C 3 C 3 2 1.3358 - C 3 C 4 2 1.3477 - C 4 C 1 2 1.344 - C 4 C 2 2 1.3453 - C 4 C 3 2 1.3477 - C 4 C 4 2 1.3624 - C 1 C 1 3 1.192 - C 1 C 2 3 1.4529 - C 1 C 3 3 1.192 - C 1 C 4 3 1.1917 - C 2 C 1 3 1.452 - C 2 C 2 3 1.211 - C 2 C 3 3 1.3034 - C 2 C 4 3 1.4768 - C 3 C 1 3 1.192 - C 3 C 2 3 1.299 - C 3 C 3 3 1.3358 - C 3 C 4 3 1.4835 - C 4 C 1 3 1.1917 - C 4 C 2 3 1.468 - C 4 C 3 3 1.4833 - C 4 C 4 3 1.5121 - C 1 N 1 1 1.4556 - C 1 N 2 1 1.4556 - C 1 N 3 1 1.451 - C 1 N 4 1 1.4801 - C 1 N 5 1 1.5343 - C 2 N 1 1 1.4556 - C 2 N 3 1 1.4508 - C 2 N 4 1 1.4808 - C 3 N 1 1 1.4556 - C 3 N 3 1 1.4507 - C 3 N 4 1 1.4814 - C 4 N 1 1 1.4545 - C 4 N 3 1 1.452 - C 4 N 4 1 1.4757 - C 1 N 1 2 1.29 - C 1 N 2 2 1.29 - C 1 N 3 2 1.28 - C 1 N 4 2 1.2913 - C 1 N 5 2 1.2904 - C 2 N 1 2 1.29 - C 2 N 2 2 1.289 - C 2 N 3 2 1.2811 - C 2 N 4 2 1.2904 - C 2 N 5 2 1.2901 - C 3 N 1 2 1.2866 - C 3 N 2 2 1.2868 - C 3 N 3 2 1.2798 - C 3 N 4 2 1.2881 - C 3 N 5 2 1.2904 - C 4 N 1 2 1.3265 - C 4 N 2 2 1.3277 - C 4 N 3 2 1.29 - C 4 N 4 2 1.3347 - C 4 N 5 2 1.3364 - C 1 N 1 3 1.3756 - C 1 N 2 3 1.2075 - C 1 N 3 3 1.3756 - C 1 N 4 3 1.4018 - C 1 N 5 3 1.4163 - C 2 N 1 3 1.1897 - C 3 N 1 3 1.1154 - C 4 N 1 3 1.3758 - C 1 O 1 1 1.402 - C 1 O 2 1 1.418 - C 1 O 3 1 1.402 - C 2 O 1 1 1.402 - C 2 O 2 1 1.4184 - C 2 O 3 1 1.4023 - C 3 O 1 1 1.402 - C 3 O 2 1 1.4176 - C 3 O 3 1 1.4025 - C 4 O 1 1 1.3246 - C 4 O 2 1 1.4157 - C 4 O 3 1 1.4014 - C 1 O 1 2 1.222 - C 1 O 2 2 1.29 - C 1 O 3 2 1.222 - C 2 O 1 2 1.222 - C 2 O 2 2 1.2905 - C 3 O 1 2 1.2246 - C 3 O 2 2 1.2928 - C 4 O 1 2 1.2649 - C 4 O 2 2 1.3136 - C 1 O 1 3 1.062 - C 1 O 2 3 1.062 - C 1 O 3 3 1.062 - C 2 O 1 3 1.3947 - C 2 O 3 3 1.4092 - C 3 O 1 3 1.0599 - C 3 O 3 3 1.3525 - C 4 O 1 3 1.0617 - C 4 O 3 3 1.4161 - C 1 P 1 1 1.8346 - C 1 P 2 1 1.8347 - C 1 P 3 1 1.83 - C 1 P 4 1 1.7992 - C 1 P 5 1 2.0222 - C 1 P 6 1 2.2431 - C 2 P 1 1 1.8347 - C 2 P 3 1 1.8304 - C 2 P 4 1 1.7982 - C 3 P 1 1 1.8347 - C 3 P 3 1 1.8299 - C 3 P 4 1 1.7971 - C 4 P 1 1 1.8321 - C 4 P 3 1 1.8344 - C 4 P 4 1 1.7955 - C 1 P 1 2 1.6347 - C 1 P 2 2 1.71 - C 1 P 3 2 1.6346 - C 1 P 4 2 1.6475 - C 1 P 5 2 1.6547 - C 1 P 6 2 1.6704 - C 2 P 1 2 1.6347 - C 2 P 2 2 1.7099 - C 3 P 1 2 1.6347 - C 3 P 2 2 1.7011 - C 4 P 1 2 1.6743 - C 4 P 2 2 1.7554 - C 1 P 1 3 1.4947 - C 1 P 2 3 1.4947 - C 1 P 3 3 1.4947 - C 1 P 4 3 1.5018 - C 1 P 5 3 1.5058 - C 1 P 6 3 1.5137 - C 2 P 1 3 1.7624 - C 3 P 1 3 1.4947 - C 4 P 1 3 1.494 - C 1 S 1 1 1.801 - C 1 S 2 1 1.805 - C 1 S 3 1 1.805 - C 1 S 4 1 1.7882 - C 1 S 5 1 1.779 - C 1 S 6 1 1.7789 - C 2 S 1 1 1.801 - C 2 S 2 1 1.8055 - C 2 S 3 1 1.805 - C 2 S 4 1 1.7875 - C 2 S 5 1 1.778 - C 2 S 6 1 1.7802 - C 3 S 1 1 1.801 - C 3 S 2 1 1.8052 - C 3 S 3 1 1.8051 - C 3 S 4 1 1.7868 - C 3 S 5 1 1.777 - C 3 S 6 1 1.777 - C 4 S 1 1 1.8265 - C 4 S 2 1 1.804 - C 4 S 3 1 1.8042 - C 4 S 4 1 1.786 - C 4 S 5 1 1.7765 - C 4 S 6 1 1.7805 - C 1 S 1 2 1.665 - C 1 S 2 2 1.665 - C 1 S 3 2 1.665 - C 1 S 4 2 1.6803 - C 1 S 5 2 1.6889 - C 1 S 6 2 1.7087 - C 2 S 1 2 1.665 - C 3 S 1 2 1.6701 - C 4 S 1 2 1.7243 - C 1 S 1 3 1.4584 - C 1 S 2 3 1.4584 - C 1 S 3 3 1.4584 - C 1 S 4 3 1.4502 - C 1 S 5 3 1.4442 - C 1 S 6 3 1.4468 - C 2 S 1 3 1.7357 - C 2 S 2 3 1.7594 - C 2 S 3 3 1.7704 - C 2 S 4 3 1.741 - C 2 S 5 3 1.7226 - C 2 S 6 3 1.7233 - C 3 S 1 3 1.7187 - C 3 S 2 3 1.7203 - C 3 S 3 3 1.7213 - C 3 S 4 3 1.6958 - C 3 S 5 3 1.6865 - C 3 S 6 3 1.6844 - C 4 S 1 3 1.8039 - C 4 S 2 3 1.804 - C 4 S 3 3 1.8042 - C 4 S 4 3 1.786 - C 4 S 5 3 1.7765 - C 4 S 6 3 1.7805 - C 1 H 1 1 1.093 - C 2 H 1 1 1.093 - C 3 H 1 1 1.093 - C 4 H 1 1 1.0922 - C 1 H 1 2 1.083 - C 2 H 1 2 1.083 - C 3 H 1 2 1.0826 - C 4 H 1 2 1.0922 - C 1 H 1 3 1.0907 - C 2 H 1 3 1.0701 - C 3 H 1 3 1.0826 - C 4 H 1 3 1.0922 - C 1 Cl 1 1 1.773 - C 1 Cl 2 1 1.773 - C 1 Cl 3 1 1.773 - C 1 Cl 4 1 1.7993 - C 2 Cl 1 1 1.773 - C 3 Cl 1 1 1.773 - C 4 Cl 1 1 1.767 - C 1 Cl 1 2 1.72 - C 1 Cl 2 2 1.72 - C 1 Cl 3 2 1.72 - C 1 Cl 4 2 1.7425 - C 2 Cl 1 2 1.72 - C 3 Cl 1 2 1.7018 - C 4 Cl 1 2 1.767 - C 1 Cl 1 3 1.4231 - C 1 Cl 2 3 1.4231 - C 1 Cl 3 3 1.4231 - C 1 Cl 4 3 1.4294 - C 2 Cl 1 3 1.774 - C 3 Cl 1 3 1.7018 - C 4 Cl 1 3 1.767 - N 1 C 1 1 1.4556 - N 1 C 2 1 1.4556 - N 1 C 3 1 1.4556 - N 1 C 4 1 1.4545 - N 2 C 1 1 1.4556 - N 3 C 1 1 1.451 - N 3 C 2 1 1.4508 - N 3 C 3 1 1.4507 - N 3 C 4 1 1.452 - N 4 C 1 1 1.4801 - N 4 C 2 1 1.4808 - N 4 C 3 1 1.4814 - N 4 C 4 1 1.4757 - N 5 C 1 1 1.5343 - N 1 C 1 2 1.29 - N 1 C 2 2 1.29 - N 1 C 3 2 1.2866 - N 1 C 4 2 1.3265 - N 2 C 1 2 1.29 - N 2 C 2 2 1.289 - N 2 C 3 2 1.2868 - N 2 C 4 2 1.3278 - N 3 C 1 2 1.28 - N 3 C 2 2 1.2811 - N 3 C 3 2 1.2798 - N 3 C 4 2 1.29 - N 4 C 1 2 1.2913 - N 4 C 2 2 1.2904 - N 4 C 3 2 1.2881 - N 4 C 4 2 1.3347 - N 5 C 1 2 1.2904 - N 5 C 2 2 1.29 - N 5 C 3 2 1.2894 - N 5 C 4 2 1.3364 - N 1 C 1 3 1.3756 - N 1 C 2 3 1.1897 - N 1 C 3 3 1.1154 - N 1 C 4 3 1.3758 - N 2 C 1 3 1.2047 - N 3 C 1 3 1.3756 - N 4 C 1 3 1.4018 - N 5 C 1 3 1.4163 - N 1 N 1 1 1.452 - N 1 N 2 1 1.452 - N 1 N 3 1 1.452 - N 1 N 4 1 1.4477 - N 1 N 5 1 1.559 - N 2 N 1 1 1.452 - N 3 N 1 1 1.452 - N 3 N 3 1 1.4347 - N 3 N 4 1 1.4209 - N 4 N 1 1 1.4477 - N 4 N 3 1 1.4209 - N 4 N 4 1 1.5959 - N 5 N 1 1 1.559 - N 1 N 1 2 1.243 - N 1 N 2 2 1.243 - N 1 N 3 2 1.3196 - N 1 N 4 2 1.2464 - N 1 N 5 2 1.2479 - N 2 N 1 2 1.243 - N 2 N 2 2 1.2458 - N 2 N 3 2 1.3274 - N 2 N 4 2 1.2558 - N 2 N 5 2 1.262 - N 3 N 1 2 1.3196 - N 3 N 2 2 1.3274 - N 3 N 3 2 1.2614 - N 3 N 4 2 1.3566 - N 3 N 5 2 1.3758 - N 4 N 1 2 1.2464 - N 4 N 2 2 1.2558 - N 4 N 3 2 1.3565 - N 4 N 4 2 1.2902 - N 4 N 5 2 1.3128 - N 5 N 1 2 1.2479 - N 5 N 2 2 1.262 - N 5 N 3 2 1.3758 - N 5 N 4 2 1.3128 - N 5 N 5 2 1.3457 - N 1 N 1 3 1.112 - N 1 N 2 3 1.1265 - N 1 N 3 3 1.112 - N 1 N 4 3 1.1212 - N 1 N 5 3 1.1263 - N 2 N 1 3 1.1265 - N 3 N 1 3 1.1121 - N 4 N 1 3 1.1212 - N 5 N 1 3 1.1263 - N 1 O 1 1 1.4175 - N 1 O 2 1 1.4175 - N 1 O 3 1 1.4175 - N 2 O 1 1 1.4175 - N 3 O 1 1 1.3875 - N 3 O 2 1 1.4537 - N 3 O 3 1 1.4468 - N 4 O 1 1 1.385 - N 4 O 2 1 1.4329 - N 4 O 3 1 1.4762 - N 5 O 1 1 1.4778 - N 1 O 1 2 1.235 - N 1 O 2 2 1.2175 - N 1 O 3 2 1.235 - N 2 O 1 2 1.235 - N 3 O 1 2 1.235 - N 4 O 1 2 1.2441 - N 5 O 1 2 1.2506 - N 1 O 1 3 1.3375 - N 1 O 2 3 1.3375 - N 1 O 3 3 1.3375 - N 2 O 1 3 1.4103 - N 3 O 1 3 1.3375 - N 4 O 1 3 1.3616 - N 5 O 1 3 1.376 - N 1 P 1 1 1.7389 - N 1 P 2 1 1.7389 - N 1 P 3 1 1.7389 - N 1 P 4 1 1.7303 - N 1 P 5 1 1.7713 - N 1 P 6 1 1.7981 - N 2 P 1 1 1.7389 - N 3 P 1 1 1.7389 - N 3 P 3 1 1.6998 - N 3 P 4 1 1.6531 - N 4 P 1 1 1.7339 - N 4 P 3 1 1.7493 - N 4 P 4 1 1.7184 - N 5 P 1 1 1.9769 - N 1 P 1 2 1.5389 - N 1 P 2 2 1.5389 - N 1 P 3 2 1.5389 - N 1 P 4 2 1.5479 - N 1 P 5 2 1.5531 - N 1 P 6 2 1.5625 - N 2 P 1 2 1.5389 - N 3 P 1 2 1.5389 - N 4 P 1 2 1.566 - N 5 P 1 2 1.58 - N 1 P 1 3 1.6589 - N 1 P 2 3 1.6589 - N 1 P 3 3 1.6589 - N 1 P 4 3 1.6736 - N 1 P 5 3 1.6823 - N 1 P 6 3 1.7 - N 2 P 1 3 1.6808 - N 3 P 1 3 1.6589 - N 4 P 1 3 1.7072 - N 5 P 1 3 1.7778 - N 1 S 1 1 1.7181 - N 1 S 2 1 1.7181 - N 1 S 3 1 1.7181 - N 1 S 4 1 1.6908 - N 1 S 5 1 1.6742 - N 1 S 6 1 1.6812 - N 2 S 1 1 1.7181 - N 3 S 1 1 1.652 - N 3 S 2 1 1.6536 - N 3 S 3 1 1.6568 - N 3 S 4 1 1.6347 - N 3 S 5 1 1.6265 - N 3 S 6 1 1.6263 - N 4 S 1 1 1.7132 - N 4 S 2 1 1.7215 - N 4 S 3 1 1.7302 - N 4 S 4 1 1.7048 - N 4 S 5 1 1.7001 - N 4 S 6 1 1.7058 - N 5 S 1 1 1.8398 - N 1 S 1 2 1.5181 - N 1 S 2 2 1.5181 - N 1 S 3 2 1.5181 - N 1 S 4 2 1.5063 - N 1 S 5 2 1.4972 - N 1 S 6 2 1.5004 - N 2 S 1 2 1.5181 - N 3 S 1 2 1.5181 - N 3 S 2 2 1.5188 - N 3 S 3 2 1.5191 - N 3 S 4 2 1.5103 - N 3 S 5 2 1.5064 - N 3 S 6 2 1.5047 - N 4 S 1 2 1.5442 - N 5 S 1 2 1.5591 - N 1 S 1 3 1.6381 - N 1 S 2 3 1.6381 - N 1 S 3 3 1.6381 - N 1 S 4 3 1.6171 - N 1 S 5 3 1.607 - N 1 S 6 3 1.6054 - N 2 S 1 3 1.7147 - N 3 S 1 3 1.6381 - N 4 S 1 3 1.6849 - N 5 S 1 3 1.7141 - N 1 H 1 1 1.0189 - N 2 H 1 1 1.0189 - N 3 H 1 1 1.019 - N 4 H 1 1 1.0268 - N 5 H 1 1 1.0449 - N 1 H 1 2 1.0189 - N 2 H 1 2 1.0189 - N 3 H 1 2 1.028 - N 4 H 1 2 1.0319 - N 5 H 1 2 1.0449 - N 1 H 1 3 1.0189 - N 2 H 1 3 1.0268 - N 3 H 1 3 1.0189 - N 4 H 1 3 1.0319 - N 5 H 1 3 1.0449 - N 1 Cl 1 1 1.7292 - N 1 Cl 2 1 1.7291 - N 1 Cl 3 1 1.7292 - N 1 Cl 4 1 1.7485 - N 2 Cl 1 1 1.7292 - N 3 Cl 1 1 1.761 - N 4 Cl 1 1 1.725 - N 5 Cl 1 1 1.8244 - N 1 Cl 1 2 1.5292 - N 1 Cl 2 2 1.5292 - N 1 Cl 3 2 1.5292 - N 1 Cl 4 2 1.5376 - N 2 Cl 1 2 1.5292 - N 3 Cl 1 2 1.5292 - N 4 Cl 1 2 1.5515 - N 5 Cl 1 2 1.5638 - N 1 Cl 1 3 1.6492 - N 1 Cl 2 3 1.6492 - N 1 Cl 3 3 1.6492 - N 1 Cl 4 3 1.6631 - N 2 Cl 1 3 1.6958 - N 3 Cl 1 3 1.6492 - N 4 Cl 1 3 1.6884 - N 5 Cl 1 3 1.7114 - O 1 C 1 1 1.402 - O 1 C 2 1 1.402 - O 1 C 3 1 1.402 - O 1 C 4 1 1.3246 - O 2 C 1 1 1.418 - O 2 C 2 1 1.4184 - O 2 C 3 1 1.4184 - O 2 C 4 1 1.4157 - O 3 C 1 1 1.402 - O 3 C 2 1 1.4023 - O 3 C 3 1 1.4025 - O 3 C 4 1 1.4019 - O 1 C 1 2 1.222 - O 1 C 2 2 1.222 - O 1 C 3 2 1.2246 - O 1 C 4 2 1.2649 - O 2 C 1 2 1.29 - O 2 C 2 2 1.2905 - O 2 C 3 2 1.2928 - O 2 C 4 2 1.3136 - O 3 C 1 2 1.222 - O 1 C 1 3 1.062 - O 1 C 2 3 1.3947 - O 1 C 3 3 1.06 - O 1 C 4 3 1.0617 - O 2 C 1 3 1.062 - O 3 C 1 3 1.062 - O 3 C 2 3 1.4126 - O 3 C 3 3 1.3525 - O 3 C 4 3 1.4181 - O 1 N 1 1 1.4175 - O 1 N 2 1 1.4175 - O 1 N 3 1 1.3875 - O 1 N 4 1 1.385 - O 1 N 5 1 1.4778 - O 2 N 1 1 1.4175 - O 2 N 3 1 1.4538 - O 2 N 4 1 1.4329 - O 3 N 1 1 1.4175 - O 3 N 3 1 1.4468 - O 3 N 4 1 1.4762 - O 1 N 1 2 1.235 - O 1 N 2 2 1.235 - O 1 N 3 2 1.235 - O 1 N 4 2 1.2441 - O 1 N 5 2 1.2506 - O 2 N 1 2 1.2175 - O 3 N 1 2 1.235 - O 1 N 1 3 1.3375 - O 1 N 2 3 1.4103 - O 1 N 3 3 1.3374 - O 1 N 4 3 1.3616 - O 1 N 5 3 1.376 - O 2 N 1 3 1.3375 - O 3 N 1 3 1.3375 - O 1 O 1 1 1.432 - O 1 O 2 1 1.432 - O 1 O 3 1 1.432 - O 2 O 1 1 1.432 - O 2 O 2 1 1.4659 - O 2 O 3 1 1.4468 - O 3 O 1 1 1.432 - O 3 O 2 1 1.4468 - O 3 O 3 1 1.4631 - O 1 O 1 2 1.232 - O 1 O 2 2 1.232 - O 1 O 3 2 1.232 - O 2 O 1 2 1.232 - O 2 O 2 2 1.2369 - O 2 O 3 2 1.2375 - O 3 O 1 2 1.232 - O 3 O 2 2 1.2375 - O 3 O 3 2 1.4667 - O 1 O 1 3 1.092 - O 1 O 2 3 1.092 - O 1 O 3 3 1.092 - O 2 O 1 3 1.092 - O 3 O 1 3 1.092 - O 3 O 3 3 1.4667 - O 1 P 1 1 1.51 - O 1 P 2 1 1.51 - O 1 P 3 1 1.6467 - O 1 P 4 1 1.5102 - O 1 P 5 1 1.5119 - O 1 P 6 1 1.5149 - O 2 P 1 1 1.63 - O 2 P 2 1 1.6298 - O 2 P 3 1 1.6192 - O 2 P 4 1 1.6219 - O 2 P 5 1 1.6147 - O 2 P 6 1 1.6169 - O 3 P 1 1 1.6767 - O 3 P 2 1 1.6765 - O 3 P 3 1 1.6799 - O 3 P 4 1 1.6668 - O 3 P 5 1 1.6617 - O 3 P 6 1 1.6635 - O 1 P 1 2 1.4767 - O 1 P 2 2 1.4767 - O 1 P 3 2 1.4767 - O 1 P 4 2 1.474 - O 1 P 5 2 1.4732 - O 1 P 6 2 1.4742 - O 2 P 1 2 1.4767 - O 2 P 2 2 1.4766 - O 2 P 3 2 1.476 - O 2 P 4 2 1.4729 - O 2 P 5 2 1.4709 - O 2 P 6 2 1.4712 - O 3 P 1 2 1.63 - O 3 P 2 2 1.6298 - O 3 P 3 2 1.6293 - O 3 P 4 2 1.6213 - O 3 P 5 2 1.6135 - O 3 P 6 2 1.6154 - O 1 P 1 3 1.3367 - O 1 P 2 3 1.3367 - O 1 P 3 3 1.3367 - O 1 P 4 3 1.3349 - O 1 P 5 3 1.334 - O 1 P 6 3 1.3342 - O 2 P 1 3 1.3367 - O 3 P 1 3 1.63 - O 3 P 2 3 1.6298 - O 3 P 3 3 1.6293 - O 3 P 4 3 1.6213 - O 3 P 5 3 1.6135 - O 3 P 6 3 1.6154 - O 1 S 1 1 1.6632 - O 1 S 2 1 1.6632 - O 1 S 3 1 1.661 - O 1 S 4 1 1.6179 - O 1 S 5 1 1.6344 - O 1 S 6 1 1.633 - O 2 S 1 1 1.661 - O 2 S 2 1 1.6636 - O 2 S 3 1 1.6638 - O 2 S 4 1 1.6478 - O 2 S 5 1 1.6402 - O 2 S 6 1 1.6398 - O 3 S 1 1 1.6632 - O 3 S 2 1 1.6606 - O 3 S 3 1 1.6738 - O 3 S 4 1 1.6549 - O 3 S 5 1 1.6498 - O 3 S 6 1 1.6489 - O 1 S 1 2 1.5 - O 1 S 2 2 1.5 - O 1 S 3 2 1.5 - O 1 S 4 2 1.5008 - O 1 S 5 2 1.503 - O 1 S 6 2 1.5062 - O 2 S 1 2 1.4632 - O 3 S 1 2 1.5 - O 1 S 1 3 1.3232 - O 1 S 2 3 1.3232 - O 1 S 3 3 1.3232 - O 1 S 4 3 1.3194 - O 1 S 5 3 1.3167 - O 1 S 6 3 1.3164 - O 2 S 1 3 1.3232 - O 2 S 3 3 1.6638 - O 2 S 4 3 1.6478 - O 2 S 5 3 1.6402 - O 2 S 6 3 1.6398 - O 3 S 1 3 1.661 - O 3 S 2 3 1.6593 - O 3 S 3 3 1.6685 - O 3 S 4 3 1.6505 - O 3 S 5 3 1.6437 - O 3 S 6 3 1.6421 - O 1 H 1 1 0.97781 - O 2 H 1 1 0.969 - O 3 H 1 1 0.991 - O 1 H 1 2 0.97781 - O 2 H 1 2 0.987 - O 3 H 1 2 0.97781 - O 1 H 1 3 0.991 - O 2 H 1 3 0.97781 - O 3 H 1 3 0.97781 - O 1 Cl 1 1 1.6843 - O 1 Cl 2 1 1.6843 - O 1 Cl 3 1 1.6843 - O 1 Cl 4 1 1.6998 - O 2 Cl 1 1 1.6843 - O 3 Cl 1 1 1.6843 - O 1 Cl 1 2 1.4843 - O 1 Cl 2 2 1.4843 - O 1 Cl 3 2 1.4843 - O 1 Cl 4 2 1.491 - O 2 Cl 1 2 1.4843 - O 3 Cl 1 2 1.4843 - O 1 Cl 1 3 1.3443 - O 1 Cl 2 3 1.3443 - O 1 Cl 3 3 1.3443 - O 1 Cl 4 3 1.3479 - O 2 Cl 1 3 1.3443 - O 3 Cl 1 3 1.3443 - P 1 C 1 1 1.8346 - P 1 C 2 1 1.8347 - P 1 C 3 1 1.8347 - P 1 C 4 1 1.8321 - P 2 C 1 1 1.8347 - P 3 C 1 1 1.83 - P 3 C 2 1 1.8299 - P 3 C 3 1 1.8299 - P 3 C 4 1 1.8344 - P 4 C 1 1 1.7992 - P 4 C 2 1 1.7982 - P 4 C 3 1 1.7971 - P 4 C 4 1 1.7955 - P 5 C 1 1 2.0222 - P 6 C 1 1 2.2431 - P 1 C 1 2 1.6347 - P 1 C 2 2 1.6347 - P 1 C 3 2 1.6346 - P 1 C 4 2 1.6743 - P 2 C 1 2 1.71 - P 2 C 2 2 1.7099 - P 2 C 3 2 1.7011 - P 2 C 4 2 1.7571 - P 3 C 1 2 1.6347 - P 4 C 1 2 1.6475 - P 5 C 1 2 1.6547 - P 6 C 1 2 1.6704 - P 1 C 1 3 1.4947 - P 1 C 2 3 1.7548 - P 1 C 3 3 1.4947 - P 1 C 4 3 1.494 - P 2 C 1 3 1.4947 - P 3 C 1 3 1.4947 - P 4 C 1 3 1.5018 - P 5 C 1 3 1.5058 - P 6 C 1 3 1.5137 - P 1 N 1 1 1.7389 - P 1 N 2 1 1.7389 - P 1 N 3 1 1.7389 - P 1 N 4 1 1.7339 - P 1 N 5 1 1.9769 - P 2 N 1 1 1.7389 - P 3 N 1 1 1.7389 - P 3 N 3 1 1.6998 - P 3 N 4 1 1.7493 - P 4 N 1 1 1.7303 - P 4 N 3 1 1.6508 - P 4 N 4 1 1.7184 - P 5 N 1 1 1.7713 - P 6 N 1 1 1.7981 - P 1 N 1 2 1.5389 - P 1 N 2 2 1.5389 - P 1 N 3 2 1.5389 - P 1 N 4 2 1.566 - P 1 N 5 2 1.58 - P 2 N 1 2 1.5389 - P 3 N 1 2 1.5389 - P 4 N 1 2 1.5479 - P 5 N 1 2 1.5531 - P 6 N 1 2 1.5625 - P 1 N 1 3 1.6589 - P 1 N 2 3 1.6808 - P 1 N 3 3 1.6589 - P 1 N 4 3 1.7072 - P 1 N 5 3 1.7778 - P 2 N 1 3 1.6589 - P 3 N 1 3 1.6589 - P 4 N 1 3 1.6736 - P 5 N 1 3 1.6823 - P 6 N 1 3 1.7 - P 1 O 1 1 1.51 - P 1 O 2 1 1.63 - P 1 O 3 1 1.6767 - P 2 O 1 1 1.51 - P 2 O 2 1 1.6298 - P 2 O 3 1 1.6765 - P 3 O 1 1 1.6467 - P 3 O 2 1 1.6194 - P 3 O 3 1 1.6799 - P 4 O 1 1 1.5102 - P 4 O 2 1 1.6219 - P 4 O 3 1 1.6664 - P 5 O 1 1 1.5119 - P 5 O 2 1 1.6147 - P 5 O 3 1 1.6617 - P 6 O 1 1 1.5148 - P 6 O 2 1 1.617 - P 6 O 3 1 1.6635 - P 1 O 1 2 1.4767 - P 1 O 2 2 1.4767 - P 1 O 3 2 1.63 - P 2 O 1 2 1.4767 - P 2 O 2 2 1.4766 - P 2 O 3 2 1.6298 - P 3 O 1 2 1.4767 - P 3 O 2 2 1.476 - P 3 O 3 2 1.6293 - P 4 O 1 2 1.474 - P 4 O 2 2 1.4728 - P 4 O 3 2 1.6213 - P 5 O 1 2 1.4732 - P 5 O 2 2 1.4706 - P 5 O 3 2 1.6134 - P 6 O 1 2 1.4741 - P 6 O 2 2 1.4719 - P 6 O 3 2 1.6153 - P 1 O 1 3 1.3367 - P 1 O 2 3 1.3367 - P 1 O 3 3 1.63 - P 2 O 1 3 1.3367 - P 2 O 3 3 1.6298 - P 3 O 1 3 1.3367 - P 3 O 3 3 1.6293 - P 4 O 1 3 1.3349 - P 4 O 3 3 1.6213 - P 5 O 1 3 1.334 - P 5 O 3 3 1.6134 - P 6 O 1 3 1.3342 - P 6 O 3 3 1.6153 - P 1 P 1 1 2.18 - P 1 P 2 1 2.18 - P 1 P 3 1 2.18 - P 1 P 4 1 2.1607 - P 1 P 5 1 2.2615 - P 1 P 6 1 2.3913 - P 2 P 1 1 2.18 - P 3 P 1 1 2.18 - P 3 P 3 1 2.2788 - P 3 P 4 1 2.1532 - P 4 P 1 1 2.1607 - P 4 P 3 1 2.1532 - P 4 P 4 1 2.1946 - P 5 P 1 1 2.2616 - P 6 P 1 1 2.3913 - P 1 P 1 2 1.98 - P 1 P 2 2 1.98 - P 1 P 3 2 1.98 - P 1 P 4 2 2.0047 - P 1 P 5 2 2.0183 - P 1 P 6 2 2.0574 - P 2 P 1 2 1.98 - P 3 P 1 2 1.9801 - P 4 P 1 2 2.0047 - P 5 P 1 2 2.0183 - P 6 P 1 2 2.0574 - P 1 P 1 3 1.84 - P 1 P 2 3 1.84 - P 1 P 3 3 1.84 - P 1 P 4 3 1.8549 - P 1 P 5 3 1.8629 - P 1 P 6 3 1.8829 - P 2 P 1 3 1.84 - P 3 P 1 3 1.84 - P 4 P 1 3 1.8549 - P 5 P 1 3 1.8629 - P 6 P 1 3 1.8829 - P 1 S 1 1 2.0694 - P 1 S 2 1 2.0994 - P 1 S 3 1 2.0994 - P 1 S 4 1 2.0512 - P 1 S 5 1 2.0582 - P 1 S 6 1 2.0526 - P 2 S 1 1 2.0694 - P 3 S 1 1 2.0694 - P 3 S 2 1 2.107 - P 3 S 3 1 2.1076 - P 3 S 4 1 2.0602 - P 3 S 5 1 2.0668 - P 3 S 6 1 2.0404 - P 4 S 1 1 1.9399 - P 4 S 2 1 2.0942 - P 4 S 3 1 2.0932 - P 4 S 4 1 2.0484 - P 4 S 5 1 2.0344 - P 4 S 6 1 2.0272 - P 5 S 1 1 2.1158 - P 6 S 1 1 2.1603 - P 1 S 1 2 1.8994 - P 1 S 2 2 1.8994 - P 1 S 3 2 1.8994 - P 1 S 4 2 1.8737 - P 1 S 5 2 1.8769 - P 1 S 6 2 1.8723 - P 2 S 1 2 1.8994 - P 3 S 1 2 1.8994 - P 4 S 1 2 1.9151 - P 5 S 1 2 1.9244 - P 6 S 1 2 1.9437 - P 1 S 1 3 1.7594 - P 1 S 2 3 1.7594 - P 1 S 3 3 1.7594 - P 1 S 4 3 1.7438 - P 1 S 5 3 1.7452 - P 1 S 6 3 1.7418 - P 2 S 1 3 1.7594 - P 3 S 1 3 1.7594 - P 4 S 1 3 1.7688 - P 5 S 1 3 1.7743 - P 6 S 1 3 1.7843 - P 1 H 1 1 1.4168 - P 2 H 1 1 1.4168 - P 3 H 1 1 1.415 - P 4 H 1 1 1.411 - P 5 H 1 1 1.4168 - P 6 H 1 1 1.4168 - P 1 H 1 2 1.4168 - P 2 H 1 2 1.4168 - P 3 H 1 2 1.4168 - P 4 H 1 2 1.4168 - P 5 H 1 2 1.4168 - P 6 H 1 2 1.4168 - P 1 H 1 3 1.4168 - P 2 H 1 3 1.4168 - P 3 H 1 3 1.4168 - P 4 H 1 3 1.4168 - P 5 H 1 3 1.4168 - P 6 H 1 3 1.4168 - P 1 Cl 1 1 2.0445 - P 1 Cl 2 1 2.0445 - P 1 Cl 3 1 2.0445 - P 1 Cl 4 1 2.0745 - P 2 Cl 1 1 2.0445 - P 3 Cl 1 1 2.1 - P 4 Cl 1 1 2.0103 - P 5 Cl 1 1 2.0863 - P 6 Cl 1 1 2.1254 - P 1 Cl 1 2 1.8445 - P 1 Cl 2 2 1.8445 - P 1 Cl 3 2 1.8445 - P 1 Cl 4 2 1.8591 - P 2 Cl 1 2 1.8445 - P 3 Cl 1 2 1.8445 - P 4 Cl 1 2 1.8573 - P 5 Cl 1 2 1.8648 - P 6 Cl 1 2 1.8799 - P 1 Cl 1 3 1.7045 - P 1 Cl 2 3 1.7045 - P 1 Cl 3 3 1.7044 - P 1 Cl 4 3 1.7132 - P 2 Cl 1 3 1.7045 - P 3 Cl 1 3 1.7046 - P 4 Cl 1 3 1.7121 - P 5 Cl 1 3 1.7165 - P 6 Cl 1 3 1.7244 - S 1 C 1 1 1.801 - S 1 C 2 1 1.801 - S 1 C 3 1 1.801 - S 1 C 4 1 1.8265 - S 2 C 1 1 1.805 - S 2 C 2 1 1.8055 - S 2 C 3 1 1.8052 - S 2 C 4 1 1.804 - S 3 C 1 1 1.805 - S 3 C 2 1 1.8053 - S 3 C 3 1 1.8052 - S 3 C 4 1 1.8042 - S 4 C 1 1 1.7882 - S 4 C 2 1 1.7875 - S 4 C 3 1 1.7868 - S 4 C 4 1 1.786 - S 5 C 1 1 1.779 - S 5 C 2 1 1.7781 - S 5 C 3 1 1.777 - S 5 C 4 1 1.7765 - S 6 C 1 1 1.7815 - S 6 C 2 1 1.78 - S 6 C 3 1 1.7812 - S 6 C 4 1 1.7808 - S 1 C 1 2 1.665 - S 1 C 2 2 1.665 - S 1 C 3 2 1.6701 - S 1 C 4 2 1.7243 - S 2 C 1 2 1.665 - S 3 C 1 2 1.665 - S 4 C 1 2 1.6803 - S 5 C 1 2 1.6889 - S 6 C 1 2 1.7086 - S 1 C 1 3 1.4584 - S 1 C 2 3 1.7389 - S 1 C 3 3 1.7187 - S 1 C 4 3 1.8039 - S 2 C 1 3 1.4584 - S 2 C 2 3 1.7594 - S 2 C 3 3 1.7203 - S 2 C 4 3 1.804 - S 3 C 1 3 1.4584 - S 3 C 2 3 1.7586 - S 3 C 3 3 1.7213 - S 3 C 4 3 1.8042 - S 4 C 1 3 1.4502 - S 4 C 2 3 1.737 - S 4 C 3 3 1.6958 - S 4 C 4 3 1.786 - S 5 C 1 3 1.4442 - S 5 C 2 3 1.7251 - S 5 C 3 3 1.6865 - S 5 C 4 3 1.7765 - S 6 C 1 3 1.4468 - S 6 C 2 3 1.7195 - S 6 C 3 3 1.6847 - S 6 C 4 3 1.7808 - S 1 N 1 1 1.7181 - S 1 N 2 1 1.7181 - S 1 N 3 1 1.652 - S 1 N 4 1 1.7132 - S 1 N 5 1 1.8397 - S 2 N 1 1 1.7181 - S 2 N 3 1 1.6536 - S 2 N 4 1 1.7215 - S 3 N 1 1 1.7181 - S 3 N 3 1 1.6568 - S 3 N 4 1 1.7302 - S 4 N 1 1 1.6908 - S 4 N 3 1 1.6347 - S 4 N 4 1 1.7048 - S 5 N 1 1 1.6742 - S 5 N 3 1 1.626 - S 5 N 4 1 1.7001 - S 6 N 1 1 1.6812 - S 6 N 3 1 1.6271 - S 6 N 4 1 1.7058 - S 1 N 1 2 1.5181 - S 1 N 2 2 1.5181 - S 1 N 3 2 1.5181 - S 1 N 4 2 1.5442 - S 1 N 5 2 1.5591 - S 2 N 1 2 1.5181 - S 2 N 3 2 1.5188 - S 3 N 1 2 1.5181 - S 3 N 3 2 1.5191 - S 4 N 1 2 1.5063 - S 4 N 3 2 1.5102 - S 5 N 1 2 1.4972 - S 5 N 3 2 1.5058 - S 6 N 1 2 1.5003 - S 6 N 3 2 1.5046 - S 1 N 1 3 1.6381 - S 1 N 2 3 1.7093 - S 1 N 3 3 1.6381 - S 1 N 4 3 1.6849 - S 1 N 5 3 1.7141 - S 2 N 1 3 1.6381 - S 3 N 1 3 1.6381 - S 4 N 1 3 1.6171 - S 5 N 1 3 1.607 - S 6 N 1 3 1.6054 - S 1 O 1 1 1.6632 - S 1 O 2 1 1.661 - S 1 O 3 1 1.6632 - S 2 O 1 1 1.6632 - S 2 O 2 1 1.6636 - S 2 O 3 1 1.6606 - S 3 O 1 1 1.661 - S 3 O 2 1 1.6638 - S 3 O 3 1 1.6738 - S 4 O 1 1 1.6179 - S 4 O 2 1 1.6478 - S 4 O 3 1 1.6549 - S 5 O 1 1 1.6344 - S 5 O 2 1 1.6399 - S 5 O 3 1 1.6498 - S 6 O 1 1 1.6331 - S 6 O 2 1 1.6397 - S 6 O 3 1 1.6488 - S 1 O 1 2 1.5 - S 1 O 2 2 1.4632 - S 1 O 3 2 1.5 - S 2 O 1 2 1.5 - S 3 O 1 2 1.5 - S 4 O 1 2 1.5008 - S 5 O 1 2 1.503 - S 6 O 1 2 1.5062 - S 1 O 1 3 1.3232 - S 1 O 2 3 1.3232 - S 1 O 3 3 1.661 - S 2 O 1 3 1.3232 - S 2 O 3 3 1.6592 - S 3 O 1 3 1.3232 - S 3 O 2 3 1.6638 - S 3 O 3 3 1.6685 - S 4 O 1 3 1.3194 - S 4 O 2 3 1.6478 - S 4 O 3 3 1.65 - S 5 O 1 3 1.3167 - S 5 O 2 3 1.6399 - S 5 O 3 3 1.6437 - S 6 O 1 3 1.3163 - S 6 O 2 3 1.6397 - S 6 O 3 3 1.6422 - S 1 P 1 1 2.0694 - S 1 P 2 1 2.0694 - S 1 P 3 1 2.0694 - S 1 P 4 1 1.94 - S 1 P 5 1 2.1158 - S 1 P 6 1 2.1603 - S 2 P 1 1 2.0994 - S 2 P 3 1 2.107 - S 2 P 4 1 2.0942 - S 3 P 1 1 2.0994 - S 3 P 3 1 2.1076 - S 3 P 4 1 2.0932 - S 4 P 1 1 2.0924 - S 4 P 3 1 2.0602 - S 4 P 4 1 2.0484 - S 5 P 1 1 2.0582 - S 5 P 3 1 2.0471 - S 5 P 4 1 2.0344 - S 6 P 1 1 2.0526 - S 6 P 3 1 2.0396 - S 6 P 4 1 2.0263 - S 1 P 1 2 1.8994 - S 1 P 2 2 1.8994 - S 1 P 3 2 1.8994 - S 1 P 4 2 1.9151 - S 1 P 5 2 1.9244 - S 1 P 6 2 1.9437 - S 2 P 1 2 1.8994 - S 3 P 1 2 1.8994 - S 4 P 1 2 1.8737 - S 5 P 1 2 1.8624 - S 6 P 1 2 1.8723 - S 1 P 1 3 1.7594 - S 1 P 2 3 1.7594 - S 1 P 3 3 1.7595 - S 1 P 4 3 1.7688 - S 1 P 5 3 1.7743 - S 1 P 6 3 1.7843 - S 2 P 1 3 1.7594 - S 3 P 1 3 1.7594 - S 4 P 1 3 1.7438 - S 5 P 1 3 1.7359 - S 6 P 1 3 1.7418 - S 1 S 1 1 2.05 - S 1 S 2 1 2.05 - S 1 S 3 1 2.05 - S 1 S 4 1 2.007 - S 1 S 5 1 1.9923 - S 1 S 6 1 1.9875 - S 2 S 1 1 2.05 - S 2 S 2 1 2.0515 - S 2 S 3 1 2.0496 - S 2 S 4 1 2.0082 - S 2 S 5 1 1.9947 - S 2 S 6 1 1.9865 - S 3 S 1 1 2.05 - S 3 S 2 1 2.0496 - S 3 S 3 1 2.0528 - S 3 S 4 1 2.0097 - S 3 S 5 1 1.9973 - S 3 S 6 1 1.9924 - S 4 S 1 1 2.007 - S 4 S 2 1 2.0082 - S 4 S 3 1 2.0097 - S 4 S 4 1 1.9769 - S 4 S 5 1 1.9671 - S 4 S 6 1 1.9605 - S 5 S 1 1 1.9923 - S 5 S 2 1 1.9947 - S 5 S 3 1 1.9972 - S 5 S 4 1 1.9671 - S 5 S 5 1 1.9587 - S 5 S 6 1 1.9559 - S 6 S 1 1 1.9875 - S 6 S 2 1 1.9866 - S 6 S 3 1 1.9924 - S 6 S 4 1 1.9606 - S 6 S 5 1 1.9566 - S 6 S 6 1 1.9493 - S 1 S 1 2 2.05 - S 1 S 2 2 2.05 - S 1 S 3 2 2.05 - S 1 S 4 2 2.007 - S 1 S 5 2 1.9923 - S 1 S 6 2 1.9875 - S 2 S 1 2 2.05 - S 2 S 2 2 2.0515 - S 2 S 3 2 2.0496 - S 2 S 4 2 2.0082 - S 2 S 5 2 1.9947 - S 2 S 6 2 1.9865 - S 3 S 1 2 2.05 - S 3 S 2 2 2.0496 - S 3 S 3 2 2.0528 - S 3 S 4 2 2.0097 - S 3 S 5 2 1.9973 - S 3 S 6 2 1.9924 - S 4 S 1 2 2.007 - S 4 S 2 2 2.0082 - S 4 S 3 2 2.0097 - S 4 S 4 2 1.9769 - S 4 S 5 2 1.9671 - S 4 S 6 2 1.9605 - S 5 S 1 2 1.9923 - S 5 S 2 2 1.9947 - S 5 S 3 2 1.9972 - S 5 S 4 2 1.9671 - S 5 S 5 2 1.9587 - S 5 S 6 2 1.9559 - S 6 S 1 2 1.9875 - S 6 S 2 2 1.9866 - S 6 S 3 2 1.9924 - S 6 S 4 2 1.9606 - S 6 S 5 2 1.9566 - S 6 S 6 2 1.9493 - S 1 S 1 3 2.05 - S 1 S 2 3 2.05 - S 1 S 3 3 2.05 - S 1 S 4 3 2.007 - S 1 S 5 3 1.9923 - S 1 S 6 3 1.9875 - S 2 S 1 3 2.05 - S 2 S 2 3 2.0515 - S 2 S 3 3 2.0496 - S 2 S 4 3 2.0082 - S 2 S 5 3 1.9947 - S 2 S 6 3 1.9865 - S 3 S 1 3 2.05 - S 3 S 2 3 2.0496 - S 3 S 3 3 2.0528 - S 3 S 4 3 2.0097 - S 3 S 5 3 1.9973 - S 3 S 6 3 1.9924 - S 4 S 1 3 2.007 - S 4 S 2 3 2.0082 - S 4 S 3 3 2.0097 - S 4 S 4 3 1.9769 - S 4 S 5 3 1.9671 - S 4 S 6 3 1.9605 - S 5 S 1 3 1.9923 - S 5 S 2 3 1.9947 - S 5 S 3 3 1.9972 - S 5 S 4 3 1.9671 - S 5 S 5 3 1.9587 - S 5 S 6 3 1.9559 - S 6 S 1 3 1.9875 - S 6 S 2 3 1.9866 - S 6 S 3 3 1.9924 - S 6 S 4 3 1.9606 - S 6 S 5 3 1.9566 - S 6 S 6 3 1.9493 - S 1 H 1 1 1.341 - S 2 H 1 1 1.341 - S 3 H 1 1 1.341 - S 4 H 1 1 1.3318 - S 5 H 1 1 1.3272 - S 6 H 1 1 1.3317 - S 1 H 1 2 1.341 - S 2 H 1 2 1.341 - S 3 H 1 2 1.341 - S 4 H 1 2 1.3318 - S 5 H 1 2 1.3272 - S 6 H 1 2 1.3317 - S 1 H 1 3 1.341 - S 2 H 1 3 1.341 - S 3 H 1 3 1.341 - S 4 H 1 3 1.3318 - S 5 H 1 3 1.3272 - S 6 H 1 3 1.3317 - S 1 Cl 1 1 2.031 - S 1 Cl 2 1 2.031 - S 1 Cl 3 1 2.031 - S 1 Cl 4 1 2.0566 - S 2 Cl 1 1 2.031 - S 3 Cl 1 1 2.031 - S 4 Cl 1 1 1.9985 - S 5 Cl 1 1 1.9855 - S 6 Cl 1 1 1.9827 - S 1 Cl 1 2 2.031 - S 1 Cl 2 2 2.031 - S 1 Cl 3 2 2.031 - S 1 Cl 4 2 2.0566 - S 2 Cl 1 2 2.031 - S 3 Cl 1 2 2.031 - S 4 Cl 1 2 1.9985 - S 5 Cl 1 2 1.9855 - S 6 Cl 1 2 1.9827 - S 1 Cl 1 3 2.031 - S 1 Cl 2 3 2.031 - S 1 Cl 3 3 2.031 - S 1 Cl 4 3 2.0566 - S 2 Cl 1 3 2.031 - S 3 Cl 1 3 2.031 - S 4 Cl 1 3 1.9985 - S 5 Cl 1 3 1.9855 - S 6 Cl 1 3 1.9827 - H 1 C 1 1 1.093 - H 1 C 2 1 1.093 - H 1 C 3 1 1.093 - H 1 C 4 1 1.0922 - H 1 C 1 2 1.083 - H 1 C 2 2 1.083 - H 1 C 3 2 1.0826 - H 1 C 4 2 1.0922 - H 1 C 1 3 1.0907 - H 1 C 2 3 1.0701 - H 1 C 3 3 1.0826 - H 1 C 4 3 1.0922 - H 1 N 1 1 1.0189 - H 1 N 2 1 1.0189 - H 1 N 3 1 1.019 - H 1 N 4 1 1.0268 - H 1 N 5 1 1.0449 - H 1 N 1 2 1.0189 - H 1 N 2 2 1.0189 - H 1 N 3 2 1.028 - H 1 N 4 2 1.0319 - H 1 N 5 2 1.0449 - H 1 N 1 3 1.0189 - H 1 N 2 3 1.0268 - H 1 N 3 3 1.0189 - H 1 N 4 3 1.0319 - H 1 N 5 3 1.0449 - H 1 O 1 1 0.97781 - H 1 O 2 1 0.969 - H 1 O 3 1 0.991 - H 1 O 1 2 0.97781 - H 1 O 2 2 0.987 - H 1 O 3 2 0.97784 - H 1 O 1 3 0.991 - H 1 O 2 3 0.97781 - H 1 O 3 3 0.97784 - H 1 P 1 1 1.4168 - H 1 P 2 1 1.4168 - H 1 P 3 1 1.415 - H 1 P 4 1 1.411 - H 1 P 5 1 1.4168 - H 1 P 6 1 1.4168 - H 1 P 1 2 1.4168 - H 1 P 2 2 1.4168 - H 1 P 3 2 1.4168 - H 1 P 4 2 1.4168 - H 1 P 5 2 1.4168 - H 1 P 6 2 1.4168 - H 1 P 1 3 1.4168 - H 1 P 2 3 1.4168 - H 1 P 3 3 1.4168 - H 1 P 4 3 1.4168 - H 1 P 5 3 1.4168 - H 1 P 6 3 1.4168 - H 1 S 1 1 1.341 - H 1 S 2 1 1.341 - H 1 S 3 1 1.341 - H 1 S 4 1 1.3318 - H 1 S 5 1 1.3335 - H 1 S 6 1 1.3317 - H 1 S 1 2 1.341 - H 1 S 2 2 1.341 - H 1 S 3 2 1.341 - H 1 S 4 2 1.3318 - H 1 S 5 2 1.3335 - H 1 S 6 2 1.3317 - H 1 S 1 3 1.341 - H 1 S 2 3 1.341 - H 1 S 3 3 1.341 - H 1 S 4 3 1.3318 - H 1 S 5 3 1.3335 - H 1 S 6 3 1.3317 - H 1 H 1 1 0.66 - H 1 H 1 2 0.66 - H 1 H 1 3 0.66 - H 1 Cl 1 1 1.3138 - H 1 Cl 2 1 1.3138 - H 1 Cl 3 1 1.3138 - H 1 Cl 4 1 1.3138 - H 1 Cl 1 2 1.3138 - H 1 Cl 2 2 1.3138 - H 1 Cl 3 2 1.3138 - H 1 Cl 4 2 1.3138 - H 1 Cl 1 3 1.3138 - H 1 Cl 2 3 1.3138 - H 1 Cl 3 3 1.3138 - H 1 Cl 4 3 1.3138 - Cl 1 C 1 1 1.773 - Cl 1 C 2 1 1.773 - Cl 1 C 3 1 1.773 - Cl 1 C 4 1 1.767 - Cl 2 C 1 1 1.773 - Cl 3 C 1 1 1.773 - Cl 4 C 1 1 1.7993 - Cl 1 C 1 2 1.72 - Cl 1 C 2 2 1.72 - Cl 1 C 3 2 1.7018 - Cl 1 C 4 2 1.767 - Cl 2 C 1 2 1.72 - Cl 3 C 1 2 1.72 - Cl 4 C 1 2 1.7425 - Cl 1 C 1 3 1.4231 - Cl 1 C 2 3 1.7739 - Cl 1 C 3 3 1.7018 - Cl 1 C 4 3 1.767 - Cl 2 C 1 3 1.4231 - Cl 3 C 1 3 1.423 - Cl 4 C 1 3 1.4294 - Cl 1 N 1 1 1.7292 - Cl 1 N 2 1 1.7292 - Cl 1 N 3 1 1.761 - Cl 1 N 4 1 1.725 - Cl 1 N 5 1 1.8244 - Cl 2 N 1 1 1.7291 - Cl 3 N 1 1 1.7292 - Cl 4 N 1 1 1.7485 - Cl 1 N 1 2 1.5292 - Cl 1 N 2 2 1.5292 - Cl 1 N 3 2 1.5292 - Cl 1 N 4 2 1.5515 - Cl 1 N 5 2 1.5638 - Cl 2 N 1 2 1.5292 - Cl 3 N 1 2 1.5292 - Cl 4 N 1 2 1.5376 - Cl 1 N 1 3 1.6492 - Cl 1 N 2 3 1.6956 - Cl 1 N 3 3 1.6492 - Cl 1 N 4 3 1.6884 - Cl 1 N 5 3 1.7114 - Cl 2 N 1 3 1.6492 - Cl 3 N 1 3 1.6492 - Cl 4 N 1 3 1.6631 - Cl 1 O 1 1 1.6843 - Cl 1 O 2 1 1.6843 - Cl 1 O 3 1 1.6843 - Cl 2 O 1 1 1.6843 - Cl 3 O 1 1 1.6843 - Cl 4 O 1 1 1.6998 - Cl 1 O 1 2 1.4843 - Cl 1 O 2 2 1.4843 - Cl 1 O 3 2 1.4843 - Cl 2 O 1 2 1.4843 - Cl 3 O 1 2 1.4844 - Cl 4 O 1 2 1.491 - Cl 1 O 1 3 1.3443 - Cl 1 O 2 3 1.3443 - Cl 1 O 3 3 1.3443 - Cl 2 O 1 3 1.3443 - Cl 3 O 1 3 1.3444 - Cl 4 O 1 3 1.3479 - Cl 1 P 1 1 2.0445 - Cl 1 P 2 1 2.0445 - Cl 1 P 3 1 2.1 - Cl 1 P 4 1 2.0103 - Cl 1 P 5 1 2.0863 - Cl 1 P 6 1 2.1254 - Cl 2 P 1 1 2.0445 - Cl 3 P 1 1 2.0447 - Cl 4 P 1 1 2.0745 - Cl 1 P 1 2 1.8445 - Cl 1 P 2 2 1.8445 - Cl 1 P 3 2 1.8446 - Cl 1 P 4 2 1.8573 - Cl 1 P 5 2 1.8648 - Cl 1 P 6 2 1.8799 - Cl 2 P 1 2 1.8445 - Cl 3 P 1 2 1.8445 - Cl 4 P 1 2 1.8591 - Cl 1 P 1 3 1.7045 - Cl 1 P 2 3 1.7045 - Cl 1 P 3 3 1.7045 - Cl 1 P 4 3 1.7121 - Cl 1 P 5 3 1.7165 - Cl 1 P 6 3 1.7244 - Cl 2 P 1 3 1.7045 - Cl 3 P 1 3 1.7045 - Cl 4 P 1 3 1.7132 - Cl 1 S 1 1 2.031 - Cl 1 S 2 1 2.031 - Cl 1 S 3 1 2.031 - Cl 1 S 4 1 1.9985 - Cl 1 S 5 1 1.9855 - Cl 1 S 6 1 1.9827 - Cl 2 S 1 1 2.031 - Cl 3 S 1 1 2.031 - Cl 4 S 1 1 2.0566 - Cl 1 S 1 2 2.031 - Cl 1 S 2 2 2.031 - Cl 1 S 3 2 2.031 - Cl 1 S 4 2 1.9985 - Cl 1 S 5 2 1.9855 - Cl 1 S 6 2 1.9827 - Cl 2 S 1 2 2.031 - Cl 3 S 1 2 2.031 - Cl 4 S 1 2 2.0566 - Cl 1 S 1 3 2.031 - Cl 1 S 2 3 2.031 - Cl 1 S 3 3 2.031 - Cl 1 S 4 3 1.9985 - Cl 1 S 5 3 1.9855 - Cl 1 S 6 3 1.9827 - Cl 2 S 1 3 2.031 - Cl 3 S 1 3 2.031 - Cl 4 S 1 3 2.0566 - Cl 1 H 1 1 1.3138 - Cl 2 H 1 1 1.3138 - Cl 3 H 1 1 1.3138 - Cl 4 H 1 1 1.3138 - Cl 1 H 1 2 1.3138 - Cl 2 H 1 2 1.3138 - Cl 3 H 1 2 1.3138 - Cl 4 H 1 2 1.3138 - Cl 1 H 1 3 1.3138 - Cl 2 H 1 3 1.3138 - Cl 3 H 1 3 1.3138 - Cl 4 H 1 3 1.3138 - Cl 1 Cl 1 1 2.02 - Cl 1 Cl 2 1 2.02 - Cl 1 Cl 3 1 2.02 - Cl 1 Cl 4 1 2.0439 - Cl 2 Cl 1 1 2.02 - Cl 3 Cl 1 1 2.02 - Cl 4 Cl 1 1 2.0439 - Cl 1 Cl 1 2 1.82 - Cl 1 Cl 2 2 1.82 - Cl 1 Cl 3 2 1.82 - Cl 1 Cl 4 2 1.8317 - Cl 2 Cl 1 2 1.82 - Cl 3 Cl 1 2 1.8201 - Cl 4 Cl 1 2 1.8317 - Cl 1 Cl 1 3 1.68 - Cl 1 Cl 2 3 1.68 - Cl 1 Cl 3 3 1.68 - Cl 1 Cl 4 3 1.6869 - Cl 2 Cl 1 3 1.68 - Cl 3 Cl 1 3 1.68 - Cl 4 Cl 1 3 1.6869 diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/A.db --- a/CADDSuite-1.6/data/fragments/A.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,107 +0,0 @@ -A - Names - Adenine - Adenin - A - - Atoms - PP 23.872 39.165 31.119 - O1PO 25.231 39.217 30.523 - O2PO 22.847 40.110 30.636 - O5*O 24.015 39.407 32.681 - C5*C 23.898 38.444 33.717 - 1H5*H 23.427 37.536 33.341 - 2H5*H 23.266 38.889 34.485 - C4*C 25.259 38.091 34.326 - H4*H 25.156 37.622 35.304 - O4*O 25.979 37.144 33.552 - C3*C 26.180 39.302 34.326 - H3*H 26.158 39.977 33.470 - O3*O 25.805 40.074 35.470 - C2*C 27.544 38.641 34.414 - 1H2*H 28.301 39.314 34.011 - 2H2*H 27.774 38.419 35.456 - C1*C 27.277 37.165 34.164 - H1*H 27.382 36.562 35.066 - N9N 28.236 36.536 33.230 - C8C 28.440 36.783 31.901 - H8H 27.912 37.594 31.421 - N7N 29.329 36.020 31.347 - C5C 29.751 35.206 32.384 - C6C 30.698 34.181 32.452 - N6N 31.417 33.777 31.410 - 1H6H 32.088 33.030 31.518 - 2H6H 31.292 34.217 30.509 - N1N 30.867 33.595 33.636 - C2C 30.158 33.991 34.674 - 2HH 30.296 33.518 35.635 - N3N 29.245 34.933 34.744 - C4C 29.090 35.512 33.538 - - Bonds - 1P O1P s - 2P O2P d - 3P O5* s - 4O5* C5* s - 5C5* C4* s - 6C4* O4* s - 7C4* C3* s - 8C3* O3* s - 9C3* C2* s - 10C2* C1* s - 11C1* O4* s - 12C1* N9 s - 13N9 C8 s - 14C8 N7 d - 15N7 C5 s - 16C5 C6 s - 17C5 C4 d - 18C4 N9 s - 19C6 N6 s - 20C6 N1 d - 21N1 C2 s - 22C2 N3 d - 23N3 C4 s - 24C5* 1H5* s - 25C5* 2H5* s - 26C4* H4* s - 27C1* H1* s - 28C3* H3* s - 29C2* 1H2* s - 30C2* 2H2* s - 31C8 H8 s - 32N6 1H6 s - 33N6 2H6 s - 34C2 2H s - - Connections - 5-termP 3-term s 1.62 0.5 - 3-termO3* 5-term s 1.62 0.5 - - Properties - NUCLEOTIDE - - Variants - A-M - Properties - 5_PRIME - 3_PRIME - - - Default - Properties - - - A-3 - Properties - 3_PRIME - - - A-5 - Properties - 5_PRIME - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ACE.db --- a/CADDSuite-1.6/data/fragments/ACE.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -ACE - Names - ACE - acetic acid - - Atoms - CC -0.710977 -1.12008 0.000774821 - CH3C 0.0997794 -2.40762 0.00202052 - OO -1.92224 -1.17518 0.00112378 - 1HH3H -0.167239 -2.98461 0.880642 - 2HH3H 1.1711 -2.24422 -0.00400307 - 3HH3H -0.176322 -2.99236 -0.868617 - OXTO -0.0809243 0.0851695 -0.000720861 - - Bonds - 1C CH3 s - 2C O d - 3C OXT s - 4CH3 1HH3 s - 5CH3 2HH3 s - 6CH3 3HH3 s - - Connections - C-term - C N-term s 1.33 0.5 - - - - Properties - - Variants - ACE-N - Delete - OXT - - Properties - N_TERMINAL - - - ACE-M - Properties - C_TERMINAL - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ALA.db --- a/CADDSuite-1.6/data/fragments/ALA.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +0,0 @@ -ALA - Names - Alanine - Alanin - Ala - A - - Atoms - NN 0.09952427 1.425946 -0.01392276 - 3HH 0.9122966 2.021833 0.09543685 - CAC -0.6343572 1.904422 -1.199327 - HAH -0.06613517 1.608824 -2.082189 - CC -0.7061328 3.434369 -1.195026 - OO 0.2770563 4.020259 -0.6877273 - CBC -2.018631 1.250585 -1.273356 - 1HBH -2.525042 1.535779 -2.196084 - 2HBH -1.909473 0.1656088 -1.256012 - 3HBH -2.621985 1.560564 -0.4192078 - OXTO -1.554726 3.968913 -1.942107 - 1HH -0.4859746 1.514033 0.8043322 - 2HH 0.3756785 0.4622824 -0.137128 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 213HB CB s - 22OXT C s - 231H N s - 242H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - ALA-M - Properties - C_TERMINAL - N_TERMINAL - - - ALA-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - ALA-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ARG.db --- a/CADDSuite-1.6/data/fragments/ARG.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,110 +0,0 @@ -ARG - Names - Arginine - Arginin - Arg - R - - Atoms - NN 0.04658213 1.228698 -0.008203848 - 3HH 1.029144 1.468065 -0.01885969 - CAC -0.651675 1.900984 -1.120636 - HAH -0.1560273 1.589999 -2.041618 - CC -0.5384113 3.425156 -1.007164 - OO -0.4560871 4.056512 -2.083366 - CBC -2.115081 1.438444 -1.186192 - 1HBH -2.126043 0.3475202 -1.20068 - 2HBH -2.643967 1.778842 -0.2945162 - CGC -2.829752 1.953359 -2.443151 - 1HGH -2.889884 3.042607 -2.412891 - 2HGH -2.25911 1.654155 -3.324525 - CDC -4.246704 1.376451 -2.533151 - 1HDH -4.174877 0.2870844 -2.574071 - 2HDH -4.797596 1.672022 -1.637285 - NEN -4.940577 1.875193 -3.731703 - HEH -4.414851 2.512341 -4.314554 - CZC -6.193176 1.546153 -4.088384 - NH1N -6.900425 0.7030471 -3.327994 - 1HH1H -6.480561 0.3232263 -2.492691 - 2HH1H -7.843661 0.4323652 -3.563007 - NH2N -6.730267 2.060851 -5.200565 - 1HH2H -6.201764 2.698435 -5.778988 - 2HH2H -7.669785 1.826959 -5.486362 - OXTO -0.796168 3.930999 0.1074273 - 1HH -0.3621705 1.521632 0.867786 - 2HH -0.05222332 0.2284002 -0.1067282 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 251HG CG s - 262HG CG s - 27CD CG s - 311HD CD s - 322HD CD s - 33NE CD s - 36HE NE s - 37CZ NE s - 40NH1 CZ a - 431HH1 NH1 s - 442HH1 NH1 s - 45NH2 CZ a - 481HH2 NH2 s - 492HH2 NH2 s - 50OXT C s - 511H N s - 522H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - ARG-M - Properties - C_TERMINAL - N_TERMINAL - - - ARG-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - ARG-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ASN.db --- a/CADDSuite-1.6/data/fragments/ASN.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ -ASN - Names - Asparagine - Asparagin - Asn - N - - Atoms - NN -0.01239826 1.297873 -0.0455736 - 3HH 0.8807231 1.768826 0.03701005 - CAC -0.7474616 1.91653 -1.164926 - HAH -0.1937652 1.691628 -2.077897 - CC -0.757567 3.441771 -1.010304 - OO 0.3769885 3.962902 -0.9276295 - CBC -2.149851 1.302218 -1.30196 - 1HBH -2.042859 0.2235991 -1.423685 - 2HBH -2.723301 1.490943 -0.3934487 - CGC -2.91901 1.84635 -2.50453 - OD1O -2.442698 2.721974 -3.218464 - ND2N -4.125435 1.339006 -2.736042 - 1HD2H -4.50376 0.6180301 -2.140929 - 2HD2H -4.647904 1.686222 -3.525954 - 1HH -0.5352049 1.417775 0.8102037 - 2HH 0.1272759 0.3139404 -0.2256562 - OXTO -1.806735 3.963976 -0.572751 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 24OD1 CG d - 25ND2 CG s - 281HD2 ND2 s - 292HD2 ND2 s - 301H N s - 312H N s - 32OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - ASN-M - Properties - C_TERMINAL - N_TERMINAL - - - ASN-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - ASN-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ASP.db --- a/CADDSuite-1.6/data/fragments/ASP.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,86 +0,0 @@ -ASP - Names - Aspartate - Aspartat - Asp - D - - Atoms - NN 0.1006113 1.231053 -0.1065504 - 3HH 0.7826706 1.919109 0.1901606 - CAC -0.6776782 1.854581 -1.196471 - HAH -0.140641 1.67647 -2.129506 - CC -0.7684437 3.377808 -1.00658 - OO -0.1755398 3.814352 0.008837678 - CBC -2.059715 1.201639 -1.304611 - 1HBH -1.947421 0.1437317 -1.541582 - 2HBH -2.583309 1.296861 -0.3531539 - CGC -2.895658 1.868856 -2.384729 - OD1O -2.861295 1.365629 -3.526181 - OD2O -3.508188 2.905267 -2.052321 - OXTO -0.9198192 4.048685 -2.051676 - 1HH -0.5109496 1.02733 0.6709606 - 2HH 0.5472904 0.3836241 -0.4264945 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 24OD1 CG a - 25OD2 CG a - 26OXT C s - 271H N s - 282H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - ASP-M - Properties - N_TERMINAL - C_TERMINAL - - - ASP-N - Delete - OXT - - Properties - N_TERMINAL - - - ASP-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Benzene-Skeleton.db --- a/CADDSuite-1.6/data/fragments/Benzene-Skeleton.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -Benzene-Skeleton - Names - Benzene-Skeleton - - Atoms - C1C 0.066248 -1.287634 0.144514 - C2C 0.057081 -0.613884 1.337852 - C3C 0.045766 0.796088 1.307799 - C4C 0.054862 1.462219 0.071058 - C5C 0.073086 0.728404 -1.129738 - C6C 0.091744 -0.671622 -1.107443 - - Bonds - 1C1 C2 s - 2C2 C3 d - 3C3 C4 s - 4C4 C5 d - 5C5 C6 s - 6C6 C1 d - - Properties - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/C.db --- a/CADDSuite-1.6/data/fragments/C.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,102 +0,0 @@ -C - Names - Cytosine - Cytosin - C - - Atoms - PP 15.644 29.327 35.222 - O1PO 15.393 28.440 36.382 - O2PO 14.638 30.335 34.831 - O5*O 15.947 28.383 33.968 - C5*C 16.069 28.915 32.657 - 1H5*H 16.821 29.704 32.690 - 2H5*H 15.119 29.333 32.322 - C4*C 16.513 27.844 31.682 - H4*H 16.609 28.228 30.666 - O4*O 17.830 27.370 32.014 - C3*C 15.542 26.637 31.746 - H3*H 14.654 26.736 32.370 - O3*O 15.186 26.233 30.429 - C2*C 16.448 25.569 32.322 - 1H2*H 16.102 25.297 33.319 - 2H2*H 16.428 24.689 31.678 - C1*C 17.781 25.967 31.722 - H1*H 17.935 25.853 30.649 - N1N 18.940 25.252 32.322 - C6C 18.970 24.882 33.637 - H6H 18.141 25.127 34.285 - C5C 20.022 24.211 34.147 - H5H 20.029 23.926 35.199 - C4C 21.100 23.907 33.243 - N4N 22.167 23.241 33.694 - 1H4H 22.908 23.042 33.037 - 2H4H 22.216 22.954 34.661 - N3N 21.059 24.280 31.953 - C2C 19.992 24.955 31.461 - O2O 19.963 25.291 30.279 - - Bonds - 1P O1P s - 2P O2P d - 3P O5* s - 4O5* C5* s - 5C5* C4* s - 6C4* O4* s - 7C4* C3* s - 8C3* O3* s - 9C3* C2* s - 10C2* C1* s - 11C1* O4* s - 12C1* N1 s - 13N1 C6 s - 14C6 C5 d - 15C5 C4 s - 16C4 N4 s - 17C4 N3 d - 18N3 C2 s - 19C2 O2 d - 20C2 N1 s - 21C5* 1H5* s - 22C5* 2H5* s - 23C4* H4* s - 24C1* H1* s - 25C3* H3* s - 26C2* 1H2* s - 27C2* 2H2* s - 28C6 H6 s - 29C5 H5 s - 30N4 1H4 s - 31N4 2H4 s - - Connections - 5-termP 3-term s 1.62 0.5 - 3-termO3* 5-term s 1.62 0.5 - - Properties - NUCLEOTIDE - - Variants - C-M - Properties - 5_PRIME - 3_PRIME - - - Default - Properties - - - C-3 - Properties - 3_PRIME - - - C-5 - Properties - 5_PRIME - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/CA.db --- a/CADDSuite-1.6/data/fragments/CA.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -CA - Names - Calcium ion - Ca2+ - - Atoms - CACa 0.0 0.0 0.0 - - Bonds - - Connections - - Properties - - Variants - Default - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/CYS.db --- a/CADDSuite-1.6/data/fragments/CYS.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ -CYS - Names - Cysteine - Cystein - Cys - C - - Atoms - NN 0.02405081 1.288152 -0.04523527 - 3HH 0.9139157 1.764642 0.02587458 - CAC -0.7231978 1.84877 -1.18869 - HAH -0.1383485 1.663318 -2.090963 - CC -0.8891953 3.364114 -1.049031 - OO 0.1143772 4.039036 -1.368143 - CBC -2.074845 1.154028 -1.367605 - 1HBH -1.930864 0.09969049 -1.603445 - 2HBH -2.672614 1.244251 -0.4604313 - SGS -2.936402 1.968095 -2.733035 - HGH -4.084388 1.292503 -2.621688 - 1HH -0.5030248 1.428972 0.8047693 - 2HH 0.1769028 0.3003187 -0.1898637 - OXTO -1.790595 3.760744 -0.2774832 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21SG CB s - 25HG SG s - 281H N s - 292H N s - 30OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - S-termSG S-term s 2.05 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - CYS-M - Properties - C_TERMINAL - N_TERMINAL - - - CYS-N - Delete - OXT - - Properties - N_TERMINAL - - - CYS-S - Delete - OXT - 1H - 2H - HG - - Rename - 3HH - - Properties - HAS_SSBOND - - - CYS-CS - Delete - 1H - 2H - HG - - Rename - 3HH - - Properties - C_TERMINAL - HAS_SSBOND - - - CYS-NS - Delete - OXT - HG - - Properties - N_TERMINAL - HAS_SSBOND - - - CYS-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Editing-Fragments.db --- a/CADDSuite-1.6/data/fragments/Editing-Fragments.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -Fragments - #include:ALAfragments/ALA.db:/ALA - #include:ARGfragments/ARG.db:/ARG - #include:ASPfragments/ASP.db:/ASP - #include:ASNfragments/ASN.db:/ASN - #include:CYSfragments/CYS.db:/CYS - #include:GLNfragments/GLN.db:/GLN - #include:GLUfragments/GLU.db:/GLU - #include:GLYfragments/GLY.db:/GLY - #include:HISfragments/HIS.db:/HIS - #include:ILEfragments/ILE.db:/ILE - #include:LEUfragments/LEU.db:/LEU - #include:LYSfragments/LYS.db:/LYS - #include:METfragments/MET.db:/MET - #include:PHEfragments/PHE.db:/PHE - #include:PROfragments/PRO.db:/PRO - #include:SERfragments/SER.db:/SER - #include:THRfragments/THR.db:/THR - #include:TRPfragments/TRP.db:/TRP - #include:TYRfragments/TYR.db:/TYR - #include:VALfragments/VAL.db:/VAL - #include:PCAfragments/PCA.db:/PCA - #include:ACEfragments/ACE.db:/ACE - #include:NMEfragments/NME.db:/NME - #include:CAfragments/CA.db:/CA - #include:MGfragments/MG.db:/MG - #include:ZNfragments/ZN.db:/ZN - #include:HOHfragments/HOH.db:/HOH - #include:Afragments/A.db:/A - #include:Cfragments/C.db:/C - #include:Gfragments/G.db:/G - #include:Tfragments/T.db:/T - #include:Ufragments/U.db:/U - #include:Pyrrole-Skeletonfragments/Pyrrole-Skeleton.db:/Pyrrole-Skeleton - #include:Benzene-Skeletonfragments/Benzene-Skeleton.db:/Benzene-Skeleton - #include:Indole-Skeletonfragments/Indole-Skeleton.db:/Indole-Skeleton - -Names - #include:Discoverfragments/Names.Discover.db:/Discover - #include:Amberfragments/Names.Amber.db:/Amber - #include:CHARMMfragments/Names.CHARMM.db:/CHARMM - #include:XPLORfragments/Names.XPLOR.db:/XPLOR - #include:Starfragments/Names.Star.db:/Star - -Defaults - NamingPDB - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Fragments.db --- a/CADDSuite-1.6/data/fragments/Fragments.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ -Fragments - #include:ALAfragments/ALA.db:/ALA - #include:ARGfragments/ARG.db:/ARG - #include:ASPfragments/ASP.db:/ASP - #include:ASNfragments/ASN.db:/ASN - #include:CYSfragments/CYS.db:/CYS - #include:GLNfragments/GLN.db:/GLN - #include:GLUfragments/GLU.db:/GLU - #include:GLYfragments/GLY.db:/GLY - #include:HISfragments/HIS.db:/HIS - #include:ILEfragments/ILE.db:/ILE - #include:LEUfragments/LEU.db:/LEU - #include:LYSfragments/LYS.db:/LYS - #include:METfragments/MET.db:/MET - #include:MSEfragments/MSE.db:/MSE - #include:PHEfragments/PHE.db:/PHE - #include:PROfragments/PRO.db:/PRO - #include:SERfragments/SER.db:/SER - #include:THRfragments/THR.db:/THR - #include:TRPfragments/TRP.db:/TRP - #include:TYRfragments/TYR.db:/TYR - #include:VALfragments/VAL.db:/VAL - #include:PCAfragments/PCA.db:/PCA - #include:ACEfragments/ACE.db:/ACE - #include:NMEfragments/NME.db:/NME - #include:CAfragments/CA.db:/CA - #include:MGfragments/MG.db:/MG - #include:ZNfragments/ZN.db:/ZN - #include:HOHfragments/HOH.db:/HOH - #include:Afragments/A.db:/A - #include:Cfragments/C.db:/C - #include:Gfragments/G.db:/G - #include:Tfragments/T.db:/T - #include:Ufragments/U.db:/U - -Names - #include:Discoverfragments/Names.Discover.db:/Discover - #include:Amberfragments/Names.Amber.db:/Amber - #include:CHARMMfragments/Names.CHARMM.db:/CHARMM - #include:XPLORfragments/Names.XPLOR.db:/XPLOR - #include:Starfragments/Names.Star.db:/Star - #include:DNAfragments/Names.DNA.db:/DNA - -Defaults - NamingPDB - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/G.db --- a/CADDSuite-1.6/data/fragments/G.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,107 +0,0 @@ -G - Names - Guanine - Guanin - G - - Atoms - PP 32.612 26.662 40.051 - O1PO 33.579 26.377 41.135 - O2PO 32.257 25.612 39.055 - O5*O 31.233 27.248 40.656 - C5*C 31.159 28.416 41.468 - 1H5*H 32.062 29.003 41.301 - 2H5*H 31.095 28.140 42.520 - C4*C 29.940 29.254 41.095 - H4*H 29.785 30.090 41.777 - O4*O 30.102 29.870 39.801 - C3*C 28.712 28.348 41.021 - O3*O 27.645 28.918 41.772 - H3*H 28.886 27.326 41.358 - C2*C 28.364 28.341 39.559 - 1H2*H 28.348 27.314 39.193 - 2H2*H 27.382 28.792 39.416 - C1*C 28.928 29.637 39.018 - H1*H 28.284 30.517 39.013 - N9N 29.311 29.477 37.601 - C8C 30.238 28.616 37.067 - H8H 30.771 27.925 37.703 - N7N 30.381 28.736 35.780 - C5C 29.485 29.746 35.436 - C6C 29.204 30.305 34.166 - O6O 29.745 30.037 33.101 - N1N 28.225 31.296 34.247 - 1HH 27.948 31.750 33.400 - C2C 27.605 31.699 35.418 - N2N 26.693 32.662 35.319 - 1H2H 26.407 33.145 34.479 - 2H2H 26.252 32.956 36.179 - N3N 27.881 31.170 36.610 - C4C 28.823 30.204 36.543 - - Bonds - 1P O1P s - 2P O2P d - 3P O5* s - 4O5* C5* s - 5C5* C4* s - 6C4* O4* s - 7C4* C3* s - 8C3* O3* s - 9C3* C2* s - 10C2* C1* s - 11C1* O4* s - 12C1* N9 s - 13N9 C8 s - 14C8 N7 d - 15N7 C5 s - 16C5 C4 d - 17C4 N9 s - 18C5 C6 s - 19C6 O6 d - 20C6 N1 s - 21N1 C2 s - 22C2 N2 s - 23C2 N3 d - 24N3 C4 s - 25C5* 1H5* s - 26C5* 2H5* s - 27C4* H4* s - 28C1* H1* s - 29C3* H3* s - 30C2* 1H2* s - 31C2* 2H2* s - 32C8 H8 s - 33N1 1H s - 34N2 1H2 s - 35N2 2H2 s - - Connections - 5-termP 3-term s 1.62 0.5 - 3-termO3* 5-term s 1.62 0.5 - - Properties - NUCLEOTIDE - - Variants - G-M - Properties - 5_PRIME - 3_PRIME - - - Default - Properties - - - G-5 - Properties - 5_PRIME - - G-3 - Properties - 3_PRIME - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/GLN.db --- a/CADDSuite-1.6/data/fragments/GLN.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,96 +0,0 @@ -GLN - Names - Glutamine - Glutamin - Gln - Q - - Atoms - NN -1.694353 -0.2940789 3.487573 - 3HH -1.993324 -0.7771879 2.60663 - CAC -1.339968 1.106833 3.061471 - HAH -2.035373 1.840381 3.535663 - CC -1.613526 1.110178 1.459362 - OO -1.452083 2.138383 0.8146671 - CBC 0.1053884 1.466314 3.38408 - 2HBH 0.4078564 1.068117 4.376333 - 1HBH 0.7844938 0.9955081 2.644168 - CGC 0.2953307 2.976142 3.377398 - 2HGH -0.08479181 3.405704 2.425381 - 1HGH -0.3113416 3.443596 4.179154 - CDC 1.757013 3.318817 3.588054 - OE1O 2.263759 3.493683 4.689262 - NE2N 2.607646 3.349533 2.459146 - 2HE2H 3.553186 3.659591 2.602335 - 1HE2H 2.182977 3.3032491 1.543895 - OXTO -2.00241 -0.02523248 1.056456 - 2HH -2.440811 -0.2844597 4.149324 - 1HH -0.9086809 -0.7656706 3.887856 - - Bonds - 13H N s - 2CA N s - 3HA CA s - 4C CA s - 5O C d - 6CB CA s - 72HB CB s - 81HB CB s - 9CG CB s - 102HG CG s - 111HG CG s - 12CD CG s - 13OE1 CD d - 14NE2 CD s - 152HE2 NE2 s - 161HE2 NE2 s - 17OXT C s - 182H N s - 191H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - GLN-M - Properties - C_TERMINAL - N_TERMINAL - - - GLN-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - GLN-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/GLU.db --- a/CADDSuite-1.6/data/fragments/GLU.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,92 +0,0 @@ -GLU - Names - Glutamate - Glutamat - Glu - Q - - Atoms - NN 0.09036078 1.20944 -0.09877955 - 3HH 0.992178 1.663159 -0.02552702 - CAC -0.6644503 1.887128 -1.167784 - HAH -0.1401839 1.690991 -2.10393 - CC -0.6415405 3.403009 -0.9416856 - OO 0.5018099 3.910433 -0.8834405 - CBC -2.078524 1.299661 -1.288965 - 1HBH -2.006071 0.2127525 -1.352877 - 2HBH -2.670931 1.54428 -0.4052964 - CGC -2.807634 1.790975 -2.546677 - 1HGH -2.881274 2.877187 -2.559357 - 2HGH -2.268831 1.463546 -3.436255 - CDC -4.223983 1.236637 -2.597517 - OE1O -5.044554 1.733033 -1.797006 - OE2O -4.450723 0.3260741 -3.421581 - 1HH -0.4043283 1.301303 0.7769806 - 2HH 0.2085563 0.2320959 -0.3244812 - OXTO -1.674247 3.928742 -0.470977 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 251HG CG s - 262HG CG s - 27CD CG s - 30OE1 CD a - 31OE2 CD a - 321H N s - 332H N s - 34OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - GLU-M - Properties - C_TERMINAL - N_TERMINAL - - - GLU-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - GLU-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/GLY.db --- a/CADDSuite-1.6/data/fragments/GLY.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,76 +0,0 @@ -GLY - Names - Glycine - Glycin - Gly - G - - Atoms - NN 0.09000722 1.216287 -0.1108443 - 3HH 0.8807056 1.803007 0.1270226 - CAC -0.6332095 1.869306 -1.215941 - 1HAH -0.02850649 1.801736 -2.120623 - 2HAH -1.579168 1.352425 -1.380715 - CC -0.8818576 3.344497 -0.910938 - OO 0.06351577 3.962237 -0.3713815 - 1HH -0.5183882 1.138782 0.691625 - 2HH 0.4027565 0.2984461 -0.3934918 - OXTO -1.901015 3.866009 -1.413833 - - Bonds - 53H N s - 6CA N s - 101HA CA s - 112HA CA s - 12C CA s - 15O C d - 161H N s - 172H N s - 18OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - GLY-M - Properties - C_TERMINAL - N_TERMINAL - - - GLY-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - GLY-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/HIS.db --- a/CADDSuite-1.6/data/fragments/HIS.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,99 +0,0 @@ -HIS - Names - Histidine - Histidin - His - H - - Atoms - NN 0.2528806 1.616447 -0.2212145 - 3HH 0.7991534 2.328624 0.245802 - CAC -0.9251888 2.215651 -0.8776516 - HAH -0.5465931 2.966134 -1.573552 - CC -1.833067 2.919479 0.1419996 - OO -2.654072 3.735267 -0.3389743 - CBC -1.677425 1.144471 -1.688265 - 1HBH -0.9314069 0.53022 -2.195623 - 2HBH -2.228334 0.4977131 -1.00345 - CGC -2.625881 1.668474 -2.74672 - ND1N -3.385668 2.821612 -2.671887 - HD1H -3.38348 3.467654 -1.88095 - CD2C -2.893428 1.068907 -3.947961 - HD2H -2.46763 0.1453506 -4.317409 - CE1C -4.09971 2.924621 -3.807559 - HE1H -4.788648 3.724259 -4.045286 - NE2N -3.815619 1.869323 -4.597533 - HE2H -4.210977 1.69118 -5.511979 - 1HH -0.05550323 0.9331897 0.4557269 - 2HH 0.827899 1.162407 -0.9164186 - OXTO -1.921441 2.400639 1.276749 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 24ND1 CG a - 27HD1 ND1 s - 28CD2 CG a - 31HD2 CD2 s - 32CE1 ND1 a - 35HE1 CE1 s - 36NE2 CE1 a - 37NE2 CD2 a - 39HE2 NE2 s - 401H N s - 412H N s - 42OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - HIS-M - Properties - C_TERMINAL - N_TERMINAL - - - HIS-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - HIS-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/HOH.db --- a/CADDSuite-1.6/data/fragments/HOH.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -HOH - Names - Water - - Atoms - O O 15.118 9.944 8.582 - 1HH 15.211 9.386 7.809 - 2HH 14.173 9.992 8.730 - - Bonds - 11H O s - 22H O s - - Connections - - Properties - - Variants - Default - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ILE.db --- a/CADDSuite-1.6/data/fragments/ILE.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,100 +0,0 @@ -ILE - Names - Isoleucine - Isoleucin - Ile - I - - Atoms - NN 0.1219419 1.159209 -0.1919851 - 3HH 0.9740559 1.689959 -0.04711162 - CAC -0.7030041 1.935257 -1.138673 - HAH -0.2842833 1.745549 -2.127681 - CC -0.5392811 3.43721 -0.8683466 - OO 0.4636989 3.750649 -0.1867381 - CBC -2.165631 1.439687 -1.121375 - HBH -2.124804 0.349284 -1.14618 - CG1C -2.945574 1.890833 -2.370761 - 1HG1H -3.189406 2.951118 -2.312008 - 2HG1H -2.330654 1.72068 -3.255403 - CG2C -2.890608 1.852801 0.1693949 - 1HG2H -3.851115 1.343782 0.2388784 - 2HG2H -2.299751 1.573039 1.041283 - 3HG2H -3.060911 2.929328 0.1868919 - CD1C -4.249351 1.108805 -2.558935 - 1HD1H -4.709754 1.403511 -3.502415 - 2HD1H -4.043807 0.03831363 -2.586494 - 3HD1H -4.947758 1.324118 -1.751006 - 1HH -0.3580201 1.071109 0.6916124 - 2HH 0.3236403 0.2433889 -0.5670705 - OXTO -1.135264 4.21782 -1.641576 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 19HB CB s - 20CG1 CB s - 241HG1 CG1 s - 252HG1 CG1 s - 26CG2 CB s - 301HG2 CG2 s - 312HG2 CG2 s - 323HG2 CG2 s - 33CD1 CG1 s - 371HD1 CD1 s - 382HD1 CD1 s - 393HD1 CD1 s - 401H N s - 412H N s - 42OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - ILE-M - Properties - C_TERMINAL - N_TERMINAL - - - ILE-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - ILE-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Indole-Skeleton.db --- a/CADDSuite-1.6/data/fragments/Indole-Skeleton.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -Indole-Skeleton - Names - Indole-Skeleton - - Atoms - C1C 0.098272 0.968184 -2.108448 - N2N 0.106846 2.054217 -1.259124 - C3C 0.08464 1.665738 0.063892 - C4C 0.060104 0.240281 0.014949 - C5C 0.062069 -0.174574 -1.386187 - C6C 0.084854 2.377612 1.27264 - C7C 0.060305 1.667968 2.483589 - C8C 0.039354 0.262233 2.470668 - C9C 0.039595 -0.441663 1.251419 - - Bonds - 1C1 N2 s - 2N2 C3 s - 3C3 C4 d - 4C4 C5 s - 5C5 C1 d - 6C3 C6 s - 7C6 C7 d - 8C7 C8 s - 9C8 C9 d - 10C9 C4 s - - Properties - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/LEU.db --- a/CADDSuite-1.6/data/fragments/LEU.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,100 +0,0 @@ -LEU - Names - Leucine - Leucin - Leu - L - - Atoms - NN -0.003476313 1.235853 0.02699674 - 3HH 0.7720473 1.82942 0.3005252 - CAC -0.6514053 1.883178 -1.129898 - HAH -0.07017973 1.598957 -2.006831 - CC -0.5708863 3.410168 -0.9936234 - OO 0.1419036 3.827524 -0.05211589 - CBC -2.091007 1.359104 -1.274005 - 1HBH -2.046227 0.2694775 -1.310338 - 2HBH -2.646399 1.642544 -0.3785246 - CGC -2.872831 1.847369 -2.507179 - HGH -3.019899 2.926006 -2.455012 - CD1C -2.162796 1.498542 -3.821336 - 1HD1H -2.800384 1.766798 -4.664294 - 2HD1H -1.228827 2.051352 -3.913459 - 3HD1H -1.954294 0.4288859 -3.861405 - CD2C -4.261661 1.198464 -2.502073 - 1HD2H -4.845348 1.564912 -3.347144 - 2HD2H -4.171115 0.1141629 -2.575422 - 3HD2H -4.785489 1.451318 -1.579679 - OXTO -0.8228753 4.072413 -2.02374 - 1HH -0.6580312 1.186075 0.7945588 - 2HH 0.3136166 0.3082535 -0.2161924 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 25HG CG s - 26CD1 CG s - 301HD1 CD1 s - 312HD1 CD1 s - 323HD1 CD1 s - 33CD2 CG s - 371HD2 CD2 s - 382HD2 CD2 s - 393HD2 CD2 s - 40OXT C s - 411H N s - 422H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - LEU-M - Properties - C_TERMINAL - N_TERMINAL - - - LEU-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - LEU-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/LYS.db --- a/CADDSuite-1.6/data/fragments/LYS.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ -LYS - Names - Lysine - Lysin - Lys - K - - Atoms - NN 0.03796386 1.172592 -0.009692425 - 3HH 1.016744 1.426445 0.004398665 - CAC -0.6562778 1.887361 -1.097957 - HAH -0.1455905 1.623495 -2.025311 - CC -0.5601511 3.406333 -0.9147748 - OO -0.5440148 4.087965 -1.963232 - CBC -2.114089 1.411355 -1.200695 - 1HBH -2.113627 0.3206328 -1.233166 - 2HBH -2.662723 1.730462 -0.3130743 - CGC -2.816849 1.934443 -2.461919 - 1HGH -2.878444 3.023734 -2.425601 - 2HGH -2.232982 1.645706 -3.338356 - CDC -4.230651 1.346997 -2.563318 - 1HDH -4.153291 0.2577495 -2.598617 - 2HDH -4.790445 1.632903 -1.669734 - CEC -4.93697 1.869824 -3.82334 - 1HEH -4.991973 2.959915 -3.77821 - 2HEH -4.353527 1.590667 -4.70365 - NZN -6.304516 1.325968 -3.962642 - 1HZH -6.733165 1.692468 -4.802127 - 2HZH -6.276195 0.31765 -4.027733 - 3HZH -6.870414 1.591293 -3.16824 - 1HH -0.3857403 1.416816 0.8740513 - 2HH -0.04427324 0.17682 -0.1571643 - OXTO -0.7869474 3.85405 0.2308864 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 251HG CG s - 262HG CG s - 27CD CG s - 311HD CD s - 322HD CD s - 33CE CD s - 371HE CE s - 382HE CE s - 39NZ CE s - 431HZ NZ s - 442HZ NZ s - 453HZ NZ s - 461H N s - 472H N s - 48OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - LYS-M - Properties - C_TERMINAL - N_TERMINAL - - - LYS-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - LYS-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/MET.db --- a/CADDSuite-1.6/data/fragments/MET.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,96 +0,0 @@ -MET - Names - Methionine - Methionin - Met - M - - Atoms - NN 0.0654056 1.215812 -0.06949145 - 3HH 0.9974914 1.608735 -0.04203663 - CAC -0.6988745 1.893029 -1.131979 - HAH -0.1911148 1.68141 -2.074138 - CC -0.6694928 3.410054 -0.9194202 - OO 0.4107355 3.973423 -1.201833 - CBC -2.121216 1.317703 -1.225039 - 1HBH -2.050125 0.2325057 -1.312704 - 2HBH -2.682049 1.549083 -0.318349 - CGC -2.887041 1.8377 -2.448318 - 1HGH -2.99595 2.919347 -2.383954 - 2HGH -2.322049 1.593525 -3.347709 - SDS -4.546617 1.137771 -2.634913 - CEC -5.081393 1.965263 -4.148402 - 1HEH -6.08969 1.634787 -4.393987 - 2HEH -5.078839 3.043304 -3.993342 - 3HEH -4.404794 1.706412 -4.961773 - OXTO -1.565656 3.902471 -0.1992161 - 1HH -0.3889995 1.363342 0.8203897 - 2HH 0.1172404 0.226119 -0.264187 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 251HG CG s - 262HG CG s - 27SD CG s - 33CE SD s - 371HE CE s - 382HE CE s - 393HE CE s - 40OXT C s - 411H N s - 422H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - MET-M - Properties - N_TERMINAL - C_TERMINAL - - - MET-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - MET-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/MG.db --- a/CADDSuite-1.6/data/fragments/MG.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -MG - Names - Magnesium ion - Mg2+ - - Atoms - MGMg 0.0 0.0 0.0 - - Bonds - - Connections - - Properties - - Variants - Default - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/MSE.db --- a/CADDSuite-1.6/data/fragments/MSE.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,95 +0,0 @@ -MSE - Names - Selenomethionine - Selenomethionin - Mse - - Atoms - NN 0.0654056 1.215812 -0.06949145 - 3HH 0.9974914 1.608735 -0.04203663 - CAC -0.6988745 1.893029 -1.131979 - HAH -0.1911148 1.68141 -2.074138 - CC -0.6694928 3.410054 -0.9194202 - OO 0.4107355 3.973423 -1.201833 - CBC -2.121216 1.317703 -1.225039 - 1HBH -2.050125 0.2325057 -1.312704 - 2HBH -2.682049 1.549083 -0.318349 - CGC -2.887041 1.8377 -2.448318 - 1HGH -2.99595 2.919347 -2.383954 - 2HGH -2.322049 1.593525 -3.347709 - SESe -4.546617 1.137771 -2.634913 - CEC -5.081393 1.965263 -4.148402 - 1HEH -6.08969 1.634787 -4.393987 - 2HEH -5.078839 3.043304 -3.993342 - 3HEH -4.404794 1.706412 -4.961773 - OXTO -1.565656 3.902471 -0.1992161 - 1HH -0.3889995 1.363342 0.8203897 - 2HH 0.1172404 0.226119 -0.264187 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 251HG CG s - 262HG CG s - 27SE CG s - 33CE SE s - 371HE CE s - 382HE CE s - 393HE CE s - 40OXT C s - 411H N s - 422H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - MET-M - Properties - N_TERMINAL - C_TERMINAL - - - MET-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - MET-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/NME.db --- a/CADDSuite-1.6/data/fragments/NME.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ -NME - Names - Methylamine - - Atoms - NN 0.724 0.000 -0.079 - CH3C -0.742 0.000 0.011 - 1HH 1.046 0.810 0.431 - 2HH 1.046 -0.810 0.431 - 1HH3H -1.139 -0.861 -0.527 - 2HH3H -1.042 -0.056 1.057 - 3HH3H -1.133 0.917 -0.431 - - Bonds - 1N CH3 s - 2N 1H s - 3N 2H s - 4CH3 1HH3 s - 5CH3 2HH3 s - 6CH3 3HH3 s - - Connections - N-termN C-term s 1.33 0.5 - - Properties - - Variants - NME-C - Delete - 2H - - Rename - 1HH - - Properties - C_TERMINAL - - - NME-M - Properties - C_TERMINAL - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Names.Amber.db --- a/CADDSuite-1.6/data/fragments/Names.Amber.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,486 +0,0 @@ -AmberPDB - *:H1*:1H - *:H2*:2H - *:H3*:3H - *:N*:N - *:C*:C - *:O*:O - *:H*:H - ALA:CAALA:CA - ALA:HAALA:HA - ALA:CBALA:CB - ALA:HB1ALA:1HB - ALA:HB2ALA:2HB - ALA:HB3ALA:3HB - ARG:CAARG:CA - ARG:HAARG:HA - ARG:CBARG:CB - ARG:HB2ARG:1HB - ARG:HB3ARG:2HB - ARG:CGARG:CG - ARG:HG2ARG:1HG - ARG:HG3ARG:2HG - ARG:CDARG:CD - ARG:HD2ARG:1HD - ARG:HD3ARG:2HD - ARG:NEARG:NE - ARG:HEARG:HE - ARG:CZARG:CZ - ARG:NH1ARG:NH1 - ARG:HH11ARG:1HH1 - ARG:HH12ARG:2HH1 - ARG:NH2ARG:NH2 - ARG:HH21ARG:1HH2 - ARG:HH22ARG:2HH2 - ASN:CAASN:CA - ASN:HAASN:HA - ASN:CBASN:CB - ASN:HB2ASN:1HB - ASN:HB3ASN:2HB - ASN:CGASN:CG - ASN:OD1ASN:OD1 - ASN:ND2ASN:ND2 - ASN:HD21ASN:1HD2 - ASN:HD22ASN:2HD2 - ASP:CAASP:CA - ASP:HAASP:HA - ASP:CBASP:CB - ASP:HB2ASP:1HB - ASP:HB3ASP:2HB - ASP:CGASP:CG - ASP:OD1ASP:OD1 - ASP:OD2ASP:OD2 - CYS:CACYS:CA - CYS:HACYS:HA - CYS:CBCYS:CB - CYS:HB2CYS:1HB - CYS:HB3CYS:2HB - CYS:SGCYS:SG - CYS:HGCYS:HG - CYS:HSGCYS:HG - GLU:CAGLU:CA - GLU:HAGLU:HA - GLU:CBGLU:CB - GLU:HB2GLU:1HB - GLU:HB3GLU:2HB - GLU:CGGLU:CG - GLU:HG2GLU:1HG - GLU:HG3GLU:2HG - GLU:CDGLU:CD - GLU:OE1GLU:OE1 - GLU:OE2GLU:OE2 - GLN:CAGLN:CA - GLN:HAGLN:HA - GLN:CBGLN:CB - GLN:HB2GLN:1HB - GLN:HB3GLN:2HB - GLN:CGGLN:CG - GLN:HG2GLN:1HG - GLN:HG3GLN:2HG - GLN:CDGLN:CD - GLN:OE1GLN:OE1 - GLN:NE2GLN:NE2 - GLN:HE21GLN:1HE2 - GLN:HE22GLN:2HE2 - GLY:CAGLY:CA - GLY:HA2GLY:1HA - GLY:HA3GLY:2HA - HIS:CAHIS:CA - HIS:HAHIS:HA - HIS:CBHIS:CB - HIS:HB2HIS:1HB - HIS:HB3HIS:2HB - HIS:CGHIS:CG - HIS:ND1HIS:ND1 - HIS:HD1HIS:HD1 - HIS:CE1HIS:CE1 - HIS:HE1HIS:HE1 - HIS:NE2HIS:NE2 - HIS:HE2HIS:HE2 - HIS:CD2HIS:CD2 - HIS:HD2HIS:HD2 - ILE:CAILE:CA - ILE:HAILE:HA - ILE:CBILE:CB - ILE:HBILE:HB - ILE:CG2ILE:CG2 - ILE:HG21ILE:1HG2 - ILE:HG22ILE:2HG2 - ILE:HG23ILE:3HG2 - ILE:CG1ILE:CG1 - ILE:HG12ILE:1HG1 - ILE:HG13ILE:2HG1 - ILE:CD1ILE:CD1 - ILE:HD11ILE:1HD1 - ILE:HD12ILE:2HD1 - ILE:HD13ILE:3HD1 - LEU:CALEU:CA - LEU:HALEU:HA - LEU:CBLEU:CB - LEU:HB2LEU:1HB - LEU:HB3LEU:2HB - LEU:CGLEU:CG - LEU:HGLEU:HG - LEU:CD1LEU:CD1 - LEU:HD11LEU:1HD1 - LEU:HD12LEU:2HD1 - LEU:HD13LEU:3HD1 - LEU:CD2LEU:CD2 - LEU:HD21LEU:1HD2 - LEU:HD22LEU:2HD2 - LEU:HD23LEU:3HD2 - LYS:CALYS:CA - LYS:HALYS:HA - LYS:CBLYS:CB - LYS:HB2LYS:1HB - LYS:HB3LYS:2HB - LYS:CGLYS:CG - LYS:HG2LYS:1HG - LYS:HG3LYS:2HG - LYS:CDLYS:CD - LYS:HD2LYS:1HD - LYS:HD3LYS:2HD - LYS:CELYS:CE - LYS:HE2LYS:1HE - LYS:HE3LYS:2HE - LYS:NZLYS:NZ - LYS:HZ1LYS:1HZ - LYS:HZ2LYS:2HZ - LYS:HZ3LYS:3HZ - MET:CAMET:CA - MET:HAMET:HA - MET:CBMET:CB - MET:HB2MET:1HB - MET:HB3MET:2HB - MET:CGMET:CG - MET:HG2MET:1HG - MET:HG3MET:2HG - MET:SDMET:SD - MET:CEMET:CE - MET:HE1MET:1HE - MET:HE2MET:2HE - MET:HE3MET:3HE - PHE:CAPHE:CA - PHE:HAPHE:HA - PHE:CBPHE:CB - PHE:HB2PHE:1HB - PHE:HB3PHE:2HB - PHE:CGPHE:CG - PHE:CD1PHE:CD1 - PHE:HD1PHE:HD1 - PHE:CE1PHE:CE1 - PHE:HE1PHE:HE1 - PHE:CZPHE:CZ - PHE:HZPHE:HZ - PHE:CE2PHE:CE2 - PHE:HE2PHE:HE2 - PHE:CD2PHE:CD2 - PHE:HD2PHE:HD2 - PRO:CAPRO:CA - PRO:HAPRO:HA - PRO:CDPRO:CD - PRO:HD2PRO:1HD - PRO:HD3PRO:2HD - PRO:CGPRO:CG - PRO:HG2PRO:1HG - PRO:HG3PRO:2HG - PRO:CBPRO:CB - PRO:HB2PRO:1HB - PRO:HB3PRO:2HB - SER:CASER:CA - SER:HASER:HA - SER:CBSER:CB - SER:HB2SER:1HB - SER:HB3SER:2HB - SER:OGSER:OG - SER:HGSER:HG - THR:CATHR:CA - THR:HATHR:HA - THR:CBTHR:CB - THR:HBTHR:HB - THR:CG2THR:CG2 - THR:HG21THR:1HG2 - THR:HG22THR:2HG2 - THR:HG23THR:3HG2 - THR:OG1THR:OG1 - THR:HG1THR:HG1 - TRP:CATRP:CA - TRP:HATRP:HA - TRP:CBTRP:CB - TRP:HB2TRP:1HB - TRP:HB3TRP:2HB - TRP:CGTRP:CG - TRP:CD1TRP:CD1 - TRP:HD1TRP:HD1 - TRP:NE1TRP:NE1 - TRP:HE1TRP:HE1 - TRP:CE2TRP:CE2 - TRP:CZ2TRP:CZ2 - TRP:HZ2TRP:HZ2 - TRP:CH2TRP:CH2 - TRP:HH2TRP:HH2 - TRP:CZ3TRP:CZ3 - TRP:HZ3TRP:HZ3 - TRP:CE3TRP:CE3 - TRP:HE3TRP:HE3 - TRP:CD2TRP:CD2 - TYR:CATYR:CA - TYR:HATYR:HA - TYR:CBTYR:CB - TYR:HB2TYR:1HB - TYR:HB3TYR:2HB - TYR:CGTYR:CG - TYR:CD1TYR:CD1 - TYR:HD1TYR:HD1 - TYR:CE1TYR:CE1 - TYR:HE1TYR:HE1 - TYR:CZTYR:CZ - TYR:OHTYR:OH - TYR:HHTYR:HH - TYR:CE2TYR:CE2 - TYR:HE2TYR:HE2 - TYR:CD2TYR:CD2 - TYR:HD2TYR:HD2 - VAL:CAVAL:CA - VAL:HAVAL:HA - VAL:CBVAL:CB - VAL:HBVAL:HB - VAL:CG1VAL:CG1 - VAL:HG11VAL:1HG1 - VAL:HG12VAL:2HG1 - VAL:HG13VAL:3HG1 - VAL:CG2VAL:CG2 - VAL:HG21VAL:1HG2 - VAL:HG22VAL:2HG2 - VAL:HG23VAL:3HG2 - DC:PC:P - DC:O1PC:O1P - DC:O2PC:O2P - DC:O5'C:O5* - DC:C5'C:C5* - DC:H5'1C:1H5* - DC:H5'2C:2H5* - DC:C4'C:C4* - DC:H4'C:H4* - DC:O4'C:O4* - DC:C1'C:C1* - DC:H1'C:H1* - DC:N1C:N1 - DC:C6C:C6 - DC:H6C:H6 - DC:C5C:C5 - DC:H5C:H5 - DC:C4C:C4 - DC:N4C:N4 - DC:H41C:1H4 - DC:H42C:2H4 - DC:N3C:N3 - DC:C2C:C2 - DC:O2C:O2 - DC:C3'C:C3* - DC:H3'C:H3* - DC:C2'C:C2* - DC:H2'1C:1H2* - DC:H2'2C:2H2* - DC:O3'C:O3* - DA:PA:P - DA:O1PA:O1P - DA:O2PA:O2P - DA:O5'A:O5* - DA:C5'A:C5* - DA:H5'1A:1H5* - DA:H5'2A:2H5* - DA:C4'A:C4* - DA:H4'A:H4* - DA:O4'A:O4* - DA:C1'A:C1* - DA:H1'A:H1* - DA:N9A:N9 - DA:C8A:C8 - DA:H8A:H8 - DA:N7A:N7 - DA:C5A:C5 - DA:C6A:C6 - DA:N6A:N6 - DA:H61A:1H6 - DA:H62A:2H6 - DA:N1A:N1 - DA:C2A:C2 - DA:H2A:2H - DA:N3A:N3 - DA:C4A:C4 - DA:C3'A:C3* - DA:H3'A:H3* - DA:C2'A:C2* - DA:H2'1A:1H2* - DA:H2'2A:2H2* - DA:O3'A:O3* - DT:PT:P - DT:O1PT:O1P - DT:O2PT:O2P - DT:O5'T:O5* - DT:C5'T:C5* - DT:H5'1T:1H5* - DT:H5'2T:2H5* - DT:C4'T:C4* - DT:H4'T:H4* - DT:O4'T:O4* - DT:C1'T:C1* - DT:H1'T:H1* - DT:N1T:N1 - DT:C6T:C6 - DT:H6T:H6 - DT:C5T:C5 - DT:C7T:C5M - DT:H71T:1H5M - DT:H72T:2H5M - DT:H73T:3H5M - DT:C4T:C4 - DT:O4T:O4 - DT:N3T:N3 - DT:H3T:3H - DT:C2T:C2 - DT:O2T:O2 - DT:C3'T:C3* - DT:H3'T:H3* - DT:C2'T:C2* - DT:H2'1T:1H2* - DT:H2'2T:2H2* - DT:O3'T:O3* - DG:PG:P - DG:O1PG:O1P - DG:O2PG:O2P - DG:O5'G:O5* - DG:C5'G:C5* - DG:H5'1G:1H5* - DG:H5'2G:2H5* - DG:C4'G:C4* - DG:H4'G:H4* - DG:O4'G:O4* - DG:C1'G:C1* - DG:H1'G:H1* - DG:N9G:N9 - DG:C8G:C8 - DG:H8G:H8 - DG:N7G:N7 - DG:C5G:C5 - DG:C6G:C6 - DG:O6G:O6 - DG:N1G:N1 - DG:H1G:1H - DG:C2G:C2 - DG:N2G:N2 - DG:H21G:1H2 - DG:H22G:2H2 - DG:N3G:N3 - DG:C4G:C4 - DG:C3'G:C3* - DG:H3'G:H3* - DG:C2'G:C2* - DG:H2'1G:1H2* - DG:H2'2G:2H2* - DG:O3'G:O3* - - *:OXT*:OXT - - GLH:CAGLH:CA - GLH:HAGLH:HA - GLH:CBGLH:CB - GLH:HB2GLH:1HB - GLH:HB3GLH:2HB - GLH:CGGLH:CG - GLH:HG2GLH:1HG - GLH:HG3GLH:2HG - GLH:CDGLH:CD - GLH:OE1GLH:OE1 - GLH:OE2GLH:OE2 - GLH:HE2GLH:2HE - - HID:CAHID:CA - HID:HAHID:HA - HID:CBHID:CB - HID:HB2HID:1HB - HID:HB3HID:2HB - HID:CGHID:CG - HID:ND1HID:ND1 - HID:HD1HID:HD1 - HID:CE1HID:CE1 - HID:HE1HID:HE1 - HID:NE2HID:NE2 - HID:HE2HID:HE2 - HID:CD2HID:CD2 - HID:HD2HID:HD2 - - HIE:CAHIE:CA - HIE:HAHIE:HA - HIE:CBHIE:CB - HIE:HB2HIE:1HB - HIE:HB3HIE:2HB - HIE:CGHIE:CG - HIE:ND1HIE:ND1 - HIE:HD1HIE:HD1 - HIE:CE1HIE:CE1 - HIE:HE1HIE:HE1 - HIE:NE2HIE:NE2 - HIE:HE2HIE:HE2 - HIE:CD2HIE:CD2 - HIE:HD2HIE:HD2 - - HIP:CAHIP:CA - HIP:HAHIP:HA - HIP:CBHIP:CB - HIP:HB2HIP:1HB - HIP:HB3HIP:2HB - HIP:CGHIP:CG - HIP:ND1HIP:ND1 - HIP:HD1HIP:HD1 - HIP:CE1HIP:CE1 - HIP:HE1HIP:HE1 - HIP:NE2HIP:NE2 - HIP:HE2HIP:HE2 - HIP:CD2HIP:CD2 - HIP:HD2HIP:HD2 - - CYM:CACYM:CA - CYM:CBCYM:CB - CYM:HACYM:HA - CYM:HB2CYM:1HB - CYM:HB3CYM:2HB - CYM:SGCYM:SG - CYM:HNCYM:HN - - CYX:CACYX:CA - CYX:CBCYX:CB - CYX:HACYX:HA - CYX:HB2CYX:1HB - CYX:HB3CYX:2HB - CYX:SGCYX:SG - - ACE:CH3ACE:CH3 - ACE:HH31ACE:1HH3 - ACE:HH32ACE:2HH3 - ACE:HH33ACE:3HH3 - NME:CH3NME:CH3 - NME:HH31NME:1HH3 - NME:HH32NME:2HH3 - NME:HH33NME:3HH3 - - LYN:NZLYN:NZ - LYN:CALYN:CA - LYN:CBLYN:CB - LYN:CGLYN:CG - LYN:CDLYN:CD - LYN:CELYN:CE - LYN:HALYN:HA - LYN:HB2LYN:1HB - LYN:HB3LYN:2HB - LYN:HD2LYN:1HD - LYN:HD3LYN:2HD - LYN:HE2LYN:1HE - LYN:HE3LYN:2HE - LYN:HG2LYN:1HG - LYN:HG3LYN:2HG - LYN:HZ2LYN:2HZ - LYN:HZ3LYN:3HZ - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Names.CHARMM.db --- a/CADDSuite-1.6/data/fragments/Names.CHARMM.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,279 +0,0 @@ -CHARMMPDB - *:H1*:1H - *:H2*:2H - *:H3*:3H - *:N*:N - *:C*:C - *:CA*:CA - *:O*:O - *:H*:H - *:OT1*:O - *:OT2*:OXT - *:OCT1*:O - *:OCT2*:OXT - *:HT1*:1H - *:HT2*:2H - *:HT3*:3H - ALA:HB1ALA:1HB - ALA:HB2ALA:2HB - ALA:HB3ALA:3HB - ARG:HB2ARG:1HB - ARG:HB3ARG:2HB - ARG:HG2ARG:1HG - ARG:HG3ARG:2HG - ARG:HD2ARG:1HD - ARG:HD3ARG:2HD - ARG:HH1ARG:1HH1 - ARG:HH2ARG:1HH2 - ARG:HH11ARG:1HH1 - ARG:HH12ARG:2HH1 - ARG:HH21ARG:1HH2 - ARG:HH22ARG:2HH2 - ASN:HB2ASN:1HB - ASN:HB3ASN:2HB - ASN:HD1ASN:1HD1 - ASN:HD2ASN:1HD2 - ASN:HD21ASN:1HD2 - ASN:HD22ASN:2HD2 - ASP:HB2ASP:1HB - ASP:HB3ASP:2HB - CYS:HB2CYS:1HB - CYS:HB3CYS:2HB - GLU:HB2GLU:1HB - GLU:HB3GLU:2HB - GLU:HG2GLU:1HG - GLU:HG3GLU:2HG - GLN:HB2GLN:1HB - GLN:HB3GLN:2HB - GLN:HG2GLN:1HG - GLN:HG3GLN:2HG - GLN:HE21GLN:1HE2 - GLN:HE22GLN:2HE2 - GLN:HE1GLN:1HE1 - GLN:HE2GLN:1HE2 - GLY:HA2GLY:1HA - GLY:HA3GLY:2HA - HIS:HB2HIS:1HB - HIS:HB3HIS:2HB - HIE:*HIS:* - HID:*HIS:* - HIP:*HIS:* - ILE:HG21ILE:1HG2 - ILE:HG22ILE:2HG2 - ILE:HG23ILE:3HG2 - ILE:HG12ILE:1HG1 - ILE:HG13ILE:2HG1 - ILE:HD11ILE:1HD1 - ILE:HD12ILE:2HD1 - ILE:HD13ILE:3HD1 - ILE:CDILE:CD1 - LEU:HB2LEU:1HB - LEU:HB3LEU:2HB - LEU:HD11LEU:1HD1 - LEU:HD12LEU:2HD1 - LEU:HD13LEU:3HD1 - LEU:HD21LEU:1HD2 - LEU:HD22LEU:2HD2 - LEU:HD23LEU:3HD2 - LYS:HB2LYS:1HB - LYS:HB3LYS:2HB - LYS:HG2LYS:1HG - LYS:HG3LYS:2HG - LYS:HD2LYS:1HD - LYS:HD3LYS:2HD - LYS:HE2LYS:1HE - LYS:HE3LYS:2HE - LYS:HZ1LYS:1HZ - LYS:HZ2LYS:2HZ - LYS:HZ3LYS:3HZ - MET:HB2MET:1HB - MET:HB3MET:2HB - MET:HG2MET:1HG - MET:HG3MET:2HG - MET:HE1MET:1HE - MET:HE2MET:2HE - MET:HE3MET:3HE - PHE:HB2PHE:1HB - PHE:HB3PHE:2HB - PRO:HD2PRO:1HD - PRO:HD3PRO:2HD - PRO:HG2PRO:1HG - PRO:HG3PRO:2HG - PRO:HB2PRO:1HB - PRO:HB3PRO:2HB - SER:HB2SER:1HB - SER:HB3SER:2HB - THR:HG21THR:1HG2 - THR:HG22THR:2HG2 - THR:HG23THR:3HG2 - TRP:HB2TRP:1HB - TRP:HB3TRP:2HB - TYR:HB2TYR:1HB - TYR:HB3TYR:2HB - VAL:HG11VAL:1HG1 - VAL:HG12VAL:2HG1 - VAL:HG13VAL:3HG1 - VAL:HG21VAL:1HG2 - VAL:HG22VAL:2HG2 - VAL:HG23VAL:3HG2 - ACE:HH31ACE:1HH3 - ACE:HH32ACE:2HH3 - ACE:HH33ACE:3HH3 - NME:HH31NME:1HH3 - NME:HH32NME:2HH3 - NME:HH33NME:3HH3 - ALA:CAALA:CA - ALA:HAALA:HA - ALA:CBALA:CB - ARG:CAARG:CA - ARG:HAARG:HA - ARG:CBARG:CB - ARG:CGARG:CG - ARG:CDARG:CD - ARG:NEARG:NE - ARG:HEARG:HE - ARG:CZARG:CZ - ARG:NH1ARG:NH1 - ARG:NH2ARG:NH2 - ASN:CAASN:CA - ASN:HAASN:HA - ASN:CBASN:CB - ASN:CGASN:CG - ASN:OD1ASN:OD1 - ASN:ND2ASN:ND2 - ASP:CAASP:CA - ASP:HAASP:HA - ASP:CBASP:CB - ASP:CGASP:CG - ASP:OD1ASP:OD1 - ASP:OD2ASP:OD2 - CYS:CACYS:CA - CYS:HACYS:HA - CYS:CBCYS:CB - CYS:SGCYS:SG - CYS:HGCYS:HG - GLU:CAGLU:CA - GLU:HAGLU:HA - GLU:CBGLU:CB - GLU:CGGLU:CG - GLU:CDGLU:CD - GLU:OE1GLU:OE1 - GLU:OE2GLU:OE2 - GLN:CAGLN:CA - GLN:HAGLN:HA - GLN:CBGLN:CB - GLN:CGGLN:CG - GLN:CDGLN:CD - GLN:OE1GLN:OE1 - GLN:NE2GLN:NE2 - GLY:CAGLY:CA - HIS:CAHIS:CA - HIS:HAHIS:HA - HIS:CBHIS:CB - HIS:CGHIS:CG - HIS:ND1HIS:ND1 - HIS:HD1HIS:HD1 - HIS:CE1HIS:CE1 - HIS:HE1HIS:HE1 - HIS:NE2HIS:NE2 - HIS:HE2HIS:HE2 - HIS:CD2HIS:CD2 - HIS:HD2HIS:HD2 - ILE:CAILE:CA - ILE:HAILE:HA - ILE:CBILE:CB - ILE:HBILE:HB - ILE:CG2ILE:CG2 - ILE:CG1ILE:CG1 - ILE:CD1ILE:CD1 - LEU:CALEU:CA - LEU:HALEU:HA - LEU:CBLEU:CB - LEU:CGLEU:CG - LEU:HGLEU:HG - LEU:CD1LEU:CD1 - LEU:CD2LEU:CD2 - LYS:CALYS:CA - LYS:HALYS:HA - LYS:CBLYS:CB - LYS:CGLYS:CG - LYS:CDLYS:CD - LYS:CELYS:CE - LYS:NZLYS:NZ - MET:CAMET:CA - MET:HAMET:HA - MET:CBMET:CB - MET:CGMET:CG - MET:SDMET:SD - MET:CEMET:CE - PHE:CAPHE:CA - PHE:HAPHE:HA - PHE:CBPHE:CB - PHE:CGPHE:CG - PHE:CD1PHE:CD1 - PHE:HD1PHE:HD1 - PHE:CE1PHE:CE1 - PHE:HE1PHE:HE1 - PHE:CZPHE:CZ - PHE:HZPHE:HZ - PHE:CE2PHE:CE2 - PHE:HE2PHE:HE2 - PHE:CD2PHE:CD2 - PHE:HD2PHE:HD2 - PRO:CAPRO:CA - PRO:HAPRO:HA - PRO:CDPRO:CD - PRO:CGPRO:CG - PRO:CBPRO:CB - SER:CASER:CA - SER:HASER:HA - SER:CBSER:CB - SER:OGSER:OG - SER:HGSER:HG - THR:CATHR:CA - THR:HATHR:HA - THR:CBTHR:CB - THR:HBTHR:HB - THR:CG2THR:CG2 - THR:OG1THR:OG1 - THR:HG1THR:HG1 - TRP:CATRP:CA - TRP:HATRP:HA - TRP:CBTRP:CB - TRP:CGTRP:CG - TRP:CD1TRP:CD1 - TRP:HD1TRP:HD1 - TRP:NE1TRP:NE1 - TRP:HE1TRP:HE1 - TRP:CE2TRP:CE2 - TRP:CZ2TRP:CZ2 - TRP:HZ2TRP:HZ2 - TRP:CH2TRP:CH2 - TRP:HH2TRP:HH2 - TRP:CZ3TRP:CZ3 - TRP:HZ3TRP:HZ3 - TRP:CE3TRP:CE3 - TRP:HE3TRP:HE3 - TRP:CD2TRP:CD2 - TYR:CATYR:CA - TYR:HATYR:HA - TYR:CBTYR:CB - TYR:CGTYR:CG - TYR:CD1TYR:CD1 - TYR:HD1TYR:HD1 - TYR:CE1TYR:CE1 - TYR:HE1TYR:HE1 - TYR:CZTYR:CZ - TYR:OHTYR:OH - TYR:HHTYR:HH - TYR:CE2TYR:CE2 - TYR:HE2TYR:HE2 - TYR:CD2TYR:CD2 - TYR:HD2TYR:HD2 - VAL:CAVAL:CA - VAL:HAVAL:HA - VAL:CBVAL:CB - VAL:HBVAL:HB - VAL:CG1VAL:CG1 - VAL:CG2VAL:CG2 - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Names.DNA.db --- a/CADDSuite-1.6/data/fragments/Names.DNA.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,174 +0,0 @@ -DNAPDB - C:PC:P - DC:OP1C:O1P - DC:OP2C:O2P - DC:*C:* - C:OP1C:O1P - C:OP2C:O2P - C:O5'C:O5* - C:C5'C:C5* - C:H5'C:1H5* - C:H5''C:2H5* - C:C4'C:C4* - C:H4'C:H4* - C:O4'C:O4* - C:C1'C:C1* - C:H1'C:H1* - C:N1C:N1 - C:C6C:C6 - C:H6C:H6 - C:C5C:C5 - C:H5C:H5 - C:C4C:C4 - C:N4C:N4 - C:H41C:1H4 - C:H42C:2H4 - C:N3C:N3 - C:C2C:C2 - C:O2C:O2 - C:O2'C:O2* - C:HO2'C:HO3* - C:C3'C:C3* - C:H3'C:H3* - C:C2'C:C2* - C:H2'C:1H2* - C:H2''C:2H2* - C:O3'C:O3* - A:PA:P - DA:OP1A:O1P - DA:OP2A:O2P - DA:*A:* - A:OP1A:O1P - A:OP2A:O2P - A:O5'A:O5* - A:C5'A:C5* - A:H5'A:1H5* - A:H5''A:2H5* - A:C4'A:C4* - A:H4'A:H4* - A:O4'A:O4* - A:C1'A:C1* - A:H1'A:H1* - A:N9A:N9 - A:C8A:C8 - A:H8A:H8 - A:N7A:N7 - A:C5A:C5 - A:C6A:C6 - A:N6A:N6 - A:H61A:1H6 - A:H62A:2H6 - A:N1A:N1 - A:C2A:C2 - A:H2A:2H - A:N3A:N3 - A:C4A:C4 - A:C3'A:C3* - A:H3'A:H3* - A:C2'A:C2* - A:H2'A:1H2* - A:H2''A:2H2* - A:O3'A:O3* - U:PU:P - U:OP1U:O1P - U:OP2U:O2P - U:O5'U:O5* - U:C5'U:C5* - U:H5'U:1H5* - U:H5''U:2H5* - U:C4'U:C4* - U:H4'U:H4* - U:O4'U:O4* - U:C1'U:C1* - U:H1'U:H1* - U:N1U:N1 - U:C6U:C6 - U:H6U:H6 - U:C5U:C5 - U:C4U:C4 - U:O4U:O4 - U:N3U:N3 - U:H3U:H3 - U:C2U:C2 - U:O2U:O2 - U:O2'U:O2* - U:HO2'U:HO2* - U:C3'U:C3* - U:H3'U:H3* - U:C2'U:C2* - U:H2'U:1H2* - U:H2''U:2H2* - U:O3'U:O3* - - T:PT:P - DT:OP1T:O1P - DT:OP2T:O2P - DT:*T:* - T:OP1T:O1P - T:OP2T:O2P - T:O5'T:O5* - T:C5'T:C5* - T:H5'T:1H5* - T:H5''T:2H5* - T:C4'T:C4* - T:H4'T:H4* - T:O4'T:O4* - T:C1'T:C1* - T:H1'T:H1* - T:N1T:N1 - T:C6T:C6 - T:H6T:H6 - T:C5T:C5 - T:C7T:C5M - T:H71T:1H5M - T:H72T:2H5M - T:H73T:3H5M - T:C4T:C4 - T:O4T:O4 - T:N3T:N3 - T:C2T:C2 - T:O2T:O2 - T:C3'T:C3* - T:H3'T:H3* - T:C2'T:C2* - T:H2'T:1H2* - T:H2''T:2H2* - T:O3'T:O3* - T:H3T:3H - G:PG:P - DG:OP1G:O1P - DG:OP2G:O2P - DG:*G:* - G:OP1G:O1P - G:OP2G:O2P - G:O5'G:O5* - G:C5'G:C5* - G:H5'G:1H5* - G:H5''G:2H5* - G:C4'G:C4* - G:H4'G:H4* - G:O4'G:O4* - G:C1'G:C1* - G:H1'G:H1* - G:N9G:N9 - G:C8G:C8 - G:H8G:H8 - G:N7G:N7 - G:C5G:C5 - G:C6G:C6 - G:O6G:O6 - G:N1G:N1 - G:H1G:1H - G:C2G:C2 - G:N2G:N2 - G:H21G:1H2 - G:H22G:2H2 - G:N3G:N3 - G:C4G:C4 - G:C3'G:C3* - G:H3'G:H3* - G:C2'G:C2* - G:H2'G:1H2* - G:H2''G:2H2* - G:O3'G:O3* - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Names.Discover.db --- a/CADDSuite-1.6/data/fragments/Names.Discover.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,255 +0,0 @@ -DiscoverPDB - *:H1*:1H - *:H2*:2H - *:H3*:3H - *:N*:N - *:O*:O - *:C*:C - *:HN*:H - ALA:CAALA:CA - ALA:HAALA:HA - ALA:CBALA:CB - ALA:HB1ALA:1HB - ALA:HB2ALA:2HB - ALA:HB3ALA:3HB - ARG:CAARG:CA - ARG:HAARG:HA - ARG:CBARG:CB - ARG:HB1ARG:1HB - ARG:HB2ARG:2HB - ARG:CGARG:CG - ARG:HG1ARG:1HG - ARG:HG2ARG:2HG - ARG:CDARG:CD - ARG:HD1ARG:1HD - ARG:HD2ARG:2HD - ARG:NEARG:NE - ARG:HEARG:HE - ARG:CZARG:CZ - ARG:NH1ARG:NH1 - ARG:HH11ARG:1HH1 - ARG:HH12ARG:2HH1 - ARG:NH2ARG:NH2 - ARG:HH21ARG:1HH2 - ARG:HH22ARG:2HH2 - ASN:CAASN:CA - ASN:HAASN:HA - ASN:CBASN:CB - ASN:HB1ASN:1HB - ASN:HB2ASN:2HB - ASN:CGASN:CG - ASN:OD1ASN:OD1 - ASN:ND2ASN:ND2 - ASN:HD21ASN:1HD2 - ASN:HD22ASN:2HD2 - ASP:CAASP:CA - ASP:HAASP:HA - ASP:CBASP:CB - ASP:HB1ASP:1HB - ASP:HB2ASP:2HB - ASP:CGASP:CG - ASP:OD1ASP:OD1 - ASP:OD2ASP:OD2 - CYS:CACYS:CA - CYS:HACYS:HA - CYS:CBCYS:CB - CYS:HB1CYS:1HB - CYS:HB2CYS:2HB - CYS:SGCYS:SG - CYS:HGCYS:HG - GLU:CAGLU:CA - GLU:HAGLU:HA - GLU:CBGLU:CB - GLU:HB1GLU:1HB - GLU:HB2GLU:2HB - GLU:CGGLU:CG - GLU:HG1GLU:1HG - GLU:HG2GLU:2HG - GLU:CDGLU:CD - GLU:OE1GLU:OE1 - GLU:OE2GLU:OE2 - GLN:CAGLN:CA - GLN:HAGLN:HA - GLN:CBGLN:CB - GLN:HB1GLN:1HB - GLN:HB2GLN:2HB - GLN:CGGLN:CG - GLN:HG1GLN:1HG - GLN:HG2GLN:2HG - GLN:CDGLN:CD - GLN:OE1GLN:OE1 - GLN:NE2GLN:NE2 - GLN:HE21GLN:1HE2 - GLN:HE22GLN:2HE2 - GLY:CAGLY:CA - GLY:HA1GLY:1HA - GLY:HA2GLY:2HA - HIS:CAHIS:CA - HIS:HAHIS:HA - HIS:CBHIS:CB - HIS:HB1HIS:1HB - HIS:HB2HIS:2HB - HIS:CGHIS:CG - HIS:ND1HIS:ND1 - HIS:HD1HIS:HD1 - HIS:CE1HIS:CE1 - HIS:HE1HIS:HE1 - HIS:NE2HIS:NE2 - HIS:HE2HIS:HE2 - HIS:CD2HIS:CD2 - HIS:HD2HIS:HD2 - ILE:CAILE:CA - ILE:HAILE:HA - ILE:CBILE:CB - ILE:HBILE:HB - ILE:CG2ILE:CG2 - ILE:HG21ILE:1HG2 - ILE:HG22ILE:2HG2 - ILE:HG23ILE:3HG2 - ILE:CG1ILE:CG1 - ILE:HG11ILE:1HG1 - ILE:HG12ILE:2HG1 - ILE:CD1ILE:CD1 - ILE:HD11ILE:1HD1 - ILE:HD12ILE:2HD1 - ILE:HD13ILE:3HD1 - LEU:CALEU:CA - LEU:HALEU:HA - LEU:CBLEU:CB - LEU:HB1LEU:1HB - LEU:HB2LEU:2HB - LEU:CGLEU:CG - LEU:HGLEU:HG - LEU:CD1LEU:CD1 - LEU:HD11LEU:1HD1 - LEU:HD12LEU:2HD1 - LEU:HD13LEU:3HD1 - LEU:CD2LEU:CD2 - LEU:HD21LEU:1HD2 - LEU:HD22LEU:2HD2 - LEU:HD23LEU:3HD2 - LYS:CALYS:CA - LYS:HALYS:HA - LYS:CBLYS:CB - LYS:HB1LYS:1HB - LYS:HB2LYS:2HB - LYS:CGLYS:CG - LYS:HG1LYS:1HG - LYS:HG2LYS:2HG - LYS:CDLYS:CD - LYS:HD1LYS:1HD - LYS:HD2LYS:2HD - LYS:CELYS:CE - LYS:HE1LYS:1HE - LYS:HE2LYS:2HE - LYS:NZLYS:NZ - LYS:HZ1LYS:1HZ - LYS:HZ2LYS:2HZ - LYS:HZ3LYS:3HZ - MET:CAMET:CA - MET:HAMET:HA - MET:CBMET:CB - MET:HB1MET:1HB - MET:HB2MET:2HB - MET:CGMET:CG - MET:HG1MET:1HG - MET:HG2MET:2HG - MET:SDMET:SD - MET:CEMET:CE - MET:HE1MET:1HE - MET:HE2MET:2HE - MET:HE3MET:3HE - PHE:CAPHE:CA - PHE:HAPHE:HA - PHE:CBPHE:CB - PHE:HB1PHE:1HB - PHE:HB2PHE:2HB - PHE:CGPHE:CG - PHE:CD1PHE:CD1 - PHE:HD1PHE:HD1 - PHE:CE1PHE:CE1 - PHE:HE1PHE:HE1 - PHE:CZPHE:CZ - PHE:HZPHE:HZ - PHE:CE2PHE:CE2 - PHE:HE2PHE:HE2 - PHE:CD2PHE:CD2 - PHE:HD2PHE:HD2 - PRO:CAPRO:CA - PRO:HAPRO:HA - PRO:CDPRO:CD - PRO:HD1PRO:1HD - PRO:HD2PRO:2HD - PRO:CGPRO:CG - PRO:HG1PRO:1HG - PRO:HG2PRO:2HG - PRO:CBPRO:CB - PRO:HB1PRO:1HB - PRO:HB2PRO:2HB - SER:CASER:CA - SER:HASER:HA - SER:CBSER:CB - SER:HB1SER:1HB - SER:HB2SER:2HB - SER:OGSER:OG - SER:HGSER:HG - THR:CATHR:CA - THR:HATHR:HA - THR:CBTHR:CB - THR:HBTHR:HB - THR:CG2THR:CG2 - THR:HG21THR:1HG2 - THR:HG22THR:2HG2 - THR:HG23THR:3HG2 - THR:OG1THR:OG1 - THR:HG1THR:HG1 - TRP:CATRP:CA - TRP:HATRP:HA - TRP:CBTRP:CB - TRP:HB1TRP:1HB - TRP:HB2TRP:2HB - TRP:CGTRP:CG - TRP:CD1TRP:CD1 - TRP:HD1TRP:HD1 - TRP:NE1TRP:NE1 - TRP:HE1TRP:HE1 - TRP:CE2TRP:CE2 - TRP:CZ2TRP:CZ2 - TRP:HZ2TRP:HZ2 - TRP:CH2TRP:CH2 - TRP:HH2TRP:HH2 - TRP:CZ3TRP:CZ3 - TRP:HZ3TRP:HZ3 - TRP:CE3TRP:CE3 - TRP:HE3TRP:HE3 - TRP:CD2TRP:CD2 - TYR:CATYR:CA - TYR:HATYR:HA - TYR:CBTYR:CB - TYR:HB1TYR:1HB - TYR:HB2TYR:2HB - TYR:CGTYR:CG - TYR:CD1TYR:CD1 - TYR:HD1TYR:HD1 - TYR:CE1TYR:CE1 - TYR:HE1TYR:HE1 - TYR:CZTYR:CZ - TYR:OHTYR:OH - TYR:HHTYR:HH - TYR:CE2TYR:CE2 - TYR:HE2TYR:HE2 - TYR:CD2TYR:CD2 - TYR:HD2TYR:HD2 - VAL:CAVAL:CA - VAL:HAVAL:HA - VAL:CBVAL:CB - VAL:HBVAL:HB - VAL:CG1VAL:CG1 - VAL:HG11VAL:1HG1 - VAL:HG12VAL:2HG1 - VAL:HG13VAL:3HG1 - VAL:CG2VAL:CG2 - VAL:HG21VAL:1HG2 - VAL:HG22VAL:2HG2 - VAL:HG23VAL:3HG2 - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Names.Star.db --- a/CADDSuite-1.6/data/fragments/Names.Star.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,261 +0,0 @@ -StarPDB - *:H1*:1H - *:H2*:2H - *:H3*:3H - *:HT1*:1H - *:HT2*:2H - *:HT3*:3H - *:OT1*:O - *:OT2*:OXT - *:N*:N - *:O*:O - *:C*:C - *:HN*:H - *:H*:H - ALA:CAALA:CA - ALA:HAALA:HA - ALA:CBALA:CB - ALA:HB1ALA:1HB - ALA:HB2ALA:2HB - ALA:HB3ALA:3HB - ARG:CAARG:CA - ARG:HAARG:HA - ARG:CBARG:CB - ARG:HB2ARG:1HB - ARG:HB3ARG:2HB - ARG:CGARG:CG - ARG:HG2ARG:1HG - ARG:HG3ARG:2HG - ARG:CDARG:CD - ARG:HD2ARG:1HD - ARG:HD3ARG:2HD - ARG:NEARG:NE - ARG:HEARG:HE - ARG:CZARG:CZ - ARG:NH1ARG:NH1 - ARG:HH11ARG:1HH1 - ARG:HH12ARG:2HH1 - ARG:NH2ARG:NH2 - ARG:HH21ARG:1HH2 - ARG:HH22ARG:2HH2 - ASN:CAASN:CA - ASN:HAASN:HA - ASN:CBASN:CB - ASN:HB2ASN:1HB - ASN:HB3ASN:2HB - ASN:CGASN:CG - ASN:OD1ASN:OD1 - ASN:ND2ASN:ND2 - ASN:HD21ASN:1HD2 - ASN:HD22ASN:2HD2 - ASP:CAASP:CA - ASP:HAASP:HA - ASP:CBASP:CB - ASP:HB2ASP:1HB - ASP:HB3ASP:2HB - ASP:CGASP:CG - ASP:OD1ASP:OD1 - ASP:OD2ASP:OD2 - CYS:CACYS:CA - CYS:HACYS:HA - CYS:CBCYS:CB - CYS:HB2CYS:1HB - CYS:HB3CYS:2HB - CYS:SGCYS:SG - CYS:HGCYS:HG - GLU:CAGLU:CA - GLU:HAGLU:HA - GLU:CBGLU:CB - GLU:HB2GLU:1HB - GLU:HB3GLU:2HB - GLU:CGGLU:CG - GLU:HG2GLU:1HG - GLU:HG3GLU:2HG - GLU:CDGLU:CD - GLU:OE1GLU:OE1 - GLU:OE2GLU:OE2 - GLN:CAGLN:CA - GLN:HAGLN:HA - GLN:CBGLN:CB - GLN:HB2GLN:1HB - GLN:HB3GLN:2HB - GLN:CGGLN:CG - GLN:HG2GLN:1HG - GLN:HG3GLN:2HG - GLN:CDGLN:CD - GLN:OE1GLN:OE1 - GLN:NE2GLN:NE2 - GLN:HE21GLN:1HE2 - GLN:HE22GLN:2HE2 - GLY:CAGLY:CA - GLY:HA2GLY:1HA - GLY:HA3GLY:2HA - HIS:CAHIS:CA - HIS:HAHIS:HA - HIS:CBHIS:CB - HIS:HB2HIS:1HB - HIS:HB3HIS:2HB - HIS:CGHIS:CG - HIS:ND1HIS:ND1 - HIS:HD1HIS:HD1 - HIS:CE1HIS:CE1 - HIS:HE1HIS:HE1 - HIS:NE2HIS:NE2 - HIS:HE2HIS:HE2 - HIS:CD2HIS:CD2 - HIS:HD2HIS:HD2 - ILE:CAILE:CA - ILE:HAILE:HA - ILE:CBILE:CB - ILE:HBILE:HB - ILE:CG2ILE:CG2 - ILE:HG21ILE:1HG2 - ILE:HG22ILE:2HG2 - ILE:HG23ILE:3HG2 - ILE:CG1ILE:CG1 - ILE:HG12ILE:1HG1 - ILE:HG13ILE:2HG1 - ILE:CD1ILE:CD1 - ILE:HD11ILE:1HD1 - ILE:HD12ILE:2HD1 - ILE:HD13ILE:3HD1 - LEU:CALEU:CA - LEU:HALEU:HA - LEU:CBLEU:CB - LEU:HB2LEU:1HB - LEU:HB3LEU:2HB - LEU:CGLEU:CG - LEU:HGLEU:HG - LEU:CD1LEU:CD1 - LEU:HD11LEU:1HD1 - LEU:HD12LEU:2HD1 - LEU:HD13LEU:3HD1 - LEU:CD2LEU:CD2 - LEU:HD21LEU:1HD2 - LEU:HD22LEU:2HD2 - LEU:HD23LEU:3HD2 - LYS:CALYS:CA - LYS:HALYS:HA - LYS:CBLYS:CB - LYS:HB2LYS:1HB - LYS:HB3LYS:2HB - LYS:CGLYS:CG - LYS:HG2LYS:1HG - LYS:HG3LYS:2HG - LYS:CDLYS:CD - LYS:HD2LYS:1HD - LYS:HD3LYS:2HD - LYS:CELYS:CE - LYS:HE2LYS:1HE - LYS:HE3LYS:2HE - LYS:NZLYS:NZ - LYS:HZ1LYS:1HZ - LYS:HZ2LYS:2HZ - LYS:HZ3LYS:3HZ - MET:CAMET:CA - MET:HAMET:HA - MET:CBMET:CB - MET:HB2MET:1HB - MET:HB3MET:2HB - MET:CGMET:CG - MET:HG2MET:1HG - MET:HG3MET:2HG - MET:SDMET:SD - MET:CEMET:CE - MET:HE1MET:1HE - MET:HE2MET:2HE - MET:HE3MET:3HE - PHE:CAPHE:CA - PHE:HAPHE:HA - PHE:CBPHE:CB - PHE:HB2PHE:1HB - PHE:HB3PHE:2HB - PHE:CGPHE:CG - PHE:CD1PHE:CD1 - PHE:HD1PHE:HD1 - PHE:CE1PHE:CE1 - PHE:HE1PHE:HE1 - PHE:CZPHE:CZ - PHE:HZPHE:HZ - PHE:CE2PHE:CE2 - PHE:HE2PHE:HE2 - PHE:CD2PHE:CD2 - PHE:HD2PHE:HD2 - PRO:CAPRO:CA - PRO:HAPRO:HA - PRO:CDPRO:CD - PRO:HD2PRO:1HD - PRO:HD3PRO:2HD - PRO:CGPRO:CG - PRO:HG2PRO:1HG - PRO:HG3PRO:2HG - PRO:CBPRO:CB - PRO:HB2PRO:1HB - PRO:HB3PRO:2HB - SER:CASER:CA - SER:HASER:HA - SER:CBSER:CB - SER:HB2SER:1HB - SER:HB3SER:2HB - SER:OGSER:OG - SER:HGSER:HG - THR:CATHR:CA - THR:HATHR:HA - THR:CBTHR:CB - THR:HBTHR:HB - THR:CG2THR:CG2 - THR:HG21THR:1HG2 - THR:HG22THR:2HG2 - THR:HG23THR:3HG2 - THR:OG1THR:OG1 - THR:HG1THR:HG1 - TRP:CATRP:CA - TRP:HATRP:HA - TRP:CBTRP:CB - TRP:HB2TRP:1HB - TRP:HB3TRP:2HB - TRP:CGTRP:CG - TRP:CD1TRP:CD1 - TRP:HD1TRP:HD1 - TRP:NE1TRP:NE1 - TRP:HE1TRP:HE1 - TRP:CE2TRP:CE2 - TRP:CZ2TRP:CZ2 - TRP:HZ2TRP:HZ2 - TRP:CH2TRP:CH2 - TRP:HH2TRP:HH2 - TRP:CZ3TRP:CZ3 - TRP:HZ3TRP:HZ3 - TRP:CE3TRP:CE3 - TRP:HE3TRP:HE3 - TRP:CD2TRP:CD2 - TYR:CATYR:CA - TYR:HATYR:HA - TYR:CBTYR:CB - TYR:HB2TYR:1HB - TYR:HB3TYR:2HB - TYR:CGTYR:CG - TYR:CD1TYR:CD1 - TYR:HD1TYR:HD1 - TYR:CE1TYR:CE1 - TYR:HE1TYR:HE1 - TYR:CZTYR:CZ - TYR:OHTYR:OH - TYR:HHTYR:HH - TYR:CE2TYR:CE2 - TYR:HE2TYR:HE2 - TYR:CD2TYR:CD2 - TYR:HD2TYR:HD2 - VAL:CAVAL:CA - VAL:HAVAL:HA - VAL:CBVAL:CB - VAL:HBVAL:HB - VAL:CG1VAL:CG1 - VAL:HG11VAL:1HG1 - VAL:HG12VAL:2HG1 - VAL:HG13VAL:3HG1 - VAL:CG2VAL:CG2 - VAL:HG21VAL:1HG2 - VAL:HG22VAL:2HG2 - VAL:HG23VAL:3HG2 - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Names.XPLOR.db --- a/CADDSuite-1.6/data/fragments/Names.XPLOR.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,256 +0,0 @@ -XPLORPDB - *:H1*:1H - *:H2*:2H - *:H3*:3H - *:N*:N - *:O*:O - *:C*:C - *:HN*:H - *:H*:H - ALA:CAALA:CA - ALA:HAALA:HA - ALA:CBALA:CB - ALA:HB1ALA:1HB - ALA:HB2ALA:2HB - ALA:HB3ALA:3HB - ARG:CAARG:CA - ARG:HAARG:HA - ARG:CBARG:CB - ARG:HB1ARG:1HB - ARG:HB2ARG:2HB - ARG:CGARG:CG - ARG:HG1ARG:1HG - ARG:HG2ARG:2HG - ARG:CDARG:CD - ARG:HD1ARG:1HD - ARG:HD2ARG:2HD - ARG:NEARG:NE - ARG:HEARG:HE - ARG:CZARG:CZ - ARG:NH1ARG:NH1 - ARG:HH11ARG:1HH1 - ARG:HH12ARG:2HH1 - ARG:NH2ARG:NH2 - ARG:HH21ARG:1HH2 - ARG:HH22ARG:2HH2 - ASN:CAASN:CA - ASN:HAASN:HA - ASN:CBASN:CB - ASN:HB1ASN:1HB - ASN:HB2ASN:2HB - ASN:CGASN:CG - ASN:OD1ASN:OD1 - ASN:ND2ASN:ND2 - ASN:HD21ASN:1HD2 - ASN:HD22ASN:2HD2 - ASP:CAASP:CA - ASP:HAASP:HA - ASP:CBASP:CB - ASP:HB1ASP:1HB - ASP:HB2ASP:2HB - ASP:CGASP:CG - ASP:OD1ASP:OD1 - ASP:OD2ASP:OD2 - CYS:CACYS:CA - CYS:HACYS:HA - CYS:CBCYS:CB - CYS:HB1CYS:1HB - CYS:HB2CYS:2HB - CYS:SGCYS:SG - CYS:HGCYS:HG - GLU:CAGLU:CA - GLU:HAGLU:HA - GLU:CBGLU:CB - GLU:HB1GLU:1HB - GLU:HB2GLU:2HB - GLU:CGGLU:CG - GLU:HG1GLU:1HG - GLU:HG2GLU:2HG - GLU:CDGLU:CD - GLU:OE1GLU:OE1 - GLU:OE2GLU:OE2 - GLN:CAGLN:CA - GLN:HAGLN:HA - GLN:CBGLN:CB - GLN:HB1GLN:1HB - GLN:HB2GLN:2HB - GLN:CGGLN:CG - GLN:HG1GLN:1HG - GLN:HG2GLN:2HG - GLN:CDGLN:CD - GLN:OE1GLN:OE1 - GLN:NE2GLN:NE2 - GLN:HE21GLN:1HE2 - GLN:HE22GLN:2HE2 - GLY:CAGLY:CA - GLY:HA1GLY:1HA - GLY:HA2GLY:2HA - HIS:CAHIS:CA - HIS:HAHIS:HA - HIS:CBHIS:CB - HIS:HB1HIS:1HB - HIS:HB2HIS:2HB - HIS:CGHIS:CG - HIS:ND1HIS:ND1 - HIS:HD1HIS:HD1 - HIS:CE1HIS:CE1 - HIS:HE1HIS:HE1 - HIS:NE2HIS:NE2 - HIS:HE2HIS:HE2 - HIS:CD2HIS:CD2 - HIS:HD2HIS:HD2 - ILE:CAILE:CA - ILE:HAILE:HA - ILE:CBILE:CB - ILE:HBILE:HB - ILE:CG2ILE:CG2 - ILE:HG21ILE:1HG2 - ILE:HG22ILE:2HG2 - ILE:HG23ILE:3HG2 - ILE:CG1ILE:CG1 - ILE:HG11ILE:1HG1 - ILE:HG12ILE:2HG1 - ILE:CD1ILE:CD1 - ILE:HD11ILE:1HD1 - ILE:HD12ILE:2HD1 - ILE:HD13ILE:3HD1 - LEU:CALEU:CA - LEU:HALEU:HA - LEU:CBLEU:CB - LEU:HB1LEU:1HB - LEU:HB2LEU:2HB - LEU:CGLEU:CG - LEU:HGLEU:HG - LEU:CD1LEU:CD1 - LEU:HD11LEU:1HD1 - LEU:HD12LEU:2HD1 - LEU:HD13LEU:3HD1 - LEU:CD2LEU:CD2 - LEU:HD21LEU:1HD2 - LEU:HD22LEU:2HD2 - LEU:HD23LEU:3HD2 - LYS:CALYS:CA - LYS:HALYS:HA - LYS:CBLYS:CB - LYS:HB1LYS:1HB - LYS:HB2LYS:2HB - LYS:CGLYS:CG - LYS:HG1LYS:1HG - LYS:HG2LYS:2HG - LYS:CDLYS:CD - LYS:HD1LYS:1HD - LYS:HD2LYS:2HD - LYS:CELYS:CE - LYS:HE1LYS:1HE - LYS:HE2LYS:2HE - LYS:NZLYS:NZ - LYS:HZ1LYS:1HZ - LYS:HZ2LYS:2HZ - LYS:HZ3LYS:3HZ - MET:CAMET:CA - MET:HAMET:HA - MET:CBMET:CB - MET:HB1MET:1HB - MET:HB2MET:2HB - MET:CGMET:CG - MET:HG1MET:1HG - MET:HG2MET:2HG - MET:SDMET:SD - MET:CEMET:CE - MET:HE1MET:1HE - MET:HE2MET:2HE - MET:HE3MET:3HE - PHE:CAPHE:CA - PHE:HAPHE:HA - PHE:CBPHE:CB - PHE:HB1PHE:1HB - PHE:HB2PHE:2HB - PHE:CGPHE:CG - PHE:CD1PHE:CD1 - PHE:HD1PHE:HD1 - PHE:CE1PHE:CE1 - PHE:HE1PHE:HE1 - PHE:CZPHE:CZ - PHE:HZPHE:HZ - PHE:CE2PHE:CE2 - PHE:HE2PHE:HE2 - PHE:CD2PHE:CD2 - PHE:HD2PHE:HD2 - PRO:CAPRO:CA - PRO:HAPRO:HA - PRO:CDPRO:CD - PRO:HD1PRO:1HD - PRO:HD2PRO:2HD - PRO:CGPRO:CG - PRO:HG1PRO:1HG - PRO:HG2PRO:2HG - PRO:CBPRO:CB - PRO:HB1PRO:1HB - PRO:HB2PRO:2HB - SER:CASER:CA - SER:HASER:HA - SER:CBSER:CB - SER:HB1SER:1HB - SER:HB2SER:2HB - SER:OGSER:OG - SER:HGSER:HG - THR:CATHR:CA - THR:HATHR:HA - THR:CBTHR:CB - THR:HBTHR:HB - THR:CG2THR:CG2 - THR:HG21THR:1HG2 - THR:HG22THR:2HG2 - THR:HG23THR:3HG2 - THR:OG1THR:OG1 - THR:HG1THR:HG1 - TRP:CATRP:CA - TRP:HATRP:HA - TRP:CBTRP:CB - TRP:HB1TRP:1HB - TRP:HB2TRP:2HB - TRP:CGTRP:CG - TRP:CD1TRP:CD1 - TRP:HD1TRP:HD1 - TRP:NE1TRP:NE1 - TRP:HE1TRP:HE1 - TRP:CE2TRP:CE2 - TRP:CZ2TRP:CZ2 - TRP:HZ2TRP:HZ2 - TRP:CH2TRP:CH2 - TRP:HH2TRP:HH2 - TRP:CZ3TRP:CZ3 - TRP:HZ3TRP:HZ3 - TRP:CE3TRP:CE3 - TRP:HE3TRP:HE3 - TRP:CD2TRP:CD2 - TYR:CATYR:CA - TYR:HATYR:HA - TYR:CBTYR:CB - TYR:HB1TYR:1HB - TYR:HB2TYR:2HB - TYR:CGTYR:CG - TYR:CD1TYR:CD1 - TYR:HD1TYR:HD1 - TYR:CE1TYR:CE1 - TYR:HE1TYR:HE1 - TYR:CZTYR:CZ - TYR:OHTYR:OH - TYR:HHTYR:HH - TYR:CE2TYR:CE2 - TYR:HE2TYR:HE2 - TYR:CD2TYR:CD2 - TYR:HD2TYR:HD2 - VAL:CAVAL:CA - VAL:HAVAL:HA - VAL:CBVAL:CB - VAL:HBVAL:HB - VAL:CG1VAL:CG1 - VAL:HG11VAL:1HG1 - VAL:HG12VAL:2HG1 - VAL:HG13VAL:3HG1 - VAL:CG2VAL:CG2 - VAL:HG21VAL:1HG2 - VAL:HG22VAL:2HG2 - VAL:HG23VAL:3HG2 - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/PCA.db --- a/CADDSuite-1.6/data/fragments/PCA.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,58 +0,0 @@ -PCA - Names - Pyroglutamate - Pyroglutamat - PCA - - Atoms - NN 0.633233 -0.738520 0.753950 - HH 0.354342 -1.687937 0.623119 - CAC -0.480480 0.254947 0.696080 - CC -1.757691 -0.270758 -0.060790 - OO -1.739275 -1.432777 -0.530185 - CBC 0.102054 1.514384 0.035819 - CGC 1.511340 1.164025 -0.440294 - CDC 1.725147 -0.277577 -0.025832 - OEO 2.716615 -0.966582 -0.238284 - HAH -0.765277 0.458788 1.753344 - 1HBH -0.540287 1.847529 -0.801287 - 2HBH 0.122684 2.361261 0.746090 - 1HGH 1.616550 1.265144 -1.535904 - 2HGH 2.282434 1.821242 0.000860 - OXTO -2.740502 0.498543 -0.143251 - - Bonds - 4H N s - 5C CA s - 8O C d - 11CB CA s - 13CG CB s - 17CD CG s - 19CD N s - 20OE CD d - 21HA CA s - 221HB CB s - 232HB CB s - 241HG CG s - 252HG CG s - 26OXT C s - 27N CA s - - Connections - C-termC N-term s 1.33 0.5 - - Properties - - Variants - Default - - PCA-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/PHE.db --- a/CADDSuite-1.6/data/fragments/PHE.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ -PHE - Names - Phenylalanine - Phenylalanin - Phe - F - - Atoms - NN 0.1341407 1.351202 -0.07911759 - 3HH 0.803193 2.035005 0.2534044 - CAC -0.7211604 2.001838 -1.087341 - HAH -0.07892336 2.270821 -1.926756 - CC -1.300131 3.307535 -0.5325462 - OO -0.4477309 4.171679 -0.229457 - CBC -1.791856 1.027805 -1.599674 - 1HBH -1.28636 0.160502 -2.026756 - 2HBH -2.380364 0.6727667 -0.7525354 - CGC -2.70873 1.607533 -2.661208 - CD1C -4.074711 1.815559 -2.387768 - HD1H -4.496757 1.527902 -1.435336 - CD2C -2.185439 1.971959 -3.916095 - HD2H -1.142983 1.801105 -4.144545 - CE1C -4.90709 2.399215 -3.358655 - HE1H -5.955226 2.557371 -3.147432 - CE2C -3.019025 2.554821 -4.88633 - HE2H -2.61471 2.832835 -5.84938 - CZC -4.379117 2.771946 -4.606688 - HZH -5.020426 3.217529 -5.354036 - 1HH -0.4341985 1.034029 0.6931909 - 2HH 0.6169096 0.5661594 -0.4922875 - OXTO -2.460581 3.26509 -0.06804343 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 24CD1 CG a - 27HD1 CD1 s - 28CD2 CG a - 31HD2 CD2 s - 32CE1 CD1 a - 35HE1 CE1 s - 36CE2 CD2 a - 39HE2 CE2 s - 40CZ CE1 a - 41CZ CE2 a - 43HZ CZ s - 441H N s - 452H N s - 46OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - PHE-M - Properties - C_TERMINAL - N_TERMINAL - - - PHE-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - PHE-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/PRO.db --- a/CADDSuite-1.6/data/fragments/PRO.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,85 +0,0 @@ -PRO - Names - Proline - Prolin - Pro - P - - Atoms - NN 0.03190848 1.374047 -0.2465853 - CAC 0.4437964 0.4522487 -1.313841 - HAH -0.4329885 0.1122399 -1.866649 - CC 1.153984 -0.7795747 -0.7384319 - OO 2.396496 -0.7261156 -0.5988901 - CBC 1.34565 1.283736 -2.23033 - 1HBH 2.062533 0.6767905 -2.785621 - 2HBH 0.7182986 1.840951 -2.927554 - CGC 2.02933 2.275858 -1.278275 - 1HGH 3.057449 1.966999 -1.081919 - 2HGH 2.018846 3.280874 -1.702292 - CDC 1.21179 2.210818 0.01815094 - 1HDH 0.9135454 3.204023 0.3557259 - 2HDH 1.815136 1.733186 0.791898 - OXTO 0.4228693 -1.712297 -0.3395816 - 1HH -0.2823305 0.8858488 0.5799416 - 2HH -0.7056003 1.96474 -0.6034356 - - Bonds - 5CA N s - 9HA CA s - 10C CA s - 13O C d - 14CB CA s - 181HB CB s - 192HB CB s - 20CG CB s - 241HG CG s - 252HG CG s - 26CD N s - 27CD CG s - 301HD CD s - 312HD CD s - 32OXT C s - 331H N s - 342H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - - PRO-M - Properties - C_TERMINAL - N_TERMINAL - - - PRO-C - Delete - 1H - 2H - - Properties - C_TERMINAL - - - PRO-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/Pyrrole-Skeleton.db --- a/CADDSuite-1.6/data/fragments/Pyrrole-Skeleton.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -Pyrrole-Skeleton - Names - Pyrrole-Skeleton - - Atoms - C1C -0.028662 -0.037639 1.451927 - N2N -0.002221 -1.136686 0.619895 - C3C 0.0447 -0.76844 -0.708243 - C4C 0.046187 0.65781 -0.681334 - C5C -0.008647 1.094253 0.712146 - - Bonds - 1C1 N2 s - 2N2 C3 d - 3C3 C4 s - 4C4 C5 d - 5C5 C1 s - - Properties - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/SER.db --- a/CADDSuite-1.6/data/fragments/SER.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ -SER - Names - Serine - Serin - Ser - S - - Atoms - NN 0.1130663 1.226434 -0.1468897 - 3HH 0.8968111 1.837972 0.05464922 - CAC -0.7048293 1.905604 -1.168307 - HAH -0.2017423 1.780946 -2.128185 - CC -0.7701361 3.410257 -0.8778276 - OO 0.1488766 3.858471 -0.1539113 - CBC -2.088618 1.24965 -1.250489 - 1HBH -1.956628 0.1725609 -1.368818 - 2HBH -2.637483 1.435655 -0.3253672 - OGO -2.817839 1.744102 -2.356831 - HGH -3.648096 1.264079 -2.429246 - OXTO -1.487331 4.10633 -1.629405 - 1HH -0.4311985 1.10388 0.6950446 - 2HH 0.4303224 0.3296314 -0.4862972 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21OG CB s - 23HG OG s - 24OXT C s - 251H N s - 262H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - SER-M - Properties - N_TERMINAL - C_TERMINAL - - - SER-N - Delete - OXT - - Properties - N_TERMINAL - - - SER-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/T.db --- a/CADDSuite-1.6/data/fragments/T.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ -T - Names - Thymine - Thymin - T - - Atoms - PP 38.566 27.407 37.821 - O1PO 38.595 26.254 36.889 - O2PO 39.157 27.302 39.179 - O5*O 37.072 27.912 37.957 - C5*C 36.632 28.815 38.965 - 1H5*H 37.233 29.724 38.959 - 2H5*H 36.702 28.339 39.943 - C4*C 35.191 29.171 38.689 - H4*H 34.765 29.830 39.445 - O4*O 35.114 29.926 37.469 - C3*C 34.331 27.906 38.457 - H3*H 34.825 26.944 38.594 - O3*O 33.163 27.975 39.270 - C2*C 33.920 28.064 36.992 - 1H2*H 34.360 27.260 36.402 - 2H2*H 32.834 28.020 36.912 - C1*C 33.860 29.573 36.906 - H1*H 33.070 30.098 37.443 - N1N 33.730 30.096 35.526 - C6C 34.405 29.543 34.472 - H6H 35.056 28.699 34.642 - C5C 34.237 29.984 33.219 - C5MC 35.018 29.323 32.073 - 1H5MH 34.762 28.265 32.021 - 2H5MH 34.759 29.806 31.130 - 3H5MH 36.088 29.429 32.253 - C4C 33.326 31.071 32.932 - O4O 33.094 31.529 31.816 - N3N 32.681 31.586 34.053 - 3HH 31.993 32.416 33.893 - C2C 32.839 31.151 35.352 - O2O 32.225 31.690 36.276 - - Bonds - 1P O1P s - 2P O2P d - 3P O5* s - 4O5* C5* s - 5C5* C4* s - 6C4* O4* s - 7C4* C3* s - 8C3* O3* s - 9C3* C2* s - 10C2* C1* s - 11C1* O4* s - 12C1* N1 s - 13N1 C6 s - 14C6 C5 d - 15C5 C5M s - 16C5 C4 s - 17C4 O4 d - 18C4 N3 s - 19N3 C2 s - 20C2 O2 d - 21C2 N1 s - 22C5* 1H5* s - 23C5* 2H5* s - 24C4* H4* s - 25C1* H1* s - 26C3* H3* s - 27C2* 1H2* s - 28C2* 2H2* s - 29C6 H6 s - 30C5M 1H5M s - 31C5M 2H5M s - 32C5M 3H5M s - 33N3 3H s - - Connections - 5-termP 3-term s 1.62 0.5 - 3-termO3* 5-term s 1.62 0.5 - - Properties - NUCLEOTIDE - - Variants - T-M - Properties - 5_PRIME - 3_PRIME - - - Default - Properties - - - T-3 - Properties - 3_PRIME - - - T-5 - Properties - 5_PRIME - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/THR.db --- a/CADDSuite-1.6/data/fragments/THR.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ -THR - Names - Threonine - Threonin - Thr - T - - Atoms - NN 0.07944571 1.265783 -0.06982248 - 3HH 0.9103429 1.833856 0.0462634 - CAC -0.730729 1.899472 -1.127707 - HAH -0.2399387 1.69489 -2.079941 - CC -0.7224239 3.419906 -0.9435946 - OO 0.3746189 3.909003 -0.5883108 - CBC -2.153607 1.314487 -1.182294 - HBH -2.679771 1.729994 -2.044027 - OG1O -2.862524 1.651035 -0.00717756 - HG1H -3.698466 1.178201 0.002366092 - CG2C -2.126356 -0.2100642 -1.334626 - 1HG2H -3.140605 -0.5875605 -1.466431 - 2HG2H -1.532317 -0.4833375 -2.207111 - 3HG2H -1.690858 -0.6725402 -0.448057 - 1HH -0.4419178 1.260401 0.7952214 - 2HH 0.324596 0.3214647 -0.3308986 - OXTO -1.661421 4.065769 -1.458723 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 19HB CB s - 20OG1 CB s - 22HG1 OG1 s - 23CG2 CB s - 271HG2 CG2 s - 282HG2 CG2 s - 293HG2 CG2 s - 301H N s - 312H N s - 32OXT C s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - THR-M - Properties - C_TERMINAL - N_TERMINAL - - - THR-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - THR-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/TRP.db --- a/CADDSuite-1.6/data/fragments/TRP.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,112 +0,0 @@ -TRP - Names - Tryptophane - Tryptophan - Trp - W - - Atoms - NN 0.06601259 1.26337 0.1174229 - 3HH 0.6980239 1.889212 0.6011554 - CAC -0.7641827 2.069947 -0.7944807 - HAH -0.09635611 2.49911 -1.541994 - CC -1.398304 3.240995 -0.03709874 - OO -0.5874859 4.036549 0.4871631 - CBC -1.786919 1.186925 -1.524096 - 1HBH -1.239827 0.4012884 -2.046958 - 2HBH -2.428179 0.7027346 -0.7858279 - CGC -2.643165 1.884437 -2.539373 - CD1C -3.982776 2.050424 -2.457166 - HD1H -4.607287 1.697167 -1.648804 - CD2C -2.239992 2.518021 -3.792893 - NE1N -4.432695 2.747722 -3.558181 - HE1H -5.40488 2.982779 -3.697329 - CE2C -3.401079 3.062783 -4.417417 - CE3C -1.011219 2.68937 -4.467488 - HE3H -0.1073443 2.284464 -4.037195 - CZ2C -3.347395 3.744152 -5.642442 - HZ2H -4.246768 4.143939 -6.087246 - CZ3C -0.945238 3.371593 -5.697227 - HZ3H 0.006688994 3.489207 -6.194728 - CH2C -2.108581 3.899702 -6.284111 - HH2H -2.049103 4.422244 -7.228023 - OXTO -2.601413 3.132993 0.2872543 - 1HH 0.590273 0.5789365 -0.4086703 - 2HH -0.5252197 0.7968075 0.7903904 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 24CD1 CG a - 27HD1 CD1 s - 28CD2 CG a - 31NE1 CD1 a - 34HE1 NE1 s - 35CE2 CD2 a - 36CE2 NE1 a - 39CE3 CD2 a - 41HE3 CE3 s - 42CZ2 CE2 a - 45HZ2 CZ2 s - 47CZ3 CE3 a - 49HZ3 CZ3 s - 50CH2 CZ2 a - 51CH2 CZ3 a - 53HH2 CH2 s - 54OXT C s - 551H N s - 562H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - TRP-M - Properties - C_TERMINAL - N_TERMINAL - - - TRP-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - TRP-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/TYR.db --- a/CADDSuite-1.6/data/fragments/TYR.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,105 +0,0 @@ -TYR - Names - Tyrosine - Tyrosin - Tyr - Y - - Atoms - NN 0.0892698 1.397582 0.01951128 - 3HH 0.7468582 2.066645 0.3997705 - CAC -0.7022205 2.069859 -1.026261 - HAH -0.008099081 2.359834 -1.816127 - CC -1.325588 3.357111 -0.4775957 - OO -0.5109698 4.260831 -0.1874116 - CBC -1.734457 1.10693 -1.63201 - 1HBH -1.201299 0.2395796 -2.0242 - 2HBH -2.395853 0.7504926 -0.8408001 - CGC -2.557806 1.696825 -2.76258 - CD1C -3.932589 1.947373 -2.588092 - HD1H -4.418424 1.704676 -1.654011 - CD2C -1.942974 2.007092 -3.98996 - HD2H -0.8916094 1.806731 -4.138027 - CE1C -4.68326 2.520281 -3.629397 - HE1H -5.736402 2.710342 -3.483602 - CE2C -2.6951 2.579179 -5.030118 - HE2H -2.222162 2.818849 -5.971263 - CZC -4.063968 2.83503 -4.851168 - OHO -4.785331 3.388967 -5.865766 - HHH -5.709894 3.51796 -5.645833 - OXTO -2.492483 3.282188 -0.03387626 - 1HH -0.5246789 1.074702 0.7536617 - 2HH 0.5865244 0.613409 -0.3778604 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 191HB CB s - 202HB CB s - 21CG CB s - 24CD1 CG a - 27HD1 CD1 s - 28CD2 CG a - 31HD2 CD2 s - 32CE1 CD1 a - 35HE1 CE1 s - 36CE2 CD2 a - 39HE2 CE2 s - 40CZ CE1 a - 41CZ CE2 a - 43OH CZ s - 45HH OH s - 46OXT C s - 471H N s - 482H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - TYR-M - Properties - C_TERMINAL - N_TERMINAL - - - TYR-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - TYR-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/U.db --- a/CADDSuite-1.6/data/fragments/U.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,99 +0,0 @@ -U - Names - Uracil - U - - Atoms - PP 38.566 27.407 37.821 - O1PO 38.595 26.254 36.889 - O2PO 39.157 27.302 39.179 - O5*O 37.072 27.912 37.957 - C5*C 36.632 28.815 38.965 - 1H5*H 37.233 29.724 38.959 - 2H5*H 36.702 28.339 39.943 - C4*C 35.191 29.171 38.689 - H4*H 34.765 29.830 39.445 - O4*O 35.114 29.926 37.469 - C3*C 34.331 27.906 38.457 - H3*H 34.825 26.944 38.594 - O3*O 33.163 27.975 39.270 - C2*C 33.920 28.064 36.992 - 1H2*H 34.360 27.260 36.402 - 2H2*H 32.834 28.020 36.912 - C1*C 33.860 29.573 36.906 - H1*H 33.070 30.098 37.443 - N1N 33.730 30.096 35.526 - C6C 34.405 29.543 34.472 - H6H 35.056 28.699 34.642 - C5C 34.237 29.984 33.219 - H5H 35.018 29.323 32.073 - C4C 33.326 31.071 32.932 - O4O 33.094 31.529 31.816 - N3N 32.681 31.586 34.053 - H3H 31.993 32.416 33.893 - C2C 32.839 31.151 35.352 - O2O 32.225 31.690 36.276 - - Bonds - 1P O1P s - 2P O2P d - 3P O5* s - 4O5* C5* s - 5C5* C4* s - 6C4* O4* s - 7C4* C3* s - 8C3* O3* s - 9C3* C2* s - 10C2* C1* s - 11C1* O4* s - 12C1* N1 s - 13N1 C6 s - 14C6 C5 d - 15C5 H5 s - 16C5 C4 s - 17C4 O4 d - 18C4 N3 s - 19N3 C2 s - 20C2 O2 d - 21C2 N1 s - 22C5* 1H5* s - 23C5* 2H5* s - 24C4* H4* s - 25C1* H1* s - 26C3* H3* s - 27C2* 1H2* s - 28C2* 2H2* s - 29C6 H6 s - 30N3 H3 s - - Connections - 5-termP 3-term s 1.62 0.5 - 3-termO3* 5-term s 1.62 0.5 - - Properties - NUCLEOTIDE - - Variants - U-M - Properties - 5_PRIME - 3_PRIME - - - Default - Properties - - - U-3 - Properties - 3_PRIME - - - U-5 - Properties - 5_PRIME - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/VAL.db --- a/CADDSuite-1.6/data/fragments/VAL.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,94 +0,0 @@ -VAL - Names - Valine - Valin - Val - V - - Atoms - NN 0.08111785 1.2013 -0.133711 - 3HH 0.9032491 1.762717 0.06032801 - CAC -0.698245 1.931722 -1.152099 - HAH -0.2125321 1.7346 -2.108571 - CC -0.5967644 3.443358 -0.9052255 - OO 0.3370198 3.799585 -0.1501447 - CBC -2.141793 1.389981 -1.219405 - HBH -2.073082 0.3006792 -1.23859 - CG1C -2.976131 1.780723 0.008393872 - 1HG1H -3.953726 1.301327 -0.05053521 - 2HG1H -2.483032 1.448739 0.9220271 - 3HG1H -3.118463 2.860577 0.05077193 - CG2C -2.878923 1.800528 -2.501579 - 1HG2H -3.809818 1.237256 -2.575363 - 2HG2H -3.122159 2.862025 -2.496346 - 3HG2H -2.266089 1.572718 -3.374182 - OXTO -1.142181 4.189281 -1.746952 - 1HH -0.4588342 1.115157 0.7148547 - 2HH 0.3376986 0.2854735 -0.4735033 - - Bonds - 53H N s - 6CA N s - 10HA CA s - 11C CA s - 14O C d - 15CB CA s - 19HB CB s - 20CG1 CB s - 241HG1 CG1 s - 252HG1 CG1 s - 263HG1 CG1 s - 27CG2 CB s - 311HG2 CG2 s - 322HG2 CG2 s - 333HG2 CG2 s - 34OXT C s - 351H N s - 362H N s - - Connections - N-termN C-term s 1.33 0.5 - C-termC N-term s 1.33 0.5 - - Properties - AMINO_ACID - - Variants - Default - Delete - OXT - 1H - 2H - - Rename - 3HH - - - VAL-M - Properties - N_TERMINAL - C_TERMINAL - - - VAL-C - Delete - 1H - 2H - - Rename - 3HH - - Properties - C_TERMINAL - - - VAL-N - Delete - OXT - - Properties - N_TERMINAL - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/ZN.db --- a/CADDSuite-1.6/data/fragments/ZN.db Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -ZN - Names - Zinc ion - Zn2+ - - Atoms - ZNZn 0.0 0.0 0.0 - - Bonds - - Connections - - Properties - - Variants - Default - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/fragments/functionalGroups.smarts --- a/CADDSuite-1.6/data/fragments/functionalGroups.smarts Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,133 +0,0 @@ -C[*X1](C)([*X1])[*X1] terminal primary C(sp3) -[C,c]([C,c])([C,c])(*)* total secondary C(sp3) -[C,c]([C,c])([C,c])([C,c])* total tertiary C(sp3) -[C,c]([C,c])([C,c])([C,c])[C,c] total quaternary C(sp3) -[$([Cr,cr]([Cr,cr])([Cr,cr])(*)*),$([Cr,cr]([Cr,cr])([C,c])([*r])*)] ring secondary C(sp3) -[$([Cr,cr]([Cr,cr])([Cr,cr])([C,c])*),$([Cr,cr]([Cr,cr])([C,c])([C,c])[*r])] ring tertiary C(sp3) -[Cr,cr]([Cr,cr])([Cr,cr])([C,c])[C,c] ring quaternary C(sp3) -[cX3] aromatic C(sp2) -[Ch1,ch1]1[C,c][C,c][C,c][C,c][C,c]1 unsubstituted benzene C(sp2) -[Ch0,ch0]1[C,c][C,c][C,c][C,c][C,c]1 substituted benzene C(sp2) -O=CC1=CCCC=C1 non-aromatic conjugated C(sp2) -[C,c]=[C,c](*)(*) terminal primary C(sp2) -C=C(C)(*) aliphatic secondary C(sp2) -C=C(C)(C) aliphatic tertiary C(sp2) -[C,c]=[C,c]=[C,c] allenes groups -[*X1][C,c]#C terminal C(sp) -**[C,c]#C non-terminal C(sp) -OC#N cyanates -O=C=N isocyanates -SC#N thiocyanates -N=C=S isothiocyanates -[OH,Oh]C=O carboxylic acids -[*;!H]OC=O esters -[NH2,Nh2]C=O primary amides -[*;!H][NH,Nh]C=O secondary amides -[*;!H]N([*;!H])C=O tertiary amides -*N(*)C([O,S]*)=[O,S] (thio-)carbamates -[F,Cl,Br,I,At]C(*)=O acyl halogenides -[$([OH,Oh]C(*)=S),$([SH,Sh]C(*)=O)] thioacids -[SH,Sh]C(*)=S dithioacids -[$([*;!H]OC(*)=S),$([*;!H]SC(*)=O)] thioesters -[*;!H]SC(*)=S dithioesters -[CH,Ch](*)=O aldehydes -*C(*)=O ketones -[NX3]C([NX3])=[O,S] urea (-thio) derivatives -[OX2,SX2]C([OX2,SX2])=[O,S] carbonate (-thio) derivatives -[NX2]C([C,H])[NX3] amidine derivatives -[NX3]C(=[NX2])[NX3] guanidine derivatives -*C(*)=N[N,C,H] imines -*C(*)=NO* oximes -[NH2X3,Nh2X3] primary amines -[NH1X3,Nh1X3] secondary amines -[NH0X3;Nh0X3] tertiary amines -[C,H][NX3][NX3][C,H] N hydrazines -[C,H][NX2]=[NX2][C,H] N azo-derivatives -N#C* nitriles -[N+n] positive charged N -[NX4] quaternary N -*N(*)O* hydroxylamines -*N(*)N=O nitrosamine -*N=O nitroso groups -*N(O)=O nitro groups -[CX3](=[O,S])[NX3]([H,C])[CX3]=[O,S] imides -[C,H]C([C,H])=NN([C,H])[C,H] hydrazones -A[OX2h1,OX2H1] hydroxyl groups -a[OX2h1,OX2H1] aromatic hydroxyls -C[CH2,Ch2][OH,Oh] primary alcohols -C[CH,Ch](C)[OH,Oh] secondary alcohols -CC(C)(C)[OH,Oh] tertiary alcohols -*O* ethers -*O[F,Cl,Br,I,At] hypohalogenides -[CX3](=[O,S])O[CX3][O,S] anhydrides -[OH2,Oh2] water -C[SH,Sh] thiols -S=C(C)C thioketones -C[SX2]C sulfides -C[SX2][SX2]C disulfides -[$(CS(C)=O),$(C=S=O),$(S=S=O)] sulfoxides -[$(O=[SX4]=O),$(O=S(=[C,S])=O)] sulfones -[SX2][Oh1,OH1,Sh1,SH1] sulfenic acids -[SX3](=[O,S])[Oh1,OH1,Sh1,SH1] sulfinic acids -[SX4](=[O,S])(=[O,S])[Oh1,OH1,Sh1,SH1] sulfonic acids -[OX2,SX2][SX4](=[O,S])(=[O,S])[Oh1,OH1,Sh1,SH1] sulfuric acids -[SX3](=[O,S])[OX2,SX2] sulfites -[SX4](=[O,S])(=[O,S])[OX2,SX2] sulfonates -[OX2,SX2][SX4](=[O,S])(=[O,S])[OX2,SX2] sulfates -[$(C[SX4](=O)(=O)[NX3]),$(C[SX4](=S)(=O)[NX3]),$(C[SX3](=O)[NX3]),$(C[SX3](=S)[NX3]),$(CS[NX3])] sulfonamides/sulfinamides/sulfenamides -[O,S]P([O,S])[O,S] phosphites/thiophosphites -[O,S]P(=[O,S])([O,S])[O,S] phosphates/thiophosphates -[O,S]P([O,S])[O,S] phosphanes -[H,S,F,Cl,Br,I,At][PX4](=[S,O])([SX2,OX2])[SX2,OX2] phosphonates/thiophosphonates -[$([H,S,F,Cl,Br,I,At][PX4](=[S,O])([H,S,F,Cl,Br,I,At])[H,S,F,Cl,Br,I,At]),$([H,S,F,Cl,Br,I,At][PX5]([H,S,F,Cl,Br,I,At])([H,S,F,Cl,Br,I,At])([H,S,F,Cl,Br,I,At])[H,S,F,Cl,Br,I,At])] phosphoranes/thiophosphoranes -[F,Cl,Br,I,At][CX4h2,CX4H2,cx4h2,cx4H2][C,c] CH2RX -[F,Cl,Br,I,At][CX4h1,CX4H1,cX4h1,cX4H1]([C,c])[C,c] CHR2X -[F,Cl,Br,I,At][C,c]([C,c])([C,c])[C,c] CR3X -[C,c]=[CX3h1,cX3h1,CX3H1,cX3H1][F,Cl,Br,I,At] R=CHX -[C,c]=[C,c]([C,c])[F,Cl,Br,I,At] R=CRX -[F,Cl,Br,I,At]C#C R#CX -[F,Cl,Br,I,At][CX4h1,CX4H1,cX4h1,cX4H1]([C,c])[F,Cl,Br,I,At] CHRX2 -[F,Cl,Br,I,At][C,c]([C,c])([C,c])[F,Cl,Br,I,At] CR2X2 -[C,c]=[C,c]([F,Cl,Br,I,At])[F,Cl,Br,I,At] R=CX2 -[F,Cl,Br,I,At][C,c]([C,c])([F,Cl,Br,I,At])[F,Cl,Br,I,At] CRX3 -[F,Cl,Br,I,At][ar] halogene on aromatic ring -[CrX4,crX4][F,Cl,Br,I,At] X on ring C(sp3) -[CrX3,crX3][F,Cl,Br,I,At] X on ring C(sp2) -[C,c]=[C,c]([F,Cl,Br,I,At])[C,c]=[C,c] halogene on exo-conjugated C -[N,n]1@[C,c]@[C,c]1 Aziridines -[O,o]1@[C,c]@[C,c]1 Oxiranes -[S,s]1@[C,c]@[C,c]1 Thiranes -[N,n]1@[C,c]@[C,c]@[C,c]1 Azetidines -[O,o]1@[C,c]@[C,c]@[C,c]1 Oxetanes -[S,s]1@[C,c]@[C,c]@[C,c]1 Thioethanes -[N,n]12@[C,c]@[C,c]@[C,c]@[C,c]@[C,c]1(@[C,c]@C2(=O)) Beta-Lactams -[N,n]1@[C,c]@[C,c]@[C,c]1 Pyrrolidines -[O,o]1[C,c][C,c][C,c][C,c]1 Oxolanes -[S,s]1[C,c][C,c][C,c][C,c]1 tetrahydro-Thiophenes -[N,n]1@[C,c]@[C,c]@[C,c]@[C,c]1 Pyrroles -[N,n]1@[N,n]@[C,c]@[C,c]@[C,c]1 Pyrazoles -[N,n]1@[C,c]@[N,n]@[C,c]@[C,c]1 Imidazoles -[O,o]1[C,c]=[C,c][C,c]=[C,c]1 Furanes -[S,s]1[C,c]=[C,c][C,c]=[C,c]1 Thiophenes -[O,o]1@[C,c]@[N,n]@[C,c]@[C,c]1 Oxazoles -[O,o]1@[N,n]@[C,c]@[C,c]@[C,c]1 Isoxazoles -[S,s]1@[C,c]@[N,n]@[C,c]@[C,c]1 Thiazoles -[S,s]1@[N,n]@[C,c]@[C,c]@[C,c]1 Isothiazoles -[$([N,n]1@[N,n]@[C,c]@[N,n]@C1),$([N,n]1@[N,n]@[N,n]@[C,c]@[C,c]1)] Triazoles -[N,n]1@[C,c]@[C,c]@[C,c]@[C,c]@[C,c]1 Pyridines -[N,n]1@[C,c]@[C,c]@[C,c]@[C,c]@[N,n]1 Pyridazines -[N,n]1@[C,c]@[C,c]@[C,c]@[N,n]@[C,c]1 Pyrimidines -[N,n]1@[C,c]@[C,c]@[N,n]@[C,c]@[C,c]1 Pyrazines -[N,n]1@[C,c]@[N,n]@[C,c]@[N,n]@[C,c]1 135-Triazines -[N,n]1@[C,c]@[N,n]@[N,n]@[C,c]@[C,c]1 124-Triazines -[C,c]1([Oh1,OH1])[C,c][C,c][C,c][C,c][C,c]1 Phenoles -[C,c]1([C])[C,c][C,c][C,c][C,c][C,c]1 Phenyles -[C,c]1([CH3,ch3])[C,c][C,c][C,c][C,c][C,c]1 Toluenes -OC[C,c]1@[C,c](O)@[C,c](O)@[C,c](O)@[C,c](O)@[O,o]1 Glucose -OC[C,c]1(O)@[C,c](O)@[C,c](O)@[C,c](CO)[O,o]1 Fructose -[CH3,Ch3] Methyl -[F,Cl,Br,I,At] Halogenides -[CH2,Ch2,Ch3,CH3][CH2,Ch2][CH2,Ch2,Ch3,CH3] Propyl -[CH2,Ch2,Ch3,CH3][CH2,Ch2][CH2,Ch2][CH2,Ch2,Ch3,CH3] Butyl -[CH2,Ch2,Ch3,CH3][CH2,Ch2][CH2,Ch2][CH2,Ch2][CH2,Ch2,Ch3,CH3] Pentyl -CC=C([CH3,Ch3])([CH3,Ch3]) Prenyl diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/gnuplot/FreeSans.ttf Binary file CADDSuite-1.6/data/gnuplot/FreeSans.ttf has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/data/gnuplot/prologue.ps --- a/CADDSuite-1.6/data/gnuplot/prologue.ps Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,371 +0,0 @@ -% -% Gnuplot Prolog Version 4.4 (January 2010) -% -%/SuppressPDFMark true def -% -/M {moveto} bind def -/L {lineto} bind def -/R {rmoveto} bind def -/V {rlineto} bind def -/N {newpath moveto} bind def -/Z {closepath} bind def -/C {setrgbcolor} bind def -/f {rlineto fill} bind def -/Gshow {show} def % May be redefined later in the file to support UTF-8 -/vpt2 vpt 2 mul def -/hpt2 hpt 2 mul def -/Lshow {currentpoint stroke M 0 vshift R - Blacktext {gsave 0 setgray show grestore} {show} ifelse} def -/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R - Blacktext {gsave 0 setgray show grestore} {show} ifelse} def -/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R - Blacktext {gsave 0 setgray show grestore} {show} ifelse} def -/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def - /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def -/DL {Color {setrgbcolor Solid {pop []} if 0 setdash} - {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def -/BL {stroke userlinewidth 2 mul setlinewidth - Rounded {1 setlinejoin 1 setlinecap} if} def -/AL {stroke userlinewidth 2 div setlinewidth - Rounded {1 setlinejoin 1 setlinecap} if} def -/UL {dup gnulinewidth mul /userlinewidth exch def - dup 1 lt {pop 1} if 10 mul /udl exch def} def -/PL {stroke userlinewidth setlinewidth - Rounded {1 setlinejoin 1 setlinecap} if} def -% Default Line colors -/LCw {1 1 1} def -/LCb {0 0 0} def -/LCa {0 0 0} def -/LC0 {1 0 0} def -/LC1 {0 1 0} def -/LC2 {0 0 1} def -/LC3 {1 0 1} def -/LC4 {0 1 1} def -/LC5 {1 1 0} def -/LC6 {0 0 0} def -/LC7 {1 0.3 0} def -/LC8 {0.5 0.5 0.5} def -% Default Line Types -/LTw {PL [] 1 setgray} def -/LTb {BL [] LCb DL} def -/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def -/LT0 {PL [] LC0 DL} def -/LT1 {PL [4 dl1 2 dl2] LC1 DL} def -/LT2 {PL [2 dl1 3 dl2] LC2 DL} def -/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def -/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def -/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def -/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def -/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def -/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def -/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def -/Dia {stroke [] 0 setdash 2 copy vpt add M - hpt neg vpt neg V hpt vpt neg V - hpt vpt V hpt neg vpt V closepath stroke - Pnt} def -/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V - currentpoint stroke M - hpt neg vpt neg R hpt2 0 V stroke - } def -/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M - 0 vpt2 neg V hpt2 0 V 0 vpt2 V - hpt2 neg 0 V closepath stroke - Pnt} def -/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M - hpt2 vpt2 neg V currentpoint stroke M - hpt2 neg 0 R hpt2 vpt2 V stroke} def -/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M - hpt neg vpt -1.62 mul V - hpt 2 mul 0 V - hpt neg vpt 1.62 mul V closepath stroke - Pnt} def -/Star {2 copy Pls Crs} def -/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M - 0 vpt2 neg V hpt2 0 V 0 vpt2 V - hpt2 neg 0 V closepath fill} def -/TriUF {stroke [] 0 setdash vpt 1.12 mul add M - hpt neg vpt -1.62 mul V - hpt 2 mul 0 V - hpt neg vpt 1.62 mul V closepath fill} def -/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M - hpt neg vpt 1.62 mul V - hpt 2 mul 0 V - hpt neg vpt -1.62 mul V closepath stroke - Pnt} def -/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M - hpt neg vpt 1.62 mul V - hpt 2 mul 0 V - hpt neg vpt -1.62 mul V closepath fill} def -/DiaF {stroke [] 0 setdash vpt add M - hpt neg vpt neg V hpt vpt neg V - hpt vpt V hpt neg vpt V closepath fill} def -/Pent {stroke [] 0 setdash 2 copy gsave - translate 0 hpt M 4 {72 rotate 0 hpt L} repeat - closepath stroke grestore Pnt} def -/PentF {stroke [] 0 setdash gsave - translate 0 hpt M 4 {72 rotate 0 hpt L} repeat - closepath fill grestore} def -/Circle {stroke [] 0 setdash 2 copy - hpt 0 360 arc stroke Pnt} def -/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def -/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def -/C1 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 0 90 arc closepath fill - vpt 0 360 arc closepath} bind def -/C2 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 90 180 arc closepath fill - vpt 0 360 arc closepath} bind def -/C3 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 0 180 arc closepath fill - vpt 0 360 arc closepath} bind def -/C4 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 180 270 arc closepath fill - vpt 0 360 arc closepath} bind def -/C5 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 0 90 arc - 2 copy moveto - 2 copy vpt 180 270 arc closepath fill - vpt 0 360 arc} bind def -/C6 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 90 270 arc closepath fill - vpt 0 360 arc closepath} bind def -/C7 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 0 270 arc closepath fill - vpt 0 360 arc closepath} bind def -/C8 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 270 360 arc closepath fill - vpt 0 360 arc closepath} bind def -/C9 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 270 450 arc closepath fill - vpt 0 360 arc closepath} bind def -/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill - 2 copy moveto - 2 copy vpt 90 180 arc closepath fill - vpt 0 360 arc closepath} bind def -/C11 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 0 180 arc closepath fill - 2 copy moveto - 2 copy vpt 270 360 arc closepath fill - vpt 0 360 arc closepath} bind def -/C12 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 180 360 arc closepath fill - vpt 0 360 arc closepath} bind def -/C13 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 0 90 arc closepath fill - 2 copy moveto - 2 copy vpt 180 360 arc closepath fill - vpt 0 360 arc closepath} bind def -/C14 {BL [] 0 setdash 2 copy moveto - 2 copy vpt 90 360 arc closepath fill - vpt 0 360 arc} bind def -/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill - vpt 0 360 arc closepath} bind def -/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto - neg 0 rlineto closepath} bind def -/Square {dup Rec} bind def -/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def -/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def -/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def -/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def -/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def -/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def -/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill - exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def -/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def -/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill - 2 copy vpt Square fill Bsquare} bind def -/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def -/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def -/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill - Bsquare} bind def -/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill - Bsquare} bind def -/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def -/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill - 2 copy vpt Square fill Bsquare} bind def -/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill - 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def -/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def -/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def -/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def -/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def -/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def -/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def -/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def -/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def -/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def -/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def -/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def -/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def -/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def -/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def -/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def -/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def -/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def -/DiaE {stroke [] 0 setdash vpt add M - hpt neg vpt neg V hpt vpt neg V - hpt vpt V hpt neg vpt V closepath stroke} def -/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M - 0 vpt2 neg V hpt2 0 V 0 vpt2 V - hpt2 neg 0 V closepath stroke} def -/TriUE {stroke [] 0 setdash vpt 1.12 mul add M - hpt neg vpt -1.62 mul V - hpt 2 mul 0 V - hpt neg vpt 1.62 mul V closepath stroke} def -/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M - hpt neg vpt 1.62 mul V - hpt 2 mul 0 V - hpt neg vpt -1.62 mul V closepath stroke} def -/PentE {stroke [] 0 setdash gsave - translate 0 hpt M 4 {72 rotate 0 hpt L} repeat - closepath stroke grestore} def -/CircE {stroke [] 0 setdash - hpt 0 360 arc stroke} def -/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def -/DiaW {stroke [] 0 setdash vpt add M - hpt neg vpt neg V hpt vpt neg V - hpt vpt V hpt neg vpt V Opaque stroke} def -/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M - 0 vpt2 neg V hpt2 0 V 0 vpt2 V - hpt2 neg 0 V Opaque stroke} def -/TriUW {stroke [] 0 setdash vpt 1.12 mul add M - hpt neg vpt -1.62 mul V - hpt 2 mul 0 V - hpt neg vpt 1.62 mul V Opaque stroke} def -/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M - hpt neg vpt 1.62 mul V - hpt 2 mul 0 V - hpt neg vpt -1.62 mul V Opaque stroke} def -/PentW {stroke [] 0 setdash gsave - translate 0 hpt M 4 {72 rotate 0 hpt L} repeat - Opaque stroke grestore} def -/CircW {stroke [] 0 setdash - hpt 0 360 arc Opaque stroke} def -/BoxFill {gsave Rec 1 setgray fill grestore} def -/Density { - /Fillden exch def - currentrgbcolor - /ColB exch def /ColG exch def /ColR exch def - /ColR ColR Fillden mul Fillden sub 1 add def - /ColG ColG Fillden mul Fillden sub 1 add def - /ColB ColB Fillden mul Fillden sub 1 add def - ColR ColG ColB setrgbcolor} def -/BoxColFill {gsave Rec PolyFill} def -/PolyFill {gsave Density fill grestore grestore} def -/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def -% -% PostScript Level 1 Pattern Fill routine for rectangles -% Usage: x y w h s a XX PatternFill -% x,y = lower left corner of box to be filled -% w,h = width and height of box -% a = angle in degrees between lines and x-axis -% XX = 0/1 for no/yes cross-hatch -% -/PatternFill {gsave /PFa [ 9 2 roll ] def - PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate - PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec - gsave 1 setgray fill grestore clip - currentlinewidth 0.5 mul setlinewidth - /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def - 0 0 M PFa 5 get rotate PFs -2 div dup translate - 0 1 PFs PFa 4 get div 1 add floor cvi - {PFa 4 get mul 0 M 0 PFs V} for - 0 PFa 6 get ne { - 0 1 PFs PFa 4 get div 1 add floor cvi - {PFa 4 get mul 0 2 1 roll M PFs 0 V} for - } if - stroke grestore} def -% -/languagelevel where - {pop languagelevel} {1} ifelse - 2 lt - {/InterpretLevel1 true def} - {/InterpretLevel1 Level1 def} - ifelse -% -% PostScript level 2 pattern fill definitions -% -/Level2PatternFill { -/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8} - bind def -/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} ->> matrix makepattern -/Pat1 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke - 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke} ->> matrix makepattern -/Pat2 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L - 8 8 L 8 0 L 0 0 L fill} ->> matrix makepattern -/Pat3 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L - 0 12 M 12 0 L stroke} ->> matrix makepattern -/Pat4 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L - 0 -4 M 12 8 L stroke} ->> matrix makepattern -/Pat5 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L - 0 12 M 8 -4 L 4 12 M 10 0 L stroke} ->> matrix makepattern -/Pat6 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L - 0 -4 M 8 12 L 4 -4 M 10 8 L stroke} ->> matrix makepattern -/Pat7 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L - 12 0 M -4 8 L 12 4 M 0 10 L stroke} ->> matrix makepattern -/Pat8 exch def -<< Tile8x8 - /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L - -4 0 M 12 8 L -4 4 M 8 10 L stroke} ->> matrix makepattern -/Pat9 exch def -/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def -/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def -/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def -/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def -/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def -/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def -/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def -} def -% -% -%End of PostScript Level 2 code -% -/PatternBgnd { - TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse -} def -% -% Substitute for Level 2 pattern fill codes with -% grayscale if Level 2 support is not selected. -% -/Level1PatternFill { -/Pattern1 {0.250 Density} bind def -/Pattern2 {0.500 Density} bind def -/Pattern3 {0.750 Density} bind def -/Pattern4 {0.125 Density} bind def -/Pattern5 {0.375 Density} bind def -/Pattern6 {0.625 Density} bind def -/Pattern7 {0.875 Density} bind def -} def -% -% Now test for support of Level 2 code -% -Level1 {Level1PatternFill} {Level2PatternFill} ifelse -% -/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont -dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall -currentdict end definefont pop diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/confFiles.py --- a/CADDSuite-1.6/galaxyconfigs/confFiles.py Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- -""" -XML format classes -""" -import data -import logging -from galaxy.datatypes.sniff import * -import commands - -log = logging.getLogger(__name__) - - -class ini( data.Text ): - file_ext = "ini" - def sniff( self, filename ): - self.no_sections = commands.getstatusoutput("grep -c \"\[Docking-Settings\]\" "+filename) - if (self.no_sections[0] == 0) & (self.no_sections[1] > 0): - return True - else: - self.no_sections = commands.getstatusoutput("grep -c \"\[ReferenceArea\" "+filename) - if (self.no_sections[0] == 0) & (self.no_sections[1] > 0): - return True - else: - self.no_sections = commands.getstatusoutput("grep -c \"\[PharmacophoreConstraint\" "+filename) - if (self.no_sections[0] == 0) & (self.no_sections[1] > 0): - return True - else: - return False - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/countResidues.sh --- a/CADDSuite-1.6/galaxyconfigs/countResidues.sh Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -#!/bin/bash - -IFS=$'\n'; -residue_list="" -hetsys_list="" -hoh_list="" - -for line in $(cat $1); do - if [ "${line:0:4}" = "ATOM" ];then - residue_list+="${line:23:6}\n" - else - if [ "${line:0:6}" = "HETATM" ];then - s2=`echo $line | grep HOH` - if [ "$s2" != "" ];then - hoh_list+="${line:21:8}\n" - else - s3=`echo $line | grep WAT` - if [ "$s3" != "" ];then - hoh_list+="${line:21:8}\n" - else - hetsys_list+="${line:21:8}\n" - fi - fi - fi - fi -done - -IFS=$' '; -let num_res=`echo -e "\n"$residue_list | uniq | wc -l` -let num_hoh=`echo -e "\n"$hoh_list | uniq | wc -l` -let num_hetsys=`echo -e "\n"$hetsys_list | uniq | wc -l` - -# empty line at begin and end of lists -> substract 2 -let num_res-=2 -let num_hoh-=2 -let num_hetsys-=2 -if [ $num_res -lt 0 ]; then - let num_res=0 -fi -if [ $num_hoh -lt 0 ]; then - let num_hoh=0 -fi -if [ $num_hetsys -lt 0 ]; then - let num_hetsys=0 -fi - -echo -n "$num_res " -if [ $num_res -eq 1 ]; then - echo "residue" -else - echo "residues" -fi -echo -n "$num_hoh water " -if [ $num_hoh -eq 1 ]; then - echo "molecule" -else - echo "molecules" -fi -echo -n "$num_hetsys " -if [ $num_hetsys -eq 1 ]; then - echo "heterosystem" -else - echo "heterosystems" -fi diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/datatypes_conf.xml --- a/CADDSuite-1.6/galaxyconfigs/datatypes_conf.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/molFiles.py --- a/CADDSuite-1.6/galaxyconfigs/molFiles.py Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,128 +0,0 @@ -# -*- coding: utf-8 -*- - -import data -import logging -from galaxy.datatypes.sniff import * -import commands - -log = logging.getLogger(__name__) - -class GenericMolFile( data.Text ): - file_ext = "mol2/sdf/drf" - def check_filetype( self,filename ): - self.no_mols = commands.getstatusoutput("grep -c \\$\\$\\$\\$ "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - self.file_ext="sdf" - return True - self.no_mols = commands.getstatusoutput("grep -c @\MOLECULE "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - self.file_ext="mol2" - return True - self.no_mols = commands.getstatusoutput("grep -c \"ligand id\" "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - self.file_ext="drf" - return True - self.no_mols = commands.getstatusoutput("grep -c HEADER "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - self.file_ext="pdb" - return True - return False - - def set_peek( self, dataset, is_multi_byte=False ): - if not dataset.dataset.purged: - if(self.check_filetype(dataset.file_name)) : - if (self.no_mols[1] == '1'): - dataset.blurb = "1 molecule" - else: - dataset.blurb = "%s molecules"%self.no_mols[1] - dataset.peek = data.get_file_peek( dataset.file_name, is_multi_byte=is_multi_byte ) - else: - dataset.peek = 'file does not exist' - dataset.blurb = 'file purged from disk' - - def get_mime(self): - return 'text/plain' - - -class GenericMultiMolFile( GenericMolFile ): - def set_peek( self, dataset, is_multi_byte=False ): - if not dataset.dataset.purged: - self.sniff(dataset.file_name) - if (self.no_mols[1] == '1'): - dataset.blurb = "1 molecule" - else: - dataset.blurb = "%s molecules"%self.no_mols[1] - dataset.peek = data.get_file_peek( dataset.file_name, is_multi_byte=is_multi_byte ) - else: - dataset.peek = 'file does not exist' - dataset.blurb = 'file purged from disk' - -class SDF( GenericMultiMolFile ): - file_ext = "sdf" - def sniff( self, filename ): - self.no_mols = commands.getstatusoutput("grep -c \\$\\$\\$\\$ "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - return True - else: - return False - -class MOL2( GenericMultiMolFile ): - file_ext = "mol2" - def sniff( self, filename ): - self.no_mols = commands.getstatusoutput("grep -c @\MOLECULE "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - return True - else: - return False - -class DRF( GenericMultiMolFile ): - file_ext = "drf" - def sniff( self, filename ): - self.no_mols = commands.getstatusoutput("grep -c \"ligand id\" "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - return True - else: - return False - -class PDB( GenericMolFile ): - file_ext = "pdb" - def sniff( self, filename ): - self.no_mols = commands.getstatusoutput("grep -c HEADER "+filename) - if (self.no_mols[0] == 0) & (self.no_mols[1] > 0): - return True - else: - return False - def set_peek( self, dataset, is_multi_byte=False ): - #def set_peek( self, dataset, line_count=None, is_multi_byte=False ): - if not dataset.dataset.purged: - res = commands.getstatusoutput("lib/galaxy/datatypes/countResidues.sh "+dataset.file_name) - dataset.peek = res[1] - self.sniff(dataset.file_name) - if (self.no_mols[1] == '1'): - dataset.blurb = "1 protein structure" - else: - dataset.blurb = "%s protein structures"%self.no_mols[1] - else: - dataset.peek = 'file does not exist' - dataset.blurb = 'file purged from disk' - -class grd ( data.Text ) : - file_ext = "grd" - def set_peek( self, dataset, is_multi_byte=False ): - if not dataset.dataset.purged: - #dataset.peek = "" - dataset.blurb = "score-grids for docking" - else: - dataset.peek = 'file does not exist' - dataset.blurb = 'file purged from disk' - -class grdtgz ( data.Text ) : - file_ext = "grd.tgz" - def set_peek( self, dataset, is_multi_byte=False ): - if not dataset.dataset.purged: - #dataset.peek = "" - dataset.blurb = "compressed score-grids for docking" - else: - dataset.peek = 'file does not exist' - dataset.blurb = 'file purged from disk' - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tool_conf.xml --- a/CADDSuite-1.6/galaxyconfigs/tool_conf.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,78 +0,0 @@ - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/AntitargetRescorer.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/AntitargetRescorer.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ - - - - rescore w/ anti-target dock-results - - - - - - - - - This tool rescores docking output poses. -AntitargetRescoring can be used to try to enhance target specificity. Therefore, dock your compounds into your target of interest and into a (very) different protein and supply the docking results here. All compounds that received a very good antitarget-score will thus be penalized, i.e. they will have a much worse score within the output file. - -As input we need: - * a file containing the compounds that are to be rescored. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). Those compound should have been docket into the specified protein (i.e. the target). - * a file containing the same compounds docked into the antitarget. - -Output of this tool is a file in the same format as the input ligand file containing all compounds with scores obtained by rescoring in form of a property 'antitarget_rescore'. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/AutoModel.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/AutoModel.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ - - - - automatically find best QSAR model - - - - - - - - - This tool tries to automatically find the best QSAR model for a given data set. - -It therefore applies nested validation, including feature selection, for each available model-type. The model with the best nested prediction quality is saved to the specified output file. However, if the best obtained nested prediction quality is smaller than the value specified by '-min_quality', an error will be shown and no model will be saved. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/BindingDBCleaner.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/BindingDBCleaner.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - - - fix bindingdb.org downloads - - - - - - - - - - - - - - - This tool cleans up the sd-properties contained in sd-files downloaded from bindingdb.org. - -For all compounds in the input file, the affinity value for the specified target is searched and retained but all other properties are removed. Furthermore, the IC50 or Ki value of each compound is converted to a binding-free-energy value in units of [kJ/mol] that is added as a property-tag named 'binding_free_energy'. - -All compounds in the input file for which no IC50 resp. Ki value for the specified target can found, are ignored and not written to the output file. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/CombiLibGenerator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/CombiLibGenerator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ - - - - generate combinatorial lib - - - - - - - - This tool generates a combinatorial library by combining the given molecule scaffolds with possible combinations of moieties. - -As input we need a text file specifying SMARTS expressions for the desired scaffolds and R-groups. Its format should look like the following example, although you may specify as many scaffolds and as many SMARTS expressions per R-group as you need: - -<scaffold> - Fc1ccc(cc1)C2=C(C([R1])=NO2)c3ccnc([R2])c3 -<moietyR1> - [R1]C(C)(C)C -<moietyR2> - [R2]OC(C)(C)C - -Output of CombiLibGenerator is a file containing created topologies. Note that this tool does *not* generate any conformations but only topologies, so that all coordinates in the output file will be zero. Thus, apply Ligand3DGenerator to the output generated by CombiLibGenerator if you need 3D conformations. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/ConstraintsFinder.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/ConstraintsFinder.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - - - find strongly interacting residues - - - - - - - - - - This tool searches protein residues with which the reference ligand interacts strongly. -Therefore the interaction of the reference ligand to each residue is evaluated. Residues with a score worse (i.e. larger) than -2 are ignored. A maximum of 3 constraints are created for the most strongly interacting residues that met the above criterion. - -As input we need: - * a file containing a protonated protein in pdb-format - * a file containing a reference ligand. - This reference ligand should be located in the binding pocket. - Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - -Output of this tool is a docking configuration file containing the created constraints. This file should in following pipeline steps be specified for grid precalculation and docking. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/Converter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/Converter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ - - - - interconvert molecular file-formats - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This tool can be used to convert between different molecular file-formats. -Supported formats are mol2, sdf, drf, pdb, ac, ent, brk, hin, mol, xyz, mol2.gz, sdf.gz, drf.gz, pdb.gz, ac.gz, ent.gz, brk.gz, hin.gz, mol.gz, xyz.gz. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/DBExporter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/DBExporter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,101 +0,0 @@ - - - - export molecules from data base - - - - - - - - - - - - - - - - - - - - - - - - - - - - This tool exports compounds from a database to a molecular file. Compounds can be filtered according to (among others) SMARTS expressions, logP, molecular weight, or similarity to query molecule(s) and dataset name. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/DBImporter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/DBImporter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - - - import molecules into data base - - - - - - - - - - - - - - - - - - - This tool imports molecules into a database. -As input we need the file containing the molecules to be imported in sd-, mol2- or drf-format. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/DockResultMerger.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/DockResultMerger.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,49 +0,0 @@ - - - - merge docking output files - - - - - - - - - - - - - - - This tool merges and sorts molecule files as generated by docking or rescoring. - -You need to specify the property-tag name of the scores according to which the molecules should be sorted. Optionally you can filter those compounds that were assigned a score above and/or below specified thresholds. If desired, you can furthermore choose to have only the compounds with the k best scores written to the output file. - - Output of DockResultMerger is one molecule containing the molecules found in input-files (that matched all filter criteria, if any), sorted ascendingly according to their scores. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/EvenSplit.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/EvenSplit.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ - - - - generate splits w/ equal property range - - - - - - - - - - - - - This tool splits a molecule file into two subsets in such a way that each of them convers an equal range of a property. The property with respect to which this is to be done should be specified with '-prop'. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/FeatureSelector.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/FeatureSelector.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ - - - - run feature-selection on a QSAR model - - - - - - - - - - - - - - - - - FeatureSelector runs a feature-selection for a given QSAR model. - -The type of feature-selection to be done is specified by '-type'. Input of this tool is a data file as generated by InputReader containing the training data for feature-selection and a QSAR model file as generated by ModelCreator (or this tool itself). Note that you can apply several feature-selection methods in succession by using the output of one call of this tool as input for the next call. -Model- and kernel-parameters (if any) will be automatically optimized by cross-validation after applying the desired feature-selection. - -Output of this tool is a model-file that can be used by other QuEasy tools (e.g. Validator). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/GalaxyConfigGenerator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/GalaxyConfigGenerator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - - generate galaxy tool-config files - - - - - - - - - - This tool can be used to create galaxy tool-configuration files. -As input, please supply a parameter-file as written by '-write_par' by all of our tools. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/GridBuilder.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/GridBuilder.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - - - create score-grids for docking - - - - - - - - - - This tool precalculates a score-grid for a binding pocket of a given receptor. - -As input we need: - * a file containing a protonated protein in pdb-format - * a file containing a reference ligand. - This reference ligand should be located in the binding pocket, - so that a grid can be precalculated around it. - Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - -Output of this tool is a file containing the score-grids that can be used by docking-/scoring-tools (e.g. IMeedyDock). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/IMGDock.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/IMGDock.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ - - - - Iterative Multi-Greedy Docking - - - - - - - - - - - - - IMGDock docks compounds into the binding pocket of a receptor using an iterative multi-greedy approach. -As input we need: - - * a file containing a protonated protein in pdb-format - * a file containing a reference ligand. This reference ligand should be located in the binding pocket. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - * a score-grid file generated by GridBuilder. This grid must have been precalculated for the same receptor and reference ligand as those that are to be used here. - * a file containing the compounds that are to be docked. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). These molecules must have been assigned 3D coordinates (e.g. by Ligand3DGenerator) and should have been checked for errors using LigCheck. - -Output of this tool is a file containing all compounds docked into the binding pocket, with a property-tag named 'score' indicating the score obtained for each compound. - -Tip: If you want to parallelize docking, use LigandFileSplitter to separate your input file containing the compounds to be docked into several batches, dock each batch with this tool and merge the output files with DockResultMerger. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/InputPartitioner.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/InputPartitioner.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - - - - split QSAR data set - - - - - - - - - InputPartitioner partitions a given QSAR data set into n partitions with evenly distributed response values. -Thus, this tool can be useful as part of a nested validation pipeline. -Input is a data file as generated by InputReader. -Output will be written to n files postfixed '_TRAIN<i>.dat' and '_TEST<i>.dat', where <i> is the ID of the resp. partition. For each of these partitions, the training set contains only those compounds that were not selected for the resp. test set. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/InputReader.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/InputReader.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ - - - - generate QSAR data set - - - - - - - - - - - - - - - - - This tool reads input from sd-files and generate features for QSAR analysis. -Activity data (response values) for a training set are taken from sd-properties of the input file; the name of this property can be specified by option '-act'. -The following number of features will be automatically created for each molecule in your sd-file: - - * 40 atom and bond count descriptors - * 2 connectivity indices (Balaban and Zagreb index) - * 4 partial charge descriptors - * 14 surface descriptors - * 133 topological descriptors (functional group counts) - -If desired, you can also read additional descriptors from a csv-file; in this case you need to specify the file with the above options. -Output of this tool is a data file that can be used by other QuEasy tools (e.g. ModelCreator). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/InteractionConstraintDefiner.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/InteractionConstraintDefiner.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ - - - - define interaction constraint - - - - - - - - - - - This tool allows to define interaction constraints for docking or scoring. - -The constraint to be created will enforce a specified minimal interaction between ligands and the specified residue(s) of the receptor. Please specify residue IDs in the following manner: <chain-ID>:<residue-ID>, e.g. A:57. If you want to use more than one residue, separate their IDs by commas, e.g. A:57,B:17. - -Output of this tool is a ini-file that contains the desired interaction constraint. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/LigCheck.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/LigCheck.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - - - check molecules for errors - - - - - - - - - - - - - This tool checks all molecules of the given input file for errors. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - -The following checks are done for each molecule: - - * bond-lengths may not be completely senseless (i.e. <0.7 or >2.5 Angstroem) - * each 'molecule' in the input file may only contain one actual molecule, i.e. there may be no unconnected atoms or fragments. - * each atom must have a valid assigned element - * the molecule must be protonated (since this is necessary for docking/(re-)scoring). - * 3D coordinates must be present (instead of 2D coordinates; also necessary for docking/(re-)scoring) - * partial charges may not contain completely senseless values (>5 or <-5). - * each conformation should appear only once within the given file, otherwise it is rejected and not written to the output file. However, if option '-ut' is used, molecules will instead be checked for unique topologies. - -If option '-ri' is used, only those molecules that pass all those tests are written to the output file. If this option is not used, all molecules are written to output containing a property 'score_ligcheck' with a value of 1 if the molecule passed all tests or with a value of 0 if it did not pass them. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/Ligand3DGenerator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/Ligand3DGenerator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ - - - - generate 3D coordinates for small molecules - - - - - - - - - - This tool generates 3D conformations for small molecules and adds hydrogens to them. -As input we only a chemical file containing valid topologies. Any 2D or 3D conformations in the input file are ignored, but the existence of the correct bond-orders is necessary. - -Note however, that the main purpose of this tool is to generate feasible start-conformations for docking or other optimization procedures. Therefore, the generated 3D coordinates for each fragment should be all right, but in extreme cases (i.e. very large and/or complex molecules) different fragments might still overlap with each other. - -Supported formats are mol2, sdf, drf, pdb, ac, ent, brk, hin, mol, xyz, mol2.gz, sdf.gz, drf.gz, pdb.gz, ac.gz, ent.gz, brk.gz, hin.gz, mol.gz, xyz.gz. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/LigandFileSplitter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/LigandFileSplitter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ - - - - split molecule files - - - - - - - - - - - - - - - - - - - - - - - LigandFileSplitter splits a molecule file into a given number of subsets. -Note that the molecules are not sorted in any way for this. - -Since Galaxy does not support a flexible number of output-files, we will create 15 output files when you use LigandFileSplitter in Galaxy. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/ModelCreator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/ModelCreator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ - - - - create a QSAR model - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ModelCreator creates a QSAR model using an input data set as generated by InputReader. - -The type of QSAR model to be used can be specified by '-type', the type of kernel-function (if any) can be chosen by '-kernel'. Optimization of model- and kernel-parmeters will be done automatically using cross-validation. - -Output of this tool is a model-file that can be used by other QuEasy tools (e.g. FeatureSelector). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/MolCombine.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/MolCombine.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,49 +0,0 @@ - - - - combine molecular files - - - - - - - - - - - - - - - - - This tool generates the intersection or union of two given chemical files. Property-tags of molecules that appear in both input files are automatically merged. - -If you want to match molecules regardless of their protonation state, use option '-ignH'. - -Output of this tool is a file containing the union resp. intersection of all molecules of input A and B. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/MolDepict.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/MolDepict.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - - - - create structure diagrams - - - - - - - - - This tool create structure diagrams for small molecules. -Supported input-formats are mol, mol2, sdf, drf. - -Output of this tool is one pdf-file containing the structure diagrams for all molecules in the input-file. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/MolFilter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/MolFilter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ - - - - filter molecule files - - - - - - - - - - - - - - - - - - - - MolFilter can filter molecules from a molecule input file according to SMARTS expressions, logP, molecular weight, or similarity to query molecule(s). - -Output of this tool is a molecule file that contains all compounds that fulfilled the specified search criteria. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/MolPredictor.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/MolPredictor.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,58 +0,0 @@ - - - - predict molecule activities with QSAR model - - - - - - - - - - - - - - - - This tool predictes the response values of compounds in the given molecule file using the specified QSAR model. - -Input of this tool is a molecule file (sdf,mol2,drf) and a model-file as generated by ModelCreator or FeatureSelector. -Features for all molecules in the input file are generated automatically. However, if you used an additional, externally generated feature-set to generate your QSAR model, make sure to generate features in the same manner (i.e. using the same external tool with the same settings) for the molecule file to be used here and specify the csv-file with the above options. - -Output of this tool (as specified by '-o') is a molecule file containing the predicted values as a property tag named 'predicted_activity'. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/PDBCutter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/PDBCutter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ - - - - separate ligand and receptor - - - - - - - - - - - - - - - - This tool splits a given pdb-file into two files containing receptor and reference ligand, respectively. - -The name of the reference ligand (exactly as it appears in the pdb-file) and the name of its chain need to be specified by '-lig_name' and '-lig_chain'. -If desired, the correct topology of the reference ligand can be downloaded by this tool from the Protein Data Bank as an sd-file and stored in the specified ligand output file. -Optionally, chains (e.g. in case of multimers) or pdb-residues (e.g. water or ions) that you don't need can be deleted from the receptor. In this case, specify their names with '-rm_ch' or '-rm_res'. - -Output of this tool is one pdb-file containing the receptor-structure, i.e. the protein w/o reference ligand and w/o undesired chains/residues (if any were specified), and one file containing the reference ligand. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/PDBDownload.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/PDBDownload.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ - - - - retrieve pdb-file from pdb.org - - - - - - - - - Download a pdb-file from the pdb data bank (http://www.pdb.org/) using the specified ID of the desired protein structure. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/PocketCutter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/PocketCutter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ - - - - cut binding pocket surface - - - - - - - - - - This tools selects all atoms from a given protein structure that form part of the binding pocket's SES surface. - -The location and size of the binding pocket can be obtained from either a given reference ligand or an ini file that contains a description as generated by the PocketDetector tool, or both. - -The output of this tool is a molecule file that contain just the selected surface atoms and can be used e.g. with SurfaceMatcher. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/PocketDetector.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/PocketDetector.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ - - - - detect binding pocket - - - - - - - - - - - This tool tries to detect the binding pocket in which the reference ligand is located. -Therefore, probe atoms are placed above the protein surface at positions of relative deep burial. The cluster of probe atoms around the geometric center of the reference ligand is used for the description of the binding pocket. - -As input we need: - * a file containing a protonated protein in pdb-format. Furthermore, it should contain only relevant (i.e. strongly bound) water molecules as detected by WaterFinder. - * a file containing a reference ligand. - This reference ligand should be located in the binding pocket. - Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - -Output of this tool is a docking configuration file that contains the description of the detected binding pocket. This file should in following pipeline steps be specified for docking and rescoring. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/Predictor.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/Predictor.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - - predict activities with QSAR model - - - - - - - - - This tool predictes the response values of compounds in the given data-file using the specified QSAR model. - -Input of this tool is a model-file as generated by ModelCreator or FeatureSelector and a data-file generated by InputReader. - -Output of this tool (as specified by '-o') is a text file containing the predicted and, if any, the expected response values in one column each. -If you would prefer to use molecule files (sdf,mol2,drf) for input and output, please use the tool MolPredictor instead of this one. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/PropertyModifier.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/PropertyModifier.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ - - - - modify molecule property tags - - - - - - - - - - - - - - - - - With this tools you can add, rename or delete molecule property tags. -These tags can for example contain information about scores, binding-free-energy, IDs or names for the resp. molecule. -The output of this tool is a molecule file in which the desired property tags have been added/renamed/deleted (as chosen). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/PropertyPlotter.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/PropertyPlotter.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ - - - - plot molecule properties - - - - - - - - - - PropertyPlotter can be used to generate distribution- or scatter-plots of data contained in molecule property-tags. - -In case you want to create a scatter-plot, specify the name of both property-tags to be used with '-p1' and '-p2'. If you want to generate a distribution plot, just specify '-p1'. -The output graphic will created by use of gnuplot, so make sure to have it installed and in your PATH environment variable. - -The output of this tool is a plot in form of an eps or png-file (as chosen). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/ProteinCheck.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/ProteinCheck.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ - - - - quality check for proteins structures - - - - - - - - - Check a given protein structure for the following errors: - * bond-lengths may not be completely senseless (i.e. <0.7 or >2.5 Angstroem) - * each chain may only contain one actual molecule, i.e. there may be no unconnected atoms or fragments. This test is skipped if the above box is checked. - * each atom must have a valid assigned element - * the protein must be protonated (since this is necessary for docking/(re-)scoring). - * 3D coordinates must be present (instead of 2D coordinates; also necessary for docking/(re-)scoring) - * there may be no senseless temperature factors (<1 or >100) - * there may be no sterical clashes between atoms - -A protein structure quality report, containing the results of those tests and a secondary structure prediction, a Ramachandran plot and a temperature factor plot will be generated and saved as a pdf-file. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/ProteinProtonator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/ProteinProtonator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ - - - - protonate protein structures - - - - - - - - - ProteinProtonator allows you add hydrogens to a protein structure. - -Note that all hydrogen atoms already present in the input file will be ignored. If desired, you can specify a specific pH value, for which protonation is to be done; otherwise a neutral pH will be assumed. - -Output of this tool is one pdb-file containing the input protein structure with added hydrogens atoms. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/RMSDCalculator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/RMSDCalculator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ - - - - calculate RMSD between poses - - - - - - - - - This tool calculates the RMSD between different conformations of the same molecule. - -Therefore this tool can for example be used to evaluate the different between ligands taken from co-crystal structures and their poses generated by a docking. -Molecules may be sorted differently in the two input files; a topology hashkey will be used to match molecules to each other. - -Output of this tool is a molecule file which will for each molecule contain a property-tag 'RMSD' holding the calculated RMSD value. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/ScoreAnalyzer.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/ScoreAnalyzer.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ - - - - generate ROC or enrichment plots - - - - - - - - - - - - - - - - - - - This tool can be used generate plots that allow to evaluate the quality of docking or (re-)scoring. - -The type of plot to be generated must be chosen by either '-roc', '-top50', '-scatter' or '-enrichment'. The name of the property-tag that contains the scores to be evaluated (e.g. obtained by docking) is to be specified by '-s'; the name of the property-tag containing experimental data (e.g. binding-free-energy measurements or binder/non-binder info) by use '-e'. If the experimental reference data is not binary, then a threshold below which compound will be considered binders must be given with '-t'. -The output graphic will created by use of gnuplot, so make sure to have it installed and in your PATH environment variable. - -The output of this tool is a plot in form of an eps or png-file (as chosen). - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/SimilarityAnalyzer.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/SimilarityAnalyzer.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ - - - - analyze similarity between molecule files - - - - - - - - - - This tool evaluates the similarity between molecules in two input files and creates a distribution plot to visualize the result. - -Therefore, for each molecule a pathway-based, hashed binary fingerprint is generated and compared to the fingerprint of other molecules by use of the Tanimoto similarity measure. -The output graphic will created by use of gnuplot, so make sure to have it installed and in your PATH environment variable. - -The resulting plot (in form of an eps-, png- or pdf-file; as chosen) shows the distribution of similarity values obtained by comparing each molecule in input file 1 against each molecule in input file 2. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/SimpleRescorer.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/SimpleRescorer.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - - - rescore docking results - - - - - - - - - - - - - - - - - This tool rescores docking output poses. -A scoring function is used to evaluate the binding-free-energy of each compound. This is similar to the scoring done during docking; details depend on the config-file (if one is specified). - -As input we need: - * a file containing a protonated protein in pdb-format - * a file containing a reference ligand. This reference ligand should be located in the binding pocket. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - * a file containing the compounds that are to be rescored. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). Those compound should have been docked into the specified protein. - -Output of this tool is a file in the same format as the input ligand file containing all compounds with scores obtained by rescoring in form of a property 're-score'. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/SpatialConstraintDefiner.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/SpatialConstraintDefiner.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,45 +0,0 @@ - - - - define spatial constraint - - - - - - - - - - - - - - - This tool allows to define spatial constraints for docking or scoring. - -For convenience, we use a molecule file as input and generate a boundary box around the contained compound. This molecule can therefore for example contain the reference ligand (obtained from a co-crystal structure), or a docked compound, or just a set of dummy atoms used to manually define the boundaries of the desired spatial constraint. -Furthermore, you need to specify how many atoms of the compound to be docked (or scored) should be located inside the spatial area. You can either specify a number of atoms or a fraction of molecule atoms for this. - -Output of this tool is a ini-file that contains the desired spatial constraint. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/SurfaceMatcher.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/SurfaceMatcher.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ - - - - match two protein surfaces onto each other - - - - - - - - - - - - - - - SurfaceMatcher superposes two protein surfaces onto each other. This allows to examine the similarity of the binding pockets of two proteins of interest or search for pockets that are similar to a given pocket. The latter goal can be achieved by successively applying this tool to the studied pocket and a range of other protein-ligand binding pockets, e.g. all such pockets found in the PDB. - -As input we need two files containing the receptor atoms that contribute the SES of the binding pocket of the respective protein, as generated by PocketCutter. -Furthermore, pocket pseudo-atoms as generated by PocketDetector should be specified. The information contained in these files helps to insure to minimize matching solvent-accessible space of one pocket onto that of the other pocket. - -The output of SurfaceMatcher consists of a file containing the matched template surface atoms. Alternatively, the full-length template protein can be passed to this tool, in which case it will be transform and written to the specified output. However, even in this case only the surfaces (and not the full-length protein) will be used to compute the actual superposition and similarity. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/TaGRes-train.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/TaGRes-train.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ - - - - Target-specific Grid-Rescoring, training - - - - - - - - - - - - - - - - - - - - - This tool generates a model for Target-specific Grid-Rescoring (TaGRes). -As input we need: - - * a file containing a protonated protein in pdb-format - * a file containing a reference ligand. This reference ligand should be located in the binding pocket. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - * a file containing a training data set, i.e. compounds whose binding-free-energy to the specified target is known and annotated in this file. Those compounds should have been docked into the specified protein. - -A scoring function is applied and an interaction-grid is thereby generated for each input compound. Together with the known binding-free-energy, those grids are used to automatically search for the best linear or non-linear regression model that can approximate the binding-free-energy. After this model has been generated, you can pass it to the tool TaGRes and rescore (different) compounds with it. - -The output of TaGRes-train is a file that contains the generated regression model. However, if no model with suitable prediction quality was found, an error will be shown and no model-file will be written. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/TaGRes.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/TaGRes.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ - - - - Target-specific Grid-Rescoring - - - - - - - - - - - - - - - - - - - - - - - This tool rescores docking output poses using Target-specific Grid-Rescoring. -Please generate a regression model for binding-affinity approximation for your protein target by use of the tool TaGRes-train before using this tool. -As input TaGRes needs: - - * a file containing a protonated protein in pdb-format - * a file containing a reference ligand. This reference ligand should be located in the binding pocket. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - * a file containing the compounds that are to be rescored. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). Those compound should have been docked into the specified protein. - * a regression model file as generated by TaGRes-train for same protein target than the one specified here. - -TaGRes will evaluate each given input pose with a scoring function and apply the specified regression model to the score contributions generated this way, resulting in a re-score value, i.e. a (probably) enhanced approximation of the compound's binding-free-energy. - -Output of this tool is a file in the same format as the input ligand file containing all compounds with scores obtained by rescoring in form of a property 're-score'. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/Validator.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/Validator.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ - - - - evaluate quality of a QSAR model - - - - - - - - - - - - - - - Validator evaluates the quality of a QSAR model. - -The validation technique to be used for this can selected by '-type'. As input this tools need a model-file as generate by InputReader or FeatureSelector and a data-file generated by InputReader containing the prediction data set. Note that the latter must contain response values so that predictions done by the supplied model can be compared to those values by the validation method. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/VendorFinder.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/VendorFinder.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,49 +0,0 @@ - - - - search vendors for compounds - - - - - - - - - - - - - - This tool can be used to fetch information about vendors for each compound in the given input file from a data base. - -Of course, vendors can only be found if they have been stored in the database that is to be used here. Use DBImporter with molecules files obtained from the compound vendors of your choice in order to create such a database. - -Output of this tool is a text-file containing a list of vendor-name and vendor's compound-ID for each compound in the input file for which vendor-information was found in the database. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/WaterFinder.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/WaterFinder.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ - - - - find strongly bound waters - - - - - - - - - - - - This tool searches for crystal waters that - * either interact very strongly with the receptor - * or that interact strongly with receptor and reference ligand, - thus functioning as a water bridge. - -Water molecules in the pdb-structure (i.e. single oxygens) are automatically protonated and rotationally optimized before the search is done. - -As input we need: - * a file containing a protonated protein in pdb-format. - This file should contain water molecules that are to be evaluated by this tool. - However, you can also use a separate pdb-file as input for the water molecules (see below). - * a file containing a reference ligand. - This reference ligand should be located in the binding pocket. - Supported formats are mol2, sdf or drf (DockResultFile, xml-based). - * optionally a file in pdb-format containing water molecules. - If you specify such a file , all water molecules appearing in the - protein input-file (if any) will be ignored. - -Output of this tool is a pdb-file containing the protein and all detected strongly bound water molecules. - \ No newline at end of file diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/galaxyconfigs/tools/upload.xml --- a/CADDSuite-1.6/galaxyconfigs/tools/upload.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ - - - - - from your computer - - - - ../../../data_source/upload.py $GALAXY_ROOT_DIR $GALAXY_DATATYPES_CONF_FILE $paramfile - #set $outnum = 0 - #while $varExists('output%i' % $outnum): - #set $output = $getVar('output%i' % $outnum) - #set $outnum += 1 - ${output.dataset.dataset.id}:${output.files_path}:${output} - #end while - - - - - - - - - - - - - - not ( ( isinstance( value, unicode ) or isinstance( value, str ) ) and value != "" ) - - - - - - - - - - - - - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/install.sh --- a/CADDSuite-1.6/install.sh Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ -#!/bin/bash - -QT_DIR="" -INSTALL_DIR="" -#OPT="Linux_x86_64" - - -checkDir() -{ - echo -n "checking for "$1" ... " - if [ -f $QT_DIR/$1 ]; then - echo $QT_DIR/$1 - return 1 - else - echo "not found!" - return 0 - fi -} - -echo -cat license.txt -echo -echo -n "Do you agree to this license?! (y/n) " -read license_accepted -echo - -if [ "$license_accepted" != "y" ] && [ "$license_accepted" != "yes" ]; then - echo "License was not accepted, aborting." - exit 1 -fi - -echo -n "Please enter *absolute* path to install target-directory: " - -read INSTALL_DIR -if [ ! -d $INSTALL_DIR ]; then - mkdir $INSTALL_DIR -fi - -if [ ! -d $INSTALL_DIR ]; then - echo - echo "[Error:] The desired install-directory does not exist and could also not be created!" - echo "Perhaps there was a typo or you do not have permission to create this folder." - echo "Aborting install." - echo - exit 1 -fi - -# if [ -f /usr/lib/libQtCore.so.4 ] && [ -f /usr/lib/libQtGui.so.4 ]; then -# QT_DIR=/usr/lib -# else -# echo "Please enter absolute path to the directory containing" -# echo -n "your Qt4 libraries (version>=4.3.5): " -# read QT_DIR -# fi - -# checkDir libQtCore.so.4; ok=$?; -# checkDir libQtGui.so.4; if [ $ok = 1 ]; then let ok $?; fi -# #checkDir libQtOpenGL.so; if [ $ok = 1 ]; then ok=$?; fi -# -# if [ $ok != 1 ]; then -# echo "Aborting installation due to missing Qt4!" -# exit 1 -# fi - -cd bin -programs=`ls *.bin` -cd .. -for i in $programs; do - chmod +x ${i:0:${#i}-4} -done - - -mv * $INSTALL_DIR/ - -if [ -f $INSTALL_DIR/CADDSuite-description.txt ]; then - echo - echo - cat $INSTALL_DIR/CADDSuite-description.txt -fi - -echo -echo "Installation finished." -echo "You can find all installed programs in $INSTALL_DIR." -echo diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/.DS_Store Binary file CADDSuite-1.6/lib/.DS_Store has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._.DS_Store Binary file CADDSuite-1.6/lib/._.DS_Store has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libQtCore.dylib Binary file CADDSuite-1.6/lib/._libQtCore.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libQtNetwork.dylib Binary file CADDSuite-1.6/lib/._libQtNetwork.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libQtSql.dylib Binary file CADDSuite-1.6/lib/._libQtSql.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libQtXml.dylib Binary file CADDSuite-1.6/lib/._libQtXml.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libboost_iostreams.dylib Binary file CADDSuite-1.6/lib/._libboost_iostreams.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libboost_regex.dylib Binary file CADDSuite-1.6/lib/._libboost_regex.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libboost_system.dylib Binary file CADDSuite-1.6/lib/._libboost_system.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libboost_thread.dylib Binary file CADDSuite-1.6/lib/._libboost_thread.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libgsl.dylib Binary file CADDSuite-1.6/lib/._libgsl.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libgslcblas.dylib Binary file CADDSuite-1.6/lib/._libgslcblas.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/._libmysqlclient.18.dylib Binary file CADDSuite-1.6/lib/._libmysqlclient.18.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libBALL.1.4.dylib Binary file CADDSuite-1.6/lib/libBALL.1.4.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libMagickCore.5.dylib Binary file CADDSuite-1.6/lib/libMagickCore.5.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libMagickWand.5.dylib Binary file CADDSuite-1.6/lib/libMagickWand.5.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libQtCore.dylib Binary file CADDSuite-1.6/lib/libQtCore.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libQtNetwork.dylib Binary file CADDSuite-1.6/lib/libQtNetwork.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libQtSql.dylib Binary file CADDSuite-1.6/lib/libQtSql.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libQtXml.dylib Binary file CADDSuite-1.6/lib/libQtXml.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libboost_iostreams.dylib Binary file CADDSuite-1.6/lib/libboost_iostreams.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libboost_regex.dylib Binary file CADDSuite-1.6/lib/libboost_regex.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libboost_system.dylib Binary file CADDSuite-1.6/lib/libboost_system.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libboost_thread.dylib Binary file CADDSuite-1.6/lib/libboost_thread.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libgsl.dylib Binary file CADDSuite-1.6/lib/libgsl.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libgslcblas.dylib Binary file CADDSuite-1.6/lib/libgslcblas.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libmysqlclient.18.dylib Binary file CADDSuite-1.6/lib/libmysqlclient.18.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/libopenbabel.4.dylib Binary file CADDSuite-1.6/lib/libopenbabel.4.dylib has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/APIInterface.so Binary file CADDSuite-1.6/lib/openbabel/APIInterface.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/CSRformat.so Binary file CADDSuite-1.6/lib/openbabel/CSRformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/MCDLformat.so Binary file CADDSuite-1.6/lib/openbabel/MCDLformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/MNAformat.so Binary file CADDSuite-1.6/lib/openbabel/MNAformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/PQSformat.so Binary file CADDSuite-1.6/lib/openbabel/PQSformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/abinitformat.so Binary file CADDSuite-1.6/lib/openbabel/abinitformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/acrformat.so Binary file CADDSuite-1.6/lib/openbabel/acrformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/adfformat.so Binary file CADDSuite-1.6/lib/openbabel/adfformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/alchemyformat.so Binary file CADDSuite-1.6/lib/openbabel/alchemyformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/amberformat.so Binary file CADDSuite-1.6/lib/openbabel/amberformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/balstformat.so Binary file CADDSuite-1.6/lib/openbabel/balstformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/bgfformat.so Binary file CADDSuite-1.6/lib/openbabel/bgfformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/boxformat.so Binary file CADDSuite-1.6/lib/openbabel/boxformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cacaoformat.so Binary file CADDSuite-1.6/lib/openbabel/cacaoformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cacheformat.so Binary file CADDSuite-1.6/lib/openbabel/cacheformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/carformat.so Binary file CADDSuite-1.6/lib/openbabel/carformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/castepformat.so Binary file CADDSuite-1.6/lib/openbabel/castepformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cccformat.so Binary file CADDSuite-1.6/lib/openbabel/cccformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cdxmlformat.so Binary file CADDSuite-1.6/lib/openbabel/cdxmlformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/chem3dformat.so Binary file CADDSuite-1.6/lib/openbabel/chem3dformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/chemdrawcdx.so Binary file CADDSuite-1.6/lib/openbabel/chemdrawcdx.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/chemdrawct.so Binary file CADDSuite-1.6/lib/openbabel/chemdrawct.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/chemkinformat.so Binary file CADDSuite-1.6/lib/openbabel/chemkinformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/chemtoolformat.so Binary file CADDSuite-1.6/lib/openbabel/chemtoolformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cifformat.so Binary file CADDSuite-1.6/lib/openbabel/cifformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cmlformat.so Binary file CADDSuite-1.6/lib/openbabel/cmlformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cmlreactformat.so Binary file CADDSuite-1.6/lib/openbabel/cmlreactformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/copyformat.so Binary file CADDSuite-1.6/lib/openbabel/copyformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/crkformat.so Binary file CADDSuite-1.6/lib/openbabel/crkformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/cssrformat.so Binary file CADDSuite-1.6/lib/openbabel/cssrformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/dlpolyformat.so Binary file CADDSuite-1.6/lib/openbabel/dlpolyformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/dmolformat.so Binary file CADDSuite-1.6/lib/openbabel/dmolformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/fastaformat.so Binary file CADDSuite-1.6/lib/openbabel/fastaformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/fastsearchformat.so Binary file CADDSuite-1.6/lib/openbabel/fastsearchformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/fchkformat.so Binary file CADDSuite-1.6/lib/openbabel/fchkformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/featformat.so Binary file CADDSuite-1.6/lib/openbabel/featformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/fhformat.so Binary file CADDSuite-1.6/lib/openbabel/fhformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/fhiaimsformat.so Binary file CADDSuite-1.6/lib/openbabel/fhiaimsformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/fingerprintformat.so Binary file CADDSuite-1.6/lib/openbabel/fingerprintformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/freefracformat.so Binary file CADDSuite-1.6/lib/openbabel/freefracformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gamessformat.so Binary file CADDSuite-1.6/lib/openbabel/gamessformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gamessukformat.so Binary file CADDSuite-1.6/lib/openbabel/gamessukformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gausscubeformat.so Binary file CADDSuite-1.6/lib/openbabel/gausscubeformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gaussformat.so Binary file CADDSuite-1.6/lib/openbabel/gaussformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gausszmatformat.so Binary file CADDSuite-1.6/lib/openbabel/gausszmatformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/ghemicalformat.so Binary file CADDSuite-1.6/lib/openbabel/ghemicalformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/groformat.so Binary file CADDSuite-1.6/lib/openbabel/groformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gromos96format.so Binary file CADDSuite-1.6/lib/openbabel/gromos96format.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/gulpformat.so Binary file CADDSuite-1.6/lib/openbabel/gulpformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/hinformat.so Binary file CADDSuite-1.6/lib/openbabel/hinformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/inchiformat.so Binary file CADDSuite-1.6/lib/openbabel/inchiformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/jaguarformat.so Binary file CADDSuite-1.6/lib/openbabel/jaguarformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mdlformat.so Binary file CADDSuite-1.6/lib/openbabel/mdlformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mmcifformat.so Binary file CADDSuite-1.6/lib/openbabel/mmcifformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mmodformat.so Binary file CADDSuite-1.6/lib/openbabel/mmodformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mol2format.so Binary file CADDSuite-1.6/lib/openbabel/mol2format.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/moldenformat.so Binary file CADDSuite-1.6/lib/openbabel/moldenformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/molproformat.so Binary file CADDSuite-1.6/lib/openbabel/molproformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/molreport.so Binary file CADDSuite-1.6/lib/openbabel/molreport.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mopacformat.so Binary file CADDSuite-1.6/lib/openbabel/mopacformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mpdformat.so Binary file CADDSuite-1.6/lib/openbabel/mpdformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/mpqcformat.so Binary file CADDSuite-1.6/lib/openbabel/mpqcformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/msiformat.so Binary file CADDSuite-1.6/lib/openbabel/msiformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/msmsformat.so Binary file CADDSuite-1.6/lib/openbabel/msmsformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/nulformat.so Binary file CADDSuite-1.6/lib/openbabel/nulformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/nwchemformat.so Binary file CADDSuite-1.6/lib/openbabel/nwchemformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/opendxformat.so Binary file CADDSuite-1.6/lib/openbabel/opendxformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/outformat.so Binary file CADDSuite-1.6/lib/openbabel/outformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pcmodelformat.so Binary file CADDSuite-1.6/lib/openbabel/pcmodelformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pdbformat.so Binary file CADDSuite-1.6/lib/openbabel/pdbformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pdbqtformat.so Binary file CADDSuite-1.6/lib/openbabel/pdbqtformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/plugin_charges.so Binary file CADDSuite-1.6/lib/openbabel/plugin_charges.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/plugin_descriptors.so Binary file CADDSuite-1.6/lib/openbabel/plugin_descriptors.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/plugin_fingerprints.so Binary file CADDSuite-1.6/lib/openbabel/plugin_fingerprints.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/plugin_forcefields.so Binary file CADDSuite-1.6/lib/openbabel/plugin_forcefields.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/plugin_ops.so Binary file CADDSuite-1.6/lib/openbabel/plugin_ops.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pngformat.so Binary file CADDSuite-1.6/lib/openbabel/pngformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/povrayformat.so Binary file CADDSuite-1.6/lib/openbabel/povrayformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pqrformat.so Binary file CADDSuite-1.6/lib/openbabel/pqrformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pubchem.so Binary file CADDSuite-1.6/lib/openbabel/pubchem.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/pwscfformat.so Binary file CADDSuite-1.6/lib/openbabel/pwscfformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/qchemformat.so Binary file CADDSuite-1.6/lib/openbabel/qchemformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/reportformat.so Binary file CADDSuite-1.6/lib/openbabel/reportformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/rsmiformat.so Binary file CADDSuite-1.6/lib/openbabel/rsmiformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/rxnformat.so Binary file CADDSuite-1.6/lib/openbabel/rxnformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/shelxformat.so Binary file CADDSuite-1.6/lib/openbabel/shelxformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/smilesformat.so Binary file CADDSuite-1.6/lib/openbabel/smilesformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/svgformat.so Binary file CADDSuite-1.6/lib/openbabel/svgformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/textformat.so Binary file CADDSuite-1.6/lib/openbabel/textformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/thermoformat.so Binary file CADDSuite-1.6/lib/openbabel/thermoformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/tinkerformat.so Binary file CADDSuite-1.6/lib/openbabel/tinkerformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/titleformat.so Binary file CADDSuite-1.6/lib/openbabel/titleformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/turbomoleformat.so Binary file CADDSuite-1.6/lib/openbabel/turbomoleformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/unichemformat.so Binary file CADDSuite-1.6/lib/openbabel/unichemformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/vaspformat.so Binary file CADDSuite-1.6/lib/openbabel/vaspformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/viewmolformat.so Binary file CADDSuite-1.6/lib/openbabel/viewmolformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/xedformat.so Binary file CADDSuite-1.6/lib/openbabel/xedformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/xmlformat.so Binary file CADDSuite-1.6/lib/openbabel/xmlformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/xsfformat.so Binary file CADDSuite-1.6/lib/openbabel/xsfformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/xyzformat.so Binary file CADDSuite-1.6/lib/openbabel/xyzformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/yasaraformat.so Binary file CADDSuite-1.6/lib/openbabel/yasaraformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/lib/openbabel/zindoformat.so Binary file CADDSuite-1.6/lib/openbabel/zindoformat.so has changed diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/license.txt --- a/CADDSuite-1.6/license.txt Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -------------------------------------------------------------------------------- - CADDSuite - A flexible and open framework and workflow system - for computer-aided drug design -------------------------------------------------------------------------------- - -Copyright (C) 2012 Marcel Schumann - -CADDSuite is free software. - -CADDSuite 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. - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/setPathes.sh --- a/CADDSuite-1.6/setPathes.sh Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#!/bin/bash -export LD_LIBRARY_PATH="$BASE_DIR"/lib -export DYLD_LIBRARY_PATH="$BASE_DIR"/lib:/System/Library/Frameworks/Accelerate.framework/Versions/Current/ -export BALL_DATA_PATH="$BASE_DIR"/data -export BABEL_DATADIR="$BASE_DIR"/data/OpenBabel/ -export BABEL_LIBDIR="$BASE_DIR"/lib/openbabel/ -export QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/ -export PATH="$BASE_DIR"/bin:$PATH -export GDFONTPATH="$BASE_DIR"/data/gnuplot -export GNUPLOT_DEFAULT_GDFONT=FreeSans -export GNUPLOT_PS_DIR="$BASE_DIR"/data/gnuplot - diff -r 488032d372e1 -r eda78e0f5df6 CADDSuite-1.6/suite_config.xml --- a/CADDSuite-1.6/suite_config.xml Sat Dec 15 13:16:40 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,144 +0,0 @@ - - - -CADDSuite: A flexible and open framework for Computer-Aided Drug Design - - - from your computer - - - - rescore w/ anti-target dock-results - - - automatically find best QSAR model - - - fix bindingdb.org downloads - - - generate combinatorial lib - - - find strongly interacting residues - - - interconvert molecular file-formats - - - export molecules from data base - - - import molecules into data base - - - merge docking output files - - - generate splits w/ equal property range - - - run feature-selection on a QSAR model - - - generate galaxy tool-config files - - - create score-grids for docking - - - Iterative Multi-Greedy Docking - - - split QSAR data set - - - generate QSAR data set - - - define interaction constraint - - - check molecules for errors - - - generate 3D coordinates for small molecules - - - split molecule files - - - create a QSAR model - - - combine molecular files - - - create structure diagrams - - - filter molecule files - - - predict molecule activities with QSAR model - - - separate ligand and receptor - - - retrieve pdb-file from pdb.org - - - cut binding pocket surface - - - detect binding pocket - - - predict activities with QSAR model - - - modify molecule property tags - - - plot molecule properties - - - quality check for proteins structures - - - protonate protein structures - - - calculate RMSD between poses - - - generate ROC or enrichment plots - - - analyze similarity between molecule files - - - rescore docking results - - - define spatial constraint - - - match two protein surfaces onto each other - - - Target-specific Grid-Rescoring, training - - - Target-specific Grid-Rescoring - - - evaluate quality of a QSAR model - - - search vendors for compounds - - - find strongly bound waters -