-
Magic functions don't seem to work from the ipdb prompt, although they are visible in the tab completion.
```
ipdb> %prun some_function()
*** SyntaxError: invalid syntax (, line 1)
```
-
Getting
```
File "/stimela_mount/code/run.py", line 7, in
from scabha import config, parameters_dict, prun
```
By the looks of it no python files are being added to the package?
-
### Description
There is a lot going on in the console with refined-prun being active. I suggest to either get rid of the output or wrap it somehow to require a debug flag being set.
![Screenshot …
-
There are a lot of lines like:
```
ERROR: Couldn't find the rate constant for reaction: SPC(54898)+OH(32)=SPC(54265)+O(34) with H_Abstraction
ERROR: Couldn't find the rate constant for reaction: SPC(…
rwest updated
13 years ago
-
# Observed Issue
With relatively small circuit, I observed it took about 10 times longer than `"default.qubit"`.
According to `%prun` profiling on Google Colab, the bottleneck is `cuquantum.cute…
-
## Background information
### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
v5.0.1
### Describe how Open MPI was installed (e.g., from a source/…
-
Hi ! I am confused with the parameter “f_atoms” . This variable appears in "step5_prun_dump_neg_graphs.sh" and I have no idea with how it work on the project. I could not find this parameter in other …
-
The following fails miserably in IPython 3.1.0 on Windows:
```
>>> %prun f(" ")
File "", line 1
f(" )
^
SyntaxError: EOL while scanning string literal
```
The reason is, that `IPython.ut…
-
Hello! First, thanks so much for EIN; it is bar none the most productive programming and experimentation environment I've seen.
Try evaluating something that would open in the pager, like `np?` or an…
-
reported in [this ask.sagemath question](https://ask.sagemath.org/question/53583/lsmagic-doesnt-work/), this nice one
The line magic `%lsmagic` is inoperative when the display mode is the default "…