calculatePhononRetardedGreenFunction

calculatePhononRetardedGreenFunction(device_configuration, dynamical_matrix=None, energy=PhysicalQuantity(0.0, eV), kpoint=None, eta=PhysicalQuantity(1e-06, Hartree), self_energy_calculator=None)

Calculate the Phonon Retarded Green’s Function.

Parameters:
Returns:

The Phonons Green’s Function as an array

Return type:

PhysicalQuantity of type energy squared

Usage Examples

Evaluate on a DeviceConfiguration:

phonon_green_function = calculatePhononRetardedGreenFunction(device_configuration)

Notes

  • The calculator assigned to the device must be density matrix-based for this function to perform successfully.