Skip to content

PCVL-1271 documentation for new workflow - #787

Merged
Aubaert merged 62 commits into
Quandela:developfrom
Aubaert:PCVL-1271-documentation-for-new-workflow
Sep 2, 2026
Merged

PCVL-1271 documentation for new workflow#787
Aubaert merged 62 commits into
Quandela:developfrom
Aubaert:PCVL-1271-documentation-for-new-workflow

Conversation

@Aubaert

@Aubaert Aubaert commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Aubaert added 30 commits July 21, 2026 17:06
Aubaert added 22 commits August 17, 2026 11:54
Comment thread perceval/components/experiment.py Outdated
Comment thread perceval/runtime/execution.py Outdated
Comment thread perceval/runtime/execution_factory.py
Comment thread perceval/runtime/execution.py
>>> group = pcvl.ExecutionGroup("compare_knill_and_ralph_cnot")
>>> # Starts the computer of the first execution - Assume the same computer is used for all executions
>>> with pcvl.encapsulate_manager_list([computer.acquire() for computer in group.list_unsent_computers()]):
>>> with pcvl.acquire(*(computer.acquire() for computer in group.list_unsent_computers())):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

with pcvl.acquire(group.list_unsent_computers()): directly?

Comment thread perceval/runtime/abstract_computer.py Outdated
"""
Acquires any number of computers.

.. warning::

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

(not a real warn)

Comment thread perceval/utils/context_manager.py Outdated
super().__exit__(*sys.exc_info()) # We must still exit here since we entered
raise # TODO: what to do if this error has been handled ?
return self
raise # We are forced to exit here so we don't enter inside the managed body

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

'we have to ...`

@Aubaert
Aubaert merged commit 0b8a463 into Quandela:develop Sep 2, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants