Home
last modified time | relevance | path

Searched refs:dos_filepath (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/tests/
H A Dtest_scissors.py75 dos_filepath = abidata.ref_file("si_scf_GSR.nc")
76 assert builder.plot_qpbands(bands_filepath, dos_filepath=dos_filepath,
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Dscissors.py317 …def plot_qpbands(self, bands_filepath, bands_label=None, dos_filepath=None, dos_args=None, **kwarg… argument
345 if dos_filepath is not None:
346 with abiopen(dos_filepath) as ncfile: