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.

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")

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

Uploaded Source

Built Distribution

qcengine-0.8.0-py3-none-any.whl (99.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qcengine-0.8.0.tar.gz
  • Upload date:
  • Size: 93.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for qcengine-0.8.0.tar.gz
Algorithm Hash digest
SHA256 735a1e4a31eef25b6d4c0675678df25a15eee212c0a166127867a25bd7fcc0d4
MD5 9515181acedfcb37f22fc59c5cb89f3b
BLAKE2b-256 f273ca6c77c300350049c22380e5f511ecb08d363c52b378c472856a0e891581

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: qcengine-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for qcengine-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd2b7d662ff3167a2ab7e70238709b745dbbda775d7c5795ea78b9d299365793
MD5 383946a7e261b7287564d97409615953
BLAKE2b-256 4c25cb4ac07e1d87089b6b53d6f2cc098c5f65855d09867fdf7811e488a3e49f

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