Closed fnattino closed 7 months ago
These updates are currently in the bug-fix branch.
Thanks, where and how the additional data can be downloaded is clearer now. Also thanks for fixing the issues above.
I still have some troubles running some of the commands via the CLI, I list the issues that I get here. Could you please have a look?
Running the following command:
tp plot ztmap ../data/zno/boltztrap.hdf5 -k ../data/zno/kappa-m404021.hdf5 -c '#800080' -d x --discrete
Leads to:
Also note there is one backtick "`" at the beginning of the command line in the docs.
Also the command below:
tp plot kappa-target ../data/zno/boltztrap.hdf5 -c '#008080' -d x
Gives this error:
In the following command one of the --doscolour
option is missing one "-":
tp plot phonons ../data/zno/band.yaml --dos ../data/zno/projected_dos.dat --poscar ../data/zno/POSCAR -doscolour '#d46ef9' --doscolour '#7b8eff' -c '#f0901f'
The following command:
tp plot waterfall ../data/basno3/kappa-m363636.hdf5 -y mfp --projected kappa
Gives the following error:
Thanks for catching these! All are now fixed. Not sure why the last one works for me and not you, but the suggested change has the same effect and if it makes it more robust that must be a good thing.
Thanks - I can confirm they all work now!
In the gallery I have found few examples that do not run as they are provided. Some examples:
kappa-mxxxx.hdf5
is not provided, and only when checking out the Python script in the tutorial I realised how to get these files.tp plot phonons band.yaml -c '#ff8000' -d projected_dos.dat --doscolour '#ffff00' '#00ffff'
(should instead ends with:--doscolour '#ffff00' --doscolour '#00ffff'
)projected_dos.dat
seems to include contributions for imaginary frequencies:tp plot ztdiff ../data/zno/transport_75x75x75.json ../data/zno/boltztrap.hdf5 -k ../data/zno/kappa-m404021.hdf5 ../data/zno/kappa-m404021.hdf5 -l MRTA -l CRTA
JOSS review issue