From 29835278f5112ab22de7788a1486b73cf7f7fa2b Mon Sep 17 00:00:00 2001
From: Subindev D <64056430+subindev-d@users.noreply.github.com>
Date: Mon, 24 Jun 2024 16:09:12 +0100
Subject: [PATCH] add iteration options
---
mudirac/mudirac.xml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/mudirac/mudirac.xml b/mudirac/mudirac.xml
index 2f7c219..70c6dd0 100644
--- a/mudirac/mudirac.xml
+++ b/mudirac/mudirac.xml
@@ -38,6 +38,15 @@ write_spec: $generate_spectrum.generate_spectrum_selector
#if $electronic_config:
electronic_config: $electronic_config
#end if
+#if $max_E_iter:
+max_E_iter: $max_E_iter
+#end if
+#if $max_nodes_iter:
+max_nodes_iter: $max_nodes_iter
+#end if
+#if $max_state_iter:
+max_state_iter: $max_state_iter
+#end if
#if $generate_spectrum.generate_spectrum_selector=='true':
#if $spec_step
spec_step: $spec_step
@@ -188,6 +197,10 @@ spec_expdec: $spec_expdec
+
+
+
@@ -234,6 +247,20 @@ spec_expdec: $spec_expdec
+
+
+
+
+
+
+
+
+
+