-
Hi,
I'm currently trying to extract the bytecode, edit a few strings and assemble it back to a .pyc file.
Pydisasm without any flags work just fine but as soon as I try to dissamble the file with …
-
### DB Selector
DB3K
### Baseline
weapon 722
### Hypothetical
No
### Name
ASM-3A
### Length (m)
6m
### Width/Span (m)
1m
### Diameter (m)
0.4m
### Weight (kg)
940kg
### Range (nm)
2 -…
-
Hello,
I am testing the Minigraph-cactus pipeline. The program reported an erro, but it is still running.
[2022-08-28T03:02:11-0400] [MainThread] [I] [toil.worker] ---TOIL WORKER OUTPUT LOG---
[…
-
Hi XACC developers,
I'm currently working on a project where I'm trying to print the ansatz circuit for QAOA (at the moment, in xasm format) and get a generic circuit with `gamma0, beta0, etc...`. …
-
Dear Dr. Li,
When running minigraph --call, how are the positions of the "alleles" (bubble vertices) determined? I am assuming that the reference sequences are mapped to the graph, and that's ho…
-
Hi,
I am running the mc pangenome pipeline on SLURM. Among the `minigraph_map_one` jobs, a few of them have error like `FileNotFoundError: [Errno 2] No such file or directory: tmp/......./deferred`…
-
I use XACC to generate QITE circuits, but for 3qubits these circuits can be hundreds or even thousands of gates long, far too long to run on real hardware. I tried running these through QSearch withi…
-
This is a feature request.
In vqe.cpp, the vqe algorithm sets several fields in a shared AcceleratorBuffer when the execute() method is called. This includes the 'opt-val' and 'opt-params', which …
-
Here's the situation - you want to find the bytecode that was just executed in a frame, possibly in a trace func. Here are a pair of things you could want:
* The current `ConcreteInstr` object co…
-
This seems like this is a very hard transition.
They have changed the signature of `types.CodeType`, adding an extra positional argument called `posonlyargcount`.
Accounting for this is easy, but …