Dikshant Dulal

Results 5 issues of Dikshant Dulal

### Team Name: UncertaintyHack ### Project Description: Stock price prediction is one of the most rewarding problems in modern finance, where the accurate forecasting of future stock prices can yield...

Amazon Braket Challenge
IBM Qiskit Challenge
Hybrid Algorithms Challenge
Quantum Entrepreneur Challenge
Quantum Finance Challenge

Can we add a function that returns a single value when computing the expectation value of some observable Z1Z2? Right now it returns `[ , ] `as an array. we...

enhancement

Hi, could we please add a function to compute the exponential of a linear combination of Multi Qubit Paulis? E.g. H =0.1*Z1 Z2 X3 Y4 + 0.2*X1 Z2 X3 Z4...

good first issue

Hi, could we add a feature to compute the expectation value of a weighted Pauli? It is crucial for VQEs for a larger systems. The function would look something like...

enhancement
good first issue

**Describe the bug** When drawing the scheduled circuit with `PadDynamicalDecoupling` pass from` qiskit_ibm_runtime.transpiler.passes.scheduling` , an error is returned that says ``` TypeError Traceback (most recent call last) Cell In[2], [line...

bug