Skip to content

Commit 43fa373

Browse files
committed
trying to approximate alpha pinene
1 parent a582df0 commit 43fa373

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

example-files/alpha_pinene_cuqdyn_config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<cuqdyn-config>
44
<tolerances>
5-
<rtol>1e-16</rtol>
6-
<atol>1e-16, 1e-16, 1e-16, 1e-16, 1e-16</atol>
5+
<rtol>1e-14</rtol>
6+
<atol>1e-14, 1e-14, 1e-14, 1e-14, 1e-14</atol>
77
</tolerances>
88
<ode_expr y_count="5" p_count="5">
99
alpha-pinene

example-files/alpha_pinene_ess_mpi_config.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<verbose>0</verbose>
88
<local_search>1</local_search>
99
<stopping_criteria>
10-
<maxevaluation>15e3</maxevaluation>
10+
<maxevaluation>1e6</maxevaluation>
1111
<maxtime>1e10</maxtime>
1212
<vtr>0</vtr>
1313
</stopping_criteria>
@@ -56,11 +56,8 @@
5656
0, 0, 0, 0, 0
5757
</lb>
5858
<ub>
59-
1, 1, 1, 1, 1
59+
0.001, 0.001, 0.001, 0.0001, 0.001
6060
</ub>
61-
<initial_point>
62-
1, 1, 1, 1, 1
63-
</initial_point>
6461
</problem>
6562

6663
</xml>

0 commit comments

Comments
 (0)