diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..884c67aad --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,38 @@ + + + + +## Linked Issue + + + +## Summary + + + + +## Changes + + + + + +| Declaration | Kind | File | Description | +| ----------- | ------- | ------------------------ | -------------------- | +| `MyDef` | `def` | `Physlib/Area/File.lean` | One-line description | +| `my_lemma` | `lemma` | `Physlib/Area/File.lean` | One-line description | + +## Reviewer map + + + + +1. + +## Scope — what is not changed + + + diff --git a/QuantumInfo/Channels/Bundled.lean b/QuantumInfo/Channels/Bundled.lean index 63676a449..a0afe335e 100644 --- a/QuantumInfo/Channels/Bundled.lean +++ b/QuantumInfo/Channels/Bundled.lean @@ -20,6 +20,7 @@ The combinations `PTPMap` (positive trace-preserving), `CPTPMap`, and `CPUMap` The majority of quantum theory revolves around `CPTPMap`s, so those are explored more thoroughly in their file CPTP.lean. +TEST -/ @[expose] public section