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.2.tar.gz (61.7 kB view details)

Uploaded Source

Built Distribution

qcengine-0.6.2-py3-none-any.whl (47.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qcengine-0.6.2.tar.gz
  • Upload date:
  • Size: 61.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.25.0 CPython/3.6.7

File hashes

Hashes for qcengine-0.6.2.tar.gz
Algorithm Hash digest
SHA256 99b04f6eaafc21f6db19e70708b173d6d6360389bc822c89fe116d4e55eabea0
MD5 3f76af26c050cdbcffd6d399892e20a5
BLAKE2b-256 7b4460cd9417b3b62fc3df59baced7edbf8ff8d5e1118b9a86e34bb95624c1c2

See more details on using hashes here.

Provenance

File details

Details for the file qcengine-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: qcengine-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 47.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.25.0 CPython/3.6.7

File hashes

Hashes for qcengine-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1c9e7fc2f934edbd664cfb8d4ae7a957b3003af7621fcef1dcc185060506cdd9
MD5 5674a5323ef420500c0069dcd88c2c95
BLAKE2b-256 d21fa9643fc9845d4bec12db216d329df4f134b76756417b242180836887c523

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