Nick Papior
Nick Papior
> Related to the discussion on the phase of the eigenvectors in vibra. Do we need to change the gauge when reading, to be consistent with the phonon modes obtained...
What is missing here? Should I do something?
Example is in!
Found out the order of the states were wrong, they should be `[istate, iatom, range(3)]`, I will change this with some more changes, I'll ping you!
@nils-wittemeier could you have a look at 1ad80f31c?
This could be cool, but I think it has *very* low priority. There are soo many issues open that I think we should try to finish some of them ;)...
I don't really mind if it is a small pr, but I don't think you should spend tons of time on this, I would still prefer some help on thinking...
I also have this problem: `pyproject.toml` ``` [tool.setuptools_scm] write_to = "sisl/_version.py" fallback_version = "$Format:%H$" ``` `setup.py`: ``` setup(use_scm_version=True, ...) ``` Then extracting to archive `git archive --output test.tar.gz HEAD` and...
I can bypass this problem by doing something like this: ``` [tool.setuptools_scm] write_to = "sisl/_version.py" fallback_version = "0.0.0.dev+$Format:%H$" ``` I would recommend a fallback version _never_ needs to adhere to...
> Invalid versions create broken packages > > Git archives are not yet supported and need extra work Agreed that this is not a good practice for pypi uploads. But...