calculate_polar_phonon_frequency¶
- atomate2.vasp.jobs.amset.calculate_polar_phonon_frequency(structure, frequencies, eigenvectors, born_effective_charges)[source]¶
Calculate the polar phonon frequency using amset.
- Parameters:
- Returns:
A dictionary with the keys:
”frequency” (float): The polar phonon frequency.
”frequencies” (list[float]): A list of all phonon frequencies.
”weights” (list[float]): A list of weights for the frequencies.
- Return type: