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

Uploaded Source

Built Distribution

qcengine-0.9.0-py3-none-any.whl (101.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qcengine-0.9.0.tar.gz
  • Upload date:
  • Size: 95.8 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.9.0.tar.gz
Algorithm Hash digest
SHA256 fb1bd1fd5be048a6eefc9321e62396e791d19b415d81bcde58e46e741aa50ae8
MD5 868149343049b755ec256463eb1282ab
BLAKE2b-256 177578c78d0d7a92ca122d03e8f516bb7b800054d7971921d6050ae16c4b705d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: qcengine-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 101.2 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.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 92e32f329f4845ef65aca07f5135d1fee1eec223aa3ed39993eabc96d5f41138
MD5 9eb6d148ac0b3666a8a300f9aeb28d74
BLAKE2b-256 ced087f4bdca3ec51b75afd66359a7e8ce3ff7086c908bc6d4a6d6d44800b5c5

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