Пример #1
0
 def skyrmion_number(self):
     nx = self.mesh.nx
     ny = self.mesh.ny
     nz = self.mesh.nz
     number = micro_clib.compute_skyrmion_number(
         self.spin, self._skx_number, nx, ny, nz, self.mesh.neighbours)
     return number
Пример #2
0
 def skyrmion_number(self):
     """
     Returns the skyrmion number from the first layer in the
     XY plane of the mesh
     """
     nx = self.mesh.nx
     ny = self.mesh.ny
     nz = self.mesh.nz
     number = micro_clib.compute_skyrmion_number(
         self.spin, self._skx_number, nx, ny, nz, self.mesh.neighbours)
     return number
Пример #3
0
 def skyrmion_number(self):
     """
     Returns the skyrmion number from the first layer in the
     XY plane of the mesh
     """
     nx = self.mesh.nx
     ny = self.mesh.ny
     nz = self.mesh.nz
     number = micro_clib.compute_skyrmion_number(self.spin,
                                                 self._skx_number, nx, ny,
                                                 nz, self.mesh.neighbours)
     return number