{% extends "!page.html" %} {% block footer %}
{%- if show_copyright %} {%- endif %} {%- if last_updated -%}
{% trans last_updated=last_updated|e -%} Last updated on {{ last_updated }} {%- endtrans -%}
{%- endif %}
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%} {{- icon_dict.html -}} {% endfor %}
{%- endif %}
{% endblock footer %} {% block content %} {% if pagename == "index" %} Skip to content
MaxwellLink

Self-consistent light–matter simulations

MaxwellLink couples electromagnetic solvers with quantum and classical molecular drivers through a unified Python interface and a socket-based communication layer.

{% else %} {{ super() }} {% endif %} {% endblock %}