soft:siman:dos
Siman has siman.dos_functions module with the main function plot_dos() which is used to plot DOS. It has extended functionality. See Tutorial here:
In addition to that there is a method dos() available in siman.core.Calculation() class. Below is an example of how to use it.
cl = db[name, set, 1] cl.dos(iatoms = [35,38], x_nbins = None, ylim =(-1, 1), xlim = (-8, 6), fontsize = 13, corner_letter = 0, image_name = 'dos/LFN025', fig_format = 'pdf')
soft/siman/dos.txt · Last modified: 2024/10/01 20:50 by admin