- Timestamp:
- Dec 19, 2025, 11:29:38 PM (2 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 25aa214
- Parents:
- 29ba9a
- git-author:
- Frederik Heber <frederik.heber@…> (11/16/25 11:12:52)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Graph/SubgraphDissection-BoundaryConditions/testsuite-graph-subgraph-dissection_boundary-conditions.at
r29ba9a rd2be22 24 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 25 25 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 26 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Wrap Wrap Wrap -v 3 - I], 0, [stdout], [stderr])26 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Wrap Wrap Wrap -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 27 27 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 28 28 file=water-bounced.xyz 29 29 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 30 30 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 31 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Wrap Wrap Wrap -v 3 - I], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Wrap Wrap Wrap -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 32 32 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 33 33 file=water-wrapped.xyz 34 34 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 35 35 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 36 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Wrap Wrap Wrap -v 3 - I], 0, [stdout], [stderr])36 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Wrap Wrap Wrap -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 37 37 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 38 38 … … 45 45 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 46 46 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 47 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Bounce Bounce Bounce -v 3 - I], 0, [stdout], [stderr])47 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Bounce Bounce Bounce -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 48 48 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 49 49 file=water-bounced.xyz 50 50 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 51 51 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 52 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Bounce Bounce Bounce -v 3 - I], 0, [stdout], [stderr])52 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Bounce Bounce Bounce -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 53 53 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 54 54 file=water-wrapped.xyz 55 55 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 56 56 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 57 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Bounce Bounce Bounce -v 3 - I], 0, [stdout], [stderr])57 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Bounce Bounce Bounce -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 58 58 AT_CHECK([fgrep "I scanned 2 molecules." stdout], 0, [ignore], [ignore]) 59 59 … … 66 66 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 67 67 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 68 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Ignore Ignore Ignore -v 3 - I], 0, [stdout], [stderr])68 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Ignore Ignore Ignore -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 69 69 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 70 70 file=water-bounced.xyz 71 71 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 72 72 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 73 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Ignore Ignore Ignore -v 3 - I], 0, [stdout], [stderr])73 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Ignore Ignore Ignore -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 74 74 AT_CHECK([fgrep "I scanned 1 molecules." stdout], 0, [ignore], [ignore]) 75 75 file=water-wrapped.xyz 76 76 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection-BoundaryConditions/pre/$file $file], 0) 77 77 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 78 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Ignore Ignore Ignore -v 3 - I], 0, [stdout], [stderr])78 AT_CHECK([../../molecuilder -i $file -B "5,0,5,0,0,5" --set-boundary-conditions Ignore Ignore Ignore -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 79 79 AT_CHECK([fgrep "I scanned 2 molecules." stdout], 0, [ignore], [ignore]) 80 80
Note:
See TracChangeset
for help on using the changeset viewer.
