AlexandriaChemistry/ACT

Python binder for ACT

Open

#59 opened on Dec 10, 2021

View on GitHub
 (5 comments) (1 reaction) (0 assignees)C++ (2 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be great if we could import ACT in python.

for example:

import act

mymol = act.MyMol() mymol.set_filename(filename=benzen.sdf) mymol.acm() ;generates ACM charges mymol.mol2() ;generates .mol2 file containing coordinates and charges. mymol.openmm() ;generates force field parameter file for openMM.

More people will use ACT if they can import in python. This way it will be also easier for us to interface with OpenMM in one python script.

Contributor guide