Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors:
- family-names: Booth
given-names: George H.
title: "ebcc: Coupled cluster calculations on electron-boson systems"
version: 1.6.0
version: 1.6.1
date-released: 2024-12-03
url: "https://github.com/BoothGroup/ebcc"
2 changes: 1 addition & 1 deletion ebcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from __future__ import annotations

"""Version of the package."""
__version__ = "1.6.0"
__version__ = "1.6.1"

"""List of supported ansatz types."""
METHOD_TYPES = ["MP", "CC", "LCC", "QCI", "QCC", "DC"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ebcc"
version = "1.6.0"
version = "1.6.1"
description = "Coupled cluster calculations on electron-boson systems"
keywords = [
"quantum", "chemistry",
Expand Down
Loading