Skip to content

Commit

Permalink
add examples from official FIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Feng committed Apr 29, 2024
1 parent 23dc42b commit 76766a9
Show file tree
Hide file tree
Showing 48 changed files with 70,825 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/bananaUnequal/bananaUnequal.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#threads 4
#fthreads 4
#variables d,m1sq,m2sq,m3sq,m4sq
#database db
#start
#problem 1 bananaUnequal.start
#integrals bananaUnequal.m
#preferred bananaUnequal.preferred
#output bananaUnequal.tables
2 changes: 2 additions & 0 deletions examples/bananaUnequal/bananaUnequal.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{1, {1, 1, 1, 1, 0, 0, 0, 0, -1}}
}
8 changes: 8 additions & 0 deletions examples/bananaUnequal/bananaUnequal.preferred
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{1, {1, 1, 2, 2, 0, 0, 0, 0, 0}}, {1, {1, 2, 1, 2, 0, 0, 0, 0, 0}},
{1, {1, 2, 2, 1, 0, 0, 0, 0, 0}}, {1, {2, 1, 1, 2, 0, 0, 0, 0, 0}},
{1, {2, 1, 2, 1, 0, 0, 0, 0, 0}}, {1, {2, 2, 1, 1, 0, 0, 0, 0, 0}},
{1, {1, 1, 1, 2, 0, 0, 0, 0, 0}}, {1, {1, 1, 2, 1, 0, 0, 0, 0, 0}},
{1, {1, 2, 1, 1, 0, 0, 0, 0, 0}}, {1, {2, 1, 1, 1, 0, 0, 0, 0, 0}},
{1, {1, 1, 1, 1, 0, 0, 0, 0, 0}}, {1, {0, 1, 1, 1, 0, 0, 0, 0, 0}},
{1, {1, 0, 1, 1, 0, 0, 0, 0, 0}}, {1, {1, 1, 0, 1, 0, 0, 0, 0, 0}},
{1, {1, 1, 1, 0, 0, 0, 0, 0, 0}}}
Loading

0 comments on commit 76766a9

Please sign in to comment.