Giter VIP home page Giter VIP logo

qcat's Introduction

QCAT

A Fortran program of Quasi-Classical Adiabatic Trajectory for collision of two molecules. (under development)

Intro

  • Unit : atomic unit (in code)

  • Language : Fortran 95

  • Requirement : Intel Fortran Compiler, MKL

Usage

  1. Clone all codes.
  2. Connect your PES in Interface.f90.
  3. Modify input file with any name.
  4. Modify compiler and input file name in the Makefile.
  5. make.

Note that the test case is OHCH4 system, whose PES could be obtained from Prof. Bin JIANG upon request. [ J. Li and H. Guo, J Chem Phys 143, 221103 (2015). ]

Keyword in input file

  • temperature real value (K), default 298.15 K.
  • ensemble NVE, NVT, Nose-Hoover thermostat
  • timestep real value (fs), default 0.01 fs.
  • ntraj the number of trajectories, default 1.
  • nstep the number of steps in each trajectories.
  • nprint print frequency of system properties.
  • nxyz print frequency of trajectory.

Developing Progress

**Finished : **

  1. initialize molecule
    1. remove center of mass
    2. rotate molecule to principal axis
  2. initialize trajectory
    1. random rotation
    2. random thermal momentum
    3. random rotational state
    4. random vibrational state
    5. remove translational and angular momentum
  3. propagate trajectory
    1. Velocity Verlet
    2. Nose-Hoover thermostat
  4. interface and utilities
    1. interface to standard PES (coordinates and energy)
    2. gradient and hessian matrix, vibrational analysis
    3. pseudo-inversion of matrix

**TODO : **

  1. the correctness of all kinds of momentum
  2. analysis of final states and trajectory
  3. treatment of ZPE

qcat's People

Contributors

wbfan95 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.