Logo
latest

Links

  • Go back to ioChem-BD central

User guide

  • Create module walktrough
  • Uploading content into Create
  • Publish a dataset into Browse
  • Generating reports
  • Video tutorials

Installation guide

  • System requirements
  • Steps prior installation
  • Installation procedure
  • Creating users and groups
  • Publishing endpoints definition
  • Post-installation steps
  • Advanced system configuration

FAQ

  • General usage
  • Administration
  • Errors

Data conversion

  • How to use this help?
  • Feature matrix
  • From chemical codes to CML
    • ADF
    • AMS
    • Amber
    • CASTEP
    • Gaussian
    • GROMACS
    • GronOR
    • LAMMPS
    • MOLCAS
    • MOPAC
      • input.file
      • optimization
      • geometry
      • energies
      • total.time
      • input.data
      • vibrations
      • header
    • Orca
    • QuantumEspresso
    • Turbomole
    • VASP
  • From CML to HTML5 report
  • Conversion test dataset
ioChem-BD
  • Docs »
  • From chemical codes to CML »
  • MOPAC »
  • header
  • Edit on GitHub

header¶

Implementation level¶
Type Status
CML extraction template image1
HTML5 representation image2
Template attributes¶
Attribute Value
source MOPAC log
id header
name MOPAC header
pattern \s?\*+\s?$\s?\*+\s?Site#.*
endPattern \s*
endOffset 0
repeat *
xml:base header.xml
Input
*******************************************************************************
** Site#: 24836        For non-commercial use only     Version 16.093L 64BITS**
*******************************************************************************
** Cite this program as: MOPAC2016, Version: 16.093L, James J. P. Stewart,   **
** Stewart Computational Chemistry, web: HTTP://OpenMOPAC.net. Days left:  87**
*******************************************************************************
**                                                                           **
**                                MOPAC2016                                  **
**                                                                           **
*******************************************************************************
Output text
<comment class="example.output" id="header">
        <module cmlx:templateRef="header">
          <scalar dataType="xsd:string" dictRef="cc:programSubversion">16.093L 64BITS</scalar>
          <scalar dataType="xsd:string" dictRef="cc:programVersion">2016</scalar>
       </module>
    </comment>
Template definition
<templateList>  <template id="programLine1" pattern=".*Version.*" endPattern=".*">    <record>.*Version\s+{X,cc:programSubversion}\*\*</record>
        </template>  <template id="programLine2" pattern="\s?\*\*\s+MOPAC.*" endPattern=".*">    <record>\s?\*\*\s+MOPAC{X,cc:programVersion}\s*\*\*</record>
        </template>
    </templateList>
<transform process="pullup" xpath=".//cml:scalar" repeat="2" />
<transform process="delete" xpath=".//cml:list" />
<transform process="delete" xpath=".//cml:module" />
Next Previous

© Copyright 2023, ioChem-BD software Revision 3be14859.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.