Basic Walk-Through (Command-Line Interface)¶
This example shows basic usage of presto through its command line interface. We'll run a ligand of TYK2 (a common benchmark system for FEP) with the SMILES CCC(CC)C(=O)Nc2cc(NC(=O)c1c(Cl)cccc1Cl)ccn2. The entire workflow can be run in a single line (after activating the environment):
presto train --param-settings.molecule-input-type smiles --param-settings.molecules "CCC(CC)C(=O)Nc2cc(NC(=O)c1c(Cl)cccc1Cl)ccn2"
but we'll go through this in more detail below.
! and % symbols appear before commands in notebook cells to get them to behave as if they were run on the command line. If you're following along, you can ignore them and run the commands directly on the command line.
Setup¶
After activating your environment (e.g. with pixi shell), navigate to a new directory and use presto write-default-yaml to write a default settings file:
! mkdir bespoke-fitting-example-cli
%cd bespoke-fitting-example-cli
! presto write-default-yaml
/home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/examples/bespoke-fitting-example-cli
[05/27/26 21:28:37] INFO Writing default YAML settings to ]8;id=15063445;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/_cli.py\_cli.py]8;;\:]8;id=15063446;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/_cli.py#96\96]8;;\ workflow_settings.yaml.
Have a look at the contents of the workflow_settings.yaml file, which comes pre-populated with all of the default settings for every available option:
! cat workflow_settings.yaml
For documentation of every field in the YAML, see the API reference. For now, the only field you must change is molecules under param_settings — presto cannot guess what you want to fit. The defaults for everything else (AIMNet2 as the reference MLP, the mm_md_metadynamics_torsion_minimisation sampling protocol, 2 iterations of training) are the recommended starting point; see Concepts → Sampling protocols and Concepts → MLPs in presto for what each does and when to swap.
Edit the YAML to point at the molecule you want to fit. The cell below substitutes the TYK2 ligand SMILES for the CHANGEME placeholder:
from pathlib import Path
path = Path("workflow_settings.yaml")
path.write_text(path.read_text().replace("CHANGEME", "CCC(CC)C(=O)Nc2cc(NC(=O)c1c(Cl)cccc1Cl)ccn2"))
5071
Now we're ready to run!
Execution¶
Run the fitting with presto train-from-yaml. This takes around 20 minutes with a GPU and a few hours on CPUs.
! presto train-from-yaml workflow_settings.yaml
[05/27/26 21:28:42] INFO Running presto with settings from ]8;id=7153423;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/_cli.py\_cli.py]8;;\:]8;id=7153424;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/_cli.py#75\75]8;;\ workflow_settings.yaml
[05/27/26 21:28:43] INFO Generated 39 bespoke SMARTS ]8;id=7153431;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py\create_types.py]8;;\:]8;id=7153432;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py#297\297]8;;\ patterns for handler Bonds across 1 molecules. INFO Generated 64 bespoke SMARTS ]8;id=7153437;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py\create_types.py]8;;\:]8;id=7153438;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py#297\297]8;;\ patterns for handler Angles across 1 molecules.
INFO Generated 86 bespoke SMARTS ]8;id=7153443;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py\create_types.py]8;;\:]8;id=7153444;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py#297\297]8;;\ patterns for handler ProperTorsions across 1 molecules.
INFO Generated 15 bespoke SMARTS ]8;id=7153449;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py\create_types.py]8;;\:]8;id=7153450;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/create_types.py#297\297]8;;\ patterns for handler ImproperTorsions across 1 molecules.
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Warp DeprecationWarning: The symbol `warp.vec` will soon be removed from the public API. Use `warp.types.vector` instead. Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:07 Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:07 Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Finding MSM parameters for conformers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:07 Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:09 Applying MSM to molecules ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:09
[05/27/26 21:28:54] INFO Generating test data ]8;id=7153457;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py\workflow.py]8;;\:]8;id=7153458;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py#103\103]8;;\
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:18 Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:13
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:17 Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:29
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:16
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:11
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:10
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:18
Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:17 Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:01:55
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:18 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:34
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:17 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:57
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:39 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:17
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:16
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:15
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:14
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:13
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:12
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:11
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 47% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 49% 0:00:10
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 50% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 51% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 53% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 54% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:09
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 58% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 59% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 61% 0:00:08
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 63% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 67% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 71% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 77% 0:00:05
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 81% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:19 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:17 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:08 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:08
Saving the dataset (0/1 shards): 0%| | 0/1 [00:00<?, ? examples/s]
Saving the dataset (1/1 shards): 100%|████| 1/1 [00:00<00:00, 200.30 examples/s] Saving the dataset (1/1 shards): 100%|████| 1/1 [00:00<00:00, 193.54 examples/s]
[05/27/26 21:32:02] INFO Molecule 0 initial force field ]8;id=7153464;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py\workflow.py]8;;\:]8;id=7153465;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py#140\140]8;;\ statistics: Energy (Mean/SD): 1.245e-05/5.088e+00 kcal/mol, Forces (Mean/SD): -3.007e-09/9.585e+00 kcal/mol/Å
/home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/convert.py:84: UserWarning: Converting a tensor with requires_grad=True to a scalar may lead to unexpected behavior.
Consider using tensor.detach() first. (Triggered internally at /home/conda/feedstock_root/build_artifacts/libtorch_1762103288612/work/torch/csrc/autograd/generated/python_variable_methods.cpp:835.)
(col if mult is None else f"{col}{mult + 1}"): float(
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:24 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:02 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:42 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:22 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:23 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:23 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 37% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 37% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 38% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 39% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 39% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 40% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 41% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 41% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 43% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 43% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 44% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 44% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 45% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 46% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 46% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 47% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 47% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 48% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 49% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 49% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 50% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 51% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 51% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 52% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 53% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 54% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 54% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 55% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 56% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 56% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 57% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 57% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 58% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 59% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 59% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 60% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 61% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 61% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 62% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 63% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 64% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 64% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 65% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 65% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 66% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 67% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 67% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 68% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 69% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 69% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 70% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 71% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 71% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 72% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 72% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 73% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 74% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 75% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 75% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 76% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 77% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 77% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 79% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 79% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 81% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 82% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 82% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 83% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 83% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 84% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 85% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 88% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 88% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 89% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:15 Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:15 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
/home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/sample.py:704: AtomMappingWarning: Warning! Fully mapped SMILES pattern passed to `from_smiles`. The atom map is stored as a property in `Molecule._properties`, but these indices are NOT used to determine atom ordering. To use these indices for atom ordering, use `Molecule.from_mapped_smiles`. return openff.toolkit.Molecule.from_smiles(smiles, allow_undefined_stereo=True) Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:06:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:04:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:04:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 56% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 56% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:04:49 Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:04:49 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:04:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
[05/27/26 21:40:35] INFO Applying outlier filtering to ]8;id=7153471;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py\workflow.py]8;;\:]8;id=7153472;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py#184\184]8;;\ training data Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
INFO Keeping 2000/2000 conformations ]8;id=7153479;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py\data_utils.py]8;;\:]8;id=7153480;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py#383\383]8;;\ for [C:1]([C:2]([C:3]([C:4]([C:5]([H: 34])([H:35])[H:36])([H:32])[H:33] )([C:6](=[O:7])[N:8](1([H:38])([N :12]([C:13](=[O:14])2([Cl:17])([H :40])([H:41])([H:42])2[Cl:22])[H: 39])([H:43])([H:44])1)[H:37])[H:3 1])([H:29])[H:30])([H:26])([H:27] )[H:28] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- INFO Keeping 2000/2000 conformations ]8;id=7153485;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py\data_utils.py]8;;\:]8;id=7153486;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py#383\383]8;;\ for [C:1]([C:2]([C:3]([C:4]([C:5]([H: 34])([H:35])[H:36])([H:32])[H:33] )([C:6](=[O:7])[N:8](1([H:38])([N :12]([C:13](=[O:14])2([Cl:17])([H :40])([H:41])([H:42])2[Cl:22])[H: 39])([H:43])([H:44])1)[H:37])[H:3 1])([H:29])[H:30])([H:26])([H:27] )[H:28] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- INFO Keeping 2000/2000 conformations ]8;id=7153491;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py\data_utils.py]8;;\:]8;id=7153492;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py#383\383]8;;\ for [C:1]([C:2]([C:3]([C:4]([C:5]([H: 34])([H:35])[H:36])([H:32])[H:33] )([C:6](=[O:7])[N:8](1([H:38])([N :12]([C:13](=[O:14])2([Cl:17])([H :40])([H:41])([H:42])2[Cl:22])[H: 39])([H:43])([H:44])1)[H:37])[H:3 1])([H:29])[H:30])([H:26])([H:27] )[H:28] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Saving the dataset (0/1 shards): 0%| | 0/3 [00:00<?, ? examples/s] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Saving the dataset (1/1 shards): 100%|####| 3/3 [00:00<00:00, 327.72 examples/s] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Saving the dataset (1/1 shards): 100%|####| 3/3 [00:00<00:00, 295.27 examples/s] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10/1000 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10/1000 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12/1000 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15/1000 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17/1000 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17/1000 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19/1000 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 191/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 221/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 222/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 230/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 234/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 234/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 244/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 248/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 251/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 255/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 255/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 259/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 259/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 260/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 262/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 263/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 264/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 264/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 265/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 266/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 271/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 271/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 272/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 273/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 274/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 274/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 275/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 276/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 277/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 277/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 278/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 279/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 279/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 280/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 281/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 282/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 282/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 283/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 284/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 285/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 285/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 286/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 287/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 287/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 288/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 289/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 290/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 290/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 291/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 292/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 293/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 293/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 294/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 295/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 295/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 296/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 297/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 298/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 298/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 299/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 300/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 301/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 302/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 302/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 303/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 304/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 305/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 306/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 306/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 307/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 308/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 309/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 309/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 310/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 311/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 311/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 312/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 313/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 314/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 314/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 315/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 316/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 316/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 317/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 318/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 319/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 319/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 320/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 321/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 322/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 322/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 323/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 324/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 325/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 325/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 326/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 327/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 328/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 328/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 329/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 330/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 331/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 331/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 332/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 333/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 334/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 334/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 335/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 336/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 337/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 338/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 338/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 339/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 340/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 340/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 341/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 342/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 342/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 343/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 344/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 345/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 345/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 346/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 347/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 348/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 348/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 349/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 350/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 350/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 351/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 352/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 352/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 353/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 354/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 355/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 355/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 356/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 357/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 357/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 358/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 359/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 359/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 360/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 361/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 362/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 363/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 364/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 364/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 365/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 366/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 367/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 367/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 368/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 369/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 369/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 370/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 371/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 371/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 372/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 373/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 374/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 374/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 375/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 376/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 377/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 377/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 378/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 379/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 379/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 380/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 381/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 381/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 382/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 383/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 384/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 384/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 385/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 386/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 386/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 387/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 388/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 389/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 389/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 390/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 391/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 392/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 392/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 393/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 394/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 394/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 395/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 396/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 397/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 397/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 398/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 399/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 400/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 400/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 401/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 401/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 402/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 403/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 404/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 404/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 405/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 406/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 407/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 408/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 408/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 409/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 410/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 410/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 411/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 412/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 412/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 413/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 414/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 415/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 415/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 416/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 417/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 417/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 418/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 419/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 420/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 421/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 422/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 422/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 423/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 424/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 425/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 425/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 426/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 427/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 428/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 428/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 429/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 430/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 430/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 431/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 432/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 432/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 433/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 434/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 435/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 436/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 436/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 437/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 438/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 438/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 439/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 440/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 440/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 441/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 442/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 443/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 443/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 444/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 445/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 445/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 446/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 447/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 448/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 448/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 449/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 450/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 451/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 451/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 452/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 453/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 454/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 454/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 455/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 456/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 457/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 457/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 458/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 459/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 459/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 460/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 461/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 461/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 462/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 463/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 464/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 464/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 465/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 466/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 467/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 467/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 468/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 469/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 469/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 470/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 471/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 471/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 472/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 473/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 474/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 474/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 475/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 476/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 476/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 477/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 478/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 479/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 479/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 480/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 481/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 482/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 483/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 483/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 484/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 485/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 486/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 486/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 487/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 488/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 489/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 489/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 490/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 491/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 491/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 492/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 493/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 494/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 494/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 495/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 496/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 497/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 497/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 498/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 499/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 499/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 500/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 501/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 501/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 502/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 503/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 504/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 504/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 505/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 506/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 506/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 507/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 508/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 509/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 510/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 510/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 511/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 512/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 512/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 513/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 514/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 514/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 515/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 516/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 517/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 517/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 518/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 519/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 520/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 520/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 521/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 522/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 523/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 523/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 524/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 525/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 526/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 526/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 527/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 528/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 529/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 529/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 530/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 531/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 531/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 532/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 533/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 534/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 535/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 535/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 537/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 538/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 538/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 539/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 540/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 541/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 541/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 542/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 543/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 543/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 544/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 545/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 546/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 546/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 547/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 548/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 548/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 549/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 550/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 551/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 551/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 552/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 553/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 554/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 554/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 555/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 556/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 557/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 557/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 558/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 559/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 560/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 560/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 561/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 562/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 562/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 563/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 564/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 565/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 565/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 566/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 567/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 568/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 568/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 569/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 570/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 570/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 571/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 572/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 573/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 573/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 574/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 575/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 575/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 576/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 577/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 577/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 578/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 579/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 580/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 580/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 581/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 582/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 582/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 583/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 584/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 585/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 585/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 586/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 587/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 587/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 588/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 589/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 590/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 590/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 591/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 592/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 592/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 593/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 594/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 595/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 595/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 597/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 597/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 598/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 599/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 600/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 600/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 601/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 602/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 602/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 603/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 604/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 604/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 605/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 606/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 607/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 607/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 608/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 609/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 610/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 610/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 611/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 612/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 612/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 613/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 614/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 614/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 615/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 616/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 617/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 617/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 618/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 619/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 619/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 620/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 621/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 621/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 622/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 623/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 624/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 624/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 625/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 626/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 627/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 627/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 628/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 629/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 630/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 630/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 631/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 632/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 632/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 633/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 634/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 635/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 635/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 636/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 637/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 637/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 638/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 639/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 640/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 640/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 641/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 642/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 642/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 643/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 644/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 645/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 645/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 646/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 647/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 648/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 648/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 649/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 650/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 650/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 651/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 652/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 653/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 653/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 654/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 655/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 656/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 656/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 658/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 658/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 659/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 660/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 660/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 661/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 662/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 663/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 663/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 664/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 665/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 666/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 666/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 667/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 668/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 669/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 669/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 670/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 671/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 671/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 672/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 673/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 674/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 674/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 675/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 676/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 677/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 677/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 678/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 679/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 680/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 680/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 681/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 682/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 682/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 683/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 684/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 685/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 685/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 686/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 687/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 688/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 688/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 689/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 690/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 690/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 691/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 692/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 692/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 693/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 694/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 695/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 695/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 696/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 697/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 697/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 698/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 699/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 700/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 700/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 701/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 702/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 702/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 703/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 704/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 704/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 705/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 706/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 707/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 707/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 708/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 709/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 709/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 710/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 711/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 711/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 712/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 713/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 714/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 714/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 715/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 716/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 717/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 718/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 718/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 719/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 720/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 720/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 721/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 722/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 723/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 723/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 724/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 725/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 726/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 726/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 727/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 728/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 729/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 729/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 730/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 731/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 731/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 732/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 733/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 733/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 734/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 735/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 736/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 736/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 737/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 738/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 739/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 739/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 740/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 741/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 741/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 742/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 743/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 743/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 744/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 745/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 746/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 746/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 747/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 748/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 748/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 749/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 750/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 751/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 751/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 752/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 753/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 753/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 754/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 755/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 756/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 756/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 757/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 758/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 758/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 759/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 760/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 761/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 761/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 762/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 763/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 763/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 764/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 765/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 766/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 766/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 767/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 768/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 769/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 769/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 770/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 771/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 771/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 772/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 773/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 774/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 775/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 776/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 776/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 777/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 778/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 778/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 779/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 780/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 781/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 781/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 782/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 783/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 784/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 784/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 785/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 786/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 787/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 787/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 788/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 789/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 790/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 790/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 791/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 792/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 792/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 793/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 794/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 795/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 795/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 796/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 797/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 798/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 798/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 799/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 800/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 800/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 801/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 802/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 802/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 803/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 804/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 805/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 805/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 806/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 807/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 808/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 808/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 809/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 810/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 810/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 811/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 812/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 813/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 813/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 814/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 815/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 816/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 816/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 817/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 818/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 818/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 819/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 820/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 820/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 821/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 822/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 823/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 823/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 824/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 825/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 825/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 826/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 827/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 828/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 828/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 829/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 830/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 830/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 831/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 832/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 832/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 834/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 835/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 835/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 836/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 837/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 838/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 838/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 839/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 840/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 840/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 841/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 842/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 842/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 843/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 844/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 845/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 845/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 846/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 847/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 847/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 848/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 849/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 850/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 850/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 851/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 852/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 853/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 853/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 854/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 855/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 855/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 856/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 857/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 858/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 858/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 859/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 860/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 860/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 861/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 862/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 862/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 863/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 864/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 865/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 865/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 866/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 867/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 868/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 868/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 869/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 870/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 870/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 871/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 872/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 873/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 873/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 874/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 875/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 875/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 876/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 877/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 878/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 878/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 879/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 880/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 880/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 881/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 882/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 883/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 883/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 884/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 885/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 885/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 886/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 887/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 888/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 888/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 889/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 890/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 890/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 892/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 892/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 893/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 894/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 895/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 895/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 896/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 897/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 898/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 899/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 899/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 900/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 901/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 901/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 902/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 903/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 903/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 904/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 905/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 906/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 906/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 907/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 908/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 908/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 909/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 910/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 911/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 911/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 912/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 913/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 914/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 914/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 915/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 916/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 917/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 917/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 918/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 919/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 919/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 920/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 921/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 922/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 922/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 923/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 924/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 925/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 925/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 926/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 927/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 928/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 928/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 929/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 930/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 930/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 931/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 932/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 933/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 933/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 934/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 935/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 935/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 936/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 937/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 938/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 938/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 939/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 940/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 941/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 941/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 942/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 943/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 944/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 944/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 945/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 946/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 946/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 947/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 948/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 949/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 949/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 951/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 952/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 952/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 953/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 954/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 955/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 955/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 956/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 957/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 958/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 958/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 959/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 960/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 961/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 961/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 962/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 963/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 963/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 964/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 965/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 965/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 966/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 967/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 968/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 969/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 969/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 970/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 971/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 971/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 972/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 973/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 974/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 974/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 975/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 976/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 976/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 977/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 978/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 979/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 979/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 980/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 981/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 982/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 982/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 983/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 984/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 985/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 985/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 986/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 987/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 988/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 988/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 989/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 990/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 990/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 991/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 992/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 992/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 993/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 994/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 995/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 995/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 996/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 997/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 998/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 998/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1000/1000 0:00:00 Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1000/1000 0:00:00 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1000/1000 0:00:00 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
[05/27/26 21:42:55] INFO Iteration 1 Molecule 0 force field ]8;id=7153498;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py\workflow.py]8;;\:]8;id=7153499;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py#262\262]8;;\ statistics: Energy (Mean/SD): 3.357e-06/3.944e+00 kcal/mol, Forces (Mean/SD): -2.166e-09/7.317e+00 kcal/mol/Å Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Running MD for conformer 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% -:--:-- Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44 Running MD for conformer 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:02:21 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:02:03 Running MD for conformer 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:01:41 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:01:21 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02 Running MD for conformer 8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 85% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:41 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 37% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 38% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 39% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 40% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 41% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 42% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 43% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 44% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 45% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 46% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 47% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 48% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 49% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 50% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 51% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 52% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 53% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 54% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 55% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 56% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 57% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 58% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 59% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 60% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 61% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 62% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 63% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 64% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 65% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 66% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 67% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 68% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 69% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 70% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 71% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 72% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 73% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 74% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 76% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 77% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 78% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 79% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 82% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 83% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 84% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 87% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 88% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 89% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 94% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 90% 0:00:21 Running MD for conformer 10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:20 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:22 Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:22 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating Snapshots ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 19% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 20% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 21% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 22% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 23% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 24% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 25% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 26% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 27% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 28% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 29% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 30% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 31% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 32% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 33% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 34% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 35% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 36% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 37% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 37% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 38% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 39% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 39% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 40% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 40% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 41% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 42% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 42% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 43% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 44% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 45% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 45% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 47% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 47% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 48% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 48% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 49% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 50% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 50% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 51% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 52% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 52% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 53% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 53% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 54% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 55% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 55% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 56% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 57% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 57% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 58% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 58% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 59% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 60% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 60% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 61% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 62% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 62% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 63% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 64% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 64% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 65% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 65% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 66% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 66% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 67% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 68% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 68% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 69% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 70% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 70% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 71% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 72% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 72% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 73% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 74% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 74% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 75% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 76% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 77% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 77% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 78% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 78% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 79% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 80% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 81% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 82% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 82% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 83% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 84% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 84% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 85% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 86% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 87% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 88% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 88% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 89% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 90% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 92% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 95% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 97% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:15 Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:15 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Recalculating energies and forces ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:15 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
/home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/sample.py:704: AtomMappingWarning: Warning! Fully mapped SMILES pattern passed to `from_smiles`. The atom map is stored as a property in `Molecule._properties`, but these indices are NOT used to determine atom ordering. To use these indices for atom ordering, use `Molecule.from_mapped_smiles`. return openff.toolkit.Molecule.from_smiles(smiles, allow_undefined_stereo=True) Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:06:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:06:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:06:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:05:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:04:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% 0:04:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 2% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 4% 0:04:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 5% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 6% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 7% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 8% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 9% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 10% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 11% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12% 0:04:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 13% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 14% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 15% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 16% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:04:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 17% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 18% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 19% 0:03:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 20% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 21% 0:03:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 22% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 23% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 24% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 25% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 26% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 27% 0:03:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 28% 0:03:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 29% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 30% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 31% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 32% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 33% 0:03:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 33% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 34% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 35% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 36% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 37% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:03:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 38% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 39% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 40% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 41% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 42% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 43% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 43% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 43% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 44% 0:02:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 44% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 45% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 46% 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 46% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 47% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 48% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 49% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 50% 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 51% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 52% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 53% 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 55% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 56% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 57% 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 58% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 59% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 60% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 61% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 62% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 63% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 64% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 65% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 66% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 67% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 68% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 69% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 70% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 70% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 71% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 72% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 73% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 74% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 75% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 76% 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 77% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 78% 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 79% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 80% 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 81% 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 82% 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 83% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 84% 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 85% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 86% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 87% 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 87% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 88% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 89% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 90% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 91% 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 92% 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 93% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 94% 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 95% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 96% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 97% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 98% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 99% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 100% 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:04:49 Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:04:49 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Generating torsion-minimised structures ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:04:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
[05/27/26 21:51:26] INFO Applying outlier filtering to ]8;id=7153504;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py\workflow.py]8;;\:]8;id=7153505;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py#184\184]8;;\ training data Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- INFO Keeping 2000/2000 conformations ]8;id=7153510;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py\data_utils.py]8;;\:]8;id=7153511;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py#383\383]8;;\ for [C:1]([C:2]([C:3]([C:4]([C:5]([H: 34])([H:35])[H:36])([H:32])[H:33] )([C:6](=[O:7])[N:8](1([H:38])([N :12]([C:13](=[O:14])2([Cl:17])([H :40])([H:41])([H:42])2[Cl:22])[H: 39])([H:43])([H:44])1)[H:37])[H:3 1])([H:29])[H:30])([H:26])([H:27] )[H:28] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
INFO Keeping 2000/2000 conformations ]8;id=7153516;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py\data_utils.py]8;;\:]8;id=7153517;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py#383\383]8;;\ for [C:1]([C:2]([C:3]([C:4]([C:5]([H: 34])([H:35])[H:36])([H:32])[H:33] )([C:6](=[O:7])[N:8](1([H:38])([N :12]([C:13](=[O:14])2([Cl:17])([H :40])([H:41])([H:42])2[Cl:22])[H: 39])([H:43])([H:44])1)[H:37])[H:3 1])([H:29])[H:30])([H:26])([H:27] )[H:28] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- INFO Keeping 2000/2000 conformations ]8;id=7153522;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py\data_utils.py]8;;\:]8;id=7153523;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/data_utils.py#383\383]8;;\ for [C:1]([C:2]([C:3]([C:4]([C:5]([H: 34])([H:35])[H:36])([H:32])[H:33] )([C:6](=[O:7])[N:8](1([H:38])([N :12]([C:13](=[O:14])2([Cl:17])([H :40])([H:41])([H:42])2[Cl:22])[H: 39])([H:43])([H:44])1)[H:37])[H:3 1])([H:29])[H:30])([H:26])([H:27] )[H:28] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Saving the dataset (0/1 shards): 0%| | 0/3 [00:00<?, ? examples/s] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Saving the dataset (1/1 shards): 100%|####| 3/3 [00:00<00:00, 285.29 examples/s] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Saving the dataset (1/1 shards): 100%|####| 3/3 [00:00<00:00, 256.01 examples/s] Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/1000 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/1000 0:03:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/1000 0:02:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6/1000 0:02:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7/1000 0:02:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8/1000 0:02:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10/1000 0:02:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12/1000 0:02:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13/1000 0:02:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14/1000 0:02:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15/1000 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17/1000 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19/1000 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21/1000 0:02:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26/1000 0:02:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33/1000 0:02:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42/1000 0:02:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45/1000 0:02:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53/1000 0:02:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56/1000 0:02:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61/1000 0:02:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68/1000 0:02:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71/1000 0:02:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76/1000 0:02:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79/1000 0:02:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82/1000 0:02:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88/1000 0:02:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91/1000 0:02:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97/1000 0:02:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102/1000 0:02:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106/1000 0:02:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115/1000 0:02:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119/1000 0:02:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126/1000 0:02:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133/1000 0:02:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139/1000 0:02:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148/1000 0:02:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155/1000 0:02:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161/1000 0:01:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168/1000 0:01:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174/1000 0:01:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180/1000 0:01:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186/1000 0:01:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 191/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193/1000 0:01:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199/1000 0:01:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205/1000 0:01:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212/1000 0:01:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216/1000 0:01:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 217/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 221/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 222/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224/1000 0:01:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227/1000 0:01:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 230/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 230/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 234/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238/1000 0:01:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 244/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 244/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245/1000 0:01:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 248/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 251/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 251/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252/1000 0:01:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 255/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 259/1000 0:01:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 260/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 262/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 263/1000 0:01:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 264/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 264/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 265/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 266/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 271/1000 0:01:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 272/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 272/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 273/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 274/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 275/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 275/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 276/1000 0:01:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 277/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 278/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 279/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 279/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 280/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 281/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 281/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 282/1000 0:01:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 283/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 284/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 284/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 285/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 286/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 287/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 287/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 288/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 289/1000 0:01:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 290/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 291/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 292/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 292/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 293/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 294/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 295/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 295/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 296/1000 0:01:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 297/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 297/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 298/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 299/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 300/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 300/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 301/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 302/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 302/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 303/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 304/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 305/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 305/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 306/1000 0:01:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 307/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 308/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 309/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 309/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 310/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 311/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 311/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 312/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 313/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 313/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 314/1000 0:01:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 315/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 316/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 316/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 317/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 318/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 319/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 319/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 320/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 321/1000 0:01:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 322/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 322/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 323/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 324/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 324/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 325/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 326/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 327/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 327/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 328/1000 0:01:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 329/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 329/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 330/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 331/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 332/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 332/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 333/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 334/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 334/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 335/1000 0:01:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 336/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 337/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 338/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 338/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 339/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 340/1000 0:01:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 341/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 341/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 342/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 343/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 343/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 344/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 345/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 346/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 346/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 347/1000 0:01:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 349/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 349/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 350/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 351/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 351/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 352/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 353/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 354/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 354/1000 0:01:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 355/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 356/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 356/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 357/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 358/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 359/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 359/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 360/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 361/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 361/1000 0:01:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 362/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 363/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 364/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 364/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 365/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 366/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 366/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 367/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 368/1000 0:01:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 369/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 369/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 370/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 371/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 371/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 372/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 373/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 373/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 374/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 375/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 376/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 376/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 377/1000 0:01:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 378/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 379/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 379/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 380/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 381/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 381/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 382/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 383/1000 0:01:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 384/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 384/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 385/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 386/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 386/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 387/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 388/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 389/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 389/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 390/1000 0:01:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 391/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 392/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 392/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 393/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 394/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 394/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 395/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 396/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 397/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 397/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 398/1000 0:01:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 399/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 400/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 400/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 401/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 402/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 402/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 403/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 404/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 404/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 405/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 406/1000 0:01:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 408/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 408/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 409/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 410/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 411/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 411/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 412/1000 0:01:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 413/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 413/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 414/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 415/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 416/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 416/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 417/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 418/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 418/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 419/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 420/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 421/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 421/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 422/1000 0:01:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 423/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 424/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 424/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 425/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 426/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 426/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 427/1000 0:01:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 428/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 429/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 429/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 430/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 431/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 431/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 432/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 433/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 434/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 434/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 435/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 436/1000 0:01:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 437/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 437/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 438/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 439/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 439/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 440/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 441/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 441/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 442/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 443/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 444/1000 0:01:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 445/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 445/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 446/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 447/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 448/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 448/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 449/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 450/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 450/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 451/1000 0:01:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 452/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 453/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 454/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 454/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 455/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 456/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 456/1000 0:01:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 457/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 458/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 459/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 459/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 460/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 461/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 461/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 462/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 463/1000 0:01:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 464/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 464/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 465/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 466/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 467/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 468/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 469/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 469/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 470/1000 0:01:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 471/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 471/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 472/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 473/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 473/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 474/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 475/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 476/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 476/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 477/1000 0:01:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 478/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 478/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 479/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 480/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 480/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 481/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 482/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 483/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 483/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 484/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 485/1000 0:01:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 486/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 486/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 487/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 487/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 488/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 489/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 490/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 490/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 491/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 492/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 492/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 493/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 494/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 494/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 495/1000 0:01:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 496/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 497/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 497/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 498/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 499/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 500/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 500/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 501/1000 0:01:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 502/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 502/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 503/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 504/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 505/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 505/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 506/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 507/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 507/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 508/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 509/1000 0:01:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 510/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 510/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 511/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 512/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 512/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 513/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 514/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 515/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 515/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 516/1000 0:01:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 517/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 517/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 518/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 519/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 519/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 520/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 521/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 522/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 522/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 523/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 524/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 524/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 525/1000 0:01:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 527/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 527/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 528/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 529/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 530/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 530/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 531/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 532/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 532/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 533/1000 0:01:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 534/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 535/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 535/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 536/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 537/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 538/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 538/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 539/1000 0:01:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 540/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 540/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 541/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 542/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 542/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 543/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 544/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 545/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 545/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 546/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 547/1000 0:01:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 548/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 548/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 549/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 550/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 550/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 551/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 552/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 553/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 553/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 554/1000 0:01:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 555/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 555/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 556/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 557/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 558/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 559/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 559/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 560/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 560/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 561/1000 0:01:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 562/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 563/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 563/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 564/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 565/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 566/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 566/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 567/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 568/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 568/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 569/1000 0:01:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 570/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 570/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 571/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 572/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 573/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 573/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 574/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 575/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 575/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 576/1000 0:01:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 577/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 578/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 578/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 579/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 580/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 580/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 581/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 582/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 583/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 583/1000 0:00:59
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 584/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 585/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 585/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 586/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 587/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 588/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 588/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 589/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 590/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 590/1000 0:00:58
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 592/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 592/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 593/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 594/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 595/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 595/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 596/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 597/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 597/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 598/1000 0:00:57
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 599/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 600/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 600/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 601/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 602/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 602/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 603/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 604/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 605/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 605/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 606/1000 0:00:56
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 607/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 607/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 608/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 609/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 610/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 610/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 611/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 612/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 612/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 613/1000 0:00:55
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 614/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 614/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 615/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 616/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 617/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 617/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 618/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 619/1000 0:00:54
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 620/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 620/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 621/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 622/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 622/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 623/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 624/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 624/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 625/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 626/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 627/1000 0:00:53
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 628/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 628/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 629/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 630/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 630/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 631/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 632/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 632/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 633/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 634/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 635/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 635/1000 0:00:52
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 636/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 637/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 637/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 638/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 639/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 640/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 640/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 641/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 642/1000 0:00:51
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 643/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 643/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 644/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 645/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 645/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 646/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 647/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 648/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 648/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 649/1000 0:00:50
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 650/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 651/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 652/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 652/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 653/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 654/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 655/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 655/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 656/1000 0:00:49
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 657/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 658/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 658/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 659/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 660/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 660/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 661/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 662/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 662/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 663/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 664/1000 0:00:48
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 665/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 665/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 666/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 667/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 667/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 668/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 669/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 670/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 670/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 671/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 672/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 672/1000 0:00:47
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 673/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 674/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 674/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 675/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 676/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 677/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 677/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 678/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 679/1000 0:00:46
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 680/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 680/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 681/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 682/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 682/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 683/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 684/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 684/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 685/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 686/1000 0:00:45
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 687/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 687/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 688/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 689/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 689/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 690/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 691/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 691/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 692/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 693/1000 0:00:44
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 694/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 694/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 695/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 696/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 696/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 697/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 698/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 699/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 699/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 700/1000 0:00:43
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 701/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 701/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 702/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 703/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 704/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 704/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 705/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 706/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 706/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 707/1000 0:00:42
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 708/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 709/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 710/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 711/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 711/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 712/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 713/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 713/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 714/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 715/1000 0:00:41
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 716/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 716/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 717/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 718/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 719/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 719/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 720/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 720/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 721/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 722/1000 0:00:40
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 723/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 723/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 724/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 725/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 726/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 726/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 727/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 728/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 728/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 729/1000 0:00:39
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 730/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 730/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 731/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 732/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 733/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 733/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 734/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 735/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 735/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 736/1000 0:00:38
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 737/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 738/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 738/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 739/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 740/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 740/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 741/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 742/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 743/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 743/1000 0:00:37
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 744/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 745/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 745/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 746/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 747/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 748/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 748/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 749/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 750/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 750/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 751/1000 0:00:36
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 752/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 753/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 753/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 754/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 755/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 755/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 756/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 757/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 758/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 758/1000 0:00:35
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 759/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 760/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 760/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 761/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 762/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 763/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 763/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 764/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 765/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 765/1000 0:00:34
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 766/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 768/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 768/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 769/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 770/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 771/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 771/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 772/1000 0:00:33
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 773/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 773/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 774/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 775/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 776/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 776/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 777/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 778/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 778/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 779/1000 0:00:32
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 780/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 780/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 781/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 782/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 783/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 784/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 784/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 785/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 786/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 786/1000 0:00:31
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 787/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 788/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 788/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 789/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 790/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 791/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 791/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 792/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 793/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 793/1000 0:00:30
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 794/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 795/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 796/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 796/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 797/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 798/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 799/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 799/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 800/1000 0:00:29
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 801/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 801/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 802/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 803/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 804/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 804/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 805/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 806/1000 0:00:28
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 807/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 807/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 808/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 809/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 809/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 810/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 811/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 812/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 812/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 813/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 814/1000 0:00:27
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 815/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 815/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 816/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 817/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 817/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 818/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 819/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 819/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 820/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 821/1000 0:00:26
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 822/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 822/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 823/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 824/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 824/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 825/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 826/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 827/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 828/1000 0:00:25
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 829/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 829/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 830/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 831/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 831/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 832/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 833/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 834/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 834/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 835/1000 0:00:24
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 836/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 837/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 837/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 838/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 839/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 839/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 840/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 841/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 841/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 842/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 843/1000 0:00:23
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 844/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 844/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 845/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 846/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 847/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 847/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 848/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 849/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 849/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 850/1000 0:00:22
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 851/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 851/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 852/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 853/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 854/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 854/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 855/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 856/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 856/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 857/1000 0:00:21
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 858/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 859/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 859/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 860/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 861/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 861/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 862/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 863/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 863/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 864/1000 0:00:20
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 865/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 866/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 866/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 867/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 868/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 869/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 869/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 870/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 871/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 871/1000 0:00:19
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 872/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 873/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 874/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 874/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 875/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 876/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 876/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 877/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 878/1000 0:00:18
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 879/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 879/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 880/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 881/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 881/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 882/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 883/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 883/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 884/1000 0:00:17
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 886/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 886/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 887/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 888/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 889/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 889/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 890/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 891/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 891/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 892/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 893/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 893/1000 0:00:16
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 894/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 895/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 896/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 896/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 897/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 898/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 898/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 899/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 900/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 900/1000 0:00:15
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 901/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 902/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 903/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 903/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 904/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 905/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 906/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 906/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 907/1000 0:00:14
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 908/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 908/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 909/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 910/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 910/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 911/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 912/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 913/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 913/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 914/1000 0:00:13
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 915/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 916/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 916/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 917/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 918/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 918/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 919/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 920/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 921/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 921/1000 0:00:12
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 922/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 923/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 923/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 924/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 925/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 926/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 927/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 927/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 928/1000 0:00:11
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 929/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 929/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 930/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 931/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 931/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 932/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 933/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 934/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 934/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 935/1000 0:00:10
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 936/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 937/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 937/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 938/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 939/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 939/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 940/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 941/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 941/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 942/1000 0:00:09
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 943/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 944/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 945/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 946/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 946/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 947/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 948/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 949/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 949/1000 0:00:08
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 950/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 951/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 951/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 952/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 953/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 954/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 954/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 955/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 956/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 957/1000 0:00:07
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 958/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 958/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 959/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 960/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 960/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 961/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 962/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 963/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 963/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 964/1000 0:00:06
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 965/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 965/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 966/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 967/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 968/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 968/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 969/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 970/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 970/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 971/1000 0:00:05
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 972/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 973/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 973/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 974/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 975/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 975/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 976/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 977/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 978/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 978/1000 0:00:04
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 979/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 980/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 980/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 981/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 982/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 982/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 983/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 984/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 985/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 985/1000 0:00:03
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 986/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 987/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 987/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 988/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 989/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 990/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 990/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 991/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 992/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 992/1000 0:00:02
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 993/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 994/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 994/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 995/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 996/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 997/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 997/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 998/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 999/1000 0:00:01
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1000/1000 0:00:00 Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1000/1000 0:00:00 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Optimising MM parameters ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1000/1000 0:00:00
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:--
Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- [05/27/26 21:53:46] INFO Iteration 2 Molecule 0 force field ]8;id=7153528;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py\workflow.py]8;;\:]8;id=7153529;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/workflow.py#262\262]8;;\ statistics: Energy (Mean/SD): 8.850e-07/3.640e+00 kcal/mol, Forces (Mean/SD): 6.898e-09/6.201e+00 kcal/mol/Å Iterating the Fit ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 -:--:-- Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 0:00:00 Iterating the Fit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 0:00:00
/home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/analyse.py:854: UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect. fig.tight_layout()
[05/27/26 21:53:56] INFO Plotting force field values with 4 ]8;id=7153536;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/analyse.py\analyse.py]8;;\:]8;id=7153537;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/analyse.py#539\539]8;;\ rows and 4 columns Plotting values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Plotting values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Plotting values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Plotting values ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% -:--:--
Plotting values ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% -:--:--
Plotting values ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% -:--:--
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 75% 0:00:01
Plotting values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01 Plotting values ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01
[05/27/26 21:53:59] INFO Plotting force field differences ]8;id=7153542;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/analyse.py\analyse.py]8;;\:]8;id=7153543;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/analyse.py#539\539]8;;\ with 4 rows and 4 columns Plotting differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Plotting differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Plotting differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--
Plotting differences ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% -:--:--
Plotting differences ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25% -:--:--
Plotting differences ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting differences ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting differences ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting differences ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 50% 0:00:01
Plotting differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00 Plotting differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Analysis¶
We now have a bespoke force field: check out training_iteration_2/bespoke_ff.offxml. Have a look for the bespoke types at the end of each section:
! cat training_iteration_2/bespoke_ff.offxml
<?xml version="1.0" encoding="utf-8"?>
<SMIRNOFF version="0.3" aromaticity_model="OEAroModel_MDL">
<Author>The Open Force Field Initiative</Author>
<Date>2026-01-02</Date>
<Constraints version="0.3">
<Constraint smirks="[#1:1]-[#8X2H2+0:2]-[#1]" id="c-tip3p-H-O" distance="0.9572 * angstrom ** 1"></Constraint>
<Constraint smirks="[#1:1]-[#8X2H2+0]-[#1:2]" id="c-tip3p-H-O-H" distance="1.5139006545247014 * angstrom ** 1"></Constraint>
</Constraints>
<vdW version="0.4" potential="Lennard-Jones-12-6" combining_rules="Lorentz-Berthelot" scale12="0.0" scale13="0.0" scale14="0.5" scale15="1.0" cutoff="9.0 * angstrom ** 1" switch_width="1.0 * angstrom ** 1" periodic_method="cutoff" nonperiodic_method="no-cutoff">
<Atom smirks="[#1:1]" epsilon="0.0157 * kilocalorie ** 1 * mole ** -1" id="n1" rmin_half="0.6 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X4]" epsilon="0.01336628116185 * kilocalorie ** 1 * mole ** -1" id="n2" rmin_half="1.495082464255 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X4]-[#7,#8,#9,#16,#17,#35]" epsilon="0.01891997418601 * kilocalorie ** 1 * mole ** -1" id="n3" rmin_half="1.435967812686 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X4](-[#7,#8,#9,#16,#17,#35])-[#7,#8,#9,#16,#17,#35]" epsilon="0.01559137568183 * kilocalorie ** 1 * mole ** -1" id="n4" rmin_half="1.288149753875 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X4](-[#7,#8,#9,#16,#17,#35])(-[#7,#8,#9,#16,#17,#35])-[#7,#8,#9,#16,#17,#35]" epsilon="0.01517383637638 * kilocalorie ** 1 * mole ** -1" id="n5" rmin_half="1.188911001242 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X4]~[*+1,*+2]" epsilon="0.0157 * kilocalorie ** 1 * mole ** -1" id="n6" rmin_half="1.1 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X3]" epsilon="0.01597537378736 * kilocalorie ** 1 * mole ** -1" id="n7" rmin_half="1.479065946749 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X3]~[#7,#8,#9,#16,#17,#35]" epsilon="0.01761379732429 * kilocalorie ** 1 * mole ** -1" id="n8" rmin_half="1.370805406499 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X3](~[#7,#8,#9,#16,#17,#35])~[#7,#8,#9,#16,#17,#35]" epsilon="0.01359601107204 * kilocalorie ** 1 * mole ** -1" id="n9" rmin_half="1.372163754664 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#6X2]" epsilon="0.015 * kilocalorie ** 1 * mole ** -1" id="n10" rmin_half="1.459 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#7]" epsilon="0.01386809433135 * kilocalorie ** 1 * mole ** -1" id="n11" rmin_half="0.6506218845032 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#8]" epsilon="1.232058709465e-05 * kilocalorie ** 1 * mole ** -1" id="n12" rmin_half="0.2991902460601 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#16]" epsilon="0.0157 * kilocalorie ** 1 * mole ** -1" id="n13" rmin_half="0.6 * angstrom ** 1"></Atom>
<Atom smirks="[#6:1]" epsilon="0.1033185743622 * kilocalorie ** 1 * mole ** -1" id="n14" rmin_half="1.95815324792 * angstrom ** 1"></Atom>
<Atom smirks="[#6X2:1]" epsilon="0.2681357838595 * kilocalorie ** 1 * mole ** -1" id="n15" rmin_half="1.906103098598 * angstrom ** 1"></Atom>
<Atom smirks="[#6X4:1]" epsilon="0.1205698919337 * kilocalorie ** 1 * mole ** -1" id="n16" rmin_half="1.901434475347 * angstrom ** 1"></Atom>
<Atom smirks="[#8:1]" epsilon="0.2245605099459 * kilocalorie ** 1 * mole ** -1" id="n17" rmin_half="1.701930728788 * angstrom ** 1"></Atom>
<Atom smirks="[#8X2H0+0:1]" epsilon="0.08532552033817 * kilocalorie ** 1 * mole ** -1" id="n18" rmin_half="1.702425033604 * angstrom ** 1"></Atom>
<Atom smirks="[#8X2H1+0:1]" epsilon="0.1353608645661 * kilocalorie ** 1 * mole ** -1" id="n19" rmin_half="1.697006198763 * angstrom ** 1"></Atom>
<Atom smirks="[#7:1]" epsilon="0.1025954704049 * kilocalorie ** 1 * mole ** -1" id="n20" rmin_half="1.845362249921 * angstrom ** 1"></Atom>
<Atom smirks="[#16:1]" epsilon="0.25 * kilocalorie ** 1 * mole ** -1" id="n21" rmin_half="2.0 * angstrom ** 1"></Atom>
<Atom smirks="[#15:1]" epsilon="0.2 * kilocalorie ** 1 * mole ** -1" id="n22" rmin_half="2.1 * angstrom ** 1"></Atom>
<Atom smirks="[#9:1]" epsilon="0.061 * kilocalorie ** 1 * mole ** -1" id="n23" rmin_half="1.75 * angstrom ** 1"></Atom>
<Atom smirks="[#17:1]" epsilon="0.2378672481785 * kilocalorie ** 1 * mole ** -1" id="n24" rmin_half="1.847209758547 * angstrom ** 1"></Atom>
<Atom smirks="[#35:1]" epsilon="0.3359052482848 * kilocalorie ** 1 * mole ** -1" id="n25" rmin_half="1.964485358405 * angstrom ** 1"></Atom>
<Atom smirks="[#53:1]" epsilon="0.4 * kilocalorie ** 1 * mole ** -1" id="n26" rmin_half="2.35 * angstrom ** 1"></Atom>
<Atom smirks="[#3+1:1]" epsilon="0.0279896 * kilocalorie ** 1 * mole ** -1" id="n27" rmin_half="1.025 * angstrom ** 1"></Atom>
<Atom smirks="[#11+1:1]" epsilon="0.0874393 * kilocalorie ** 1 * mole ** -1" id="n28" rmin_half="1.369 * angstrom ** 1"></Atom>
<Atom smirks="[#19+1:1]" epsilon="0.1936829 * kilocalorie ** 1 * mole ** -1" id="n29" rmin_half="1.705 * angstrom ** 1"></Atom>
<Atom smirks="[#37+1:1]" epsilon="0.3278219 * kilocalorie ** 1 * mole ** -1" id="n30" rmin_half="1.813 * angstrom ** 1"></Atom>
<Atom smirks="[#55+1:1]" epsilon="0.4065394 * kilocalorie ** 1 * mole ** -1" id="n31" rmin_half="1.976 * angstrom ** 1"></Atom>
<Atom smirks="[#9X0-1:1]" epsilon="0.003364 * kilocalorie ** 1 * mole ** -1" id="n32" rmin_half="2.303 * angstrom ** 1"></Atom>
<Atom smirks="[#17X0-1:1]" epsilon="0.035591 * kilocalorie ** 1 * mole ** -1" id="n33" rmin_half="2.513 * angstrom ** 1"></Atom>
<Atom smirks="[#35X0-1:1]" epsilon="0.0586554 * kilocalorie ** 1 * mole ** -1" id="n34" rmin_half="2.608 * angstrom ** 1"></Atom>
<Atom smirks="[#53X0-1:1]" epsilon="0.0536816 * kilocalorie ** 1 * mole ** -1" id="n35" rmin_half="2.86 * angstrom ** 1"></Atom>
<Atom smirks="[#1]-[#8X2H2+0:1]-[#1]" epsilon="0.1521 * kilocalorie ** 1 * mole ** -1" id="n-tip3p-O" sigma="3.1507 * angstrom ** 1"></Atom>
<Atom smirks="[#1:1]-[#8X2H2+0]-[#1]" epsilon="0.0 * kilocalorie ** 1 * mole ** -1" id="n-tip3p-H" sigma="1 * angstrom ** 1"></Atom>
<Atom smirks="[#54:1]" epsilon="0.561 * kilocalorie ** 1 * mole ** -1" id="n36" sigma="4.363 * angstrom ** 1"></Atom>
</vdW>
<Electrostatics version="0.4" scale12="0.0" scale13="0.0" scale14="0.8333333333" scale15="1.0" cutoff="9.0 * angstrom ** 1" switch_width="0.0 * angstrom ** 1" periodic_potential="Ewald3D-ConductingBoundary" nonperiodic_potential="Coulomb" exception_potential="Coulomb"></Electrostatics>
<LibraryCharges version="0.3">
<LibraryCharge smirks="[#3+1:1]" charge1="1.0 * elementary_charge ** 1" id="Li+"></LibraryCharge>
<LibraryCharge smirks="[#11+1:1]" charge1="1.0 * elementary_charge ** 1" id="Na+"></LibraryCharge>
<LibraryCharge smirks="[#19+1:1]" charge1="1.0 * elementary_charge ** 1" id="K+"></LibraryCharge>
<LibraryCharge smirks="[#37+1:1]" charge1="1.0 * elementary_charge ** 1" id="Rb+"></LibraryCharge>
<LibraryCharge smirks="[#55+1:1]" charge1="1.0 * elementary_charge ** 1" id="Cs+"></LibraryCharge>
<LibraryCharge smirks="[#9X0-1:1]" charge1="-1.0 * elementary_charge ** 1" id="F-"></LibraryCharge>
<LibraryCharge smirks="[#17X0-1:1]" charge1="-1.0 * elementary_charge ** 1" id="Cl-"></LibraryCharge>
<LibraryCharge smirks="[#35X0-1:1]" charge1="-1.0 * elementary_charge ** 1" id="Br-"></LibraryCharge>
<LibraryCharge smirks="[#53X0-1:1]" charge1="-1.0 * elementary_charge ** 1" id="I-"></LibraryCharge>
<LibraryCharge smirks="[#1]-[#8X2H2+0:1]-[#1]" charge1="-0.834 * elementary_charge ** 1" id="q-tip3p-O"></LibraryCharge>
<LibraryCharge smirks="[#1:1]-[#8X2H2+0]-[#1]" charge1="0.417 * elementary_charge ** 1" id="q-tip3p-H"></LibraryCharge>
<LibraryCharge smirks="[#54:1]" charge1="0.0 * elementary_charge ** 1" id="Xe"></LibraryCharge>
</LibraryCharges>
<NAGLCharges version="0.3" model_file="openff-gnn-am1bcc-1.0.0.pt" model_file_hash="7981e7f5b0b1e424c9e10a40d9e7606d96dcd3dd2b095cb4eeff6829f92238ee"></NAGLCharges>
<Bonds version="0.4" potential="harmonic" fractional_bondorder_method="AM1-Wiberg" fractional_bondorder_interpolation="linear">
<Bond smirks="[#6X4:1]-[#6X4:2]" id="b1" length="1.525970013793 * angstrom ** 1" k="457.9258198725 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#6X3:2]" id="b2" length="1.504053260097 * angstrom ** 1" k="590.2995422585 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#6X3:2]=[#8X1+0]" id="b3" length="1.51234261218 * angstrom ** 1" k="478.3540359893 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#6X3:2]" id="b4" length="1.460053962895 * angstrom ** 1" k="535.3325963521 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]:[#6X3:2]" id="b5" length="1.389253072296 * angstrom ** 1" k="747.156218669 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]=[#6X3:2]" id="b6" length="1.365993605152 * angstrom ** 1" k="911.7505458066 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]-[#7:2]" id="b7" length="1.455998757608 * angstrom ** 1" k="423.0715583956 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#7X3:2]" id="b8" length="1.389102014851 * angstrom ** 1" k="624.034378429 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#7X3:2](~[#8X1])~[#8X1]" id="b8a" length="1.408164247039 * angstrom ** 1" k="283.7699546546 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#7X3:2]-[#6X3]=[#8X1+0]" id="b9" length="1.448012632598 * angstrom ** 1" k="566.1728757503 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1](=[#8X1+0])-[#7X3:2]" id="b10" length="1.397671882713 * angstrom ** 1" k="612.2039609793 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#7X2:2]" id="b11" length="1.351214423186 * angstrom ** 1" k="444.2561267902 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]:[#7X2,#7X3+1:2]" id="b12" length="1.328451863596 * angstrom ** 1" k="801.9407087506 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]=[#7X2,#7X3+1:2]" id="b13" length="1.319905106153 * angstrom ** 1" k="1136.631162729 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1](~!@[#7X3])(~!@[#7X3])~!@[#7X3:2]" id="b13a" length="1.350176938616 * angstrom ** 1" k="907.7498598789 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]-[#8:2]" id="b14" length="1.422597694743 * angstrom ** 1" k="394.308606076 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#8X1-1:2]" id="b15" length="1.255726221092 * angstrom ** 1" k="1172.843518019 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#8X2H0:2]" id="b16" length="1.429665791372 * angstrom ** 1" k="528.8753721516 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#8X2:2]" id="b17" length="1.340444876881 * angstrom ** 1" k="658.1997102429 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#8X2H1:2]" id="b18" length="1.357581245297 * angstrom ** 1" k="676.2222271226 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3a:1]-[#8X2H0:2]" id="b19" length="1.373898130183 * angstrom ** 1" k="686.6845964879 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1](=[#8X1])-[#8X2H0:2]" id="b20" length="1.341756399948 * angstrom ** 1" k="439.6547352643 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]=[#8X1+0,#8X2+1:2]" id="b21" length="1.230244781789 * angstrom ** 1" k="1635.443536993 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1](~[#8X1])~[#8X1:2]" id="b22" length="1.258310564381 * angstrom ** 1" k="1141.695200211 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]~[#8X2+1:2]~[#6X3]" id="b23" length="1.361675569078 * angstrom ** 1" k="608.943871793 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]-[#6:2]" id="b24" length="1.448983550667 * angstrom ** 1" k="722.3153447465 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]-[#6X4:2]" id="b25" length="1.52254544295 * angstrom ** 1" k="598.8547393844 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]=[#6X3:2]" id="b26" length="1.293472120313 * angstrom ** 1" k="1420.897821704 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]#[#7:2]" id="b27" length="1.159272332727 * angstrom ** 1" k="2640.259130153 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]#[#6X2:2]" id="b28" length="1.1946429864 * angstrom ** 1" k="2325.998392485 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]-[#8X2:2]" id="b29" length="1.273156538081 * angstrom ** 1" k="923.7200781741 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]-[#7:2]" id="b30" length="1.350408798998 * angstrom ** 1" k="1002.593640226 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]=[#7:2]" id="b31" length="1.234771575298 * angstrom ** 1" k="1925.145460436 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]=[#6:2]" id="b32" length="1.59022325836 * angstrom ** 1" k="598.243028121 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]=[#16:2]" id="b33" length="1.581523000315 * angstrom ** 1" k="900.1897727466 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]-[#7:2]" id="b34" length="1.379632887877 * angstrom ** 1" k="504.6883805399 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7X3:1]-[#7X2:2]" id="b35" length="1.401923559594 * angstrom ** 1" k="353.8006655563 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7X2:1]-[#7X2:2]" id="b36" length="1.346092392277 * angstrom ** 1" k="473.0547073012 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]:[#7:2]" id="b37" length="1.329807698361 * angstrom ** 1" k="642.726959534 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]=[#7:2]" id="b38" length="1.283687715484 * angstrom ** 1" k="1125.508183007 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7+1:1]=[#7-1:2]" id="b39" length="1.149906001409 * angstrom ** 1" k="2439.655225078 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]#[#7:2]" id="b40" length="1.118590353584 * angstrom ** 1" k="3002.404621198 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]-[#8X2:2]" id="b41" length="1.389819787325 * angstrom ** 1" k="332.2566037615 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]~[#8X1:2]" id="b42" length="1.292682997424 * angstrom ** 1" k="1031.058833826 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#8X2:1]-[#8X2,#8X1-1:2]" id="b43" length="1.48552804683 * angstrom ** 1" k="418.1727663998 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#6:2]" id="b44" length="1.635686878691 * angstrom ** 1" k="482.2153187965 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#1:2]" id="b45" length="1.362851332926 * angstrom ** 1" k="573.1466981009 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#16:2]" id="b46" length="2.132621460691 * angstrom ** 1" k="112.9956667197 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#9:2]" id="b47" length="1.662407073823 * angstrom ** 1" k="397.5894524764 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#17:2]" id="b48" length="2.136287141179 * angstrom ** 1" k="168.7426289398 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#35:2]" id="b49" length="2.329705099659015 * angstrom ** 1" k="162.46802408479041 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#53:2]" id="b50" length="2.6 * angstrom ** 1" k="150.0 * angstrom ** -2 * kilocalorie ** 1 * mole ** -1"></Bond>
<Bond smirks="[#16X2,#16X1-1,#16X3+1:1]-[#6X4:2]" id="b51" length="1.854490141431 * angstrom ** 1" k="275.5278672455 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X2,#16X1-1,#16X3+1:1]-[#6X3:2]" id="b52" length="1.784190018736 * angstrom ** 1" k="340.0346639239 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X2,#16X1-1:1]-[#7:2]" id="b53" length="1.698806702108 * angstrom ** 1" k="297.0181910706 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X2:1]-[#8X2:2]" id="b54" length="1.645960659886 * angstrom ** 1" k="379.9646158501 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X2:1]=[#8X1,#7X2:2]" id="b55" length="1.533176348507 * angstrom ** 1" k="977.2685293125 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X4,#16X3!+1:1]-[#6:2]" id="b56" length="1.845959702081 * angstrom ** 1" k="288.5139644583 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X4,#16X3:1]~[#7:2]" id="b57" length="1.836093394308 * angstrom ** 1" k="207.7937466948 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X4,#16X3:1]~[#7+1:2]" id="b57b" length="1.717479258563 * angstrom ** 1" k="351.2581324084 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X4,#16X3:1]~[#7X2:2]" id="b57a" length="1.809913057839 * angstrom ** 1" k="208.5504063649 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X4,#16X3:1]-[#8X2:2]" id="b58" length="1.709369560451 * angstrom ** 1" k="400.3058168864 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16X4,#16X3:1]~[#8X1:2]" id="b59" length="1.475696545714 * angstrom ** 1" k="1263.314837119 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]-[#1:2]" id="b60" length="1.455356679831 * angstrom ** 1" k="439.26667454 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]~[#6:2]" id="b61" length="1.85338894597 * angstrom ** 1" k="354.3296171813 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]-[#7:2]" id="b62" length="1.704745650872 * angstrom ** 1" k="430.7736893685 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7,#8]-[#15X4:1]-[#7:2]" id="b62a" length="1.6641626899930775 * angstrom ** 1" k="538.1065387568884 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]=[#7:2]" id="b63" length="1.719394780815 * angstrom ** 1" k="880.1586365427 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]~[#8X2:2]" id="b64" length="1.633463356913 * angstrom ** 1" k="515.0793007015 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]~[#8X1:2]" id="b65" length="1.509519567094 * angstrom ** 1" k="1009.749043167 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#16:1]-[#15:2]" id="b66" length="2.127725374427 * angstrom ** 1" k="286.2962760045 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]=[#16X1:2]" id="b67" length="1.920323964704 * angstrom ** 1" k="523.8990052279 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]-[#9:2]" id="b68" length="1.354748080593 * angstrom ** 1" k="710.2095270156 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#9:2]" id="b69" length="1.362990081902 * angstrom ** 1" k="594.0745061903 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]-[#17:2]" id="b70" length="1.743439352582 * angstrom ** 1" k="367.4082479384 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#17:2]" id="b71" length="1.803000418557 * angstrom ** 1" k="211.3621442487 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]-[#35:2]" id="b72" length="1.906004462354 * angstrom ** 1" k="291.1240086028 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#35:2]" id="b73" length="2.014532379447 * angstrom ** 1" k="204.1654898643 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6:1]-[#53:2]" id="b74" length="2.107743212758 * angstrom ** 1" k="240.0120673716 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X4:1]-[#53:2]" id="b75" length="2.19249557284 * angstrom ** 1" k="223.7765850163 * angstrom ** -2 * kilocalorie ** 1 * mole ** -1"></Bond>
<Bond smirks="[#7:1]-[#9:2]" id="b76" length="1.426852395519 * angstrom ** 1" k="440.1799559338 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]-[#17:2]" id="b77" length="1.988731998102 * angstrom ** 1" k="379.0661508014 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]-[#35:2]" id="b78" length="1.887029773624 * angstrom ** 1" k="325.1430094583 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]-[#53:2]" id="b79" length="2.1 * angstrom ** 1" k="160.0 * angstrom ** -2 * kilocalorie ** 1 * mole ** -1"></Bond>
<Bond smirks="[#15:1]-[#9:2]" id="b80" length="1.662040292818 * angstrom ** 1" k="915.8924553548 * angstrom ** -2 * kilocalorie ** 1 * mole ** -1"></Bond>
<Bond smirks="[#15:1]-[#17:2]" id="b81" length="2.064042165757 * angstrom ** 1" k="284.5077628821 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]-[#35:2]" id="b82" length="2.2727694770502263 * angstrom ** 1" k="232.77388221562416 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#15:1]-[#53:2]" id="b83" length="2.6 * angstrom ** 1" k="140.0 * angstrom ** -2 * kilocalorie ** 1 * mole ** -1"></Bond>
<Bond smirks="[#6X4:1]-[#1:2]" id="b84" length="1.092445809108 * angstrom ** 1" k="680.7664447835 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X3:1]-[#1:2]" id="b85" length="1.086635786448 * angstrom ** 1" k="799.4453927029 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6X2:1]-[#1:2]" id="b86" length="1.056868783678 * angstrom ** 1" k="900.9822805225 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#7:1]-[#1:2]" id="b87" length="1.014168623729 * angstrom ** 1" k="985.9820964369 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#8:1]-[#1:2]" id="b88" length="0.9711625418245 * angstrom ** 1" k="1141.303841414 * angstrom ** -2 * kilocalorie_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1:2]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-98" length="1.5059735815739248 * angstrom ** 1" k="481.95475151478695 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-99" length="1.4944959703935514 * angstrom ** 1" k="473.2890575005521 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])(-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:2]" id="b-bespoke-100" length="1.0933210815798096 * angstrom ** 1" k="701.908802748681 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1:1]-[#6&!H0&!H1&!H2:2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-101" length="1.5189989220685511 * angstrom ** 1" k="515.963077396449 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0:1](-[#6&!H0&!H1&!H2])-[H:2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-102" length="1.0908125311935428 * angstrom ** 1" k="720.2544760329105 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1:1]-[H:2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-103" length="1.0911454240617835 * angstrom ** 1" k="725.1287764940485 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8:2])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-104" length="1.2111469977154046 * angstrom ** 1" k="1658.6058698900629 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8])-[#7&!H0:2]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-105" length="1.396800724630729 * angstrom ** 1" k="512.0895937227815 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-106" length="1.4213021168833615 * angstrom ** 1" k="639.6662990520695 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7:1](-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:2]" id="b-bespoke-107" length="1.0193817247750834 * angstrom ** 1" k="947.5535158464915 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0:2]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-108" length="1.3790697007682293 * angstrom ** 1" k="781.1656535509514 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:2]:1" id="b-bespoke-109" length="1.311118864762052 * angstrom ** 1" k="874.6200863555208 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-110" length="1.3876466507654939 * angstrom ** 1" k="842.1233365685121 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6:1](:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:2]" id="b-bespoke-111" length="1.082616478205987 * angstrom ** 1" k="817.7135139512311 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0:2]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-112" length="1.410095545431797 * angstrom ** 1" k="734.5994927014519 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:2]:[#6&!H0]:[#7]:1" id="b-bespoke-113" length="1.397228867862334 * angstrom ** 1" k="854.6731617186708 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0:1]-[#6:2](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-114" length="1.3742231600270374 * angstrom ** 1" k="665.6072675113408 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7:1](-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:2]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-115" length="1.0160569765135536 * angstrom ** 1" k="982.4893374034274 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:1](=[#8:2])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-116" length="1.2050941625617955 * angstrom ** 1" k="1715.9034629983266 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:1](=[#8])-[#6:2]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-117" length="1.495181388468688 * angstrom ** 1" k="540.1444068764466 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:2]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-119" length="1.3707834266677315 * angstrom ** 1" k="822.5562738688747 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0:1]:[#6&!H0:2]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-124" length="1.3762799855413788 * angstrom ** 1" k="921.0802645557139 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6:1](:[#6&!H0]:[#6]:2-[#17])-[H:2]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-125" length="1.0801662386673165 * angstrom ** 1" k="797.2592638797732 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0:1]:[#6:2]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-126" length="1.3744548648254766 * angstrom ** 1" k="864.7242803928011 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6:1](:[#6]:2-[#17])-[H:2]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-127" length="1.08022240089268 * angstrom ** 1" k="795.2158084541886 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:1]:2-[#17:2]):[#6&!H0]:[#6&!H0]:[#7]:1" id="b-bespoke-128" length="1.7357343690826 * angstrom ** 1" k="480.03075252727893 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:1]:[#6&!H0:2]:[#7]:1" id="b-bespoke-129" length="1.3787558116111418 * angstrom ** 1" k="916.7250268841076 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:1](:[#6&!H0]:[#7]:1)-[H:2]" id="b-bespoke-130" length="1.0833795093977268 * angstrom ** 1" k="794.4196965500931 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0:1]:[#7:2]:1" id="b-bespoke-131" length="1.316041836716323 * angstrom ** 1" k="919.2580407042913 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
<Bond smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6:1](:[#7]:1)-[H:2]" id="b-bespoke-132" length="1.083919528778877 * angstrom ** 1" k="742.4527927596313 * angstrom ** -2 * kilocalories_per_mole ** 1"></Bond>
</Bonds>
<Angles version="0.3" potential="harmonic">
<Angle smirks="[*:1]~[#6X4:2]-[*:3]" angle="109.6505556522 * degree ** 1" k="99.69215181429 * kilocalorie_per_mole ** 1 * radian ** -2" id="a1"></Angle>
<Angle smirks="[#15:1]~[#6X4:2]-[#15:3]" angle="120.81877925445417 * degree ** 1" k="253.7642291259915 * kilocalorie_per_mole ** 1 * radian ** -2" id="a1a"></Angle>
<Angle smirks="[#1:1]-[#6X4:2]-[#1:3]" angle="108.0050010884 * degree ** 1" k="39.43190954937 * kilocalorie_per_mole ** 1 * radian ** -2" id="a2"></Angle>
<Angle smirks="[*:1]~[#6X3:2]~[*:3]" angle="122.8898178748 * degree ** 1" k="98.32837618693 * kilocalorie_per_mole ** 1 * radian ** -2" id="a10"></Angle>
<Angle smirks="[*:1]~[#6X3:2](=[#8])-[#8X2:3]" angle="115.73167375369846 * degree ** 1" k="156.83626108080307 * kilocalorie_per_mole ** 1 * radian ** -2" id="a10a"></Angle>
<Angle smirks="[#1:1]-[#6X3:2]~[*:3]" angle="117.825962958 * degree ** 1" k="48.34651266074 * kilocalorie_per_mole ** 1 * radian ** -2" id="a11"></Angle>
<Angle smirks="[#1:1]-[#6X3:2](=[#8])-[#7:3]" angle="111.51176193889528 * degree ** 1" k="74.34412706215646 * kilocalorie_per_mole ** 1 * radian ** -2" id="a11a"></Angle>
<Angle smirks="[#1:1]-[#6X3:2]-[#1:3]" angle="112.066843123 * degree ** 1" k="69.60958527637 * kilocalorie_per_mole ** 1 * radian ** -2" id="a12"></Angle>
<Angle smirks="[*;r6:1]~;@[*;r5;x4,*;r5;X4:2]~;@[*;r5;x2:3]" angle="110.8116806056 * degree ** 1" k="224.8121192281 * kilocalorie_per_mole ** 1 * radian ** -2" id="a13a"></Angle>
<Angle smirks="[*:1]~;!@[*;X3;r5:2]~;@[*;r5:3]" angle="126.5609471525 * degree ** 1" k="53.09618770836 * kilocalorie_per_mole ** 1 * radian ** -2" id="a14"></Angle>
<Angle smirks="[#8X1:1]~[#6X3:2]~[#8:3]" angle="127.293741199 * degree ** 1" k="114.903263629 * kilocalorie_per_mole ** 1 * radian ** -2" id="a15"></Angle>
<Angle smirks="[#8X1:1]~[#6X3:2]~[#8X1:3]" angle="129.41476105708793 * degree ** 1" k="113.57143750147418 * kilocalorie_per_mole ** 1 * radian ** -2" id="a15a"></Angle>
<Angle smirks="[*:1]~[#6X2:2]~[*:3]" angle="180.0 * degree ** 1" k="119.8613553403 * kilocalorie_per_mole ** 1 * radian ** -2" id="a16"></Angle>
<Angle smirks="[*:1]~[#7X2:2]~[*:3]" angle="180.0 * degree ** 1" k="56.10430438056 * kilocalorie_per_mole ** 1 * radian ** -2" id="a17"></Angle>
<Angle smirks="[*:1]~[#7X4,#7X3,#7X2-1:2]~[*:3]" angle="111.0291359157 * degree ** 1" k="131.8049197365 * kilocalorie_per_mole ** 1 * radian ** -2" id="a18"></Angle>
<Angle smirks="[*:1]~[#7X2-1:2]~[*:3]" angle="119.02831390987545 * degree ** 1" k="288.3628893641631 * kilocalorie_per_mole ** 1 * radian ** -2" id="a18b"></Angle>
<Angle smirks="[#1:1]-[#7X4,#7X3,#7X2-1:2]-[*:3]" angle="110.4366468556 * degree ** 1" k="185.8985018069 * kilocalorie_per_mole ** 1 * radian ** -2" id="a19"></Angle>
<Angle smirks="[*:1]~[#7X3$(*~[#6X3,#6X2,#7X2+0]):2]~[*:3]" angle="119.104777675 * degree ** 1" k="97.22432164919 * kilocalorie_per_mole ** 1 * radian ** -2" id="a20"></Angle>
<Angle smirks="[#1:1]-[#7X3$(*~[#6X3,#6X2,#7X2+0]):2]-[*:3]" angle="117.1513954391 * degree ** 1" k="128.6229511823 * kilocalorie_per_mole ** 1 * radian ** -2" id="a21"></Angle>
<Angle smirks="[*:1]~[#7X2+0:2]~[*:3]" angle="118.1856637774 * degree ** 1" k="163.9644169145 * kilocalorie_per_mole ** 1 * radian ** -2" id="a22"></Angle>
<Angle smirks="[*:1]~[#7X2+0:2]~[#6X2:3](~[#16X1])" angle="143.4653424648 * degree ** 1" k="139.4217541775 * kilocalorie_per_mole ** 1 * radian ** -2" id="a23"></Angle>
<Angle smirks="[#1:1]-[#7X2+0:2]~[*:3]" angle="108.4019431622 * degree ** 1" k="207.7165253992 * kilocalorie_per_mole ** 1 * radian ** -2" id="a24"></Angle>
<Angle smirks="[#1:1]-[#7X2:2]~[#16X4:3]" angle="109.80814679800513 * degree ** 1" k="98.76131195304481 * kilocalorie_per_mole ** 1 * radian ** -2" id="a24a"></Angle>
<Angle smirks="[#6,#7,#8:1]-[#7X3:2](~[#8X1])~[#8X1:3]" angle="117.9064094333 * degree ** 1" k="100.510792811 * kilocalorie_per_mole ** 1 * radian ** -2" id="a25"></Angle>
<Angle smirks="[#8X1:1]~[#7X3:2]~[#8X1:3]" angle="125.9537861133 * degree ** 1" k="183.5057933527 * kilocalorie_per_mole ** 1 * radian ** -2" id="a26"></Angle>
<Angle smirks="[*:1]~[#7X2:2]~[#7X1:3]" angle="180.0 * degree ** 1" k="126.7140824264 * kilocalorie_per_mole ** 1 * radian ** -2" id="a27"></Angle>
<Angle smirks="[*:1]-[#8:2]-[*:3]" angle="115.4457499753 * degree ** 1" k="239.1104681642 * kilocalorie_per_mole ** 1 * radian ** -2" id="a28"></Angle>
<Angle smirks="[#1:1]-[#8:2]-[*:3]" angle="108.6776125931 * degree ** 1" k="208.3323698809 * kilocalorie_per_mole ** 1 * radian ** -2" id="a28a"></Angle>
<Angle smirks="[#6X3,#7:1]~;@[#8;r:2]~;@[#6X3,#7:3]" angle="116.8929046215 * degree ** 1" k="312.8164758024 * kilocalorie_per_mole ** 1 * radian ** -2" id="a29"></Angle>
<Angle smirks="[*:1]-[#8X2+1:2]=[*:3]" angle="125.4452215834 * degree ** 1" k="291.2646027814 * kilocalorie_per_mole ** 1 * radian ** -2" id="a30"></Angle>
<Angle smirks="[*:1]~[#16X4:2]~[*:3]" angle="118.4530467344 * degree ** 1" k="112.7763574117 * kilocalorie_per_mole ** 1 * radian ** -2" id="a31"></Angle>
<Angle smirks="[*:1]-[#16X4,#16X3+0:2]~[*:3]" angle="108.4380780897 * degree ** 1" k="113.1947438197 * kilocalorie_per_mole ** 1 * radian ** -2" id="a32"></Angle>
<Angle smirks="[#8X1:1]~[#16X4:2](~[#8X1,#7X2])~[#8X1:3]" angle="114.1391334584 * degree ** 1" k="252.3833136503 * kilocalorie_per_mole ** 1 * radian ** -2" id="a42"></Angle>
<Angle smirks="[*:1]~[#16X3$(*~[#8X1,#7X2]):2]~[*:3]" angle="109.9453007624 * degree ** 1" k="241.4899583342 * kilocalorie_per_mole ** 1 * radian ** -2" id="a33"></Angle>
<Angle smirks="[*:1]~[#16X3:2](~[#8X1,#7X2])~[*:3]" angle="95.03491144647066 * degree ** 1" k="288.6205961550233 * kilocalorie_per_mole ** 1 * radian ** -2" id="a33a"></Angle>
<Angle smirks="[*:1]~[#16X2,#16X3+1:2]~[*:3]" angle="102.1336932146 * degree ** 1" k="241.9064534809 * kilocalorie_per_mole ** 1 * radian ** -2" id="a34"></Angle>
<Angle smirks="[*:1]=[#16X2:2]=[*:3]" angle="180.0 * degree ** 1" k="140.0 * kilocalorie ** 1 * mole ** -1 * radian ** -2" id="a35"></Angle>
<Angle smirks="[*:1]=[#16X2:2]=[#8:3]" angle="105.420837148 * degree ** 1" k="246.254123218 * kilocalorie_per_mole ** 1 * radian ** -2" id="a36"></Angle>
<Angle smirks="[#6X3:1]-[#16X2:2]-[#6X3:3]" angle="102.8046626174 * degree ** 1" k="362.5063456491 * kilocalorie_per_mole ** 1 * radian ** -2" id="a37"></Angle>
<Angle smirks="[#6X3:1]-[#16X2:2]-[#6X4:3]" angle="101.5289914983 * degree ** 1" k="291.5933898423 * kilocalorie_per_mole ** 1 * radian ** -2" id="a38"></Angle>
<Angle smirks="[#6X3:1]-[#16X2:2]-[#1:3]" angle="93.75621724585 * degree ** 1" k="203.4790497712 * kilocalorie_per_mole ** 1 * radian ** -2" id="a39"></Angle>
<Angle smirks="[*:1]~[#15:2]~[*:3]" angle="109.089612865 * degree ** 1" k="156.7252153268 * kilocalorie_per_mole ** 1 * radian ** -2" id="a40"></Angle>
<Angle smirks="[*;r5:1]1@[*;r5:2]@[*;r5:3]@[*;r5]@[*;r5]~1" angle="110.1313445266 * degree ** 1" k="185.7322475633 * kilocalorie_per_mole ** 1 * radian ** -2" id="a41"></Angle>
<Angle smirks="[*;r5:1]1@[#16;r5:2]@[*;r5:3]@[*;r5]@[*;r5]~1" angle="96.64796687325 * degree ** 1" k="345.5655733374 * kilocalorie_per_mole ** 1 * radian ** -2" id="a41a"></Angle>
<Angle smirks="[#6r4:1]1-;@[#6r4:2]-;@[#6r4:3]~[*]~1" angle="87.45923658469 * degree ** 1" k="141.9439126263 * kilocalorie_per_mole ** 1 * radian ** -2" id="a7"></Angle>
<Angle smirks="[!#1:1]-[#6r4:2]-;!@[!#1:3]" angle="113.4998130436 * degree ** 1" k="137.1330380811 * kilocalorie_per_mole ** 1 * radian ** -2" id="a8"></Angle>
<Angle smirks="[!#1:1]-[#6r4:2]-;!@[#1:3]" angle="112.2988455226 * degree ** 1" k="39.76368310604 * kilocalorie_per_mole ** 1 * radian ** -2" id="a9"></Angle>
<Angle smirks="[*:1]@-[r5;#7X4,#7X3,#7X2-1:2]@-[*:3]" angle="115.6723392752 * degree ** 1" k="111.4941952546 * kilocalorie_per_mole ** 1 * radian ** -2" id="a18a"></Angle>
<Angle smirks="[*;r6:1]~;@[*;r5:2]~;@[*;r5;x2:3]" angle="120.6933149502 * degree ** 1" k="37.96758984343 * kilocalorie_per_mole ** 1 * radian ** -2" id="a13"></Angle>
<Angle smirks="[*;r3:1]1~;@[*;r3:2]~;@[*;r3:3]~1" angle="63.10051026154 * degree ** 1" k="21.51070336077 * kilocalorie_per_mole ** 1 * radian ** -2" id="a3"></Angle>
<Angle smirks="[*;r3:1]~;@[*;r3:2]~;!@[*:3]" angle="117.1346124012 * degree ** 1" k="81.09594593108 * kilocalorie_per_mole ** 1 * radian ** -2" id="a4"></Angle>
<Angle smirks="[*:1]~;!@[*;r3:2]~;!@[*:3]" angle="115.4827064255 * degree ** 1" k="79.47504439124 * kilocalorie_per_mole ** 1 * radian ** -2" id="a5"></Angle>
<Angle smirks="[#1:1]-[*;r3:2]~;!@[*:3]" angle="115.8051548637 * degree ** 1" k="33.97669459012 * kilocalorie_per_mole ** 1 * radian ** -2" id="a6"></Angle>
<Angle smirks="[*;r3:1]~;@[#6X3;r3:2]~;!@[*:3]" angle="148.02847491956018 * degree ** 1" k="63.57130368852825 * kilocalorie_per_mole ** 1 * radian ** -2" id="a4a"></Angle>
<Angle smirks="[r4:1]1-;@[r4:2]-;@[r4:3]~[*]~1" angle="93.06443593559 * degree ** 1" k="295.3177414095 * kilocalorie_per_mole ** 1 * radian ** -2" id="a7a"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1:1]-[#6&!H0:2](-[#6&!H0&!H1:3]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.9796440662138983 * radian ** 1" k="106.39844852929781 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-59"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1:2]-[#6&!H0&!H1&!H2:3])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.920185310788259 * radian ** 1" k="129.09268384824128 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-63"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0:2](-[#6&!H0&!H1&!H2])-[H:3])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.864883217615334 * radian ** 1" k="95.57537193210993 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-64"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8:3])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.6413420502806817 * radian ** 1" k="93.4851625433841 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-65"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8])-[#7&!H0:3]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.3058757061886546 * radian ** 1" k="135.78574221536235 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-66"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:2](-[#6&!H0&!H1:1]-[#6&!H0&!H1&!H2])-[#6:3](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.8875824122202522 * radian ** 1" k="83.6119280333324 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-67"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:2](-[#6&!H0&!H1:1]-[#6&!H0&!H1&!H2])(-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:3]" angle="1.9682348400398062 * radian ** 1" k="93.16966807923498 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-68"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1:1]-[#6&!H0&!H1:2]-[H:3])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.8825126126971992 * radian ** 1" k="93.4860234066675 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-69"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0:2](-[#6&!H0&!H1&!H2:1])-[H:3])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.913582334696142 * radian ** 1" k="97.22641793512145 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-70"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:2](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])(-[#6:1](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:3]" angle="1.9353857750023071 * radian ** 1" k="89.59143140648054 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-71"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8])-[#7&!H0:2]-[#6:3]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.067047813984394 * radian ** 1" k="97.00238958998622 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-72"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8])-[#7:2](-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:3]" angle="2.0639611079004085 * radian ** 1" k="61.10246395940618 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-73"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8:1])-[#7&!H0:3]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.371021238291434 * radian ** 1" k="195.0861384753989 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-74"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6&!H0:3]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.221430239178816 * radian ** 1" k="149.91110133096572 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-75"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:3]:1" angle="2.2371188487049434 * radian ** 1" k="156.88273516976264 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-76"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7:2](-[#6:1]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:3]" angle="2.01799677510612 * radian ** 1" k="93.88370891174526 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-77"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0:2]:[#6:3](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0856497266539664 * radian ** 1" k="86.40898135694692 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-78"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6:2](:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:3]" angle="2.1290955080432696 * radian ** 1" k="61.85438476624108 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-79"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0:3]:[#7:2]:1" angle="1.7555194950886739 * radian ** 1" k="87.14425155520684 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-80"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:2]1:[#6&!H0:1]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:3]:1" angle="2.2602512036959994 * radian ** 1" k="98.12425832562147 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-81"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0:3]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.263425171416825 * radian ** 1" k="131.02004344529806 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-82"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:3]:[#6&!H0]:[#7]:1" angle="2.403608439638266 * radian ** 1" k="80.35577746906779 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-83"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6:2](:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:3]" angle="2.2003905678590336 * radian ** 1" k="51.45791166216263 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-84"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0:2]-[#6:3](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0358691346902447 * radian ** 1" k="101.2447080007518 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-85"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7:2](-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0260401020625443 * radian ** 1" k="85.67875182379652 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-86"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:2]:[#6&!H0:3]:[#7]:1" angle="2.0177310272343933 * radian ** 1" k="111.48101953667822 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-87"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:2](:[#6&!H0]:[#7]:1)-[H:3]" angle="1.9734157101646363 * radian ** 1" k="61.881746693421015 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-88"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:2](-[#7&!H0:1]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:3]:[#6&!H0]:[#7]:1" angle="2.243974917688155 * radian ** 1" k="147.14918116534477 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-89"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0:1]-[#6:2](=[#8:3])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.4149657876625117 * radian ** 1" k="173.5844540061106 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-90"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0:1]-[#6:2](=[#8])-[#6:3]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.2673722348125622 * radian ** 1" k="134.00241857275145 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-91"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7:2](-[#6:1](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0566432745621404 * radian ** 1" k="74.74854595729602 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-92"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:1](=[#8])-[#6:2]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:3]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.1623031770552346 * radian ** 1" k="65.43229688007004 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-94"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:2](=[#8:1])-[#6:3]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.5489981322946496 * radian ** 1" k="99.04091276649936 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-95"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0:3]:[#6:2]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.2378218275130286 * radian ** 1" k="84.1732897439174 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-98"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:2]:2-[#17:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.1660059983075497 * radian ** 1" k="105.46644073920896 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-99"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:2]2:[#6:1](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:3]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0770409654412383 * radian ** 1" k="93.97674073006084 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-100"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0:1]:[#6&!H0:2]:[#6&!H0:3]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.112232179671752 * radian ** 1" k="116.30780988400528 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-104"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0:1]:[#6&!H0:2]:[#6:3]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.00096679832618 * radian ** 1" k="98.62616128177484 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-107"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0:1]:[#6:2](:[#6]:2-[#17])-[H:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0000888425599475 * radian ** 1" k="63.353993266939305 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-108"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6:2](:[#6&!H0:1]:[#6]:2-[#17])-[H:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.0953885805623775 * radian ** 1" k="68.33711828181697 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-109"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0:1]:[#6:2]:2-[#17:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="2.205885561711503 * radian ** 1" k="103.27502916504432 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-110"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6:2](:[#6:1]:2-[#17])-[H:3]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.9829078297339489 * radian ** 1" k="72.1489234104809 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-111"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:1]:[#6&!H0:2]:[#7:3]:1" angle="2.1498046808167857 * radian ** 1" k="135.2893783754781 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-112"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:1]:[#6:2](:[#7]:1)-[H:3]" angle="2.1748469258061003 * radian ** 1" k="64.2258704947441 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-113"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:2](:[#6&!H0:1]:[#7]:1)-[H:3]" angle="2.0046398309062603 * radian ** 1" k="65.69133936903734 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-114"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6:2](:[#7:1]:1)-[H:3]" angle="2.0917626746065925 * radian ** 1" k="84.26591632684695 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-115"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6:2](-[#6&!H0&!H1&!H2])(-[H:1])-[H:3])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.8647936747711003 * radian ** 1" k="73.63740370087854 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-118"></Angle>
<Angle smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0:2](-[H:1])-[H:3])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" angle="1.8350862929654639 * radian ** 1" k="75.5930408691745 * kilocalories_per_mole ** 1 * radian ** -2" id="a-bespoke-119"></Angle>
</Angles>
<ProperTorsions version="0.4" potential="k*(1+cos(periodicity*theta-phase))" default_idivf="auto" fractional_bondorder_method="AM1-Wiberg" fractional_bondorder_interpolation="linear">
<Proper smirks="[*:1]-[#6X4:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t1" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.157399261055 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#6X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t2" k1="0.5912463609076 * kilocalorie ** 1 * mole ** -1" k2="0.1229049381843 * kilocalorie ** 1 * mole ** -1" k3="0.3110134901964 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t3" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.2392094731239 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t4" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1326423174639 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X2:1]-[#6X4:2]-[#6X4:3]-[#8X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t5" k1="0 * kilocalories_per_mole ** 1" k2="0.4808323966901 * kilocalorie ** 1 * mole ** -1" k3="-0.09667954851939 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#9:1]-[#6X4:2]-[#6X4:3]-[#9:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t6" k1="-0.2115628110792 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.03393973368835 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#17:1]-[#6X4:2]-[#6X4:3]-[#17:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t7" k1="-0.09259441708512 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.6746216196421 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#35:1]-[#6X4:2]-[#6X4:3]-[#35:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t8" k1="-0.6058923964847 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.3428209269959 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X4:3]-[#8X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t9" k1="0.4345168281108 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.1007185121278 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X4:3]-[#9:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t10" k1="0.4069981940323 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.1447360170615 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X4:3]-[#17:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t11" k1="0.09328551808237 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.2586224964848 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X4:3]-[#35:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t12" k1="0.1507814379223 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.3347462418395 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t13" k1="1.846449598389 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t14" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.4344048625195 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4;r3:2]-@[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t15" k1="0 * kilocalories_per_mole ** 1" k2="-2.159988021143 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-[#6X4;r3:2]-[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t16" k1="4.786110253005 * kilocalorie ** 1 * mole ** -1" k2="-0.6225145822538 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t17" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.2510499435593 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[aR:1]~[#6X3aR:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t17a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.2670783972336 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#6X3:3]=[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t18" k1="0 * kilocalories_per_mole ** 1" k2="-0.09263030715553 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#6X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t18a" k1="0 * kilocalories_per_mole ** 1" k2="-0.7709741272976 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#6X3:3](~!@[#7X3])~!@[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t18b" k1="0 * kilocalories_per_mole ** 1" k2="0.8027704926807 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X3:3]=[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="0 * radian ** 1" id="t19" k1="0.7172856263588 * kilocalorie ** 1 * mole ** -1" k2="0.6184462378523 * kilocalorie ** 1 * mole ** -1" k3="-0.2566546590093 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="0 * radian ** 1" id="t19a" k1="-0.713629617424 * kilocalorie ** 1 * mole ** -1" k2="-0.2771522917457 * kilocalorie ** 1 * mole ** -1" k3="0.4187840238383 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#6X3:3]=[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="180.0 * degree ** 1" phase4="0 * radian ** 1" id="t20" k1="-0.006255757654356 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.1393439704515 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#6X4:2]-[#6X3:3]=[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t21" k1="0 * kilocalories_per_mole ** 1" k2="0.08057793248601 * kilocalorie ** 1 * mole ** -1" k3="0.2057226112372 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#7X3:1]-[#6X4:2]-[#6X3:3]-[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t22" k1="0.2048224535705 * kilocalorie ** 1 * mole ** -1" k2="-0.10707111943 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#6X3:3]-[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0.0 * degree ** 1" id="t23" k1="0 * kilocalories_per_mole ** 1" k2="0.2062078517588 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="-0.3375595846934 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#16X2,#16X1-1,#16X3+1:1]-[#6X3:2]-[#6X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t24" k1="-0.2518829905931 * kilocalorie ** 1 * mole ** -1" k2="-0.3993330887395 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#16X2,#16X1-1,#16X3+1:1]-[#6X3:2]-[#6X4:3]-[#7X4,#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="90.0 * degree ** 1" phase2="270.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0.0 * degree ** 1" id="t25" k1="-0.07468995659357 * kilocalorie ** 1 * mole ** -1" k2="0.0459593141179 * kilocalorie ** 1 * mole ** -1" k3="0.1275825325254 * kilocalorie ** 1 * mole ** -1" k4="-0.08703450796813 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#16X2,#16X1-1,#16X3+1:1]-[#6X3:2]-[#6X4:3]-[#7X3$(*-[#6X3,#6X2]):4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="270.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="270.0 * degree ** 1" id="t26" k1="-0.3338690439317 * kilocalorie ** 1 * mole ** -1" k2="0.03019229971003 * kilocalorie ** 1 * mole ** -1" k3="0.2202655030036 * kilocalorie ** 1 * mole ** -1" k4="0.003298870107104 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4;r3:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t27" k1="-0.01862180992258 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4;r3:2]-[#6X3:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="180.0 * degree ** 1" id="t28" k1="0 * kilocalories_per_mole ** 1" k2="0.5682437817642 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0.3368503039172 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4;r3:2]-[#6X3:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="180.0 * degree ** 1" id="t29" k1="0 * kilocalories_per_mole ** 1" k2="-0.04130933236654 * kilocalorie ** 1 * mole ** -1" k3="0.3390384538498 * kilocalorie ** 1 * mole ** -1" k4="0.1252085369785 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#6X4;r3:2]-[#6X3:3]-[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="0 * radian ** 1" id="t30" k1="0.5196674072541 * kilocalorie ** 1 * mole ** -1" k2="-1.480141816667 * kilocalorie ** 1 * mole ** -1" k3="-0.7289045248406 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#6X4;r3:2]-[#6X3:3]=[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="0 * radian ** 1" id="t31" k1="-0.2221732673682 * kilocalorie ** 1 * mole ** -1" k2="0.955357167632 * kilocalorie ** 1 * mole ** -1" k3="0.1210004676953 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#6X4;r3:2]-[#6X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="0 * radian ** 1" id="t31a" k1="-3.773387393328 * kilocalorie ** 1 * mole ** -1" k2="1.388286465674 * kilocalorie ** 1 * mole ** -1" k3="0.2024643240203 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#6X4;r3:2]-[#6X3:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t32" k1="0 * kilocalories_per_mole ** 1" k2="0.2059460421411 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#7X3:1]-[#6X4;r3:2]-[#6X3:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="180.0 * degree ** 1" id="t33" k1="0 * kilocalories_per_mole ** 1" k2="0.03503315486117 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0.1853498489723 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="180.0 * degree ** 1" id="t34" k1="0 * kilocalories_per_mole ** 1" k2="1.649895492522 * kilocalorie ** 1 * mole ** -1" k3="-1.522118529311 * kilocalorie ** 1 * mole ** -1" k4="-0.0333273209652 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3;r6:3]:[#6X3;r6:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="180.0 * degree ** 1" id="t35" k1="0 * kilocalories_per_mole ** 1" k2="1.270082008571 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0.06240124886396 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3;r5:3]-;@[#6X3;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="180.0 * degree ** 1" id="t36" k1="0 * kilocalories_per_mole ** 1" k2="1.949930244058 * kilocalorie ** 1 * mole ** -1" k3="-0.2884570269445 * kilocalorie ** 1 * mole ** -1" k4="0.1355182424857 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3;r5:3]=;@[#6X3;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t37" k1="-0.2289445953113 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t38" k1="0.2021452179182 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3;r6:3]:[#7X2;r6:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t39" k1="-0.009160912331146 * kilocalorie ** 1 * mole ** -1" k2="2.021032223773 * kilocalorie ** 1 * mole ** -1" k3="1.338513724939 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3:3]=[#7X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t40" k1="0.1686184624736 * kilocalorie ** 1 * mole ** -1" k2="0.8283054793971 * kilocalorie ** 1 * mole ** -1" k3="-0.4465401500784 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3:3]-[#8X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="180.0 * degree ** 1" id="t41" k1="0 * kilocalories_per_mole ** 1" k2="1.632256422152 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="-0.249440916444 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3:3]=[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="320.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t42" k1="0 * kilocalories_per_mole ** 1" k2="-1.544428940268 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4;r3:1]-;@[#6X4;r3:2]-[#6X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="320.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t42a" k1="0 * kilocalories_per_mole ** 1" k2="-1.017369791952 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t43" k1="0 * kilocalories_per_mole ** 1" k2="0.8228269690058 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3aR:2]-[#6X3aR:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t43a" k1="0 * kilocalories_per_mole ** 1" k2="1.231905212431 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2]:[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t44" k1="0 * kilocalories_per_mole ** 1" k2="2.784998739502 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-,:[#6X3:2]=[#6X3:3]-,:[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t45" k1="0 * kilocalories_per_mole ** 1" k2="4.294733770163 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X3:2]=[#6X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t46" k1="-1.845416297388 * kilocalorie ** 1 * mole ** -1" k2="5.653415534539 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2]-[#6X3$(*=[#8,#16,#7]):3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t47" k1="0 * kilocalories_per_mole ** 1" k2="1.002054318424 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]~[#6X3:2]-[#6X3$(*=[#8,#16,#7]):3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t47a" k1="0 * kilocalories_per_mole ** 1" k2="0.6641958203819 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]=[#6X3:2]-[#6X3:3]=[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t48" k1="0 * kilocalories_per_mole ** 1" k2="1.148276896329 * kilocalorie ** 1 * mole ** -1" k3="0.1456723468141 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]=[#6X3:2]-[#6X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t48a" k1="0 * kilocalories_per_mole ** 1" k2="0.3574149640254 * kilocalorie ** 1 * mole ** -1" k3="-1.108173259285 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7a:2]:[#6a:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t49" k1="0 * kilocalories_per_mole ** 1" k2="3.418983633911 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#7X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t50" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1752820432729 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X4:2]-[#7X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t51" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.3294953264471 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#7X3:3]-[#7X2:4]=[#6]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t52" k1="0 * kilocalories_per_mole ** 1" k2="-0.2400828421178 * kilocalorie ** 1 * mole ** -1" k3="0.4661227334747 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#7X3:3]-[#7X2:4]=[#6]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t53" k1="0 * kilocalories_per_mole ** 1" k2="0.2135383516373 * kilocalorie ** 1 * mole ** -1" k3="0.390431604447 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#7X3:3]-[#7X2:4]=[#7X2,#8X1]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t54" k1="0 * kilocalories_per_mole ** 1" k2="-1.710079639282 * kilocalorie ** 1 * mole ** -1" k3="0.5722611476649 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#7X3:3]-[#7X2:4]=[#7X2,#8X1]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t55" k1="0 * kilocalories_per_mole ** 1" k2="-0.6414848436334 * kilocalorie ** 1 * mole ** -1" k3="0.1078296969327 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#7X3$(*@1-[*]=,:[*][*]=,:[*]@1):3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t56" k1="0 * kilocalories_per_mole ** 1" k2="-0.1195446396886 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#6X4:2]-[#7X3$(*@1-[*]=,:[*][*]=,:[*]@1):3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t57" k1="0 * kilocalories_per_mole ** 1" k2="0.1275591051073 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t58" k1="0 * kilocalories_per_mole ** 1" k2="0.02785311762318 * kilocalorie ** 1 * mole ** -1" k3="0.3075731885626 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t58a" k1="0 * kilocalories_per_mole ** 1" k2="-0.0004882486237612 * kilocalorie ** 1 * mole ** -1" k3="0.2330130516902 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X4:2]-[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t59" k1="1.56461453472 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X3:2]-[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t59a" k1="0.1861407999307 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X4:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t60" k1="1.889173565506 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X3:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t60a" k1="0.4651420164408 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[!#1:1]-[#7X4:2]-[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t61" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.6038395869924 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[!#1:1]-[#7X3:2]-[#6X4;r3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t61a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.6590716452488 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[!#1:1]-[#7X4:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t62" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="-0.003227264452267 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[!#1:1]-[#7X3:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t62a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.3012725706846 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X4:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t63" k1="-0.3441926868297 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#7X3$(*~[#6X3,#6X2]):3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t64" k1="0 * kilocalories_per_mole ** 1" k2="0.240679991408 * kilocalorie ** 1 * mole ** -1" k3="0.2421442318664 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#7X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t65" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.2738921425434 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#7X3:2]-[#6X4:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t66" k1="-0.3136055312366 * kilocalorie ** 1 * mole ** -1" k2="-0.03719556934602 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#7X3:3]-[#6X3:4]=[#8,#16,#7]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="180.0 * degree ** 1" id="t67" k1="-0.4037185118706 * kilocalorie ** 1 * mole ** -1" k2="0.262523151082 * kilocalorie ** 1 * mole ** -1" k3="-0.1408769187801 * kilocalorie ** 1 * mole ** -1" k4="-0.1916432237958 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X2H0:1]-[#6X4:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t68" k1="-1.366722617784 * kilocalorie ** 1 * mole ** -1" k2="0.6231217365567 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#7X3:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t69" k1="-0.9591109379758 * kilocalorie ** 1 * mole ** -1" k2="-0.7708736247602 * kilocalorie ** 1 * mole ** -1" k3="0.8691286801771 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t70" k1="-0.1917583308677 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]=[#7X2:2]-[#6X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t71" k1="0.7474721987795 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]=[#7X3+1:2]-[#6X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t71a" k1="1.600473367728 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]=[#7X2:2]-[#6X4:3]-[#6X3,#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t72" k1="0.4576449090826 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]=[#7X3+1:2]-[#6X4:3]-[#6X3,#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t72a" k1="1.217843052678 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X3:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t73" k1="0 * kilocalories_per_mole ** 1" k2="0.6082984896217 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2-1:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t73a" k1="0 * kilocalories_per_mole ** 1" k2="5.71800696077 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X3:2]-!@[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t74" k1="0 * kilocalories_per_mole ** 1" k2="1.189748672545 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2-1:2]-!@[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t74a" k1="0 * kilocalories_per_mole ** 1" k2="3.171795105329 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3:2]-[#6X3$(*=[#8,#16,#7]):3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t75" k1="1.22879820815 * kilocalorie ** 1 * mole ** -1" k2="1.684646748142 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X3:2]-[#6X3:3]=[#8,#16,#7:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t76" k1="1.692555887988 * kilocalorie ** 1 * mole ** -1" k2="1.09833906583 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3:2]-!@[#6X3:3](=[#8,#16,#7:4])-[#6,#1]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t77" k1="0.4467493604446 * kilocalorie ** 1 * mole ** -1" k2="1.110204006853 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X3:2]-!@[#6X3:3](=[#8,#16,#7:4])-[#6,#1]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t78" k1="1.647718758818 * kilocalorie ** 1 * mole ** -1" k2="1.53304389805 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3:2]-!@[#6X3:3](=[#8,#16,#7:4])-[#7X3]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t79" k1="0.8999179900321 * kilocalorie ** 1 * mole ** -1" k2="1.055143590254 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3;r5:2]-@[#6X3;r5:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t80" k1="0 * kilocalories_per_mole ** 1" k2="1.649633250535 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#7X3:2]~[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t81" k1="0 * kilocalories_per_mole ** 1" k2="0.999405867801 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=[#7X2:2]-[#6X3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t82" k1="0 * kilocalories_per_mole ** 1" k2="0.7467816000947 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=[#7X3+1:2]-[#6X3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t82b" k1="0 * kilocalories_per_mole ** 1" k2="0.3867355422109 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X3:2]-[#7X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t82a" k1="0 * kilocalories_per_mole ** 1" k2="1.050519483783 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=[#7X2:2]-[#6X3:3]=,:[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t83" k1="0 * kilocalories_per_mole ** 1" k2="1.732443635675 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=[#7X3+1:2]-[#6X3:3]=,:[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t83b" k1="0 * kilocalories_per_mole ** 1" k2="0.9495180691031 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=,:[#6X3:2]-[#7X3:3](~[#8X1])~[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t83a" k1="0 * kilocalories_per_mole ** 1" k2="1.296617875693 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2:2]:[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t84" k1="0 * kilocalories_per_mole ** 1" k2="1.469024075141 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X3$(*~[#8X1]):2]:[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t84b" k1="0 * kilocalories_per_mole ** 1" k2="3.216350639542 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]:[#7X2:2]:[#6X3:3]:[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t85" k1="0 * kilocalories_per_mole ** 1" k2="5.522849470323 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-,:[#6X3:2]=[#7X2:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t86" k1="0 * kilocalories_per_mole ** 1" k2="7.389996710952 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3+1:2]=,:[#6X3:3]-,:[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t87" k1="0 * kilocalories_per_mole ** 1" k2="1.067817907634 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3:2]~!@[#6X3:3](~!@[#7X3])~!@[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t87a" k1="0 * kilocalories_per_mole ** 1" k2="1.375310813007 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#16X4,#16X3+0:1]-[#7X2:2]=[#6X3:3]-[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t88" k1="0 * kilocalories_per_mole ** 1" k2="3.116850320054 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#16X4,#16X3+0:1]-[#7X2:2]=[#6X3:3]-[#16X2,#16X3+1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t89" k1="0 * kilocalories_per_mole ** 1" k2="4.875662699682 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#7X2:1]~[#7X2:2]-[#6X3:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t90" k1="0 * kilocalories_per_mole ** 1" k2="1.972894564491 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#7X2:1]~[#7X2:2]-[#6X4:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t91" k1="0 * kilocalories_per_mole ** 1" k2="0.2970016025965 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#7X2:1]~[#7X2:2]-[#6X4:3]~[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t92" k1="0 * kilocalories_per_mole ** 1" k2="-0.1387488362185 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#8X2:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t93" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="1.270955113618 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#8X2H1:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t94" k1="0.2405111530649 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.4017369753905 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#6X4:2]-[#8X2H0:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t95" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.9648545330273 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#8X2H0:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t96" k1="0 * kilocalories_per_mole ** 1" k2="-0.2419398152552 * kilocalorie ** 1 * mole ** -1" k3="0.2605976018387 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#6X4:2]-[#8X2:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t97" k1="0.5278149687607 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.06026729539097 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#8X2:2]-[#6X4:3]-[#8X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t98" k1="0.5130615910518 * kilocalorie ** 1 * mole ** -1" k2="-0.6673329264034 * kilocalorie ** 1 * mole ** -1" k3="-0.01086689745107 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#8X2:2]-[#6X4:3]-[#7X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t99" k1="0 * kilocalories_per_mole ** 1" k2="1.020955202211 * kilocalorie ** 1 * mole ** -1" k3="0.3833091758542 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#8X2:2]-[#6X4;r3:3]-@[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t100" k1="-0.3278434128424 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#8X2:2]-[#6X4;r3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t101" k1="0.4920258343044 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#8X2:2]-[#6X4;r3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t102" k1="0.2397582393266 * kilocalorie ** 1 * mole ** -1" k2="0.0622821299857 * kilocalorie ** 1 * mole ** -1" k3="0.4051666221627 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#8X2:2]-[#6X4;r3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t103" k1="-0.2529225927881 * kilocalorie ** 1 * mole ** -1" k2="-0.2684255553166 * kilocalorie ** 1 * mole ** -1" k3="0.5552890073248 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#8X2:2]-[#6X4;r3:3]-[#6X4;r3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t104" k1="0.04867985409921 * kilocalorie ** 1 * mole ** -1" k2="0.7864549072669 * kilocalorie ** 1 * mole ** -1" k3="0.3065417991148 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2]-[#8X2:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t105" k1="0 * kilocalories_per_mole ** 1" k2="1.474170672615 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2]-[#8X2:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t106" k1="0 * kilocalories_per_mole ** 1" k2="1.021836563509 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2](=[#8,#16,#7])-[#8X2H0:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t107" k1="0 * kilocalories_per_mole ** 1" k2="0.5618380125959 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6X3:2](=[#8,#16,#7])-[#8:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t108" k1="0 * kilocalories_per_mole ** 1" k2="2.563984655203 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#8X2:2]-[#6X3:3]=[#8X1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t109" k1="0.6231066855399 * kilocalorie ** 1 * mole ** -1" k2="2.087213122653 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8,#16,#7:1]=[#6X3:2]-[#8X2H0:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t110" k1="0.7457423037734 * kilocalorie ** 1 * mole ** -1" k2="3.231220341182 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8X2:2]@[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t111" k1="0 * kilocalories_per_mole ** 1" k2="1.885519008664 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8X2+1:2]=[#6X3:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t112" k1="0 * kilocalories_per_mole ** 1" k2="9.085317987184 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=[#8X2+1:2]-[#6:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t113" k1="0 * kilocalories_per_mole ** 1" k2="0.7557615299165 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16:2]=,:[#6:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t114" k1="0 * kilocalories_per_mole ** 1" k2="-2.099689968267 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[#6:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t115" k1="0 * kilocalories_per_mole ** 1" k2="0.5012902908106 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[#6:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t115a" k1="0 * kilocalories_per_mole ** 1" k2="0.3876819783286 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[#6:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t116" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.4262500548674 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[#6:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t116a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.4242182416678 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-@[#16X3+1:2]-@[#7X2;r5:3]=@[#6,#7;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t117" k1="0 * kilocalories_per_mole ** 1" k2="8.980846475502 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-@[#16X2:2]-@[#6X3;r5:3]=@[#6,#7;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t117a" k1="0 * kilocalories_per_mole ** 1" k2="10.67771706566 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-@[#16X1-1:2]-@[#6X3;r5:3]=@[#6,#7;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t117b" k1="0 * kilocalories_per_mole ** 1" k2="8.980846475502 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-@[#16X3+1:2]-@[#6X3;r5:3]=@[#6,#7;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t117c" k1="0 * kilocalories_per_mole ** 1" k2="8.980846475502 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-@[#16X2:2]-@[#7X2;r5:3]=@[#6,#7;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t117d" k1="0 * kilocalories_per_mole ** 1" k2="8.980846475502 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-@[#16X1-1:2]-@[#7X2;r5:3]=@[#6,#7;r5:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t117e" k1="0 * kilocalories_per_mole ** 1" k2="8.980846475502 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t118" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1576504267442 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3!+1:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t118a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.2845629556464 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#6X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t119" k1="-0.4991272298457 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#6X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t119a" k1="0.5389640559866 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#6X4:3]~[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t120" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="-0.05552496429966 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#6X4:3]~[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t120a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="-0.2515869006563 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t121" k1="0 * kilocalories_per_mole ** 1" k2="0.5344382118574 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3+0:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t121a" k1="0 * kilocalories_per_mole ** 1" k2="0.6885167722953 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6:1]-[#16X4:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t122" k1="-0.03167585046827 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6:1]-[#16X3+0:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t122a" k1="2.132423635742 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#15:2]-[#6X4:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t123a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1769300165493 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#15:2]-[#6X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t124" k1="0 * kilocalories_per_mole ** 1" k2="-0.1763688248762 * kilocalorie ** 1 * mole ** -1" k3="0.307314931294 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8:2]-[#8:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t125" k1="3.419490282413 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8:2]-[#8H1:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t126" k1="0 * kilocalories_per_mole ** 1" k2="0.4238305374986 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#8X2:2]-[#7:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t127" k1="2.785607024365 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8X2r5:2]-;@[#7X3r5:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t128" k1="0.176547142308 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8X2r5:2]-;@[#7X2r5:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t129" k1="-26.73925989585 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X4:2]-[#7X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t130" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.7910784751852 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X3:2]-[#7X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t130a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.7910784751852 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X3:2]-[#7X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t130b" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.7482865228588 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X4:2]-[#7X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t130c" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.7910784751852 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X4:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t131" k1="0.3202785846677 * kilocalorie ** 1 * mole ** -1" k2="0.512494526058 * kilocalorie ** 1 * mole ** -1" k3="0.164664939731 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X3:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t131a" k1="0.3786985540616 * kilocalorie ** 1 * mole ** -1" k2="0.6523687384077 * kilocalorie ** 1 * mole ** -1" k3="0.02968882805477 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X3:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t131b" k1="0.6621611044517 * kilocalorie ** 1 * mole ** -1" k2="0.7786254208529 * kilocalorie ** 1 * mole ** -1" k3="0.01630543724928 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#1:1]-[#7X4:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t131c" k1="-0.007565911821214 * kilocalorie ** 1 * mole ** -1" k2="-0.3785335531702 * kilocalorie ** 1 * mole ** -1" k3="0.09924506894967 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X4:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t132" k1="0.699135750982 * kilocalorie ** 1 * mole ** -1" k2="0.5264351870621 * kilocalorie ** 1 * mole ** -1" k3="0.08849178335624 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X3:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t132a" k1="1.11730673011 * kilocalorie ** 1 * mole ** -1" k2="0.2022878480604 * kilocalorie ** 1 * mole ** -1" k3="0.3589970134518 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X3:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t132b" k1="0.7454840579049 * kilocalorie ** 1 * mole ** -1" k2="0.6711297453763 * kilocalorie ** 1 * mole ** -1" k3="0.3919234200332 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X4:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t132c" k1="-0.3509714151126 * kilocalorie ** 1 * mole ** -1" k2="-0.02510142085173 * kilocalorie ** 1 * mole ** -1" k3="0.3123321182443 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X4:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t133" k1="0.687823540856 * kilocalorie ** 1 * mole ** -1" k2="0.2085721582231 * kilocalorie ** 1 * mole ** -1" k3="-0.2229891373404 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X3:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t133a" k1="0.7213563362058 * kilocalorie ** 1 * mole ** -1" k2="0.3794029937248 * kilocalorie ** 1 * mole ** -1" k3="0.04642650261749 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X3:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t133b" k1="0.8304649156793 * kilocalorie ** 1 * mole ** -1" k2="0.7738005210576 * kilocalorie ** 1 * mole ** -1" k3="0.1451204038736 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#7X4:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t133c" k1="1.164042203679 * kilocalorie ** 1 * mole ** -1" k2="0.5561758180293 * kilocalorie ** 1 * mole ** -1" k3="-0.002084040378565 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X4:2]-[#7X3$(*~[#6X3,#6X2]):3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t134" k1="1.899926978151 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3:2]-[#7X3$(*~[#6X3,#6X2]):3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t134a" k1="0.7161905281035 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3$(*-[#6X3,#6X2]):2]-[#7X3$(*-[#6X3,#6X2]):3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t135" k1="0.1680705024235 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7X3$(*-[#6X3,#6X2])r5:2]-@[#7X3$(*-[#6X3,#6X2])r5:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t136" k1="0 * kilocalories_per_mole ** 1" k2="-0.8510285610927 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]@[#7X2:2]@[#7X2:3]@[#7X2,#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t137" k1="10.95014271426 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2:2]-[#7X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t138" k1="0 * kilocalories_per_mole ** 1" k2="2.310033811535 * kilocalorie ** 1 * mole ** -1" k3="-0.7680519659888 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2:2]-[#7X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t138a" k1="0 * kilocalories_per_mole ** 1" k2="5.761310502636 * kilocalorie ** 1 * mole ** -1" k3="0.6506559175102 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]=[#7X2:2]-[#7X2:3]=[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t139" k1="0 * kilocalories_per_mole ** 1" k2="2.759928749787 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X2:2]=,:[#7X2:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t140" k1="0 * kilocalories_per_mole ** 1" k2="14.23212442169 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7X3+1:2]=,:[#7X2:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t141" k1="0 * kilocalories_per_mole ** 1" k2="10.76037451315 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7x3:2]-[#7x3,#6x3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t141a" k1="-1.744009389563 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7x2:2]-[#7x3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t141b" k1="0 * kilocalories_per_mole ** 1" k2="0.1355558684442 * kilocalorie ** 1 * mole ** -1" k3="1.467740822775 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#6x3:2](~[#7,#8,#16])-[#6x3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t141c" k1="1.23543452025 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[!#6;X2:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t142" k1="0 * kilocalories_per_mole ** 1" k2="0.3337043126059 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[!#6;X2:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t142a" k1="0 * kilocalories_per_mole ** 1" k2="-0.7231630385221 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[!#6;X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t142b" k1="0 * kilocalories_per_mole ** 1" k2="-1.882343709569 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[!#6;X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t142c" k1="0 * kilocalories_per_mole ** 1" k2="-0.7231630385221 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[!#6;X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t142d" k1="0 * kilocalories_per_mole ** 1" k2="2.447258511618 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[!#6;X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t142e" k1="0 * kilocalories_per_mole ** 1" k2="-0.7231630385221 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]-[#7X2:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t143" k1="-1.433209694135 * kilocalorie ** 1 * mole ** -1" k2="-1.413297149236 * kilocalorie ** 1 * mole ** -1" k3="-0.03388260121491 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3+0:2]-[#7X2:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t143a" k1="0.7387164034944 * kilocalorie ** 1 * mole ** -1" k2="-0.4301293363505 * kilocalorie ** 1 * mole ** -1" k3="-2.387516093661 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]-[#7X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t143b" k1="-0.4783882803529 * kilocalorie ** 1 * mole ** -1" k2="0.7083101151843 * kilocalorie ** 1 * mole ** -1" k3="0.3855213766148 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3+0:2]-[#7X3:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t143c" k1="0.009801783108544 * kilocalorie ** 1 * mole ** -1" k2="1.121375759966 * kilocalorie ** 1 * mole ** -1" k3="0.6990629153484 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]-[#7X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t143d" k1="-1.303000356228 * kilocalorie ** 1 * mole ** -1" k2="0.3587006779008 * kilocalorie ** 1 * mole ** -1" k3="0.1443144661076 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3+0:2]-[#7X4:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t143e" k1="-0.9783961142677 * kilocalorie ** 1 * mole ** -1" k2="0.8358817097106 * kilocalorie ** 1 * mole ** -1" k3="-1.192788391076 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t144" k1="0.04680925697692 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t144a" k1="2.447539393212 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t144b" k1="0.6022472567855 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t144c" k1="0.770028645241 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X4:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t145" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.466968673144 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X3+0:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t145a" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1810526543987 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X4:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t145b" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1727773773913 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X3+0:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t145c" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="0.1810526543987 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t146" k1="1.094810472787 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="1.376893696039 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t146a" k1="-0.748130190412 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="-1.133748578887 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t146b" k1="0.7986370702773 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.4058651197323 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t146c" k1="0.9243519788316 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="2.187365569626 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X4:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t147" k1="1.073391043073 * kilocalorie ** 1 * mole ** -1" k2="-1.076013033837 * kilocalorie ** 1 * mole ** -1" k3="-0.9205309435863 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X3+0:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t147a" k1="1.229088527624 * kilocalorie ** 1 * mole ** -1" k2="0.4298366693131 * kilocalorie ** 1 * mole ** -1" k3="0.7370362153889 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X4:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t147b" k1="0.0117416751091 * kilocalorie ** 1 * mole ** -1" k2="0.4039731768413 * kilocalorie ** 1 * mole ** -1" k3="0.6900199696246 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X3+0:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t147c" k1="1.229088527624 * kilocalorie ** 1 * mole ** -1" k2="0.4298366693131 * kilocalorie ** 1 * mole ** -1" k3="0.7370362153889 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t148" k1="-0.03332220944131 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="-1.12654725695 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X4:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t148a" k1="-1.474997469631 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.1076074490258 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t148b" k1="-0.8212582004786 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.2342815130745 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X3:3]-[#1:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="180.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t148c" k1="-0.898601882774 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0.2634528981729 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t149" k1="1.385254010351 * kilocalorie ** 1 * mole ** -1" k2="0.9215837636203 * kilocalorie ** 1 * mole ** -1" k3="1.515201524425 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X4:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t149a" k1="0.1894028574204 * kilocalorie ** 1 * mole ** -1" k2="-0.180539725893 * kilocalorie ** 1 * mole ** -1" k3="-0.2852922573639 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t149b" k1="0.3811655323589 * kilocalorie ** 1 * mole ** -1" k2="0.6710502632865 * kilocalorie ** 1 * mole ** -1" k3="0.1110201068125 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X3:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t149c" k1="-0.6008357670206 * kilocalorie ** 1 * mole ** -1" k2="0.02822742931406 * kilocalorie ** 1 * mole ** -1" k3="-0.2873025517266 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X4:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t150" k1="-1.244489474888 * kilocalorie ** 1 * mole ** -1" k2="1.020364074911 * kilocalorie ** 1 * mole ** -1" k3="0.006174895865756 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#16X3+0:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t150a" k1="-0.5000049198338 * kilocalorie ** 1 * mole ** -1" k2="0.587206663536 * kilocalorie ** 1 * mole ** -1" k3="0.4603759126772 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="90.0 * degree ** 1" phase4="0 * radian ** 1" id="t151" k1="0 * kilocalories_per_mole ** 1" k2="1.564132284646 * kilocalorie ** 1 * mole ** -1" k3="0.02930442746786 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="90.0 * degree ** 1" phase4="0 * radian ** 1" id="t151a" k1="0 * kilocalories_per_mole ** 1" k2="1.253700545428 * kilocalorie ** 1 * mole ** -1" k3="-0.5144745734353 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t152" k1="-0.1834426103661 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X3:3]-[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t152a" k1="-2.384522013132 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X3:3]-[#7X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t153" k1="1.52171039973 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X3:3]-[#7X2:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t153a" k1="-1.451442670664 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]=,:[#7X2:3]-,:[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t154" k1="6.011732697846 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3+0:2]=,:[#7X2:3]-,:[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t154a" k1="0.4899054398512 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X4:2]-[#7X2:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0.0 * degree ** 1" id="t155" k1="2.641605331021 * kilocalorie ** 1 * mole ** -1" k2="0.6324818887129 * kilocalorie ** 1 * mole ** -1" k3="0.1101859275192 * kilocalorie ** 1 * mole ** -1" k4="0.437166371087 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X4:1]-[#16X3+0:2]-[#7X2:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0.0 * degree ** 1" id="t155a" k1="2.096458499415 * kilocalorie ** 1 * mole ** -1" k2="-0.6866048066506 * kilocalorie ** 1 * mole ** -1" k3="0.04438282353404 * kilocalorie ** 1 * mole ** -1" k4="0.5156376661162 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X4:2]-[#7X2:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="180.0 * degree ** 1" id="t156" k1="2.338774904354 * kilocalorie ** 1 * mole ** -1" k2="1.721112540829 * kilocalorie ** 1 * mole ** -1" k3="0.6307347768364 * kilocalorie ** 1 * mole ** -1" k4="-0.2746929354202 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X1:1]~[#16X3+0:2]-[#7X2:3]~[#6X3:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="180.0 * degree ** 1" phase3="180.0 * degree ** 1" phase4="180.0 * degree ** 1" id="t156a" k1="-0.638282895129 * kilocalorie ** 1 * mole ** -1" k2="1.958776533927 * kilocalorie ** 1 * mole ** -1" k3="0.8502234680449 * kilocalorie ** 1 * mole ** -1" k4="-0.2621243938472 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X4:2]-[#8X2:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t157" k1="-0.3015547481091 * kilocalorie ** 1 * mole ** -1" k2="-2.437296550974 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#16X3+0:2]-[#8X2:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t157a" k1="-0.7360182952028 * kilocalorie ** 1 * mole ** -1" k2="0.5027373305468 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[#16X2:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t158" k1="0 * kilocalories_per_mole ** 1" k2="2.461322367835 * kilocalorie ** 1 * mole ** -1" k3="0.3946368879274 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[#16X2:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t158a" k1="0 * kilocalories_per_mole ** 1" k2="3.627584495399 * kilocalorie ** 1 * mole ** -1" k3="0.3719185183686 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X2:2]-[#16X3+1:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t158b" k1="0 * kilocalories_per_mole ** 1" k2="3.627584495399 * kilocalorie ** 1 * mole ** -1" k3="0.3719185183686 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#16X3+1:2]-[#16X3+1:3]-[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t158c" k1="0 * kilocalories_per_mole ** 1" k2="3.627584495399 * kilocalorie ** 1 * mole ** -1" k3="0.3719185183686 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#8X2:2]-[#15:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t159" k1="7.39456238727 * kilocalorie ** 1 * mole ** -1" k2="-1.007453496693 * kilocalorie ** 1 * mole ** -1" k3="0.421885206436 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#8X2:1]-[#15:2]-[#8X2:3]-[#6X4:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t160" k1="7.028362861569 * kilocalorie ** 1 * mole ** -1" k2="-1.290148313944 * kilocalorie ** 1 * mole ** -1" k3="-0.4300653767588 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7:2]-[#15:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t161" k1="0 * kilocalories_per_mole ** 1" k2="0.8646761355617 * kilocalorie ** 1 * mole ** -1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[#7:2]-[#15:3]=[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="180.0 * degree ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t162" k1="0 * kilocalories_per_mole ** 1" k2="1.606669522479 * kilocalorie ** 1 * mole ** -1" k3="0.5311807373037 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6X3:1]-[#7:2]-[#15:3]=[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * degree ** 1" phase2="0 * radian ** 1" phase3="0 * radian ** 1" phase4="0 * radian ** 1" id="t163" k1="-0.8418635393507 * kilocalorie ** 1 * mole ** -1" k2="0 * kilocalories_per_mole ** 1" k3="0 * kilocalories_per_mole ** 1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]~[#7:2]=[#15:3]~[*:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0 * radian ** 1" phase2="0 * radian ** 1" phase3="0.0 * degree ** 1" phase4="0 * radian ** 1" id="t164" k1="0 * kilocalories_per_mole ** 1" k2="0 * kilocalories_per_mole ** 1" k3="-0.6175500510877 * kilocalorie ** 1 * mole ** -1" k4="0 * kilocalories_per_mole ** 1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[*:1]-[*:2]#[*:3]-[*:4]" periodicity1="1" phase1="0.0 * degree ** 1" id="t165" k1="0.0 * kilocalorie ** 1 * mole ** -1" idivf1="1.0"></Proper>
<Proper smirks="[*:1]~[*:2]-[*:3]#[*:4]" periodicity1="1" phase1="0.0 * degree ** 1" id="t166" k1="0.0 * kilocalorie ** 1 * mole ** -1" idivf1="1.0"></Proper>
<Proper smirks="[*:1]~[*:2]=[#6,#7,#16,#15;X2:3]=[*:4]" periodicity1="1" phase1="0.0 * degree ** 1" id="t167" k1="0.0 * kilocalorie ** 1 * mole ** -1" idivf1="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1:1]-[#6&!H0:2](-[#6&!H0&!H1:3]-[#6&!H0&!H1&!H2:4])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="3.141592653589793 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-263" k1="1.0244651503013653 * kilocalorie ** 1 * mole ** -1" k2="0.14783310100878527 * kilocalorie ** 1 * mole ** -1" k3="0.30353979591903824 * kilocalorie ** 1 * mole ** -1" k4="-0.04212818180887445 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1:2]-[#6&!H0&!H1:3]-[H:4])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-268" k1="-0.4637566880633609 * kilocalorie ** 1 * mole ** -1" k2="0.17213056330032855 * kilocalorie ** 1 * mole ** -1" k3="0.19404941072682297 * kilocalorie ** 1 * mole ** -1" k4="0.04770528837053649 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8])-[#7&!H0:3]-[#6:4]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-269" k1="1.1340702373643226 * kilocalorie ** 1 * mole ** -1" k2="3.104970369281659 * kilocalorie ** 1 * mole ** -1" k3="0.0525180514171669 * kilocalorie ** 1 * mole ** -1" k4="0.4077521055128349 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8])-[#7:3](-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-270" k1="1.4925591167029681 * kilocalorie ** 1 * mole ** -1" k2="2.2207969132559495 * kilocalorie ** 1 * mole ** -1" k3="0.08867430057454881 * kilocalorie ** 1 * mole ** -1" k4="0.022680090331310344 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0:3](-[#6&!H0:2](-[#6&!H0&!H1:1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-271" k1="-0.134269037188808 * kilocalorie ** 1 * mole ** -1" k2="-0.023511215488827196 * kilocalorie ** 1 * mole ** -1" k3="0.09444503695344773 * kilocalorie ** 1 * mole ** -1" k4="-0.05267006863957319 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:2](-[#6&!H0&!H1:1]-[#6&!H0&!H1&!H2])-[#6:3](=[#8:4])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-272" k1="0.03816884976568012 * kilocalorie ** 1 * mole ** -1" k2="-1.006434752037806 * kilocalorie ** 1 * mole ** -1" k3="-0.07116956583542879 * kilocalorie ** 1 * mole ** -1" k4="0.04697217660264986 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:2](-[#6&!H0&!H1:1]-[#6&!H0&!H1&!H2])-[#6:3](=[#8])-[#7&!H0:4]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-273" k1="-0.0924614486082806 * kilocalorie ** 1 * mole ** -1" k2="-1.0910081525126984 * kilocalorie ** 1 * mole ** -1" k3="-0.010849910194992459 * kilocalorie ** 1 * mole ** -1" k4="-0.21267363358417846 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:3](-[#6&!H0&!H1:2]-[#6&!H0&!H1&!H2:1])-[#6:4](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-274" k1="-0.6529861184743573 * kilocalorie ** 1 * mole ** -1" k2="-0.106913250472078 * kilocalorie ** 1 * mole ** -1" k3="0.38715243016754614 * kilocalorie ** 1 * mole ** -1" k4="0.0225127388509123 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:3](-[#6&!H0&!H1:2]-[#6&!H0&!H1&!H2:1])(-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-275" k1="0.14283367973059644 * kilocalorie ** 1 * mole ** -1" k2="0.1941225867834201 * kilocalorie ** 1 * mole ** -1" k3="-0.05044851474372951 * kilocalorie ** 1 * mole ** -1" k4="-0.06707295927732218 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:2](-[#6&!H0:3](-[#6&!H0&!H1&!H2])-[H:4])-[#6:1](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-277" k1="0.5045326225855816 * kilocalorie ** 1 * mole ** -1" k2="0.006486586428227053 * kilocalorie ** 1 * mole ** -1" k3="-0.01957734063073849 * kilocalorie ** 1 * mole ** -1" k4="-0.024353418917036816 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8])-[#7&!H0:2]-[#6:3]1:[#6&!H0:4]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-278" k1="-0.060096828329766414 * kilocalorie ** 1 * mole ** -1" k2="1.0616100220462672 * kilocalorie ** 1 * mole ** -1" k3="0.02650460447619984 * kilocalorie ** 1 * mole ** -1" k4="-0.025875994559045136 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8])-[#7&!H0:2]-[#6:3]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:4]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-279" k1="0.3410676719398079 * kilocalorie ** 1 * mole ** -1" k2="1.5713442435723841 * kilocalorie ** 1 * mole ** -1" k3="0.18918432079423186 * kilocalorie ** 1 * mole ** -1" k4="0.2592886603402362 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:3](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])(-[#6:2](=[#8:1])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="3.141592653589793 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-280" k1="0.43449835440664836 * kilocalorie ** 1 * mole ** -1" k2="-0.5045872892752302 * kilocalorie ** 1 * mole ** -1" k3="-0.13405758035293439 * kilocalorie ** 1 * mole ** -1" k4="-0.043762169409314614 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8:1])-[#7&!H0:3]-[#6:4]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-281" k1="0.4612647609635141 * kilocalorie ** 1 * mole ** -1" k2="2.737636888055351 * kilocalorie ** 1 * mole ** -1" k3="-0.07371844320009659 * kilocalorie ** 1 * mole ** -1" k4="0.33178621151946863 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8:1])-[#7:3](-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-282" k1="1.446711892267892 * kilocalorie ** 1 * mole ** -1" k2="1.8123502467906614 * kilocalorie ** 1 * mole ** -1" k3="0.21408487417569505 * kilocalorie ** 1 * mole ** -1" k4="0.020155331102164564 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:3](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])(-[#6:2](=[#8])-[#7&!H0:1]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-283" k1="0.23447224958173601 * kilocalorie ** 1 * mole ** -1" k2="-0.711474701767936 * kilocalorie ** 1 * mole ** -1" k3="0.2148012440549949 * kilocalorie ** 1 * mole ** -1" k4="-0.03753456945965687 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6&!H0:3]:[#6:4](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-284" k1="0.013114941902731003 * kilocalorie ** 1 * mole ** -1" k2="2.8302783016226365 * kilocalorie ** 1 * mole ** -1" k3="0.0772869000770262 * kilocalorie ** 1 * mole ** -1" k4="-0.08415163825146935 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6:3](:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-285" k1="0.038960555818154184 * kilocalorie ** 1 * mole ** -1" k2="2.6439518724528797 * kilocalorie ** 1 * mole ** -1" k3="0.2660096897434957 * kilocalorie ** 1 * mole ** -1" k4="0.35905239050979626 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0:4]:[#7:3]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-286" k1="0.039554549568876815 * kilocalorie ** 1 * mole ** -1" k2="1.6229137940562453 * kilocalorie ** 1 * mole ** -1" k3="0.3303103844465714 * kilocalorie ** 1 * mole ** -1" k4="-0.5486505972945014 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0:2]:[#6:3](-[#7&!H0:4]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-287" k1="-0.01143242171715475 * kilocalorie ** 1 * mole ** -1" k2="2.739184788401589 * kilocalorie ** 1 * mole ** -1" k3="-0.10302742018235084 * kilocalorie ** 1 * mole ** -1" k4="0.18179615093561416 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0:2]:[#6:3](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:4]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-288" k1="0.0021656190315254187 * kilocalorie ** 1 * mole ** -1" k2="2.777620594140344 * kilocalorie ** 1 * mole ** -1" k3="0.011941614153952217 * kilocalorie ** 1 * mole ** -1" k4="0.010219624059286326 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:4]:[#6&!H0:3]:[#7:2]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-289" k1="-0.0009953477089696089 * kilocalorie ** 1 * mole ** -1" k2="5.522114514427721 * kilocalorie ** 1 * mole ** -1" k3="0.01813965826743201 * kilocalorie ** 1 * mole ** -1" k4="0.06908776054669076 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6:3](:[#7:2]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-290" k1="0.05912957299707147 * kilocalorie ** 1 * mole ** -1" k2="1.6899443865351393 * kilocalorie ** 1 * mole ** -1" k3="0.4438585241312673 * kilocalorie ** 1 * mole ** -1" k4="-0.6740820065629962 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7:3](-[#6:2]1:[#6&!H0:1]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-291" k1="-0.3523406144047678 * kilocalorie ** 1 * mole ** -1" k2="1.1935654569389076 * kilocalorie ** 1 * mole ** -1" k3="0.2346248116467761 * kilocalorie ** 1 * mole ** -1" k4="-0.20954179805682477 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:2]1:[#6&!H0:1]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0:4]:[#7:3]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-292" k1="0.02340463948758072 * kilocalorie ** 1 * mole ** -1" k2="5.427951333851172 * kilocalorie ** 1 * mole ** -1" k3="0.21787515974316593 * kilocalorie ** 1 * mole ** -1" k4="0.3967114843559102 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0:3]-[#6:4](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-293" k1="-0.05889852293175996 * kilocalorie ** 1 * mole ** -1" k2="1.4931308583943153 * kilocalorie ** 1 * mole ** -1" k3="0.13188252439125472 * kilocalorie ** 1 * mole ** -1" k4="0.07175227951362055 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7:3](-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-294" k1="0.2551856591812374 * kilocalorie ** 1 * mole ** -1" k2="1.1997169493396949 * kilocalorie ** 1 * mole ** -1" k3="0.0037545682532628866 * kilocalorie ** 1 * mole ** -1" k4="0.00049795107590569 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:3]:[#6&!H0:4]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-295" k1="0.004482432087891596 * kilocalorie ** 1 * mole ** -1" k2="2.7683884109284915 * kilocalorie ** 1 * mole ** -1" k3="0.033103883172079414 * kilocalorie ** 1 * mole ** -1" k4="0.05053805517874429 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:3](:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-296" k1="-0.004706634074669769 * kilocalorie ** 1 * mole ** -1" k2="2.7635513565628425 * kilocalorie ** 1 * mole ** -1" k3="-0.05793514905574 * kilocalorie ** 1 * mole ** -1" k4="0.1263085336223341 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:3]1:[#6&!H0:2]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:4]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-297" k1="0.0036317748598874433 * kilocalorie ** 1 * mole ** -1" k2="2.7667039665224418 * kilocalorie ** 1 * mole ** -1" k3="0.05432108136439064 * kilocalorie ** 1 * mole ** -1" k4="0.12595051178942443 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0:2]-[#6:3](=[#8:4])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-298" k1="0.6825944109844081 * kilocalorie ** 1 * mole ** -1" k2="2.4204663697521602 * kilocalorie ** 1 * mole ** -1" k3="0.07405520616972365 * kilocalorie ** 1 * mole ** -1" k4="0.37481081459332316 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0:2]-[#6:3](=[#8])-[#6:4]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-299" k1="0.7408465988751597 * kilocalorie ** 1 * mole ** -1" k2="2.902481482847031 * kilocalorie ** 1 * mole ** -1" k3="-0.011848998361906888 * kilocalorie ** 1 * mole ** -1" k4="0.36976275450411716 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:2]:[#6&!H0:3]:[#7:4]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-300" k1="-0.02172678060836138 * kilocalorie ** 1 * mole ** -1" k2="2.864712230567735 * kilocalorie ** 1 * mole ** -1" k3="-0.15420864267725184 * kilocalorie ** 1 * mole ** -1" k4="-0.21786834430632984 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:2]:[#6:3](:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-301" k1="0.011790702414146398 * kilocalorie ** 1 * mole ** -1" k2="2.827814790550632 * kilocalorie ** 1 * mole ** -1" k3="0.08157242506735811 * kilocalorie ** 1 * mole ** -1" k4="-0.11346474220269183 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6:3](:[#6:2](-[#7&!H0:1]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-302" k1="0.0060243116664299755 * kilocalorie ** 1 * mole ** -1" k2="2.748835828095833 * kilocalorie ** 1 * mole ** -1" k3="0.11898734491697657 * kilocalorie ** 1 * mole ** -1" k4="0.28053646826964895 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:2](-[#7&!H0:1]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:3]:[#6&!H0:4]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-303" k1="0.004305463565850287 * kilocalorie ** 1 * mole ** -1" k2="2.801804062925957 * kilocalorie ** 1 * mole ** -1" k3="0.03658114207582553 * kilocalorie ** 1 * mole ** -1" k4="-0.06306535739525063 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:2](-[#7&!H0:1]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:3](:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-304" k1="0.013306374637612662 * kilocalorie ** 1 * mole ** -1" k2="2.7349590070027556 * kilocalorie ** 1 * mole ** -1" k3="0.10195559455785562 * kilocalorie ** 1 * mole ** -1" k4="0.15877107278557986 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0:1]-[#6:2](=[#8])-[#6:3]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:4]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-306" k1="0.555961022003883 * kilocalorie ** 1 * mole ** -1" k2="0.34666838358032465 * kilocalorie ** 1 * mole ** -1" k3="-0.05537549149583376 * kilocalorie ** 1 * mole ** -1" k4="-0.0357395337041647 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:3](-[#7&!H0:2]-[#6:1](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:4]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-307" k1="0.11400498152775623 * kilocalorie ** 1 * mole ** -1" k2="1.716318815164666 * kilocalorie ** 1 * mole ** -1" k3="0.16863703783108847 * kilocalorie ** 1 * mole ** -1" k4="0.008686733450517181 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:1](=[#8])-[#6:2]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0:4]:[#6:3]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-310" k1="-0.011669348478529682 * kilocalorie ** 1 * mole ** -1" k2="2.7404771105062764 * kilocalorie ** 1 * mole ** -1" k3="-0.08925197498901045 * kilocalorie ** 1 * mole ** -1" k4="0.12342719266547633 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:1](=[#8])-[#6:2]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:3]:2-[#17:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-311" k1="0.04639853444732967 * kilocalorie ** 1 * mole ** -1" k2="2.6304227284513972 * kilocalorie ** 1 * mole ** -1" k3="0.24306467448358626 * kilocalorie ** 1 * mole ** -1" k4="0.21251494815005528 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7:3](-[#6:2](=[#8:1])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-312" k1="1.2439851629683516 * kilocalorie ** 1 * mole ** -1" k2="2.060381208285658 * kilocalorie ** 1 * mole ** -1" k3="0.28749209073493215 * kilocalorie ** 1 * mole ** -1" k4="-0.056649175890365895 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:2](=[#8:1])-[#6:3]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:4]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-314" k1="-0.5433185358272042 * kilocalorie ** 1 * mole ** -1" k2="0.313423129888981 * kilocalorie ** 1 * mole ** -1" k3="-0.19632311057694032 * kilocalorie ** 1 * mole ** -1" k4="0.24664817358457455 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7:3](-[#6:2](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-315" k1="1.7799583674533963 * kilocalorie ** 1 * mole ** -1" k2="2.0017200214140893 * kilocalorie ** 1 * mole ** -1" k3="0.21348676696557575 * kilocalorie ** 1 * mole ** -1" k4="-0.06220648988576139 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0:4]:[#6&!H0:3]:[#6:2]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-318" k1="-0.028120032614456357 * kilocalorie ** 1 * mole ** -1" k2="2.888467842724976 * kilocalorie ** 1 * mole ** -1" k3="-0.20104306369520164 * kilocalorie ** 1 * mole ** -1" k4="-0.28559027615765337 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6:3](:[#6:2]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-319" k1="0.016400937617115433 * kilocalorie ** 1 * mole ** -1" k2="2.8481585235976965 * kilocalorie ** 1 * mole ** -1" k3="0.1335714242406392 * kilocalorie ** 1 * mole ** -1" k4="-0.21829888732611166 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:3]2:[#6:2](-[#17:1]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:4]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-324" k1="0.005056091632174611 * kilocalorie ** 1 * mole ** -1" k2="2.7959207165439097 * kilocalorie ** 1 * mole ** -1" k3="-0.005646278020369117 * kilocalorie ** 1 * mole ** -1" k4="0.06979258945137284 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:3]2:[#6:2](-[#17]):[#6&!H0:1]:[#6&!H0]:[#6&!H0]:[#6:4]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-327" k1="0.019526930359154742 * kilocalorie ** 1 * mole ** -1" k2="2.711572530419625 * kilocalorie ** 1 * mole ** -1" k3="0.1482389062535996 * kilocalorie ** 1 * mole ** -1" k4="0.2234090461048029 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0:1]:[#6&!H0:2]:[#6&!H0:3]:[#6:4]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-328" k1="0.004240021768360041 * kilocalorie ** 1 * mole ** -1" k2="2.7709571341472548 * kilocalorie ** 1 * mole ** -1" k3="0.021469106679118156 * kilocalorie ** 1 * mole ** -1" k4="0.015827523613151193 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0:1]:[#6&!H0:2]:[#6:3]:2-[#17:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-330" k1="0.046075044989866865 * kilocalorie ** 1 * mole ** -1" k2="2.9462094350913928 * kilocalorie ** 1 * mole ** -1" k3="0.28552501828709465 * kilocalorie ** 1 * mole ** -1" k4="-0.3460894908516634 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6:3](:[#6&!H0:2]:[#6&!H0:1]:[#6]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-331" k1="0.003150663893754927 * kilocalorie ** 1 * mole ** -1" k2="2.7992966035557534 * kilocalorie ** 1 * mole ** -1" k3="0.0381911029897044 * kilocalorie ** 1 * mole ** -1" k4="-0.08161267371053302 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6:3](:[#6&!H0:2]:[#6:1]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-332" k1="0.013698437479863965 * kilocalorie ** 1 * mole ** -1" k2="2.831880459268779 * kilocalorie ** 1 * mole ** -1" k3="0.07779526672476755 * kilocalorie ** 1 * mole ** -1" k4="-0.07632880743528346 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6:3](:[#6:2]:2-[#17:1])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-333" k1="0.0013567820863978138 * kilocalorie ** 1 * mole ** -1" k2="2.773526245030708 * kilocalorie ** 1 * mole ** -1" k3="0.04648516079119316 * kilocalorie ** 1 * mole ** -1" k4="0.1270925073496802 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6:3](:[#6:2](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:1]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-334" k1="-0.01001332087185069 * kilocalorie ** 1 * mole ** -1" k2="2.7434098195460943 * kilocalorie ** 1 * mole ** -1" k3="-0.09808434059095515 * kilocalorie ** 1 * mole ** -1" k4="0.1815600531230576 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:2](-[#7:3](-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:4]):[#6&!H0:1]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-335" k1="-0.06789430091971174 * kilocalorie ** 1 * mole ** -1" k2="1.0303102711115686 * kilocalorie ** 1 * mole ** -1" k3="-0.1410951981400569 * kilocalorie ** 1 * mole ** -1" k4="-0.03093169918892385 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7:3](-[#6:2]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:1]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-336" k1="0.5280168555864352 * kilocalorie ** 1 * mole ** -1" k2="1.1666530962361819 * kilocalorie ** 1 * mole ** -1" k3="0.13119724966983357 * kilocalorie ** 1 * mole ** -1" k4="-0.03932435927795804 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:2]1:[#6:3](:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:1]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-337" k1="-0.00424394278908646 * kilocalorie ** 1 * mole ** -1" k2="2.769320045620865 * kilocalorie ** 1 * mole ** -1" k3="-0.03105895455229067 * kilocalorie ** 1 * mole ** -1" k4="0.04684159360197908 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:3](:[#6&!H0:2]:[#7:1]:1)-[H:4]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-338" k1="0.016996484928019844 * kilocalorie ** 1 * mole ** -1" k2="2.8410520542658677 * kilocalorie ** 1 * mole ** -1" k3="0.08588679343067111 * kilocalorie ** 1 * mole ** -1" k4="-0.0675875311267775 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6:2](-[#6&!H0:3](-[#6&!H0&!H1&!H2])-[H:4])(-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:1]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-341" k1="0.6262569956269397 * kilocalorie ** 1 * mole ** -1" k2="0.06239664226057919 * kilocalorie ** 1 * mole ** -1" k3="0.012328351938389472 * kilocalorie ** 1 * mole ** -1" k4="-0.07053035308382122 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0:2](-[#6&!H0&!H1:3]-[H:4])-[H:1])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="0.0 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-342" k1="0.35576211521006745 * kilocalorie ** 1 * mole ** -1" k2="0.06077123871891209 * kilocalorie ** 1 * mole ** -1" k3="0.11116055236151548 * kilocalorie ** 1 * mole ** -1" k4="0.02508625774036381 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6:2](:[#6:3](:[#6]:2-[#17])-[H:4])-[H:1]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-344" k1="0.0072227077696188835 * kilocalorie ** 1 * mole ** -1" k2="2.7521897429979676 * kilocalorie ** 1 * mole ** -1" k3="0.08725462032792466 * kilocalorie ** 1 * mole ** -1" k4="0.1842043454907613 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
<Proper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:2](:[#6:3](:[#7]:1)-[H:4])-[H:1]" periodicity1="1" periodicity2="2" periodicity3="3" periodicity4="4" phase1="0.0 * radian ** 1" phase2="3.141592653589793 * radian ** 1" phase3="0.0 * radian ** 1" phase4="0.0 * radian ** 1" id="p-bespoke-345" k1="0.003037774492646955 * kilocalorie ** 1 * mole ** -1" k2="2.760820116130936 * kilocalorie ** 1 * mole ** -1" k3="0.09340433464472472 * kilocalorie ** 1 * mole ** -1" k4="0.24315729756338353 * kilocalorie ** 1 * mole ** -1" idivf1="1.0" idivf2="1.0" idivf3="1.0" idivf4="1.0"></Proper>
</ProperTorsions>
<ImproperTorsions version="0.3" potential="k*(1+cos(periodicity*theta-phase))" default_idivf="auto">
<Improper smirks="[*:1]~[#6X3:2](~[*:3])~[*:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="10.14166779508 * kilocalorie ** 1 * mole ** -1" id="i1"></Improper>
<Improper smirks="[*:1]~[#6X3:2](~[#8X1:3])~[#8:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="15.48568313292 * kilocalorie ** 1 * mole ** -1" id="i2"></Improper>
<Improper smirks="[*:1]~[#7X3$(*~[#15,#16](!-[*])):2](~[*:3])~[*:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="13.49852565851 * kilocalorie ** 1 * mole ** -1" id="i3"></Improper>
<Improper smirks="[*:1]~[#7X3$(*~[#6X3]):2](~[*:3])~[*:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="0.7543159609767 * kilocalorie ** 1 * mole ** -1" id="i4"></Improper>
<Improper smirks="[*:1]~[#7X3$(*~[#7X2]):2](~[*:3])~[*:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="-2.284973211439 * kilocalorie ** 1 * mole ** -1" id="i5"></Improper>
<Improper smirks="[*:1]~[#7X3$(*@1-[*]=,:[*][*]=,:[*]@1):2](~[*:3])~[*:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="12.27320247902 * kilocalorie ** 1 * mole ** -1" id="i6"></Improper>
<Improper smirks="[*:1]~[#6X3:2](=[#7X2,#7X3+1:3])~[#7:4]" periodicity1="2" phase1="180.0 * degree ** 1" k1="7.735151117006 * kilocalorie ** 1 * mole ** -1" id="i7"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0:1](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:2](=[#8:3])-[#7&!H0:4]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.11166305419627 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-8" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6:1](=[#8])-[#7:2](-[#6:3]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="2.323791684716602 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-9" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0:1]-[#6:2]1:[#6&!H0:3]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7:4]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.069459503894805 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-10" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6:1]1:[#6:2](:[#6:3](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1)-[H:4]" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="9.91741647184351 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-11" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0:1]:[#6:2](-[#7&!H0:3]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:4]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.193633354551233 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-12" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7:2](-[#6:3](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="1.3267756746065886 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-13" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6:1](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6:2](:[#6&!H0:3]:[#7]:1)-[H:4]" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.336551060622673 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-14" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0:1]-[#6:2](=[#8:3])-[#6:4]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.086124880236241 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-15" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6:1](=[#8])-[#6:2]2:[#6:3](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6:4]:2-[#17]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.394232268178396 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-16" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6:1]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0:3]:[#6:2]:2-[#17:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.071005171050135 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-18" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0:1]:[#6:2](:[#6&!H0:3]:[#6]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.040873832631165 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-20" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0:1]:[#6:2](:[#6:3]:2-[#17])-[H:4]):[#6&!H0]:[#6&!H0]:[#7]:1" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.337578802291782 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-21" idivf1="3.0"></Improper>
<Improper smirks="[#6&!H0&!H1&!H2]-[#6&!H0&!H1]-[#6&!H0](-[#6&!H0&!H1]-[#6&!H0&!H1&!H2])-[#6](=[#8])-[#7&!H0]-[#6]1:[#6&!H0]:[#6](-[#7&!H0]-[#6](=[#8])-[#6]2:[#6](-[#17]):[#6&!H0]:[#6&!H0]:[#6&!H0]:[#6]:2-[#17]):[#6&!H0:1]:[#6:2](:[#7:3]:1)-[H:4]" periodicity1="2" phase1="3.141592653589793 * radian ** 1" k1="10.07028230331129 * kilocalorie ** 1 * mole ** -1" id="i-bespoke-22" idivf1="3.0"></Improper>
</ImproperTorsions>
</SMIRNOFF>
We can check out the standard plots to get more information on how well the fitting has gone and how the parameters have changed -- take a look in plots:
! ls plots
correlation_mol0.png parameter_differences_mol0.png error_distributions_mol0.png parameter_values_mol0.png force_error_by_atom_index_mol0.png torsion_sampling_mol0.png loss.png
For example, loss.png displays how the training loss (computed on the training set) and the test loss (computed on a seperate set of samples generated with the MLP) changes during training at each iteration (indexed from 0). Our loss looks reasonably well-converged.
from IPython.display import Image, display
display(Image(filename='plots/loss.png'))
Using your bespoke force field¶
Now we have our bespoke force field, we can use it in our intended application. As a quick illustration, we can easily run some vacuum MD with OpenFF's Toolkit and Interchange packages, and OpenMM. First, we can create an Interchange object which contains all of the information requied to start molecular dynamics.
from openff.toolkit import Molecule, ForceField, Topology
force_field = ForceField('training_iteration_2/bespoke_ff.offxml')
molecule = Molecule.from_smiles('CCC(CC)C(=O)Nc2cc(NC(=O)c1c(Cl)cccc1Cl)ccn2')
molecule.generate_conformers(n_conformers=1)
interchange = force_field.create_interchange(molecule.to_topology())
Now we can run MD with OpenMM:
import openmm
import openmm.unit
from openff.interchange import Interchange
import mdtraj
import nglview
def run_openmm(
interchange: Interchange,
reporter_frequency: int = 1000, # Decrease this to save more frames!
trajectory_name: str = "small_mol_solvated.pdb",
) -> None:
"""Run a simulation using OpenMM."""
simulation = interchange.to_openmm_simulation(
integrator=openmm.LangevinMiddleIntegrator(
300 * openmm.unit.kelvin,
1 / openmm.unit.picosecond,
0.002 * openmm.unit.picoseconds,
),
)
pdb_reporter = openmm.app.PDBReporter(trajectory_name, reporter_frequency)
simulation.reporters.append(pdb_reporter)
simulation.context.setVelocitiesToTemperature(300 * openmm.unit.kelvin)
simulation.runForClockTime(10 * openmm.unit.second)
def visualise_traj(
topology: Topology, filename: str = "small_mol_solvated.pdb"
) -> nglview.NGLWidget:
"""Visualise a trajectory using nglview."""
traj = mdtraj.load(
filename,
top=mdtraj.Topology.from_openmm(topology.to_openmm()),
)
view = nglview.show_mdtraj(traj)
view.add_representation("licorice", selection="water")
return view
run_openmm(interchange)
visualise_traj(interchange.topology)
Cleaning up¶
To remove all files created by presto, you can run presto clean workflow_settings.yaml. This does not remove workflow_settings.yaml, rather uses it to find the expected files and remove them. This will raise an error and exit if it comes across any files it did not generate in directories it would otherwise delete.
! presto clean workflow_settings.yaml
[05/27/26 21:54:24] INFO Cleaning output directory with settings ]8;id=7860215;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/_cli.py\_cli.py]8;;\:]8;id=7860216;file:///home/campus.ncl.ac.uk/nfc78/software/devel/presto-clean/presto/_cli.py#125\125]8;;\ from workflow_settings.yaml
Where next?¶
- How-to → Inspect outputs and plots — diagnose a fit using the plots under
plots/. - How-to → Fit a congeneric series — share parameters across related molecules.
- Reference → Troubleshooting — first-stop for known failure modes.
- Walk-through (Python API) — the same fit, but built programmatically.