Date: Tue, 5 May 2020 05:13:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534024 - head/science/votca Message-ID: <202005050513.0455DqGW089195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue May 5 05:13:52 2020 New Revision: 534024 URL: https://svnweb.freebsd.org/changeset/ports/534024 Log: science/votca: Enable the XTP library Modified: head/science/votca/Makefile head/science/votca/pkg-plist Modified: head/science/votca/Makefile ============================================================================== --- head/science/votca/Makefile Tue May 5 03:58:10 2020 (r534023) +++ head/science/votca/Makefile Tue May 5 05:13:52 2020 (r534024) @@ -3,6 +3,7 @@ PORTNAME= votca DISTVERSIONPREFIX= v DISTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -15,11 +16,13 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-l libexpat.so:textproc/expat2 \ libfftw3.so:math/fftw3 \ libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/szip \ + libxc.so:science/libxc USES= cmake eigen:3 perl5 pkgconfig python:run shebangfix SHEBANG_GLOB= *.sh *.pl *.py -SHEBANG_FILES= csg/scripts/csg_call.in csg/scripts/csg_inverse.in tools/scripts/votca_compare.in +SHEBANG_FILES= csg/scripts/csg_call.in csg/scripts/csg_inverse.in tools/scripts/votca_compare.in \ + xtp/scripts/xtp_update_mapfile.in xtp/scripts/xtp_basisset.in xtp/scripts/xtp_makeauxbasis.in xtp/share/benchmark/xtp_benchmark.in USE_GITHUB= yes USE_LDCONFIG= yes GH_TUPLE= \ @@ -30,5 +33,7 @@ GH_TUPLE= \ votca:csg-tutorials:dd8df99ce7548e2ad7c819fcd8e617946d532493:votca_csg_tutorials/csg-tutorials \ votca:csg-manual:85fbc7e8a7469db31eb3597f9c651d51a4ef5d2b:votca_csg_manual/csg-manual \ votca:xtp-tutorials:a7a608b5752db59f6d94482ff5ace36e7faa21aa:votca_xtp_tutorials/xtp-tutorials + +CMAKE_ON= BUILD_XTP .include <bsd.port.mk> Modified: head/science/votca/pkg-plist ============================================================================== --- head/science/votca/pkg-plist Tue May 5 03:58:10 2020 (r534023) +++ head/science/votca/pkg-plist Tue May 5 05:13:52 2020 (r534024) @@ -16,6 +16,14 @@ bin/csg_reupdate bin/csg_stat bin/votca_compare bin/votca_property +bin/xtp_basisset +bin/xtp_dump +bin/xtp_makeauxbasis +bin/xtp_map +bin/xtp_parallel +bin/xtp_run +bin/xtp_tools +bin/xtp_update_mapfile include/votca/csg/basebead.h include/votca/csg/bead.h include/votca/csg/beadlist.h @@ -113,6 +121,135 @@ include/votca/tools/types.h include/votca/tools/unitconverter.h include/votca/tools/version.h include/votca/tools/votca_config.h +include/votca/xtp/ERIs.h +include/votca/xtp/IndexParser.h +include/votca/xtp/adiis.h +include/votca/xtp/adiis_costfunction.h +include/votca/xtp/amplitude_integration.h +include/votca/xtp/anderson_mixing.h +include/votca/xtp/aobasis.h +include/votca/xtp/aomatrix.h +include/votca/xtp/aomatrix3d.h +include/votca/xtp/aopotential.h +include/votca/xtp/aoshell.h +include/votca/xtp/aotransform.h +include/votca/xtp/atom.h +include/votca/xtp/atomcontainer.h +include/votca/xtp/basisset.h +include/votca/xtp/bfgs-trm.h +include/votca/xtp/bse.h +include/votca/xtp/bse_operator.h +include/votca/xtp/bse_population.h +include/votca/xtp/bsecoupling.h +include/votca/xtp/bseoperator_btda.h +include/votca/xtp/calculatorfactory.h +include/votca/xtp/chargecarrier.h +include/votca/xtp/checkpoint.h +include/votca/xtp/checkpoint_utils.h +include/votca/xtp/checkpointreader.h +include/votca/xtp/checkpointtable.h +include/votca/xtp/checkpointwriter.h +include/votca/xtp/classicalsegment.h +include/votca/xtp/convergenceacc.h +include/votca/xtp/couplingbase.h +include/votca/xtp/cubefile_writer.h +include/votca/xtp/cudamatrix.h +include/votca/xtp/cudapipeline.h +include/votca/xtp/davidsonsolver.h +include/votca/xtp/density_integration.h +include/votca/xtp/dftcoupling.h +include/votca/xtp/dftengine.h +include/votca/xtp/diis.h +include/votca/xtp/dipoledipoleinteraction.h +include/votca/xtp/ecpaobasis.h +include/votca/xtp/ecpaoshell.h +include/votca/xtp/ecpbasisset.h +include/votca/xtp/eeinteractor.h +include/votca/xtp/eigen.h +include/votca/xtp/energy_costfunction.h +include/votca/xtp/energy_terms.h +include/votca/xtp/esp2multipole.h +include/votca/xtp/espfit.h +include/votca/xtp/extractorfactory.h +include/votca/xtp/filterfactory.h +include/votca/xtp/forces.h +include/votca/xtp/fourcenter.h +include/votca/xtp/geometry_optimization.h +include/votca/xtp/glink.h +include/votca/xtp/gnode.h +include/votca/xtp/grid.h +include/votca/xtp/grid_containers.h +include/votca/xtp/gridbox.h +include/votca/xtp/gw.h +include/votca/xtp/gwbse.h +include/votca/xtp/gwbseengine.h +include/votca/xtp/gyration.h +include/votca/xtp/hist.h +include/votca/xtp/huffmantree.h +include/votca/xtp/job.h +include/votca/xtp/jobapplication.h +include/votca/xtp/jobcalculator.h +include/votca/xtp/jobcalculatorfactory.h +include/votca/xtp/jobtopology.h +include/votca/xtp/kmccalculator.h +include/votca/xtp/logger.h +include/votca/xtp/matrixfreeoperator.h +include/votca/xtp/md2qmengine.h +include/votca/xtp/mmregion.h +include/votca/xtp/nbo.h +include/votca/xtp/newton_rapson.h +include/votca/xtp/optimiser_costfunction.h +include/votca/xtp/orbitals.h +include/votca/xtp/paircalculator.h +include/votca/xtp/parallelxjobcalc.h +include/votca/xtp/polarregion.h +include/votca/xtp/polarsite.h +include/votca/xtp/populationanalysis.h +include/votca/xtp/ppm.h +include/votca/xtp/progressobserver.h +include/votca/xtp/qmatom.h +include/votca/xtp/qmcalculator.h +include/votca/xtp/qmfragment.h +include/votca/xtp/qmmolecule.h +include/votca/xtp/qmnblist.h +include/votca/xtp/qmpackage.h +include/votca/xtp/qmpackagefactory.h +include/votca/xtp/qmpair.h +include/votca/xtp/qmregion.h +include/votca/xtp/qmstate.h +include/votca/xtp/qmthread.h +include/votca/xtp/qmtool.h +include/votca/xtp/radial_euler_maclaurin_rule.h +include/votca/xtp/rate_engine.h +include/votca/xtp/region.h +include/votca/xtp/regular_grid.h +include/votca/xtp/rpa.h +include/votca/xtp/segid.h +include/votca/xtp/segment.h +include/votca/xtp/segmentmapper.h +include/votca/xtp/settings.h +include/votca/xtp/sigma_base.h +include/votca/xtp/sigma_exact.h +include/votca/xtp/sigma_ppm.h +include/votca/xtp/sphere_lebedev_rule.h +include/votca/xtp/stateapplication.h +include/votca/xtp/statefilter_base.h +include/votca/xtp/statesaver.h +include/votca/xtp/statetracker.h +include/votca/xtp/staticregion.h +include/votca/xtp/staticsite.h +include/votca/xtp/symmetric_matrix.h +include/votca/xtp/threecenter.h +include/votca/xtp/toolfactory.h +include/votca/xtp/topology.h +include/votca/xtp/trustregion.h +include/votca/xtp/vc2index.h +include/votca/xtp/version.h +include/votca/xtp/votca_config.h +include/votca/xtp/vxc_functionals.h +include/votca/xtp/vxc_grid.h +include/votca/xtp/vxc_potential.h +include/votca/xtp/xtpapplication.h lib/cmake/VOTCA_CSG/VOTCA_CSGConfig.cmake lib/cmake/VOTCA_CSG/VOTCA_CSGConfigVersion.cmake lib/cmake/VOTCA_CSG/VOTCA_CSG_Targets-%%CMAKE_BUILD_TYPE%%.cmake @@ -126,7 +263,14 @@ lib/libvotca_csg.so lib/libvotca_csg.so.7 lib/libvotca_tools.so lib/libvotca_tools.so.7 +lib/libvotca_xtp.so +lib/libvotca_xtp.so.7 man/man1/votca_property.1.gz +man/man1/xtp_dump.1.gz +man/man1/xtp_map.1.gz +man/man1/xtp_parallel.1.gz +man/man1/xtp_run.1.gz +man/man1/xtp_tools.1.gz man/man7/votca-tools.7.gz %%DATADIR%%/csg-tutorials/.travis.yml %%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/LJ1-LJ1.dist.tgt @@ -745,3 +889,1425 @@ man/man7/votca-tools.7.gz %%DATADIR%%/xml/csg_defaults.xml %%DATADIR%%/xml/mapping.xml %%DATADIR%%/xml/topol.xml +%%DATADIR%%/xtp-tutorials/.travis.yml +%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/change_energy.py +%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/lifetimes.xml +%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/run.sh +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MD_FILES/conf.gro +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MD_FILES/topol.tpr +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_e.mps +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_h.mps +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_n.mps +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_n2s1.mps +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_s1.mps +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/OPTIONFILES/qmmm_mm.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/.ls +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/neutral/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/polar/log2mps.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/polar/molpol.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/polar/output.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/polar/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/anion_geo/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/.ls +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/neutral/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/polar/log2mps.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/polar/molpol.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/polar/output.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/polar/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/cation_geo/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/anion/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/cation/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/log2mps.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/polar/log2mps.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/polar/molpol.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/polar/output.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/polar/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/g09/neutral_geo/system.com +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/methane.xyz +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/qmmm.xml +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/run.sh +%%DATADIR%%/xtp-tutorials/GROMACS/Methane/system.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.data +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.init +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.output +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.run +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.settings +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/newfile.data +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/traj.dump +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/log2mps.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/molpol.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/polar.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.gbw +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.inp +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.log +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.pc_chelpg +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.prop +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.vpot +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system_property.txt +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/thiophene_n-pol.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/thiophene_n.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/log2mps.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/molpol.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/polar.xml +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.gbw +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.inp +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.log +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.pc_chelpg +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.prop +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.vpot +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system_property.txt +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/thiophene_e-pol.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/thiophene_e.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_0_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_100_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_101_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_102_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_103_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_104_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_105_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_106_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_107_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_108_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_109_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_10_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_110_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_111_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_112_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_113_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_114_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_115_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_116_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_117_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_118_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_119_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_11_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_120_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_121_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_122_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_123_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_124_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_125_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_126_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_127_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_128_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_129_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_12_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_130_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_131_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_132_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_133_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_134_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_135_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_136_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_137_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_138_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_139_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_13_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_140_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_141_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_142_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_143_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_144_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_145_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_146_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_147_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_148_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_149_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_14_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_150_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_151_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_152_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_153_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_154_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_155_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_156_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_157_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_158_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_159_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_15_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_160_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_161_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_162_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_163_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_164_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_165_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_166_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_167_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_168_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_169_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_16_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_170_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_171_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_172_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_173_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_174_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_175_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_176_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_177_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_178_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_179_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_17_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_180_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_181_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_182_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_183_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_184_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_185_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_186_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_187_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_188_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_189_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_18_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_190_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_191_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_192_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_193_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_194_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_195_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_196_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_197_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_198_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_199_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_19_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_1_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_200_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_201_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_202_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_203_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_204_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_205_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_206_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_207_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_208_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_209_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_20_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_210_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_211_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_212_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_213_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_214_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_215_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_216_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_217_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_218_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_219_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_21_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_220_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_221_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_222_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_223_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_224_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_225_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_226_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_227_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_228_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_229_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_22_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_230_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_231_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_232_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_233_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_234_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_235_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_236_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_237_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_238_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_239_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_23_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_240_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_241_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_242_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_243_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_244_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_245_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_246_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_247_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_248_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_249_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_24_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_250_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_251_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_252_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_253_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_254_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_255_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_256_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_257_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_258_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_259_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_25_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_260_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_261_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_262_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_263_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_264_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_265_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_266_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_267_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_268_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_269_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_26_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_270_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_271_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_272_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_273_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_274_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_275_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_276_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_277_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_278_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_279_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_27_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_280_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_281_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_282_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_283_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_284_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_285_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_286_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_287_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_288_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_289_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_28_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_290_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_291_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_292_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_293_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_294_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_295_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_296_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_297_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_298_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_299_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_29_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_2_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_300_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_301_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_302_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_303_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_304_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_305_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_306_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_307_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_308_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_309_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_30_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_310_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_311_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_312_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_313_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_314_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_315_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_316_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_317_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_318_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_319_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_31_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_320_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_321_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_322_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_323_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_324_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_325_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_326_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_327_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_328_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_329_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_32_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_330_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_331_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_332_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_333_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_334_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_335_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_336_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_337_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_338_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_339_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_33_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_340_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_341_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_342_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_343_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_344_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_345_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_346_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_347_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_348_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_349_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_34_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_350_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_351_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_352_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_353_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_354_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_355_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_356_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_357_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_358_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_359_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_35_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_360_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_361_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_362_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_363_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_364_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_365_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_366_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_367_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_368_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_369_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_36_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_370_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_371_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_372_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_373_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_374_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_375_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_376_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_377_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_378_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_379_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_37_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_380_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_381_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_382_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_383_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_384_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_385_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_386_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_387_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_388_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_389_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_38_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_390_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_391_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_392_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_393_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_394_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_395_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_396_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_397_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_398_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_399_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_39_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_3_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_400_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_401_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_402_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_403_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_404_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_405_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_406_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_407_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_408_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_409_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_40_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_410_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_411_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_412_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_413_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_414_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_415_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_416_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_417_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_418_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_419_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_41_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_420_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_421_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_422_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_423_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_424_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_425_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_426_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_427_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_428_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_429_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_42_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_430_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_431_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_432_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_433_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_434_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_435_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_436_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_437_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_438_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_439_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_43_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_440_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_441_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_442_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_443_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_444_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_445_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_446_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_447_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_448_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_449_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_44_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_450_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_451_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_452_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_453_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_454_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_455_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_456_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_457_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_458_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_459_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_45_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_460_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_461_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_462_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_463_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_464_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_465_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_466_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_467_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_468_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_469_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_46_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_470_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_471_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_472_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_473_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_474_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_475_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_476_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_477_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_478_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_479_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_47_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_480_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_481_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_482_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_483_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_484_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_485_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_486_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_487_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_488_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_489_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_48_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_490_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_491_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_492_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_493_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_494_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_495_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_496_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_497_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_498_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_499_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_49_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_4_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_500_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_501_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_502_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_503_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_504_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_505_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_506_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_507_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_508_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_509_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_50_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_510_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_511_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_512_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_513_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_514_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_515_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_516_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_517_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_518_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_519_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_51_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_520_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_521_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_522_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_523_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_524_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_525_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_526_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_527_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_528_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_529_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_52_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_530_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_531_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_532_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_533_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_534_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_535_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_536_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_537_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_538_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_539_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_53_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_540_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_541_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_542_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_543_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_544_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_545_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_546_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_547_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_548_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_549_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_54_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_550_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_551_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_552_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_553_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_554_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_555_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_556_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_557_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_558_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_559_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_55_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_560_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_561_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_562_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_563_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_564_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_565_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_566_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_567_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_568_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_569_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_56_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_570_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_571_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_572_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_573_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_574_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_575_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_576_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_577_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_578_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_579_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_57_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_580_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_581_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_582_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_583_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_584_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_585_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_586_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_587_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_588_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_589_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_58_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_590_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_591_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_592_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_593_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_594_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_595_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_596_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_597_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_598_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_599_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_59_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_5_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_600_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_601_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_602_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_603_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_604_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_605_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_606_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_607_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_608_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_609_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_60_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_610_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_611_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_612_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_613_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_614_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_615_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_616_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_617_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_618_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_619_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_61_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_620_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_621_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_622_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_623_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_624_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_625_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_626_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_627_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_628_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_629_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_62_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_630_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_631_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_632_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_633_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_634_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_635_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_636_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_637_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_638_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_639_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_63_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_640_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_641_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_642_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_643_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_644_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_645_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_646_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_647_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_648_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_649_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_64_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_650_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_651_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_652_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_653_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_654_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_655_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_656_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_657_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_658_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_659_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_65_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_660_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_661_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_662_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_663_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_664_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_665_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_666_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_667_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_668_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_669_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_66_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_670_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_671_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_672_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_673_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_674_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_675_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_676_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_677_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_678_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_679_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_67_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_680_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_681_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_682_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_683_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_684_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_685_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_686_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_687_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_688_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_689_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_68_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_690_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_691_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_692_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_693_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_694_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_695_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_696_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_697_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_698_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_699_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_69_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_6_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_700_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_701_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_702_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_703_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_704_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_705_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_706_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_707_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_708_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_709_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_70_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_710_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_711_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_712_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_713_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_714_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_715_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_716_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_717_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_718_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_719_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_71_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_720_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_721_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_722_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_723_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_724_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_725_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_726_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_727_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_728_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_729_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_72_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_730_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_731_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_732_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_733_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_734_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_735_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_736_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_737_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_738_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_739_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_73_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_740_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_741_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_742_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_743_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_744_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_745_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_746_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_747_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_748_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_749_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_74_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_750_n2s1.mps +%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_751_n2s1.mps *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005050513.0455DqGW089195>