Skip to content

Sion: Python package for simulation and analysis of ion crystals in surface traps

License

Notifications You must be signed in to change notification settings

underforestaaa/Sion

Repository files navigation

Sion package

Python package for simulation and analysis of ion crystals in surface electrode traps.

Installation

To use Sion, the following packages are required to be installed from source and tested:

  • pylion package: LAMMPS wrapper for ion dynamics simulation. This package requires installation of LAMMPS software with the specific version. It will work well with the latest LAMMPS version, if in source file pylion.py at line 51 you change "lmp_serial" to "lmp".
  • electrode package: Python package for convenient definition and analysis of surface electrode traps.
    !Note: for correct execution of these packages, numpy<=1.21.0 is required.

The newest version may be installed via pip:
pip install surface-ion

Getting started

Sion works with surface traps, defined through the electrode package. The simulation of ion dynamics is carried through the pylion environment. All functions, presented in Sion are described in example notebooks. Main file sion.py contains docs for each function.

To publish the results, obtained with Sion, we kindly ask you to cite the following article:

  1. Surface trap with adjustable ion couplings for scalable and parallel gates

Free software: MIT license

Features

  • Simulation of ion motion in arbitrary polygon and point electrode surface trap.
  • Optimization and simulation of arbitrary ion shuttling in polygon traps.
  • Calculation of normal modes for general case of 1D, 2D, 3D mixed species ion crystals with arbitrary set of ions' secular frequencies.
  • Calculation of anharmonic Mathieu modes of ion crystals in surface traps.
  • Stability analysis of asymmetric planar traps.
  • Optimization of DC voltage set of a planar trap to match the desired secular frequency and radial mode rotation angle in given positions.
  • Convenient trap design. Layout may be imported from GDS file or created by defining the arbitrary electrode shape boundary.

File structure

  • 'build/lib/sion.py': contains all the main functions.

  • 'examples': examples showing different features of Sion.

  • 'tests': verifications and tests of Sion work.

Possible issues

  • The following error may occur from trying to execute simulation two times without restarting the kernel. It is specific to IPython IDEs (Jupyter, spyder). The error source is in pylion package, and will be resolved by restarting the kernel.

SimulationError: There are identical 'uids'. Although this is allowed in some cases, 'lammps' is probably not going to like it.

About

Sion: Python package for simulation and analysis of ion crystals in surface traps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published