1 #ifndef PHEL_SCATTERING_MATRIX_H
2 #define PHEL_SCATTERING_MATRIX_H
4 #include "electron_h0_wannier.h"
6 #include "base_ph_scattering_matrix.h"
7 #include "vector_bte.h"
8 #include "interaction_elph.h"
55 void builder(std::shared_ptr<VectorBTE> linewidth, std::vector<VectorBTE> &inPopulations,
56 std::vector<VectorBTE> &outPopulations)
override;
64 std::vector<VectorBTE> &inPopulations,
65 std::vector<VectorBTE> &outPopulations,
70 std::shared_ptr<VectorBTE> linewidth);
Base class for describing objects containing the band structure, i.e.
Definition: bandstructure.h:15
class representing the phonon scattering matrix.
Definition: base_ph_scattering_matrix.h:16
Class containing the user input variables.
Definition: context.h:15
Class for diagonalizing electronic energies with the Wannier interpolation The object is built passin...
Definition: electron_h0_wannier.h:17
Class to handle the coupling between electron and phonons.
Definition: interaction_elph.h:30
This class describes the construction of the electron scattering matrix.
Definition: phel_scattering_matrix.h:16
PhElScatteringMatrix & operator=(const PhElScatteringMatrix &that)
Copy assignment.
void builder(std::shared_ptr< VectorBTE > linewidth, std::vector< VectorBTE > &inPopulations, std::vector< VectorBTE > &outPopulations) override
Method that actually computes the scattering matrix.
Definition: phel_scattering_matrix.cpp:34
PhElScatteringMatrix(const PhElScatteringMatrix &that)
Copy constructor.
PhElScatteringMatrix(Context &context_, StatisticsSweep &statisticsSweep_, BaseBandStructure &phBandStructure_, PhononH0 *phononH0_, ElectronH0Wannier *electronH0_)
Default constructor.
Definition: phel_scattering_matrix.cpp:16
class that computes phonon energies, velocities and eigenvectors.
Definition: phonon_h0.h:21
Object for controlling the loop over temperatures and chemical potentials.
Definition: statistics_sweep.h:26