Andrew S. Rosen
Andrew S. Rosen
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...
As shown in [this GitHub Actions report](https://github.com/Quantum-Accelerators/quacc/actions/runs/7831788227/job/21369356501), I am receiving a `Commit creating failed: {"error": "Server Error (500)"}` when using `codecov/codecov-action@v4` with `v0.4.6`. The full traceback is: ```python Traceback (most...
**Describe the issue**: While not always advised, there are valid cases where `@dask.delayed` functions can have a call to `dask.delayed` inside of it. I am happy to elaborate on such...
**Describe the issue**: Applying `functools.partial()` to a `@dask.delayed`-decorated function can change a workflow's behavior in various circumstances, particularly when passing `@dask.delayed`-decorated functions as arguments to other `@dask.delayed`-decorated functions. I have...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...
Is it possible to use mermaid diagrams in the Markdown-formatted manuscripts submitted to JOSS? It is supported natively [on GitHub](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) like the example below: ```mermaid graph LR A(Input) --> B[add]...
### Environment - **Covalent version**: 0.233.1rc0 - **Python version**: 3.10 - **Operating system**: Linux ### What is happening? Modifying the `.electron_object.executor` field of an imported electron does not always carry...
### What should we add? There is currently a `ct.get_result()` function, which works perfectly. It would be even more awesome if there were an option to do `ct.get_all_results()` that would...
### What should we add? Unless I've missed it somewhere in the docs, I'm not sure it's mentioned that the default (Dask but also Local) executor runs electrons in parallel...
### What should we add? https://github.com/AgnostiqHQ/covalent/issues/1845#issue-1985069011 > Recently, Pennylane has removed the operations attribute from their DefaultQubit class which means the following error might be thrown for users installing covalent...