You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first argument `TopologicalNumber` in the named tuple is an vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
296
+
The first argument `TopologicalNumber` in the named tuple is a vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
276
297
The vector is arranged in order of bands, starting from the one with the lowest energy.
277
298
The second argument `Total` stores the total of the $\mathbb{Z}_2$ numbers for each pair of two energy bands.
278
299
`Total` is a quantity that should always return zero.
@@ -290,7 +311,7 @@ julia> sol = calcPhaseDiagram(prob, param; plot=true)
The first argument `TopologicalNumber` in the named tuple is an vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
65
+
The first argument `TopologicalNumber` in the named tuple is a vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
66
66
The vector is arranged in order of bands, starting from the lower energy.
67
67
The second argument `Total` stores the total of the $\mathbb{Z}_2$ numbers for Energy bands below and above some filling condition (mod2).
68
68
`Total` is a quantity that should always return zero.
@@ -91,7 +91,7 @@ julia> sol = calcPhaseDiagram(prob, param; plot=true)
The first argument `TopologicalNumber` in the named tuple is an vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
60
+
The first argument `TopologicalNumber` in the named tuple is a vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
61
61
The vector is arranged in order of bands, starting from the lower energy.
62
62
The second argument `Total` stores the total of the $\mathbb{Z}_2$ numbers for Energy bands below and above some filling condition (mod2).
63
63
`Total` is a quantity that should always return zero.
The first argument `TopologicalNumber` in the named tuple is an vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
59
+
The first argument `TopologicalNumber` in the named tuple is a vector that stores the $\mathbb{Z}_2$ number for Energy bands below and above some filling condition that you selected in the options (the default is the half-filling).
60
60
The vector is arranged in order of bands, starting from the lower energy.
61
61
The second argument `Total` stores the total of the $\mathbb{Z}_2$ numbers for Energy bands below and above some filling condition (mod2).
62
62
`Total` is a quantity that should always return zero.
0 commit comments