-
Notifications
You must be signed in to change notification settings - Fork 75
Documents for pyscf-forge and extensions #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sunqm
wants to merge
1
commit into
pyscf:master
Choose a base branch
from
sunqm:deps-extensions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
.. _extensions_list: | ||
|
||
Extensions and optional dependencies | ||
************************************ | ||
|
||
PySCF is structured into three hierarchical levels of features: core | ||
modules, forge modules, and extensions. In addition, some features are provided | ||
as optional dependencies, enhancing PySCF functionality. | ||
|
||
* **Core Modules**: These modules provide fundamental functionalities such as | ||
basic DFT computations and integral evaluations. They serve as the | ||
foundational building blocks for other packages and features. The APIs in | ||
these modules are relatively stable, and performance optimization is not the | ||
primary focus. | ||
|
||
* **PySCF Forge**: This repository includes newly developed functionalities that | ||
are in the staging phase. Features in the forge may eventually be integrated | ||
into the core modules. For further details, refer to :ref:`pyscf_forge`. | ||
|
||
* **Extensions**: Extensions are not intended to become part of the core | ||
modules. They are designed to accommodate experimental features, specific | ||
optimizations, or libraries that require complex compilation environments or | ||
dependencies. These extensions rely on the core modules for functionality. The | ||
PySCF organization commits to maintaining these extensions to ensure | ||
compatibility with other components of PySCF. | ||
|
||
* **Optional Dependencies**: Many features and modules are developed by the | ||
community using the PySCF APIs. The key distinction between optional | ||
dependencies and extensions is that the PySCF organization does not maintain | ||
these optional dependencies. | ||
|
||
List of Extensions | ||
================== | ||
|
||
(To be listed here: | ||
Names, brief descriptions, and installation instructions) | ||
|
||
Summary | ||
------- | ||
|
||
=================== ========================================================= | ||
Project URL | ||
=================== ========================================================= | ||
cornell-shci https://github.com/pyscf/cornell-shci | ||
dispersion https://github.com/pyscf/dispersion | ||
dmrgscf https://github.com/pyscf/dmrgscf | ||
doci https://github.com/pyscf/doci | ||
fciqmc https://github.com/pyscf/fciqmc | ||
forge https://github.com/pyscf/pyscf-forge | ||
icmpspt https://github.com/pyscf/icmpspt | ||
mbd https://github.com/pyscf/mbd | ||
naive-hci https://github.com/pyscf/naive-hci | ||
nao https://github.com/pyscf/nao | ||
properties https://github.com/pyscf/properties | ||
qsdopt https://github.com/pyscf/qsdopt | ||
rt https://github.com/pyscf/rt | ||
semiempirical https://github.com/pyscf/semiempirical | ||
shciscf https://github.com/pyscf/shciscf | ||
tblis https://github.com/pyscf/pyscf-tblis | ||
gpu4pyscf https://github.com/pyscf/gpu4pyscf | ||
=================== ========================================================= | ||
|
||
List of Optional Dependencies | ||
============================= | ||
(To be listed here: | ||
Names, brief descriptions, and links to the dependencies) | ||
|
||
Summary | ||
------- | ||
|
||
=================== ========================================================= | ||
Project URL | ||
=================== ========================================================= | ||
cas_ac0 https://github.com/CQCL/pyscf-ac0 | ||
ccpy https://github.com/piecuch-group/ccpy | ||
cppe https://github.com/maxscheurer/cppe | ||
ebcc https://github.com/BoothGroup/ebcc | ||
dftd3 https://github.com/dftd3/simple-dftd3 | ||
pyqmc https://github.com/WagnerGroup/pyqmc | ||
zquatev https://github.com/sunqm/zquatev | ||
geometric https://github.com/leeping/geomeTRIC | ||
pyberny https://github.com/jhrmnn/pyberny | ||
=================== ========================================================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
.. _pyscf_forge: | ||
|
||
PySCF-Forge | ||
*********** | ||
|
||
PySCF-Forge is a platform designed to host innovative methodologies that may | ||
eventually be integrated into the main PySCF core branch. | ||
|
||
Installation | ||
============ | ||
PySCF-forge can be installed via PyPI:: | ||
|
||
$ pip install pyscf-forge | ||
|
||
Alternatively, you can build it from the source code:: | ||
|
||
$ pip install git+https://github.com/pyscf/pyscf-forge | ||
|
||
Using modules in PySCF-Forge | ||
============================ | ||
Once you have installed both PySCF and PySCF-Forge, you can access the features | ||
of PySCF-forge just like the regular features in PySCF, using `from pyscf import | ||
...` statement. Although these source code of the modules are hosted in a | ||
separate repository, they function as part of the PySCF package. | ||
|
||
Please note that the APIs and usage of modules within PySCF-Forge may be subject to | ||
change. Particularly, when a module is transferred from PySCF-Forge to the core | ||
branch, modifications to module names or function APIs may occur. | ||
|
||
Contributing to PySCF-Forge | ||
=========================== | ||
Contributing to the PySCF-Forge repository provides an opportunity for your | ||
methodologies to be reviewed and potentially integrated into the PySCF core | ||
branch. By placing your code into PySCF-forge, | ||
PySCF maintainers will provide feedback and help evaluate the integration | ||
potential of your work. | ||
|
||
It is important to note that not all code submitted to PySCF-Forge will be moved | ||
to the core branch. Such decisions require approval from the board. For a | ||
detailed guide on contributing, please refer to the | ||
[Guidelines](https://github.com/pyscf/pyscf-forge/blob/master/CONTRIBUTING.md). | ||
|
||
How to transfer a feature from forge to core? | ||
============================================= | ||
To ensure a smooth transition of features from PySCF-Forge to the PySCF core | ||
branch, the following steps should be followed: | ||
|
||
* Duration Requirement: A feature must have been part of PySCF-Forge for at | ||
least six months before it can be considered for transfer to the core branch. | ||
This period allows for adequate testing and refinement. | ||
|
||
* Initiating Transfer: Developers who wish to transfer a feature should | ||
open an issue on the PySCF-Forge GitHub repository to request the migration. | ||
This proposal will initiate a discussion in the PySCF board to consider the transfer. | ||
|
||
* Maintenance Commitment: Identify and propose a volunteer who commits to | ||
being responsible for the long-term maintenance of the feature. | ||
|
||
Co-authorship | ||
============= | ||
When a feature is added to the PySCF-forge, it is crucial to recognize the | ||
contributions of individuals. Here are the guidelines for co-authorship in the | ||
context of the PySCF project: | ||
|
||
* Initial Contribution: The original contributor of a feature to the | ||
PySCF-forge is eligible for co-authorship. | ||
|
||
* Long-term Maintenance: Individuals who commit to the long-term | ||
maintenance of the feature also qualify for co-authorship. Their ongoing | ||
efforts to update, optimize, and support the feature are critical. | ||
|
||
* Documentation and Testing: Documenting the feature and creating comprehensive | ||
tests are important to the stability and usability of the feature. | ||
Contributors who play significant roles in these works are qualified for | ||
co-authorship. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nao is no longer maintained. Remove it from the list?