Skip to content

The core part of Atomic Charge Calculator II.

License

Notifications You must be signed in to change notification settings

ioChris/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-36 and Ubuntu 20.04-22.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

Docker

Rather than installing all dependencies, you can run ChargeFW2 directly in a docker container:

$ cd docker  
$ docker build -t chargefw2 .
$ docker run -it chargefw2

Usage

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

How to cite

If you found ChargeFW2 or Atomic Charge Calculator II helpful, please cite: Raček, T., Schindler, O., Toušek, D., Horský, V., Berka, K., Koča, J., & Svobodová, R. (2020). Atomic Charge Calculator II: web-based tool for the calculation of partial atomic charges. Nucleic Acids Research.

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.7%
  • CMake 2.5%
  • Python 2.2%
  • Other 0.6%