Anurag Saha Roy

Results 15 comments of Anurag Saha Roy

Anybody figured this out?

I get the following error when using `scope.curve_async( ).result( )` - ``` async_utils.py in result(self) 132 try: # concurrent.futures.Future (python 2) --> 133 return super(PyrplFuture, self).result(timeout=0) 134 except TypeError: #...

> > > I don't think that is a bug... > If you are trying to retrieve the result of a curve that is not yet acquired, you expect this...

> OK, it looks like there is indeed a bug: the curve never gets ready until the jupyter cell returns. This is definitely related to the issue we are discussing...

> > > The simplest fix I can think of is to replace > > `from time import sleep` > > by > > `from pyrpl.async_utils import sleep` > >...

> CI is failing but I can't reproduce locally; the tests passed and black claimed all `.py` files were formatted correctly. HI Frank, thanks for adding the qiskit 1.0 support...

@SRaent Can you add tests for the lindbladian evolution? In the future we would want to know if some work done elsewhere breaks this important functionality.

Re: Tests The contributing guide has a [section on tests](https://github.com/q-optimize/c3/blob/dev/CONTRIBUTING.md#tests-and-test-coverage) to help onboard new contributors to writing tests for their code. The basic idea is to convert one of the...

Notes from @shaimach from the QC stack repos in Jülich > *Created by: shaimach* > > One of the goals of C³ it to create a digital twin simulation for...

Current missing documentation, obtained using `$ docstr-coverage -i -m --verbose=2 c3/` ```bash File: "/home/users/anurag/dev/c3/c3/__init__.py" Needed: 1; Found: 0; Missing: 1; Coverage: 0.0% File: "/home/users/anurag/dev/c3/c3/c3objs.py" Needed: 19; Found: 10; Missing: 9;...