jturney / ambit

C++ library for the implementation of tensor product calculations through a clean, concise user interface.
GNU Lesser General Public License v3.0
21 stars 9 forks source link

Sync `LabeledTensorAddition` #46

Closed JonathonMisiewicz closed 2 years ago

JonathonMisiewicz commented 2 years ago

This PR removes the Py-side LabeledTensorAddition class. A list of the changes on the C++ layer:

JonathonMisiewicz commented 2 years ago

I imagine approve + tests pass = ready to merge.

jturney commented 2 years ago

Indeed. The tests were still running when I approved.