Home
last modified time | relevance | path

Searched defs:phdos (Results 1 – 11 of 11) sorted by relevance

/dports/science/elk/elk-7.2.42/src/
H A Dphdos.f906 subroutine phdos subroutine
12 integer iq,i,iw
13 integer i1,i2,i3
14 real(8) wmin,wmax,wd,dw
15 real(8) tmax,temp(ntemp),s(ntemp)
16 real(8) v(3),t1,t2
18 real(8), allocatable :: wp(:),w(:),gw(:),f(:)
19 complex(8), allocatable :: dynq(:,:,:),dynr(:,:,:)
20 complex(8), allocatable :: dynp(:,:),ev(:,:)
22 real(8), external :: splint
/dports/science/py-abipy/abipy-0.9.0/abipy/examples/plot/
H A Dplot_phbands_and_dos.py18 phdos = ncfile.phdos variable
H A Dplot_phthermo.py16 phdos = ncfile.phdos variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/QHA/SRC/
H A DGhost_DOS.f9017 character*9 phdos variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/QHA/Phonon_DOS/
H A DMakefile22 phdos: $(OBJ1) target
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/phonon/
H A Dgruneisen.py186 def phdos(self): member in GruneisenParameter
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Da2f.py375 def plot_a2(self, phdos, atol=1e-12, **kwargs): argument
831 …def plot_with_a2f(self, what="gamma", units="eV", qsamp="qintp", phdos=None, ylims=None, **kwargs): argument
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dmixins.py431 def phdos(self): member in Has_Phbands
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dgruneisen.py559 def phdos(self): member in GrunsNcFile
H A Dphonons.py1544 …def plot_with_phdos(self, phdos, units="eV", qlabels=None, ax_list=None, width_ratios=(2, 1), **kw… argument
3113 def phdos(self): member in PhdosFile
3611 def add_phbands(self, label, bands, phdos=None, dos=None, phdos_kwargs=None): argument
4121 def add_phdos(self, label, phdos, phdos_kwargs=None): argument
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/src/
H A Dsupercond.f90277 REAL(KIND = DP), ALLOCATABLE :: phdos(:, :) local