Skip to content

Commit

Permalink
Aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Miao-JQ authored Dec 27, 2024
1 parent b3236aa commit c3ab526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorcircuit/quantum.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ def skyrmion_hamiltonian(
Currently requires tensorflow installed.
The form of Skyrmion:
:math:` \hat{H}_{skyrmion}= - J \sum_{<i, j>}{ \left( \sigma^x_i \sigma^x_j + \sigma^y_i \sigma^y_j \right) } - A \sum_{<i, j>}{ \sigma^z_i \sigma^z_j } - D \sum_{<i, j>}{ \sigma_i \times \sigma_j } + B_z \sum_{<i>}{\sigma^z_i} `
.. math:: ` \hat{H}_{skyrmion}= - J \sum_{<i, j>}{ \left( \sigma^x_i \sigma^x_j + \sigma^y_i \sigma^y_j \right) } - A \sum_{<i, j>}{ \sigma^z_i \sigma^z_j } - D \sum_{<i, j>}{ \sigma_i \times \sigma_j } + B_z \sum_{<i>}{\sigma^z_i} ` # pylint: disable=line-too-long
:param g: Input circuit graph
:type g: Graph
Expand Down

0 comments on commit c3ab526

Please sign in to comment.