Supported programs

Supported compute engines in chemcloud can be checked as follows:

from chemcloud import CCClient

client = CCClient()
client.supported_engines
["psi4", "terachem_fe", "rdkit", ...]

Please see BigChem Algorithms for details on parallel execution algorithms unique to the BigChem compute engine.