mol and mol2

mol and mol2

The keyword mol provides the initial molecular coordinates.
For certain tasks, such as transition state searches, a second structure must be specified using the mol2 option.

Explicit XYZ Coordinates

You can simply provide XYZ coordinates in Ångström:

XYZ File Name

You can provide the name of the XYZ file (including the path, if necessary):

PDB File Name

You can provide the name of the PDB file (including the path, if necessary):

Theoretical Background

XYZ File Format

    An XYZ file is a text format used to describe the geometry of a molecule. Its structure is as follows:
  1. Number of atoms: The first line contains an integer representing the total number of atoms in the molecule.
  2. Comment line: The second line is typically a comment, which may provide additional information about the molecule.
  3. Atomic coordinates: Each subsequent line includes the element symbol of an atom followed by its Cartesian coordinates (x, y, z), typically expressed in Ångströms.

PDB File Format

The Protein Data Bank (PDB) file format is a comprehensive text format widely used to store three-dimensional structural information of biological macromolecules, such as proteins and nucleic acids.
Each PDB file contains detailed information, including the molecule's name, source species, sequence, secondary structure, and crystallographic parameters.
In Qbics, only atomic records are used—specifically, lines beginning with ATOM and HETATM.

    Each atomic record in a PDB file provides detailed information about an atom:
  1. Record Type: Indicates the type of record, such as ATOM or HETATM.
  2. Atom Serial Number: A unique identifier for each atom.
  3. Atom Name: The element symbol, possibly with additional characters to distinguish atoms within the same residue.
  4. Residue Name: The name of the residue (e.g., ALA for alanine).
  5. Residue Sequence Number: The position of the residue in the sequence.
  6. X, Y, Z Coordinates: The atom’s Cartesian coordinates in Ångströms.
  7. Occupancy: The fraction of the molecule present at this position (a crystallographic parameter not used by Qbics).
  8. Temperature Factor (B-factor): Indicates atomic displacement or mobility (also not used by Qbics).
  9. Element Symbol: The chemical element symbol.
Warning

Some software generates PDB files without the "Element Symbol" column. In such cases, Qbics will attempt to infer the element symbol from the "Atom Name" column. However, this approach is risky and should be avoided, as "Atom Name" is, in principle, arbitrary and can be misleading. For example, CLA may refer to either a chlorine or a carbon atom, depending on the context of the PDB file. Therefore, it is strongly recommended to always include the "Element Symbol" column in PDB files used for Qbics calculations.

Input Examples

Example: Transition State Search Using mol and mol2 to Specify Reactant and Product

Perform a transition state search using the NEB method at the xTB level of theory, with the reactant and product structures specified in mol and mol2, respectively:

In this file, the structures defined by mol and mol2 are shown below: