Callum Macpherson

Results 59 comments of Callum Macpherson

Hi, Now that pytket 1.16 is released you should be able to use the `allow_swaps=False` flag in `FullPeepholeOptimise2Q`

Thanks @willsimmons1465! Indeed if I supply the qubits arg (the second case) I can calculate the expectation value fine. It seems I was using this method improperly in the orignal...

I also spotted this recently. For me it would make sense to have all of these as properties as they are all characteristics of the `Circuit` object itself.

if we're going with methods we could go with `Circuit.get_metric()` perhaps? The word 'get' seems to communicate that it is a method that calculates something rather than a property.

Both are mentioned in the examples in the manual but it looks like pytket-pyquil code is only expecuted in two example notebooks( there are no executed cells with pytket-pyquil code...

Hi, thanks for making an issue. I don't know what the reason for the change was (if there was a reason) @sjdilkes any ideas on this? I use `AutoRebase` rather...

Sorry I meant to reply before. I wasn't sure why the C.I. check wasn't running with the updated packages. Feel free to take a look if you have some time.

Working towards a solution for this. The [pytket-docs-theming](https://github.com/CQCL/pytket-docs-theming) repository contains a source of truth for navbar, quantinuum-sphinx version and sphinx config. Can share these files by using pytket-docs-theming as a...