Dominik Gresch
Dominik Gresch
Sure, you can use the facilities in TBmodels for reading Wannier90 output: https://tbmodels.greschd.ch/en/latest/tutorial.html#using-wannier90-output https://tbmodels.greschd.ch/en/latest/reference.html#tbmodels.Model.from_wannier_files
@dependabot rebase
If we generate a `hr.dat`, `tb.dat` and `wsvec` from the same Wannier90 run, can we add a test that compares the two method for loading the data? IMO we could...
> So, to proceed, maybe you could first update the pre-commit and poetry stuff This is done, but produces a merge conflict because I switched to a `src/` layout. Let...
@dependabot rebase
> upload_to_server=False Produces the same error > design.save("ply_boundaries.pmdb") Produces the following error: ``` ansys.geometry.core.errors.GeometryExitedError: Geometry service connection terminated: Path cannot be the empty string or all whitespace. ``` Can you...
> For PMDB export, those "Curves" would have to be converted to "Beams" to be valid. In that case, I guess the error handling needs to be improved s.t. it...
From my understanding, #669 should be fixed with recent 2025R1 builds, whereas I still observed the described error.
This issue appears to be fixed in the latest development builds.
I have been able to narrow down the conditions for this bug. It occurs only if: - the `PATH` environment variable contains a substitution, e.g. `PATH=%SOME_ENV_VAR%`. - the referenced env...