PBR helpers
This page contains the documentation for various helper functions for manipulating PBRs.
This page contains the documentation for the pbr subpackage, that
contains helper functions for the PBR class.
- pbr.one(*args, **kwargs)
- Overloaded function. - pbr.one(x: PBR) PBR
- Returns the identity PBR with degree - x.degree().- This member function returns a new - PBRwith degree equal to the- PBR.degreeof x, where every value is adjacent to its negative. Equivalently,- iis adjacent- i + nand vice versa for every- iless than the degree- n.