Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 414 Bytes

TinkerP: Python Implementation of Tinker

Introduction

TinkerP is a python implementation of Tinker. Currently it supports atomic multipole calculations of AMOEBA and HIPPO.

Using TinkerP

Energy can be evaluated using the following command: python analyze.py -k {keyfile} {xyzfile} e

Unit Testing

To run unit tests, run "python -m unittest" in command line.