Skip to content

alexandrova-lab-ucla/ChargeFW2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChargeFW2

Application for computing partial atomic charges using selected empirical methods. ChargeFW2 is the computational core of Atomic Charge Calculator II.

See the short description of implemented methods.

Compilation requirements

Tested on Fedora 32-34 and Ubuntu 20.04. Other version of the libraries might work too however this was not tested.

Installation

After downloading and unpacking the sources, run the following in the ChargeFW2 directory:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=<WHERE-TO-INSTALL> -DCMAKE_BUILD_TYPE=Release
$ make
$ make install

Usage

The documentation for the application and its Python bindings is located in the doc folder.

About

The core part of Atomic Charge Calculator II.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.6%
  • CMake 2.7%
  • Python 2.3%
  • C 0.4%