Home
last modified time | relevance | path

Searched refs:msqd_dos (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/tests/
H A Dtest_msqdos.py20 msqd_dos = phdos_file.msqd_dos
27 repr(msqd_dos); str(msqd_dos)
28 assert msqd_dos.to_string(verbose=2)
39 abispg = msqd_dos.structure.abi_spacegroup
44 cif_string = msqd_dos.get_cif_string(temp=300)
106 assert len(same_structure) == len(msqd_dos.structure)
126 assert msqd_dos.plot(show=False)
127 assert msqd_dos.plot(view="all", show=False)
128 assert msqd_dos.plot_tensor(show=False)
130 assert msqd_dos.plot_uiso(show=False)
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/examples/plot/
H A Dplot_phonons_msqd.py27 msqd_dos = phdos_file.msqd_dos variable
32 df = msqd_dos.get_dataframe(temp=300, view="all", fmt=fmt)
36 msqd_dos.plot()
39 msqd_dos.plot_tensor()
41 msqd_dos.plot_uiso()
/dports/science/py-abipy/abipy-0.9.0/abipy/panels/
H A Dddb.py110 gspec[1, 0] = phdos_file.msqd_dos.plot(units=self.units, **self.fig_kwargs)
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dphonons.py3127 def msqd_dos(self): member in PhdosFile
3351 msqd_dos = self.msqd_dos
3353 msqd_dos = None
3354 if msqd_dos is not None:
3355 yield msqd_dos.plot(units=units, show=False)
3356 yield msqd_dos.plot_tensor(show=False)