question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

One of the operator estimation tests is broken

See original GitHub issue

test_measure_observables_inherit_noise_errors is broken and I’m not sure why, so I skipped it so we could proceed. It would be great if you could look into it.

some of traceback:

>       assert calibr_prog1.out() == Program(expected_prog).out()
E       assert 'PRAGMA READO...83794 0.0)"\n' == 'PRAGMA READOU...83794 0.0)"\n'
E           PRAGMA READOUT-POVM 0 "(0.99 0.19999999999999996 0.010000000000000009 0.8)"
E           PRAGMA READOUT-POVM 1 "(0.95 0.15000000000000002 0.050000000000000044 0.85)"
E           PRAGMA READOUT-POVM 2 "(0.97 0.21999999999999997 0.030000000000000027 0.78)"
E         - PRAGMA ADD-KRAUS X 0 "(0.83666002653407556 0.0 0.0 0.83666002653407556)"
E         ?                                         -                           -
E         + PRAGMA ADD-KRAUS X 0 "(0.8366600265340756 0.0 0.0 0.8366600265340756)"
E         - PRAGMA ADD-KRAUS X 0 "(0.0 0.54772255750516607 0.54772255750516607 0.0)"...
E
E         ...Full output truncated (16 lines hidden), use '-vv' to show

pyquil/tests/test_operator_estimation.py:824: AssertionError

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
notmgskcommented, May 1, 2019

@msohaibalam sounds like you’ve somehow picked up quilc from quicklisp rather than locally installed. I would do the following in your quilc dir:

rm -rf ~/quicklisp
make clean
git pull
make
./quilc --version

If that doesn’t work, let me know and I’ll drop by.

0reactions
karalekascommented, Aug 23, 2019

This has been resolved, thus closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Perception final study guide (quizzes and test) - Quizlet
You take a fall and think you broke your leg. In the emergency room the nurse asks you to rate your pain on...
Read more >
5 Reproducibility Tests You Can Use For Estimating Uncertainty
Now that we have broken down the definition of reproducibility, it can be best ... 1. Perform a repeatability test with operator A....
Read more >
Running a t-test in Excel
program to perform some statistical tests. ... trial 1. As you select the cells in your spreadsheet, the range should also appear in...
Read more >
Receiver-Operating Characteristic Analysis for Evaluating ...
Its function as a simple graphical tool for displaying the accuracy of a medical diagnostic test is one of the most well-known applications...
Read more >
Mechanical Testing - Tensile Testing Part 1 - TWI - TWI Global
Tensile testing is described, covering test specimen form, ... for design purposes or as part of a material joining procedure or operator acceptance...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found