shivupa / polyquant

Multiple quantum particles
MIT License
1 stars 1 forks source link

Replace Eigen::placeholders::all with Eigen::all #68

Open shivupa opened 2 years ago

shivupa commented 2 years ago

We are required to use this because the Ubuntu testing image only has an outdated eigen. One way to get around this might be to use a custom testing image like we made for cclib, but that then becomes 1 more thing to maintain.