EPWpy.plotting.plot_supercond#
Functions
|
|
|
Generates a combined plot with 2x2 subplots. |
|
Generates the prefix.nesting_fn file by extracting lines from epw4.out that match the pattern 'Nesting function (q)= ', extracting the 4th field, numbering the lines, and writing to pb.nesting_fn. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Processes the input file to find lines matching the pattern, writes them to the output file, appends 1/number_of_lines to each line. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- EPWpy.plotting.plot_supercond.band_plot(prefix, xticks, ylim=(-15, 15), type_run='nscf_tetra')[source]#
- EPWpy.plotting.plot_supercond.combined_plot(prefix, xticks, phononData=None, nestData=None, temps=None)[source]#
Generates a combined plot with 2x2 subplots. First subplot: Nesting function Second, Third, and Fourth subplots: Lambda function for different modes
- EPWpy.plotting.plot_supercond.extract_nesting(prefix, input_file=None, output_file=None, pattern=None)[source]#
Generates the prefix.nesting_fn file by extracting lines from epw4.out that match the pattern 'Nesting function (q)= ', extracting the 4th field, numbering the lines, and writing to pb.nesting_fn.
- EPWpy.plotting.plot_supercond.gap_aniso_outerwin(prefix, home, ylim=(0, 5), tempmax=30, muc=0.25, mu=0.429, font=12)[source]#
- EPWpy.plotting.plot_supercond.gap_aniso_temp(prefix, home, calc_type='fsr', tempmax=30, font=12)[source]#
- EPWpy.plotting.plot_supercond.gap_conv_aniso_imag(prefix, home, calc_type='fsr', temp=10, font=12)[source]#
- EPWpy.plotting.plot_supercond.gap_conv_aniso_real_imag(prefix, home, temp=10, font=12, calc_type='fsr')[source]#
- EPWpy.plotting.plot_supercond.get_qpath(prefix, input_file=None, output_file=None, pattern=None)[source]#
Processes the input file to find lines matching the pattern, writes them to the output file, appends 1/number_of_lines to each line.
Parameters: - prefix (str): The prefix for the default file names. - input_file (str, optional): The path to the input file. Defaults to None. - output_file (str, optional): The path to the output file. Defaults to None. - pattern (str, optional): The regex pattern to search for. Defaults to None.
Returns: None