Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.69 KB

File metadata and controls

39 lines (23 loc) · 1.69 KB

ISSUES

  • Check the compilation of the ReadTheDocs documentation. The are problems for the rendering of the inline math equations in the TLS notebook.

  • In the computation of the ypp bands in the Analysis_BandStructure tutorial an interpolation error is produced if the BOLTZ interpolation is used.

TODO

  • Complete the YamboQPParser class and the associated tutorial in the YamboParser notebook. Use the YamboQPParser to complete the MergeQPndb function in the Utilities module.

  • Add the spin to the Dos class and add a from_Yambo method in the Dos class, this requires that the weights of the k points are computed by the YamboDftParser.

  • Complete the Analysis_Dos notebook.

  • Complete the PwParser and YamboDftParser classes with add the expansion of the k points and the computation of the weigths. We can use the attribute weights in the PwParser for a check of the results.

  • Study the getFermi method of electronsdb of YamboPy. It can be an easy addon to the fermi method of PwParser.

  • Update the tutorial on the parsing of the green function.

  • Add a tutorial for the GaussianPulse class.

  • Improve the run_the_calculations method of Dataset using the same approach introduced in the loop function of the Parallel module. The loop that wait the end of the processes can be removed and the extraction of data from the Queue can be changed.

  • Define an update_from_remote function that implement the usage of rsync to fetch the results computed in a remote folder into a local one. The function should implement a command like:

    rsync -rLptgoDzv --exclude={'fragment','fragments'} -e ssh ismhpc:/remote_path local_path

    the options --update and --dry-run can be included