Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 433 Bytes

cofimaker

command-line tool for manipulating atomic coordinate files and more

license: AGPLv3

language: fortran

usage: cofima --task [options]

help: cofima --help

installation on a linux computer:

  • download source code
  • go to directory with source code
  • (if not done yet, load or install a fortran compiler (for example gfortran) and linear algebra library "Lapack")
  • (if needed, edit the file "Makefile")
  • type "make"