Codebase list votca-xtp / debian/1.6.3-1 tutorials / LAMMPS / KMC_Thiophene / OPTIONFILES / qmmm_mm.xml
debian/1.6.3-1

Tree @debian/1.6.3-1 (Download .tar.gz)

qmmm_mm.xml @debian/1.6.3-1raw · history · blame

<options>
    <qmmm help="Executes qmmm calculations for individual molecules and clusters" section="sec:qmmm">
        <print_regions_pdb>true</print_regions_pdb>
        <max_iterations>50</max_iterations>
        <openmp_threads>1</openmp_threads>
        <map_file>system.xml</map_file>
 <job_file>qmmm_mm_jobs.xml</job_file>
        <write_parse>
            <states>n e h</states>
        </write_parse>
        
        <regions>
            <region>
                <id>0</id>
                <type>polar</type>
                <options_polar>OPTIONFILES/polar.xml</options_polar>
                <segments>jobfile</segments>
                <cutoff>
                    <geometry>n</geometry>
                    <radius>1.5</radius>
                </cutoff>
            </region>
            <region>
                <id>1</id>
                <type>static</type>
                <cutoff>
                    <relative_to_explicit_segs>true</relative_to_explicit_segs>
                    <geometry>n</geometry>
                    <radius>2.2</radius>
                    <region>0</region>
                </cutoff>
            </region>
        </regions>
    </qmmm>

</options>