- Timestamp:
- Nov 29, 2017, 11:06:09 PM (7 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- 0dd99b
- Parents:
- 08470b8
- git-author:
- Frederik Heber <frederik.heber@…> (08/03/17 09:24:07)
- git-committer:
- Frederik Heber <frederik.heber@…> (11/29/17 23:06:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/ForceAnnealing/testsuite-python-forceannealing-ising.at
r08470b8 r9f1fee5 32 32 AT_SETUP([Python externalization - Force Annealing without bondgraph on 5-body Ising model]) 33 33 AT_KEYWORDS([python force-annealing ising]) 34 AT_XFAIL_IF([/bin/true])35 34 36 35 # we use forces from a simple Ising model with 5 "carbon" atoms in a row along the x axis … … 38 37 file=five_carbon_test.data 39 38 AT_CHECK([../../run ${abs_top_srcdir}/tests/Python/ForceAnnealing/pre/ising_model_chain.py ./$file ./ 15 5 "0"], 0, [stdout], [ignore]) 40 AT_CHECK([grep "Largest remaining force components.* 0.0001" stdout], 0, [ignore], [ignore])39 AT_CHECK([grep "Largest remaining force components.*e-05" stdout], 0, [ignore], [ignore]) 41 40 AT_CHECK([diff $file ${abs_top_srcdir}/tests/Python/ForceAnnealing/post/five_carbon_test_no-bondgraph.data], 0, [ignore], [ignore]) 42 41 … … 45 44 AT_SETUP([Python externalization - Force Annealing with bondgraph on 2-body Ising model]) 46 45 AT_KEYWORDS([python force-annealing ising bondgraph]) 47 AT_XFAIL_IF([/bin/true])48 46 49 47 # we use forces from a simple Ising model with 2 "carbon" atoms in a row along the x axis … … 58 56 AT_SETUP([Python externalization - Force Annealing with bondgraph on 5-body Ising model]) 59 57 AT_KEYWORDS([python force-annealing ising bondgraph]) 60 AT_XFAIL_IF([/bin/true])61 58 62 59 # we use forces from a simple Ising model with 5 "carbon" atoms in a row along the x axis
Note:
See TracChangeset
for help on using the changeset viewer.