Skip to content

A Fortran program about optimizing the geometry of transition state.

License

Notifications You must be signed in to change notification settings

wbfan95/ExactTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# ExactTS
A Fortran program about optimizing the geometry of transition state. 

**Author :** Wenbin FAN ([email protected])
**Supervisor :** Prof. Yongle LI

# Intro

This program can optimize the geometry on existing potential energy surface (PES), including the transition state and local minimum/maximum. Then the vibrational analysis will be output in GaussView format. 

**Input files :** your PES in Fortran, initial guess in .xyz format at `TS.xyz`.
Output files : `freq_out.txt` for logging the frequencies during optimization, `freq_visual.log` for viewing the vibrational analysis

# Usage

1. Interface your PES at `interface.f90`,
2. show a initial guess of geometry in .xyz format at `TS.xyz`,
3. modify the Makefile,
4. `make` once,
5. use `./ExactTS` later for running this program. 

About

A Fortran program about optimizing the geometry of transition state.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published