From 289a92d2085783e78ec96fb2df8b3573cf2f4212 Mon Sep 17 00:00:00 2001 From: Karl-Michael Schindler <karl-michael.schindler@web.de> Date: Wed, 23 Oct 2024 11:54:19 +0200 Subject: [PATCH] rename input parameters. --- tests/inputFiles/eelsbosin001.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/inputFiles/eelsbosin001.yaml b/tests/inputFiles/eelsbosin001.yaml index 3cfd29c..7335966 100644 --- a/tests/inputFiles/eelsbosin001.yaml +++ b/tests/inputFiles/eelsbosin001.yaml @@ -17,13 +17,13 @@ Layers: [ {Type: Lorentz, wTO: 269.0, - Q: 16.000, - Gamma: 0.05} + Qk: 16.000, + yk: 0.05} , {Type: Lorentz, wTO: 279.0, - Q: 17.000, - Gamma: 0.06} + Qk: 17.000, + yk: 0.06} ] } - { Name: "Platinum", @@ -33,7 +33,7 @@ Layers: [ {Type: Drude, wP: 160000.0, - Gamma: 0.012} + y: 0.012} ] } -- GitLab