paddle_quantum.state.common.po 9.0 KB
Newer Older
Q
Quleaf 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Baidu Inc
# This file is distributed under the same license as the paddle-quantum
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: paddle-quantum \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-17 11:08+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/paddle_quantum.state.common.rst:2
msgid "paddle\\_quantum.state.common"
msgstr ""

#: of paddle_quantum.state.common:1
msgid "The common function of the quantum state."
msgstr ""

#: of paddle_quantum.state.common.to_state:1
msgid "The function to generate a specified state instance."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state
#: paddle_quantum.state.common.bell_state
#: paddle_quantum.state.common.completely_mixed_computational
#: paddle_quantum.state.common.computational_basis
#: paddle_quantum.state.common.ghz_state
#: paddle_quantum.state.common.isotropic_state
#: paddle_quantum.state.common.r_state paddle_quantum.state.common.random_state
#: paddle_quantum.state.common.s_state paddle_quantum.state.common.to_state
#: paddle_quantum.state.common.w_state paddle_quantum.state.common.zero_state
msgid "Parameters"
msgstr ""

#: of paddle_quantum.state.common.to_state:3
msgid "The mathematical analysis of quantum state."
msgstr ""

#: of paddle_quantum.state.common.to_state:4
msgid ""
"The number of qubits contained in the quantum state. Defaults to None, "
"which means it will be inferred by the data."
msgstr ""

#: of paddle_quantum.state.common.bell_state:10
#: paddle_quantum.state.common.computational_basis:5
#: paddle_quantum.state.common.to_state:5
#: paddle_quantum.state.common.zero_state:4
msgid ""
"Used to specify the backend used. Defaults to None, which means to use "
"the default backend."
msgstr ""

#: of paddle_quantum.state.common.computational_basis:6
#: paddle_quantum.state.common.to_state:6
#: paddle_quantum.state.common.zero_state:5
msgid ""
"Used to specify the data dtype of the data. Defaults to None, which means"
" to use the default data type."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state
#: paddle_quantum.state.common.bell_state
#: paddle_quantum.state.common.completely_mixed_computational
#: paddle_quantum.state.common.computational_basis
#: paddle_quantum.state.common.ghz_state
#: paddle_quantum.state.common.isotropic_state
#: paddle_quantum.state.common.r_state paddle_quantum.state.common.random_state
#: paddle_quantum.state.common.s_state paddle_quantum.state.common.to_state
#: paddle_quantum.state.common.w_state paddle_quantum.state.common.zero_state
msgid "Returns"
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:15
#: paddle_quantum.state.common.bell_state:14
#: paddle_quantum.state.common.completely_mixed_computational:8
#: paddle_quantum.state.common.computational_basis:10
#: paddle_quantum.state.common.ghz_state:7
#: paddle_quantum.state.common.isotropic_state:15
#: paddle_quantum.state.common.r_state:14
#: paddle_quantum.state.common.random_state:9
#: paddle_quantum.state.common.s_state:14
#: paddle_quantum.state.common.to_state:8 paddle_quantum.state.common.w_state:7
#: paddle_quantum.state.common.zero_state:9
msgid "The generated quantum state."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state
#: paddle_quantum.state.common.bell_state
#: paddle_quantum.state.common.completely_mixed_computational
#: paddle_quantum.state.common.computational_basis
#: paddle_quantum.state.common.ghz_state
#: paddle_quantum.state.common.isotropic_state
#: paddle_quantum.state.common.r_state paddle_quantum.state.common.random_state
#: paddle_quantum.state.common.s_state paddle_quantum.state.common.to_state
#: paddle_quantum.state.common.w_state paddle_quantum.state.common.zero_state
msgid "Return type"
msgstr ""

#: of paddle_quantum.state.common.zero_state:1
msgid "The function to generate a zero state."
msgstr ""

#: of paddle_quantum.state.common.bell_state:9
#: paddle_quantum.state.common.completely_mixed_computational:3
#: paddle_quantum.state.common.computational_basis:3
#: paddle_quantum.state.common.ghz_state:3
#: paddle_quantum.state.common.isotropic_state:9
#: paddle_quantum.state.common.random_state:3
#: paddle_quantum.state.common.w_state:3
#: paddle_quantum.state.common.zero_state:3
msgid "The number of qubits contained in the quantum state."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state
#: paddle_quantum.state.common.bell_state
#: paddle_quantum.state.common.completely_mixed_computational
#: paddle_quantum.state.common.computational_basis
#: paddle_quantum.state.common.ghz_state
#: paddle_quantum.state.common.isotropic_state
#: paddle_quantum.state.common.r_state paddle_quantum.state.common.random_state
#: paddle_quantum.state.common.s_state paddle_quantum.state.common.w_state
#: paddle_quantum.state.common.zero_state
msgid "Raises"
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:13
#: paddle_quantum.state.common.bell_state:12
#: paddle_quantum.state.common.completely_mixed_computational:6
#: paddle_quantum.state.common.computational_basis:8
#: paddle_quantum.state.common.ghz_state:5
#: paddle_quantum.state.common.isotropic_state:13
#: paddle_quantum.state.common.r_state:12
#: paddle_quantum.state.common.random_state:7
#: paddle_quantum.state.common.s_state:12 paddle_quantum.state.common.w_state:5
#: paddle_quantum.state.common.zero_state:7
msgid "If the backend is wrong or not implemented."
msgstr ""

#: of paddle_quantum.state.common.computational_basis:1
msgid ""
"Generate a computational basis state :math:`|e_{i}\\rangle` , whose i-th "
"element is 1 and all the other elements are 0."
msgstr ""

#: of paddle_quantum.state.common.computational_basis:4
msgid "Index :math:`i` of the computational basis state :math`|e_{i}rangle` ."
msgstr ""

#: of paddle_quantum.state.common.bell_state:1
msgid "Generate a bell state."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:3
#: paddle_quantum.state.common.bell_state:3
#: paddle_quantum.state.common.isotropic_state:3
#: paddle_quantum.state.common.r_state:3 paddle_quantum.state.common.s_state:3
msgid "Its matrix form is:"
msgstr ""

#: of paddle_quantum.state.common.bell_state:5
msgid ""
"|\\Phi_{D}\\rangle=\\frac{1}{\\sqrt{D}} "
"\\sum_{j=0}^{D-1}|j\\rangle_{A}|j\\rangle_{B}"
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:1
msgid "Generate a bell diagonal state."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:5
msgid ""
"p_{1}|\\Phi^{+}\\rangle\\langle\\Phi^{+}|+p_{2}| "
"\\Psi^{+}\\rangle\\langle\\Psi^{+}|+p_{3}| "
"\\Phi^{-}\\rangle\\langle\\Phi^{-}| +\n"
"p4|\\Psi^{-}\\rangle\\langle\\Psi^{-}|"
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:10
msgid "The prob of each bell state."
msgstr ""

#: of paddle_quantum.state.common.bell_diagonal_state:12
#: paddle_quantum.state.common.completely_mixed_computational:5
#: paddle_quantum.state.common.isotropic_state:12
#: paddle_quantum.state.common.r_state:11
#: paddle_quantum.state.common.s_state:11
msgid "The state should bu a pure state if the backend is state_vector."
msgstr ""

#: of paddle_quantum.state.common.random_state:1
msgid "Generate a random quantum state."
msgstr ""

#: of paddle_quantum.state.common.random_state:4
msgid "If the quantum state only contains the real number. Defaults to False."
msgstr ""

#: of paddle_quantum.state.common.random_state:5
msgid "The rank of the density matrix. Defaults to None which means full rank."
msgstr ""

#: of paddle_quantum.state.common.w_state:1
msgid "Generate a W-state."
msgstr ""

#: of paddle_quantum.state.common.ghz_state:1
msgid "Generate a GHZ-state."
msgstr ""

#: of paddle_quantum.state.common.completely_mixed_computational:1
msgid "Generate the density matrix of the completely mixed state."
msgstr ""

#: of paddle_quantum.state.common.r_state:1
msgid "Generate an R-state."
msgstr ""

#: of paddle_quantum.state.common.r_state:5
msgid "p|\\Psi^{+}\\rangle\\langle\\Psi^{+}| + (1 - p)|11\\rangle\\langle11|"
msgstr ""

#: of paddle_quantum.state.common.r_state:9
msgid ""
"The parameter of the R-state to be generated. It should be in "
":math:`[0,1]` ."
msgstr ""

#: of paddle_quantum.state.common.s_state:1
msgid "Generate the S-state."
msgstr ""

#: of paddle_quantum.state.common.s_state:5
msgid "p|\\Phi^{+}\\rangle\\langle\\Phi^{+}| + (1 - p)|00\\rangle\\langle00|"
msgstr ""

#: of paddle_quantum.state.common.s_state:9
msgid ""
"The parameter of the S-state to be generated. It should be in "
":math:`[0,1]` ."
msgstr ""

#: of paddle_quantum.state.common.isotropic_state:1
msgid "Generate the isotropic state."
msgstr ""

#: of paddle_quantum.state.common.isotropic_state:5
msgid ""
"p(\\frac{1}{\\sqrt{D}} \\sum_{j=0}^{D-1}|j\\rangle_{A}|j\\rangle_{B}) + "
"(1 - p)\\frac{I}{2^n}"
msgstr ""

#: of paddle_quantum.state.common.isotropic_state:10
msgid ""
"The parameter of the isotropic state to be generated. It should be in "
":math:`[0,1]` ."
msgstr ""