interpolate¶
- ElectronicBandStructure.interpolate(interpolation_factor=2)[source]¶
Interpolates the band structure meshes and properties using FFT interpolation. Creates and returns a new ElectronicBandStructure instance with interpolated data.
- Parameters:
interpolation_factor (int, optional) – Factor by which to interpolate the mesh, by default 2
- Returns:
ElectronicBandStructure – New instance with interpolated data