Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jun 3, 2024
1 parent ee29d20 commit 23e1eb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,18 @@
from `manybody.py` to `core.py` but it was already a top-level import. @loriab
* [\#30](https://github.com/MolSSI/QCManyBody/pull/30) Intf -- low-level "core" interface now requires named arguments
beyond the first recognizable ones (mol, bsse_type, levels). @loriab
* [\#32](https://github.com/MolSSI/QCManyBody/pull/32) Intf -- "high-level" interface now no longer stores QCVariables
(or any other results dicts) in extras @loriab
* [\#32](https://github.com/MolSSI/QCManyBody/pull/32) Utils -- `qcmanybody.utils.collect_vars` now returns with keys
from ManyBodyResultProperties rather than QCVariables. @loriab

#### New Features

* [\#32](https://github.com/MolSSI/QCManyBody/pull/32) QCSchema -- a new function
`ManyBodyResultProperties.to_qcvariables()` returns a translation map to QCVariables keys. @loriab
* [\#32](https://github.com/MolSSI/QCManyBody/pull/32) QCSchema -- a new function
`qcmanybody.utils.translate_qcvariables(map)` switches between QCVariable and QCSchema keys. @loriab

#### Enhancements

* [\#28](https://github.com/MolSSI/QCManyBody/pull/28) Intf -- high-level interface is now importable from the top level
Expand Down
3 changes: 3 additions & 0 deletions qcmanybody/computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
import qcportal


__all__ = ["ManyBodyComputer"]


class BaseComputerQCNG(ProtoModel):
"""Base class for "computers" that plan, run, and process QC tasks."""

Expand Down

0 comments on commit 23e1eb5

Please sign in to comment.