Welcome to Atomsciflow Docs’s documentation!

The AtomSciFlow project is a workflow manager for scientific research involving atoms.

The Python interface

Using of atomsciflow in python is like:

>>> from atomsciflow.gamessus import GamessUS
>>> task = GamessUs()
>>> task.get_xyz("CH4.xyz")
>>> task.run("job-running")

Indices and tables