Skip to main content

A compute wrapper for Quantum Chemistry.

Project description

QCEngine

Travis Build Status codecov Language grade: Python Documentation Status Anaconda-Server Badge Chat on Slack

Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry.

Available Compute Programs:

Available Procedures:

Example

A simple example of QCEngine's capabilities is as follows:

>>> import qcengine as qcng
>>> import qcelemental as qcel

>>> mol = qcel.models.Molecule.from_data("""
O  0.0  0.000  -0.129
H  0.0 -1.494  1.027
H  0.0  1.494  1.027
""")

>>> inp = qcel.models.ResultInput(
    molecule=mol,
    driver="energy",
    model={"method": "SCF", "basis": "sto-3g"},
    keywords={"scf_type": "df"}
    )

These input specifications can be executed with the compute function along with a program specifier:

>>> ret = qcng.compute(inp, "psi4", return_dict=False)

The results contain a complete record of the computation:

>>> ret.return_result
-74.45994963230625

>>> ret.properties.scf_dipole_moment
[0.0, 0.0, 0.6635967188869244]

>>> ret.provenance.cpu
Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz

See the documentation for more information.

License

BSD-3C. See the License File for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qcengine-0.6.1.tar.gz (60.0 kB view details)

Uploaded Source

File details

Details for the file qcengine-0.6.1.tar.gz.

File metadata

  • Download URL: qcengine-0.6.1.tar.gz
  • Upload date:
  • Size: 60.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.7

File hashes

Hashes for qcengine-0.6.1.tar.gz
Algorithm Hash digest
SHA256 dd65842b21eeecdc2c793e1e84bf88d99f950dd201142118652d9b0ecba12b0d
MD5 10fc615774554ba761ee5c35c90ea627
BLAKE2b-256 64a2a95d0255c119d1a475224055203c9f6a648821de0cca1f6b6a46cbd41db1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page