Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
regression-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
regression-tests
Commits
2da48a94
Commit
2da48a94
authored
Nov 29, 2019
by
ext-rogers_c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add VFFA regression test
parent
6ae9617b
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
446 additions
and
1 deletion
+446
-1
.gitignore
.gitignore
+5
-1
RegressionTests/VFFA-1/VFFA-1.in
RegressionTests/VFFA-1/VFFA-1.in
+427
-0
RegressionTests/VFFA-1/VFFA-1.local
RegressionTests/VFFA-1/VFFA-1.local
+4
-0
RegressionTests/VFFA-1/VFFA-1.rt
RegressionTests/VFFA-1/VFFA-1.rt
+2
-0
RegressionTests/VFFA-1/disttest.dat
RegressionTests/VFFA-1/disttest.dat
+2
-0
RegressionTests/VFFA-1/reference/RINGPROBE01.loss
RegressionTests/VFFA-1/reference/RINGPROBE01.loss
+4
-0
RegressionTests/VFFA-1/reference/RINGPROBE01.loss.md5
RegressionTests/VFFA-1/reference/RINGPROBE01.loss.md5
+1
-0
conf/regression_tests.conf
conf/regression_tests.conf
+1
-0
No files found.
.gitignore
View file @
2da48a94
...
...
@@ -136,4 +136,8 @@ RegressionTests/Slit-2/MSLIT1.h5
RegressionTests/Slit-2/SLIT1.h5
RegressionTests/Slit-2/Slit-2.h5
RegressionTests/VKick-Test-1/VKick-Test-1.h5
RegressionTests/opalimpact-1/opalimpact-1.h5
\ No newline at end of file
RegressionTests/opalimpact-1/opalimpact-1.h5
RegressionTests/VFFA-1/RINGPROBE*
RegressionTests/VFFA-1/*.dat
RegressionTests/VFFA-1/*.h5
RegressionTests/VFFA-1/VFFA-1.in
0 → 100644
View file @
2da48a94
This diff is collapsed.
Click to expand it.
RegressionTests/VFFA-1/VFFA-1.local
0 → 100755
View file @
2da48a94
#!/bin/bash
${
OPAL_EXE_PATH
}
/opal VFFA-1.in 2>&1
RegressionTests/VFFA-1/VFFA-1.rt
0 → 100644
View file @
2da48a94
"One turn tracking in VFFA using single particle; no space charge"
RINGPROBE01.loss "x" all 1E-9
RegressionTests/VFFA-1/disttest.dat
0 → 100644
View file @
2da48a94
1
14.222528958163958 -0.2510197555325549 0.0 -0.03148724578465725 0.06731473331351116 -0.00673751454564199
RegressionTests/VFFA-1/reference/RINGPROBE01.loss
0 → 100644
View file @
2da48a94
# Element RINGPROBE01 x (m), y (m), z (m), px ( ), py ( ), pz ( ), id, turn, bunchNumber, time (ns)
RINGPROBE01 8.70879e-16 14.2225 0.0673147 -0.985556 -0.25102 -0.00673751 0 1 0 -4.99131e-31
RINGPROBE01 8.70879e-16 14.2225 0.0673147 -0.985556 -0.25102 -0.00673751 0 1 0 -4.99131e-31
RINGPROBE01 3.22916e-09 14.2225 0.0673626 -0.985551 -0.251039 -0.00673453 0 1 0 433.194
RegressionTests/VFFA-1/reference/RINGPROBE01.loss.md5
0 → 100644
View file @
2da48a94
79009ffb2b517dd63be62c4739a3f7c7 RINGPROBE01.loss
conf/regression_tests.conf
View file @
2da48a94
...
...
@@ -51,5 +51,6 @@ tests+=('SBend-Simple-Test-3')
tests
+=(
'SBend-Simple-Test-4'
)
tests
+=(
'Slit-1'
)
tests
+=(
'Slit-2'
)
tests
+=(
'VFFA-1'
)
tests
+=(
'VKick-Test-1'
)
tests
+=(
'opalimpact-1'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment