Name | pyscf JSON |
Version |
2.7.0
JSON |
| download |
home_page | None |
Summary | PySCF: Python-based Simulations of Chemistry Framework |
upload_time | 2024-09-26 06:03:42 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | Apache-2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
<div align="left">
<img src="https://github.com/pyscf/pyscf-doc/blob/master/logo/pyscf-logo.png" height="80px"/>
</div>
Python-based Simulations of Chemistry Framework
-----------------------------------------------
[![Build Status](https://github.com/pyscf/pyscf/workflows/CI/badge.svg)](https://github.com/pyscf/pyscf/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/pyscf/pyscf/branch/master/graph/badge.svg)](https://codecov.io/gh/pyscf/pyscf)
2024-09-23
* [Stable release 2.7.0](https://github.com/pyscf/pyscf/releases/tag/v2.7.0)
* [Changelog](../master/CHANGELOG)
* [Documentation](http://www.pyscf.org)
* [Installation](#installation)
* [Features](../master/FEATURES)
# Installation
* Install stable release:
pip install pyscf
* New features developed in recent years are available in the pyscf-forge package:
pip install pyscf-forge
* Certain modules are maintained as extensions of PySCF, such as dispersion,
dmrgscf, fciqmc, icmpspt, properties, semiempirical, shciscf ... (more on
https://github.com/pyscf) can be installed using pip:
pip install pyscf[all]
An individual extension can be installed:
pip install pyscf[dispersion]
* More details of custom installation can be found in
[installation manual](http://pyscf.org/install.html#compiling-from-source-code)
# Citing PySCF
## Base PySCF
The following paper should be cited in publications utilizing the PySCF program package:
[Recent developments in the PySCF program package](https://doi.org/10.1063/5.0006074),
Qiming Sun, Xing Zhang, Samragni Banerjee, Peng Bao, Marc Barbry, Nick S. Blunt, Nikolay A. Bogdanov, George H. Booth, Jia Chen, Zhi-Hao Cui, Janus J. Eriksen, Yang Gao, Sheng Guo, Jan Hermann, Matthew R. Hermes, Kevin Koh, Peter Koval, Susi Lehtola, Zhendong Li, Junzi Liu, Narbe Mardirossian, James D. McClain, Mario Motta, Bastien Mussard, Hung Q. Pham, Artem Pulkin, Wirawan Purwanto, Paul J. Robinson, Enrico Ronca, Elvira R. Sayfutyarova, Maximilian Scheurer, Henry F. Schurkus, James E. T. Smith, Chong Sun, Shi-Ning Sun, Shiv Upadhyay, Lucas K. Wagner, Xiao Wang, Alec White, James Daniel Whitfield, Mark J. Williamson, Sebastian Wouters, Jun Yang, Jason M. Yu, Tianyu Zhu, Timothy C. Berkelbach, Sandeep Sharma, Alexander Yu. Sokolov, and Garnet Kin-Lic Chan,
*J. Chem. Phys.*, **153**, 024109 (2020). doi:[10.1063/5.0006074](https://doi.org/10.1063/5.0006074)
## Density functional calculations
As PySCF does not implement density functionals, instead employing external libraries to handle their evaluation, these libraries should also be cited in publications employing PySCF for density functional calculations.
If your calculation employed Libxc, cite
[Recent developments in libxc — A comprehensive library of functionals for density functional theory](https://doi.org/10.1016/j.softx.2017.11.002),
Susi Lehtola, Conrad Steigemann, Micael J.T. Oliveira, and Miguel A.L. Marques,
*SoftwareX* **7**, 1 (2018). doi:[10.1016/j.softx.2017.11.002](https://doi.org/10.1016/j.softx.2017.11.002)
If your calculation employed XCFun, cite
[Arbitrary-order density functional response theory from automatic differentiation](https://doi.org/10.1021/ct100117s),
Ulf Ekström, Lucas Visscher, Radovan Bast, Andreas J. Thorvaldsen, and Kenneth Ruud,
*J. Chem. Theory Comput.* **6**, 1971 (2010). doi:[10.1021/ct100117s](https://doi.org/10.1021/ct100117s)
# Bug reports and feature requests
Please submit tickets on the [issues](https://github.com/pyscf/pyscf/issues) page.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyscf",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "Qiming Sun <osirpt.sun@gmail.com>",
"keywords": null,
"author": null,
"author_email": "Qiming Sun <osirpt.sun@gmail.com>",
"download_url": null,
"platform": null,
"description": "<div align=\"left\">\n <img src=\"https://github.com/pyscf/pyscf-doc/blob/master/logo/pyscf-logo.png\" height=\"80px\"/>\n</div>\n\nPython-based Simulations of Chemistry Framework\n-----------------------------------------------\n[![Build Status](https://github.com/pyscf/pyscf/workflows/CI/badge.svg)](https://github.com/pyscf/pyscf/actions?query=workflow%3ACI)\n[![codecov](https://codecov.io/gh/pyscf/pyscf/branch/master/graph/badge.svg)](https://codecov.io/gh/pyscf/pyscf)\n\n2024-09-23\n\n* [Stable release 2.7.0](https://github.com/pyscf/pyscf/releases/tag/v2.7.0)\n* [Changelog](../master/CHANGELOG)\n* [Documentation](http://www.pyscf.org)\n* [Installation](#installation)\n* [Features](../master/FEATURES)\n\n\n# Installation\n\n* Install stable release:\n\n pip install pyscf\n\n* New features developed in recent years are available in the pyscf-forge package:\n\n pip install pyscf-forge\n\n* Certain modules are maintained as extensions of PySCF, such as dispersion,\n dmrgscf, fciqmc, icmpspt, properties, semiempirical, shciscf ... (more on\n https://github.com/pyscf) can be installed using pip:\n\n pip install pyscf[all]\n\n An individual extension can be installed:\n\n pip install pyscf[dispersion]\n\n* More details of custom installation can be found in\n [installation manual](http://pyscf.org/install.html#compiling-from-source-code)\n\n\n# Citing PySCF\n\n## Base PySCF\nThe following paper should be cited in publications utilizing the PySCF program package:\n\n[Recent developments in the PySCF program package](https://doi.org/10.1063/5.0006074),\nQiming Sun, Xing Zhang, Samragni Banerjee, Peng Bao, Marc Barbry, Nick S. Blunt, Nikolay A. Bogdanov, George H. Booth, Jia Chen, Zhi-Hao Cui, Janus J. Eriksen, Yang Gao, Sheng Guo, Jan Hermann, Matthew R. Hermes, Kevin Koh, Peter Koval, Susi Lehtola, Zhendong Li, Junzi Liu, Narbe Mardirossian, James D. McClain, Mario Motta, Bastien Mussard, Hung Q. Pham, Artem Pulkin, Wirawan Purwanto, Paul J. Robinson, Enrico Ronca, Elvira R. Sayfutyarova, Maximilian Scheurer, Henry F. Schurkus, James E. T. Smith, Chong Sun, Shi-Ning Sun, Shiv Upadhyay, Lucas K. Wagner, Xiao Wang, Alec White, James Daniel Whitfield, Mark J. Williamson, Sebastian Wouters, Jun Yang, Jason M. Yu, Tianyu Zhu, Timothy C. Berkelbach, Sandeep Sharma, Alexander Yu. Sokolov, and Garnet Kin-Lic Chan,\n*J. Chem. Phys.*, **153**, 024109 (2020). doi:[10.1063/5.0006074](https://doi.org/10.1063/5.0006074)\n\n## Density functional calculations\n\nAs PySCF does not implement density functionals, instead employing external libraries to handle their evaluation, these libraries should also be cited in publications employing PySCF for density functional calculations.\n\nIf your calculation employed Libxc, cite\n\n[Recent developments in libxc \u2014 A comprehensive library of functionals for density functional theory](https://doi.org/10.1016/j.softx.2017.11.002),\nSusi Lehtola, Conrad Steigemann, Micael J.T. Oliveira, and Miguel A.L. Marques,\n*SoftwareX* **7**, 1 (2018). doi:[10.1016/j.softx.2017.11.002](https://doi.org/10.1016/j.softx.2017.11.002)\n\nIf your calculation employed XCFun, cite\n\n[Arbitrary-order density functional response theory from automatic differentiation](https://doi.org/10.1021/ct100117s),\nUlf Ekstr\u00f6m, Lucas Visscher, Radovan Bast, Andreas J. Thorvaldsen, and Kenneth Ruud,\n*J. Chem. Theory Comput.* **6**, 1971 (2010). doi:[10.1021/ct100117s](https://doi.org/10.1021/ct100117s)\n\n# Bug reports and feature requests\n\nPlease submit tickets on the [issues](https://github.com/pyscf/pyscf/issues) page.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "PySCF: Python-based Simulations of Chemistry Framework",
"version": "2.7.0",
"project_urls": {
"Documentation": "http://www.pyscf.org",
"Homepage": "http://www.pyscf.org",
"Repository": "https://github.com/pyscf/pyscf"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d1235dc3ca0fa7ce768ec5c28be496f7c4ea2c70ffca1c9629ac4545a0b2ac37",
"md5": "f594ddfc675bbf952da2abd89565802c",
"sha256": "ec4b4356a2e1d801b92757235925efdde1ff6ecf99f0ec1d6d9c1307b5468d6f"
},
"downloads": -1,
"filename": "pyscf-2.7.0-py3-none-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f594ddfc675bbf952da2abd89565802c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 37928749,
"upload_time": "2024-09-26T06:03:42",
"upload_time_iso_8601": "2024-09-26T06:03:42.211980Z",
"url": "https://files.pythonhosted.org/packages/d1/23/5dc3ca0fa7ce768ec5c28be496f7c4ea2c70ffca1c9629ac4545a0b2ac37/pyscf-2.7.0-py3-none-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "43383bf96ff39535a3d8f853a8345fbae9747cf9b4fe9f8b8ce36dd42f83645d",
"md5": "351822353bba6e5a389c9473553af43c",
"sha256": "e76aee018da70ccd393a8a5f851a1738098c7289f4394ea840b441aaa692b470"
},
"downloads": -1,
"filename": "pyscf-2.7.0-py3-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "351822353bba6e5a389c9473553af43c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 32896099,
"upload_time": "2024-09-26T05:43:19",
"upload_time_iso_8601": "2024-09-26T05:43:19.140016Z",
"url": "https://files.pythonhosted.org/packages/43/38/3bf96ff39535a3d8f853a8345fbae9747cf9b4fe9f8b8ce36dd42f83645d/pyscf-2.7.0-py3-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a08636a975aca3c3ce4db2e0fadac152528b16e01115b76521280822ba28c69b",
"md5": "058d9ba6cd43d1e1f0dea50cb96a5cf5",
"sha256": "b83a6685dceac36173a75fcd3366cf528527c5c9236bfa86845b9ebcc490d5a9"
},
"downloads": -1,
"filename": "pyscf-2.7.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "058d9ba6cd43d1e1f0dea50cb96a5cf5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 48650157,
"upload_time": "2024-09-26T06:02:37",
"upload_time_iso_8601": "2024-09-26T06:02:37.852277Z",
"url": "https://files.pythonhosted.org/packages/a0/86/36a975aca3c3ce4db2e0fadac152528b16e01115b76521280822ba28c69b/pyscf-2.7.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-26 06:03:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pyscf",
"github_project": "pyscf",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "pyscf"
}