Skip to content

Conversation

@shashwatk1998
Copy link
Contributor

Add code for experiment 4 from the paper: https://arxiv.org/pdf/2512.02284

@dstrain115 dstrain115 self-requested a review December 17, 2025 00:37
s_dropout_fraction: float = 0.5,
seed: int | None = None,
) -> HLFCircuit:
"""Generates a random Clifford circuit on a grid with dropout fraction.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really a random Clifford circuit? It looks pretty structured to me. Maybe we could add some additional information in the docstring to explain this a bit more (ie. the structure of the circuit and why it turns out to be a random clifford).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good point and requires explanation. Indeed, we've been 'randomly' dropping the CZ and S gates from a structured circuit. I'll modify the docstring

@dstrain115 dstrain115 merged commit 0de3494 into quantumlib:main Dec 20, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants