Pradnya Khalate

Results 19 issues of Pradnya Khalate

* Hardcoded constants, including strings should be moved to a common header file. * See discussion here - > This is exactly the reason why these strings should be in...

maintenance

* CUDA-Q documentation must include the API, usage, examples, limitations for the custom operations feature. * Part of issue #1475

documentation

> This analysis pass may actually be a relic from the original implementation - originally we had a library mode for Python and this pass was necessary to inform the...

maintenance
python-lang

> All the variables should be inserted at the top of the entry block, so this alloca, store, alloca pattern would ought to look like alloca, alloca, store, ... _Originally...

python bridge

* The `tensornet` and `tensornet` simulators may not be available in the CI environment. A Python test which attempts to check the availability as shown below, causes the `Validate wheel`...

bug
testing

* The function `cudaq.__clearKernelRegistries()` causes the global kernel registry to be cleared. As a result, the kernels in `python/cudaq/kernels/uccsd.py` get cleared. * If `python/tests/domains/test_chemistry.py` is run after this, then it...

python-lang
testing

### Required prerequisites - [X] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to...

bug
python-lang

### Required prerequisites - [x] Search the [issue tracker](https://github.com/NVIDIA/cuda-quantum/issues) to check if your feature has already been mentioned or rejected in other issues. ### Describe the feature Relates to issue...

enhancement
good first issue

* The following Python test crashed in CI: `python/tests/remote/test_remote_platform.py::test_observe` * Only failed in amd64, Python3.8 stages: 1. Validate wheel (fedora:38) (push) 2. Validate wheel (fedora:38, --user) (push) * This CI...

build
python-lang
testing