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

Fix compiler warning and error when including ambit. #59

Closed JonathonMisiewicz closed 1 year ago

JonathonMisiewicz commented 1 year ago

Fixes an error when other programs (like Forte) tried to include ambit. ambit's files could say to include an invalid cmake version.

Also fixes many compiler warnings.