... | ... |
@@ -123,3 +123,23 @@ in the direction of the magnetic field:: |
123 | 123 |
template = kwant.continuum.discretize_landau("k_x**2 + k_y**2 + k_z**2 + V(z)", N) |
124 | 124 |
syst = kwant.Builder() |
125 | 125 |
syst.fill(template, stack, (0,)) |
126 |
+ |
|
127 |
+ |
|
128 |
+Minimum required versions for some dependencies have increased |
|
129 |
+-------------------------------------------------------------- |
|
130 |
+Kwant now requires at least the following versions: |
|
131 |
+ |
|
132 |
++ Python 3.6 |
|
133 |
++ numpy 0.13.3 |
|
134 |
++ scipy 0.19.1 |
|
135 |
+ |
|
136 |
+The kwant extensions (plotting, continuum and qsymm) now require at |
|
137 |
+least the following versions: |
|
138 |
+ |
|
139 |
++ matplotlib 2.1.1 |
|
140 |
++ sympy 1.1.1 |
|
141 |
++ qsymm 1.2.6 |
|
142 |
+ |
|
143 |
+These versions (or newer) are available in the latest stable releases |
|
144 |
+of Ubuntu and Debian GNU/Linux, with the exception of qsymm, which is |
|
145 |
+available on PyPI or Conda forge. |
|
126 | 146 |
\ No newline at end of file |