Hello ``` const foo = () => undefined; ```
Here’s some python code [1] def _fcq_to_fcr( self, fcq: dict[tuple[float, float, float], np.ndarray] ) -> np.ndarray: """ Fourier transform the force constants on the full q-grid to real space. """ all_q = np.array(list(fcq.keys())) print(f"Found {len(all_q)} q-points in the full BZ") dynmat = np...