GQCG / GQCP

The Ghent Quantum Chemistry Package for electronic structure calculations
https://gqcg.github.io/GQCP/
GNU Lesser General Public License v3.0
34 stars 10 forks source link

Adjust Python bindings for LinearExpansion. #1020

Closed dariavh closed 2 years ago

dariavh commented 2 years ago

Short description

We cannot return a GQCP::Tensor<double, 2> type to Python, this should be type casted to a GQCP::Matrix<double> type.

To do