| # Copyright (c) 2026 Simulacra Research Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| from __future__ import annotations | |
| from hamiltonzero.model._custom_lap_primitives import ( | |
| custom_lap_active, | |
| quadrilinear_merge_p, | |
| ) | |
| from .compiled import ( | |
| vmc_energy_custom_lap_compiled, | |
| vmc_energy_custom_lap_finetune, | |
| ) | |
| __all__ = [ | |
| "custom_lap_active", | |
| "quadrilinear_merge_p", | |
| "vmc_energy_custom_lap_compiled", | |
| "vmc_energy_custom_lap_finetune", | |
| ] | |