Calculate potential energy
Energy Minimization
Calculate Partial Charges
Scientific libraries barely pay attention for providing clean public API. We believe that a well-designed public API is key to unlocking the full potential of force fields.
The most thing we appreciate here is the extendability. Many other projects are not open-source, overtuned to unextendable form or simply have no public low level API.
No complex dependency tree or heavy platform are required! We try to implement everything with the least requirements.
JME is built with Java, a versatile programming language that offers speed, reliability, and scalability
JME is implemented on top of the most famous java library in chemoinformatics. You can directly use it along with CDK.
Supported Force Fields
JME now supports two highly regarded force fields, MMFF94 and MMFF94s. Development team has implemented and nearly fully validated these force fields, and we're continually working on adding more in the future. We're also hard at work on integrating molecular dynamics into JME. Stay tuned for more updates insha allah!
Use JME through Maven
Adding JME to your Maven project is quick and easy. Simply include it as a dependency in your project's pom.xml file and you'll be up and running in no time.
<dependency> <groupId>io.github.ramimanaf</groupId> <artifactId>jme</artifactId> <version>1.0.0</version> </dependency>