9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-27 23:12:05 +02:00
qp2/GITHUB.md
Anthony Scemama 81bc60eb58
Merge develop-toto and manus (#12)
* Fixed energies of non-expected s2

* Moved diag_algorithm in Davdison

* Fixed travis

* Added print_ci_vector

* Documentation

* Cleaned qp_set_mo_class.ml

* Removed Core in taskserver

* Frozen core for heavy atoms

* Improved molden module

* In sync with manus

* Fixed some of the documentation errors
2019-03-06 14:12:55 +01:00

870 B

GitHub Branches

master The current up-to-date working branch, that users download It should only contain the latest release and bug fixes.

develop-toto Toulouse development branch

develop-manus Parise development branch

develop It is a fork of the master branch with new developments that will be merged in the master branch for the next release. Other development branches should be merged on this one.

gh-pages This is an independent branch, containing only the web site of QP2.

How to make a bug fix

git-flow should be used:

[git-flow]

For each bug fix, create a new branch. Then, when the bug is fixed and the test are all OK, merge (squash) the bug fix commits in both the master and the develop branches.