kovalp / progs

Implementation of QM/MM simulation algorithms doable with Fireball.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

progs

Implementation of QM/MM simulation algorithms doable with Fireball.

This repository realizes several algorithm to perform quantum mechanical/molecular mechanical simulations using Fireball's methodology.

Downloading / Getting the program

    git clone https://github.com/fireball-QMD/progs 

Installation

    cd progs     # change directory to the root of the Fireball project.
    
    Edit the Makefile in this directory and choose a MACHINE option.
    The purpose of this is in a correct definition of F90 and F77 
    variables for compilation. If you choose GLINUX, it should use
    gfortran for both variables and thus usable on most Linux systems.
    
    make         # compilation of the code

Usage

http://nanosurf.fzu.cz/wiki/doku.php?id=benzen_eigenvalues

About

Implementation of QM/MM simulation algorithms doable with Fireball.

License:GNU General Public License v3.0


Languages

Language:Fortran 83.8%Language:Visual Basic 13.1%Language:Makefile 1.6%Language:Pascal 0.9%Language:DIGITAL Command Language 0.3%Language:C 0.1%Language:Shell 0.1%Language:Python 0.1%