cisert / a2md

Anisotropic Models of Electron Density

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A2MD

Anisotropic Analitically Modelled Density

NOTE: We are retraining the networks, to ensure reproducibility

brochure

Summary

A2MD is an ensamble of modules that aim to allow to work with electron density, model it, and predict it. It is based on the use of atom centered exponential functions with anisotropic modifications to model bonding density.

The A2MD repository contains:

  • a2mdlib: read/write chemical formats.
  • a2md: fit models of electron electron density
  • a2mdnet: prediction of model parameters using a deep learning approach
  • cdens: a fast C executable to sample density
  • a2mdtests: small ensemble of molecules to test the methodology
  • scripts: the methodology turned into a cli set of tools
  • examples

Read the docs folder to learn to use the library and the CLI tools.

Dependencies

Some of the most important dependencies are:

  • numpy
  • torch
  • torchani (1.2)

We provide a "requirements.txt" to ease installation through pip.

Contact

There is a lot of things to polish, and we'd love feedback. Don't hesitate to contact us:

bruno.czvuria@upm.es

Licence

This project is distributed under a GNU GPL v3.0, so the only restriction is to distribute closed source versions.

About

Anisotropic Models of Electron Density

License:GNU General Public License v3.0


Languages

Language:Python 92.7%Language:C 7.2%Language:Shell 0.1%