Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update qgpt2_class.py to fix typo
This commit fixes a bug in use_cases_examples/llm/qgpt2_class.py demo where `simulate` was not called properly. It raised `TypeError: unsupported operand type(s) for /: 'method' and 'int'` because `<bound method Circuit.simulate>` was not called.
- Loading branch information