CQCL / tket2

Version 2 of the TKET quantum compiler

Home Page:http://crates.io/crates/tket2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move parallel evaluation code to `CircuitChunks`

aborgna-q opened this issue · comments

Badger uses the chunks to split a circuit, optimise each part on a different thread, and join it again afterwards.

This could be a generic operation that can be used in other places too, so it should be added as a method for the chunks (à la rayon::iter).