-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trial run to investigate error effects of non-zero delta #25
Comments
The purpose is to determine what numruns needs to be to distinguish delta=0 from delta = 1/8. |
First we print out the errors for the MM scripts after averageing over 2, 4 and 8 runs. We can use this to evaluate how close we are to the actual expectation of the error, and to predict what the error would be for 16 runs. |
Second we print out the parallel errors for the QMM scripts with delta = 1/8. This should give us enough information to select a value of numruns that will give us sufficiently accurate computation of the expectation of the error, so that we can compare the effect of changing delta. |
Average Errors Run 1-2: |
These errors indicate that the accuracy is about 10% with 8 runs, as in all On Tue, Nov 15, 2016 at 9:43 AM, Alexandra La Fleur <
|
How long did it take to do these 8 runs with the MM script? |
It took about 2 minutes |
MM Delta=0MM Delta=0 Error ValuesAverage Errors Run 1-2: |
Parameter Overview for ETA: [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 1. 1. 1. ..., 1. 3. 3.] [[ 1. 1. 1. ..., 3. 3. 3.] [[ 1. 1. 1. ..., 3. 3. 3.] [[ 1. 1. 1. ..., 0. 0. 0.] [[ 1. 1. 1. ..., 3. 3. 3.] [[ 1. 1. 1. ..., 3. 3. 2.] [[ 3. 3. 3. ..., 3. 3. 3.] [[ 3. 3. 3. ..., 1. 1. 1.] |
We will use two scripts to investigate the effects of delta:
The text was updated successfully, but these errors were encountered: