ForceBalance API  1.3
Automated optimization of force fields and empirical potentials
Project Roadmap

ForceBalance is a work in progress and is continually being improved and expanded! Here are some current and future project development ideas.

Some notes on updating the version:

The formalism for the version number goes something like this:

v1.2.1[ab][1-9]

where:

To manually specify a release, create a tag and push it to the remote repository: git tag -a v1.2.1 -m "version 1.2.1" git push –tags

The version number should then be automatically generated by "git describe" which is run by setup.py at installation.

Finally, remember to update the version number in the documentation generation scripts!

Most Recently Implemented (version 1.3.0):

Current Development Goals, for version 1.3.1:

Longterm Development Ideas