diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-25 11:17:55 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-25 11:17:55 -0400 |
commit | 2d9bcd0697583c43cd47a7c80a89f051d2202907 (patch) | |
tree | 82a99182b2c3d7a706852675a61b3470ff50f45a | |
parent | c6f18c7b979129ada29e346c45efbdd30e7da207 (diff) | |
download | Nresonances-2d9bcd0697583c43cd47a7c80a89f051d2202907.tar.gz Nresonances-2d9bcd0697583c43cd47a7c80a89f051d2202907.zip |
added test case to the main xmds file
-rw-r--r-- | xmds2/realistic_Rb/realistic_Rb.xmds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmds2/realistic_Rb/realistic_Rb.xmds b/xmds2/realistic_Rb/realistic_Rb.xmds index 79f5a04..5f7e437 100644 --- a/xmds2/realistic_Rb/realistic_Rb.xmds +++ b/xmds2/realistic_Rb/realistic_Rb.xmds @@ -1,5 +1,11 @@ <?xml version="1.0"?> <simulation xmds-version="2"> + <testing> + <arguments> --Ndens=1e15 --Lcell=10.0e-2 --Temperature=1e-3 --Pwidth=0.4e-6 --delta1=0 --delta2=0 --delta3=0 --E1o=0 --E2o=1e2 --E3o=0 --E4o=0</arguments> + <xsil_file name="realistic_Rb.xsil" expected="realistic_Rb_expected.xsil" absolute_tolerance="1e-7" relative_tolerance="1e-5"> + <moment_group number="0" absolute_tolerance="1e-7" relative_tolerance="1e-6" /> + </xsil_file> + </testing> <name>realistic_Rb</name> |