The role of the square root of phase in defining the Pauli group
Quantum Computing SEArchived Mar 16, 2026✓ Full text saved
Consider a $d$ dimensional qudit. The computational basis states are $|0\rangle, \dots, |d-1\rangle$ . The generalized $X,Z$ operators are defined by $X|j\rangle = |j+1 \bmod{d} \rangle$ and $Z |j \rangle = \omega^j |j\rangle$ , where $\omega = e^{2\pi i / d}$ . Let $\mathbb{Z}_d = \mathbb{Z} / d \mathbb{Z}$ , and $\tau = \sqrt{\omega}$ . Now when $d$ is even, there are two definitions of the Pauli group in the quantum computing literature: (i) $\mathcal{P}^{(d)} := \{\omega^j X^k Z^l: j,k,l \in
Full text archived locally
✦ AI Summary· Claude Sonnet
The role of the square root of phase in defining the Pauli group
Ask Question
Asked 1 month ago
Modified yesterday
Viewed 152 times
1
Consider a
d
𝑑
dimensional qudit. The computational basis states are
|0⟩,…,|d−1⟩
|
0
⟩
,
…
,
|
𝑑
−
1
⟩
. The generalized
X,Z
𝑋
,
𝑍
operators are defined by
X|j⟩=|j+1modd⟩
𝑋
|
𝑗
⟩
=
|
𝑗
+
1
mod
𝑑
⟩
and
Z|j⟩=
ω
j
|j⟩
𝑍
|
𝑗
⟩
=
𝜔
𝑗
|
𝑗
⟩
, where
ω=
e
2πi/d
𝜔
=
𝑒
2
𝜋
𝑖
/
𝑑
. Let
Z
d
=Z/dZ
𝑍
𝑑
=
𝑍
/
𝑑
𝑍
, and
τ=
ω
−
−
√
𝜏
=
𝜔
.
Now when
d
𝑑
is even, there are two definitions of the Pauli group in the quantum computing literature:
(i)
P
(d)
:={
ω
j
X
k
Z
l
:j,k,l∈
Z
d
}
𝑃
(
𝑑
)
:=
{
𝜔
𝑗
𝑋
𝑘
𝑍
𝑙
:
𝑗
,
𝑘
,
𝑙
∈
𝑍
𝑑
}
, and (ii)
P
¯
¯
¯
¯
(d)
:={
τ
j
X
k
Z
l
:k,l∈
Z
d
,j∈
Z
2d
}
𝑃
¯
(
𝑑
)
:=
{
𝜏
𝑗
𝑋
𝑘
𝑍
𝑙
:
𝑘
,
𝑙
∈
𝑍
𝑑
,
𝑗
∈
𝑍
2
𝑑
}
.
I would say that most papers use the definition in (ii). I have myself previously used definition (i), as the phase didn't matter in what I was doing. However, I would like to find a clean answer why the definition in (ii) is preferred and used so widely. What exactly goes wrong if we don't include the square root of the phase?
Some papers like https://arxiv.org/pdf/2305.13178 go one step further and define the Pauli group to include all phases in
U(1)
U
(
1
)
. A footnote on the bottom of Page 5 of this paper comments that the Clifford groups obtained with or without this continuous extension remains the same. Is it the case then that the Clifford group defined as the normalizer of the Pauli group does not change, irrespective of which definition of the Pauli group we use?
clifford-grouppauli-group
Share
Improve this question
Follow
asked Feb 9 at 19:04
Rahul Sarkar
1414
4 bronze badges
If you define
P
x,z
=
τ
xz
X
x
Z
z
𝑃
𝑥
,
𝑧
=
𝜏
𝑥
𝑧
𝑋
𝑥
𝑍
𝑧
, you get the nice properties
P
†
x,z
=
P
−x,−z
𝑃
𝑥
,
𝑧
†
=
𝑃
−
𝑥
,
−
𝑧
and
P
x
P
y
=
τ
xΩy
P
x+y
𝑃
𝑥
𝑃
𝑦
=
𝜏
𝑥
Ω
𝑦
𝑃
𝑥
+
𝑦
, where
Ω
Ω
is the symplectic matrix. –
Ethan Davies
Commented
Feb 9 at 19:09
@EthanDavies thank you! is this the only reason? why is this desirable, and are there serious consequences anywhere if this does not hold? –
Rahul Sarkar
Commented
Feb 9 at 20:59
Add a comment
1 Answer
Sorted by:
Highest score (default)
Date modified (newest first)
Date created (oldest first)
0
I think the main reason is because physicists want
Y
𝑌
to be hermitian like
X
𝑋
and
Z
𝑍
. It also makes
<X,Y,Z>
<
𝑋
,
𝑌
,
𝑍
>
a generating set of the Pauli group.
Even if you pick
Y=XZ
𝑌
=
𝑋
𝑍
your Pauli and Clifford groups wouldn't change at all. The first can always be generated by
<τI,X,Z>
<
𝜏
𝐼
,
𝑋
,
𝑍
>
as you note. The usual
S
𝑆
gate still maps this group to itself, as it maps X to the product of all generators. For qubits for example, whether you call this product
Y
𝑌
or
iY
𝑖
𝑌
makes no difference. In fact some older papers use this convention instead: https://arxiv.org/abs/quant-ph/9702029.
Share
Improve this answer
Follow
answered Feb 13 at 22:55
user35159
4742
2 silver badges
7
7 bronze badges
"Clifford groups wouldn't change at all" - is this true? Note that when d=2, if I use definition (i) for the Pauli group, then the S = (1 0; 0 i) gate is not in the normalizer, but it is in the normalizer if I use definition (ii). So it seems that adding extra phases to the Pauli group, does help to extend the Clifford group. –
Rahul Sarkar
Commented
Feb 14 at 18:39
Add a comment
Your Answer
Sign up or log in
Sign up using Google
Sign up using Email and Password
Post as a guest
Name
Email
Required, but never shown
Post Your Answer
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Ask question
Explore related questions
clifford-grouppauli-group
See similar questions with these tags.
The Overflow Blog
Open source for awkward robots
Domain expertise still wanted: the latest trends in AI-assisted knowledge for...
Featured on Meta
Logo updates to Stack Overflow's visual identity
Related
6
Efficient implementation of the Clifford group for
n
𝑛
qubits
10
Definition of the Pauli group and the Clifford group
7
Explicit states with high
T
𝑇
count
5
In the Clifford group, is the center of
Cl
n
¯
¯
¯
¯
¯
¯
¯
¯
≡
Cl
n
/U(1)
Cl
𝑛
¯
≡
Cl
𝑛
/
𝑈
(
1
)
trivial?
7
Is the Clifford group a semidirect product?
8
Two definitions of the Clifford group and their relation
24
Is there a closure property for the entire Clifford hierarchy?
3
Does the real Clifford group contain all real diagonal gates, resp. all permutation gates?
8
Which Clifford groups are 2-designs?
5
Is a controlled Clifford gate in the third level of the Clifford hierarchy?
Hot Network Questions
Are AA batteries sold in the EU required to have a CE certification?
Montesquieu on the Civil laws
Is compound assignment on atomic variables guaranteed to be atomic prior to C23?
Wrap bracelets around a cube
Relation between sign of electrode potential and oxidising/reducing nature of species
How can I diff two huge (250MB+) XML files with only minor changes?
Is this spell balanced by the consequence?
How does the Catholic Church reconcile Papal Infallibility with the biblical doctrine that "all have sinned" (Romans 3:23)?
disk encryption passphrase to unlock disk - removal of passphrase?
Trimming causes compilation failure
Is this Time Walk spell well-balanced?
When is a theory effective?
'I can't actually help you until 4 hours time'
Accounts for changing Kinetic energy of electrons in a circuit
How can I improve this drywall patch?
Cockroach carrying a spy video camera in a movie?
Why do archaic colonial‑era laws remain in effect long after independence in many Asian and African countries?
PI on medical leave: ethics and etiquette
Best way to control a voltage divider using GPIO
How can I stack multiple headphone jacks vertically?
Do I top up the same amount of new engine oil as much as I drained the old one?
About the Dwarapalakas of other deities
Negative form of imperative nasai form
more hot questions
Question feed
By continuing to use this website, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. By exiting this window, default cookies will be accepted. To reject cookies, select an option from below.
Customize settings
Cookie Consent Preference Center
When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences, or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
Cookie Policy
Accept all cookies
Manage Consent Preferences
Strictly Necessary Cookies
Always Active
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
Targeting Cookies
Targeting Cookies
These cookies are used to make advertising messages more relevant to you and may be set through our site by us or by our advertising partners. They may be used to build a profile of your interests and show you relevant advertising on our site or on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device.
Performance Cookies
Performance Cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
Functional Cookies
Functional Cookies
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
Cookie List
Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label
Necessary cookies only Confirm My Choices