Henri Menke

Results 237 comments of Henri Menke

A first attempt at creating a Flatpak can be found here now: https://github.com/pairinteraction/org.pairinteraction.Pairinteraction There are still some things that need to be done and input is very much appreciated: -...

We now have our first Flatpak, built on GitHub Actions. You can download it from this link: https://nightly.link/pairinteraction/org.pairinteraction.Pairinteraction/actions/artifacts/546010996.zip Unzip the downloaded archive and install the extracted bundle with ``` flatpak...

Here are two screenshots of the Flatpak in a Fedora Workstation VM. - Pairinteraction in the application launcher: ![Screenshot from 2023-02-09 11-45-00](https://user-images.githubusercontent.com/1903556/218075752-5b7f9c4d-979a-447a-bd63-e22d97fffc65.png) - Main window with example calculation: ![Screenshot from...

Please try out the new version where I added a QSplitter to make the two panels resizable. https://nightly.link/pairinteraction/org.pairinteraction.Pairinteraction/actions/artifacts/550930303.zip [screencast.webm](https://user-images.githubusercontent.com/1903556/218129609-12fe1f62-60b1-42d3-b42a-efe7180dc92e.webm)

Btw, creating field maps is currently broken in the Flatpak version but that is an actual bug in pairinteraction: https://github.com/pairinteraction/pairinteraction/issues/133

There is only a single overload of `getC3` for `std::vector`, whereas `getC6` has overloads for both `StateTwo` and `std::vector< StateTwo>`. That's why it works with `getC6`. As a workaround you...

@the-hampel If this feature is appropriate, could you please rebuild the Docker images from the Dockerfiles on this branch?