Sebastian Gsänger

Results 6 issues of Sebastian Gsänger

I'm having trouble executing `./cpt.py --last-stable pkg` on arch linux: - https://github.com/root-project/cling/blob/758b053e64c84baca0f5094d7d4d7d84e7f7cf60/tools/packaging/cpt.py#L2318 and https://github.com/root-project/cling/blob/758b053e64c84baca0f5094d7d4d7d84e7f7cf60/tools/packaging/cpt.py#L2423 use the deprecated `platform.dist()` which has been removed somewhen in python 3 and thus crashes. You...

Investigate compatibility of PWI format implementation with newer QE-Version's features: https://www.quantum-espresso.org/Doc/INPUT_PW.html The current implementation was done against QE V4. Possible issues/tasks: - Add `&FCP` namelist, tie export to value of...

library

The current architecture of the main Vipster frontend (`vipster/gui/qt`) is too convoluted and not maintainable. Development of a new application architecture is performed on a branch https://github.com/sgsaenger/vipster/tree/architecture. **Acceptance criteria** -...

desktop frontend

The unit test coverage of the library should be increased. **Acceptance criteria** Files in `vipster/`, but not `vipster/plugins` should have an average test coverage of 90%. **Notes** Structure of tests...

library

Upconversion of container classes should be provided: `Selection` -> `Step` -> `Molecule` Also, compatibility of `Vipster::Vec` and the different Atom classes' `Vec` should be enabled.

python bindings

`krun` seems to require either ACL set on `/dev/kvm` to run as non-root user (or `a+rw/666`). With basic access permissions via group `kvm` podman fails to launch: ```bash $ groups...