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 1/3] 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
+
+
+
+
+
+
+
+
+
+
From c4e042a7623ac68f0b71b71820ef6e17027b8945 Mon Sep 17 00:00:00 2001
From: Subindev D <64056430+subindev-d@users.noreply.github.com>
Date: Mon, 24 Jun 2024 18:01:57 +0100
Subject: [PATCH 2/3] add uehling correction parameters
---
mudirac/mudirac.xml | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/mudirac/mudirac.xml b/mudirac/mudirac.xml
index 70c6dd0..6d30f67 100644
--- a/mudirac/mudirac.xml
+++ b/mudirac/mudirac.xml
@@ -31,7 +31,18 @@
element: $element
isotope: $isotope
xr_lines: $xr_lines
-uehling_correction: $uehling_correction
+uehling_correction: $uehling_correction.uehling_correction
+#if $uehling_correction.uehling_correction=='true':
+#if $uehling_correction.uehling_steps:
+uehling_steps: $uehling_correction.uehling_steps
+#end if
+#if $uehling_correction.uehling_lowcut
+uehling_lowcut: $uehling_correction.uehling_lowcut
+#end if
+#if $uehling_correction.uehling_highcut:
+uehling_highcut: $uehling_correction.uehling_highcut
+#end if
+#end if
nuclear_model: $nuclear_model
output: $output_level
write_spec: $generate_spectrum.generate_spectrum_selector
@@ -194,7 +205,18 @@ spec_expdec: $spec_expdec
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -266,7 +288,9 @@ spec_expdec: $spec_expdec
-
+
+
+