From eaa010b1a203e1855950ebf9bc3485e8be05a26a Mon Sep 17 00:00:00 2001
From: Nils Kohl <nils.kohl@fau.de>
Date: Mon, 22 Jul 2024 11:08:45 +0200
Subject: [PATCH] Extending imports through recipes.common.

---
 hog/recipes/common.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hog/recipes/common.py b/hog/recipes/common.py
index dd35673..611a255 100644
--- a/hog/recipes/common.py
+++ b/hog/recipes/common.py
@@ -16,6 +16,7 @@
 
 
 # Collects common imports for forming integrand and operator recipes.
+import sympy as sp
 from hog.math_helpers import dot, abs, det, double_contraction
 
-__all__ = ["dot", "abs", "det", "double_contraction"]
+__all__ = ["dot", "abs", "det", "double_contraction", "sp"]
-- 
GitLab