Changeset 9346af
- Timestamp:
- Jul 17, 2017, 12:28:50 PM (8 years ago)
- Branches:
- Action_Thermostats, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- bf87c2
- Parents:
- 780f25
- git-author:
- Frederik Heber <frederik.heber@…> (07/17/17 12:17:22)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/17/17 12:28:50)
- Location:
- tests/Tesselations/Convex
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/Tesselations/Convex/1_2-dimethoxyethane/testsuite-1_2-dimethoxyethane.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/1_2-dimethylbenzene/testsuite-1_2-dimethylbenzene.at ¶
r780f25 r9346af 31 31 for RADIUS in 2.5 5 25; do 32 32 output=ConvexEnvelope-${mol}-${RADIUS}.dat 33 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])33 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 34 34 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 35 35 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/2-methylcyclohexanone/testsuite-2-methylcyclohexanone.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/N_N-dimethylacetamide/testsuite-N_N-dimethylacetamide.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/amylose/testsuite-amylose.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/benzene/testsuite-benzene.at ¶
r780f25 r9346af 31 31 for RADIUS in 2.5 5 25; do 32 32 output=ConvexEnvelope-${mol}-${RADIUS}.dat 33 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])33 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 34 34 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 35 35 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/cholesterol/testsuite-cholesterol.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/cycloheptane/testsuite-cycloheptane.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/dimethyl_bromomalonate/testsuite-dimethyl_bromomalonate.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/glucose/testsuite-glucose.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/heptan/testsuite-heptan.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/isoleucine/testsuite-isoleucine.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/neohexane/testsuite-neohexane.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/proline/testsuite-proline.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/putrescine/testsuite-putrescine.at ¶
r780f25 r9346af 29 29 for RADIUS in 2.5 5 25; do 30 30 output=ConvexEnvelope-${mol}-${RADIUS}.dat 31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 32 32 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 33 33 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore]) -
TabularUnified tests/Tesselations/Convex/tartaric_acid/testsuite-tartaric_acid.at ¶
r780f25 r9346af 31 31 for RADIUS in 2.5 5 25; do 32 32 output=ConvexEnvelope-${mol}-${RADIUS}.dat 33 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output ], 0, [stdout], [stderr])33 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr]) 34 34 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore]) 35 35 AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore])
Note:
See TracChangeset
for help on using the changeset viewer.