Shivam Mittal

Results 4 issues of Shivam Mittal

## Description fixes `BaseXCom.get_all()` to return an empty list instead of `None` when no XCom values are found, ensuring the implementation matches the documented behavior. the `BaseXCom.get_all()` method's docstring explicitly...

area:task-sdk

This pull request fixes a critical bug in OpenCost where node identity mismatches caused missing pricing data and fragmented asset tracking. It introduces a normalization function that maps all node...

### Description The Hadamard gate section uses plain text formatting for mathematical expressions, while all other gates in the document use proper LaTeX math blocks (`\[ ... \]`). This creates...

bug
enhancement
docs

`QuMat.draw()` says it returns a circuit visualization, but all backends just print the circuit and return `None`. So `viz = qumat.draw()` always gives you `None`. ### Steps to Reproduce 1....

bug
enhancement
docs