Bug #9311
Create a test results page in the wiki and create a template to present the results
90%
Description
Regarding the template, possible structure/contents:
(all of which will be generated automatically by a script once the initial parameters are defined)
(we can create the template in a tentative results wiki, with all the sections but perhaps not all the data at the begining, and we iterate on it until we are satisfied)
---------
Physical system parameters:
B
m
c
q
...
etc.
---------
Simulations:
G4
PD
bPD - baseline with a very accurate PD sim
bG4 - baseline with a very accurate G4 sim
bAN - Analytical baseline (only when possible)
---------
Sim Params:
G4
{epsilonMin,EpsilonMax,deltaOneStep,deltaIntersection,deltaChord,minStpSize,
trackMaxSteps,trackMaxLen,stepMax}
PD
{DeltaQrel,DeltaQmin,tf}
bPD
{DeltaQrel,DeltaQmin,tf}
bG4
{epsilonMin,EpsilonMax,deltaOneStep,deltaIntersection,deltaChord,minStpSize,
trackMaxSteps,trackMaxLen,stepMax}
bAN
{tf}
---------
Outputs: (t,l) means "against time" and "against track length", with l=|v|*t. (3D) means a 3D line plot.
PD
x,y,z (t,l)
xyz (3D)
G4
x,y,z (t,l)
xyz (3D)
bPD
x,y,z (t,l)
xyz (3D)
bG4
x,y,z (t,l)
xyz (3D)
bAN
x,y,z (t,l)
xyz (3D)
---------
Analyses: (h) means a histogram
METRICS
PD
NumIntegrationSteps (per integrator and total)
SimWallClockTime (with all logging/outputs disabled)
G4
NumInvocations to {RightHandSide,OneGoodStep,ChordFinder,ComputeStep}
SimWallClockTime (with all logging/outputs disabled)
ERROR
PD
errx_PD_bPD, errx_PD_bG4, errx_PD_bAN (t,l,h)
erry_PD_bPD, erry_PD_bG4, erry_PD_bAN (t,l,h)
errz_PD_bPD, errz_PD_bG4, errz_PD_bAN (t,l,h)
errpos_PD_bPD=sqrt(errx_PD_bPD^2+erry_PD_bPD^2+errz_PD_bPD^2)
errpos_PD_bG4=sqrt(errx_PD_bG4^2+erry_PD_bG4^2+errz_PD_bG4^2)
errpos_PD_bAN=sqrt(errx_PD_bAN^2+erry_PD_bAN^2+errz_PD_bAN^2)
G4
errx_G4_bPD, errx_G4_bG4, errx_G4_bAN (t,l,h)
erry_G4_bPD, erry_G4_bG4, erry_G4_bAN (t,l,h)
errz_G4_bPD, errz_G4_bG4, errz_G4_bAN (t,l,h)
errpos_G4_bPD=sqrt(errx_G4_bPD^2+erry_G4_bPD^2+errz_G4_bPD^2)
errpos_G4_bG4=sqrt(errx_G4_bG4^2+erry_G4_bG4^2+errz_G4_bG4^2)
errpos_G4_bAN=sqrt(errx_G4_bAN^2+erry_G4_bAN^2+errz_G4_bAN^2)
History
#1 Updated by Rodrigo Castro almost 6 years ago
- Description updated (diff)
#2 Updated by Rodrigo Castro almost 6 years ago
- Description updated (diff)
#3 Updated by Nicolas Ponieman almost 6 years ago
- % Done changed from 0 to 90
Already created the test results page in the wiki, and an initial template showing the results for the current example.
https://cdcvs.fnal.gov/redmine/projects/qss/wiki/N02_2015_07_16
I will be adding a new issue to complete the results page for the current example.
Please mark as 100% done if you consider the template to be complete, or update the description with the missing or useless sections so I can modify it.