Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gingertonwatts authored Dec 6, 2024
1 parent 1b735f5 commit e8c1290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Hamiltonian_features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Rank $L$

Eigenvalues { $\lambda_\ell$ }

Double factorization eigenvalue gap $|\lambda_1 - \lambda_2|$
Double factorization eigenvalue gap $|\lambda_0 - \lambda_1|$

$G(H) = (V,E)$ where $V = [n]$ for an $n$-qubit Hamiltonian $H$ where the edge set contains hyperedges $e_i = (i_1,...,i_{k(i)}) \in E$ where $i_1, ..., i_{k(i)} \in V$ are all those qubits that are being acted upon by non-identity single qubit Pauli operators. The graph has edge weights $w(e) = h_e$ where $h_e$ is the coefficient of Pauli string $e \in E$ where $H = \sum_{e \in E} h_e P_e$. We take statistics (max, min, mean, std. dev.) on edge order (Pauli weight), vertex degree, and edge weights.
$G(H) = (V,E)$ where $V = [n]$ for an $n$-qubit Hamiltonian $H$ where the edge set contains hyperedges $e = (i_1,...,i_{k(e)}) \in E$ where $i_1, ..., i_{k(e)} \in V$ are all those qubits that are being acted upon by non-identity single qubit Pauli operators; $k(e)$ is the number of these qubits for a given egde $e$. The graph has edge weights $h_e$ where $h_e$ is the coefficient of Pauli string $e \in E$ where $H = \sum_{e \in E} h_e P_e$. We take statistics (max, min, mean, std. dev.) on edge order (Pauli weight), vertex degree, and edge weights.

One-norm

Expand All @@ -35,7 +35,7 @@ $$

Number of Pauli Strings | $E$ |

Edge Order $\mathrm{ord}(e_i) = k(i)$
Edge Order $\mathrm{ord}(e) = k(e)$

Vertex Degree $\mathrm{deg}(v)$ = |{ $e \in E : v \in e$ }|

Expand Down

0 comments on commit e8c1290

Please sign in to comment.