From fb50a863ab7aa3786eeb7357022d2cb8d2707291 Mon Sep 17 00:00:00 2001
From: Pauli Virtanen <pauli.t.virtanen@jyu.fi>
Date: Wed, 7 Sep 2022 12:02:44 +0300
Subject: [PATCH] solver: expose omega attribute

---
 usadelndsoc/solver.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usadelndsoc/solver.py b/usadelndsoc/solver.py
index 3d5cc75..780db9e 100644
--- a/usadelndsoc/solver.py
+++ b/usadelndsoc/solver.py
@@ -96,6 +96,7 @@ class Solver:
     y = _core_property("y")
     mask = _core_property("mask")
     Omega = _core_property("Omega")
+    omega = _core_property("omega")
     alpha = _core_property("alpha")
     D = _core_property("D")
     Delta = _core_property("Delta")
-- 
GitLab