Source code for mag4.magnon.report

"""Magnon / spin-wave report (textual summary written to disk)."""

from __future__ import annotations

import logging

log = logging.getLogger(__name__)