This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,37 +1,5 @@ | ||
QCPortal | ||
Status | ||
============================== | ||
[//]: # (Badges) | ||
[![Continuous Integration](https://github.com/MolSSI/QCPortal/workflows/CI%20workflow%20for%20GHA/badge.svg)](https://github.com/MolSSI/QCPortal/actions?query=workflow%3A%22CI+workflow+for+GHA%22) | ||
|
||
A client interface to the QC Archive Project. | ||
|
||
This standalone client serves to hook into QCFractal instances from remote or local | ||
locations and is designed for end-users who which to access the QCFractal stores. | ||
|
||
### Issues | ||
|
||
All issues should be reported to the [QCFractal issue tracker](https://github.com/MolSSI/QCFractal/issues/new/choose). | ||
This repository is automatically updated from the main QCFractal source code and is only used for deployment of the QCPortal package. | ||
|
||
### QCPortal Version descriptions with QCFractal | ||
|
||
QCPortal's release versions mostly match QCFractal's releases with the following standard form | ||
|
||
```X.Y.Z``` | ||
|
||
for Major (X), Minor(Y), and Patch(Z) version respectively. However, because Portal is intrinsicly linked to | ||
Fractal, the following rules must be adhered to: | ||
1. Major release version **must** be the same as Fractal | ||
2. Minor release version **must** be the same as Fractal | ||
3. Patch version is unrestricted and can differ from Fractal | ||
|
||
### Copyright | ||
|
||
Copyright (c) 2018, Molecular Software Sciences Institute (MolSSI) | ||
|
||
|
||
#### Acknowledgements | ||
|
||
Project based on the | ||
[Computational Chemistry Python Cookiecutter](https://github.com/choderalab/cookiecutter-python-comp-chem) | ||
|
||
As of v0.50, this repository has now been superceded by a single monorepo deployment from QCFractal (https://github.com/MolSSI/QCFractal). | ||
All changes to QCPortal should go there. |