Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change mo_occ dimension detection (#130)
* change mo_occ dimension detection * Changed type to numbers.Number, rather than np.float64 * remove unrestricted tapering block * add QMMM functionality * Update nbed/ham_builder.py Co-authored-by: Michael Williams de la Bastida <[email protected]> * remove old code * revert qmmm changes * Pull in changes from main and bump version yet again. (#136) * BUGFIX: in unrestricted calculations the incorrect hcore was being taken for the beta integrals (#131) * Update from qmmm (#133) * add qmmm to driver * update symmer=>0.0.6, qiskit=>1.2.4 * black and isort * correct typing and replace assert in get_cc_op * black and isort * flake8 * correct version number in pyproject * eplace black config in pyproject * change black version to >22 * update changelog * remove coupled cluster operator form hbuild * added hambuilder changes to log * black * remove build(n_qubits) arg from embed.py calls * change qiskit PauliOP in converter tests * comment out builder tests after refactor * remove builder test for unrestricted taper error * remove unused optional in loc.base * remove unused types in loc.spade * remvoe unused optional type in loc.pyscf * remove unused imports driver * remove unused imports converter * use imports for scf.init all * remove unused imports test_builder * remove unused imports test_embed * remove unused imports test_driver * remove unused imports test_localizers * remove unused imports embed * remove unused imports builder * remove whitespace before colon in builder * bump version to 0.0.5 * bump version to 0.0.5 (#134) * unfix symmer dependence * bump patch version number * poetry update * resolve merge conflicts * remove emrge conflict tags from changlelog * remove emrge conflict tags from pyproject * bump symmer to 0.0.7 * update black version * bump version to 0.0.7 --------- Co-authored-by: TimWeaving <[email protected]> --------- Co-authored-by: TimWeaving <[email protected]> Co-authored-by: Michael Williams de la Bastida <[email protected]> Co-authored-by: TimWeaving <[email protected]> Co-authored-by: MIWdlB <[email protected]>
- Loading branch information