surface-ion


Namesurface-ion JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/underforestaaa/Sion
SummaryPython package for simulation and analysis of ion crystals in surface traps.
upload_time2024-12-16 14:07:38
maintainerNone
docs_urlNone
authorArtem Podlesnyy
requires_pythonNone
licenseMIT license
keywords surface trap ion quantum computing ion simulation normal modes mathieu modes ion shuttling voltage optimization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # *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](https://bitbucket.org/dtrypogeorgos/pylion/src/master/): 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](https://github.com/nist-ionstorage/electrode): 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:  
<code>pip install surface-ion</code>


## 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](https://journals.aps.org/pra/abstract/10.1103/PhysRevA.109.022605)

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.

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/underforestaaa/Sion",
    "name": "surface-ion",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "surface trap, ion, quantum computing, ion simulation, normal modes, mathieu modes, ion shuttling, voltage optimization",
    "author": "Artem Podlesnyy",
    "author_email": "a.podlesnyy@rqc.ru",
    "download_url": "https://files.pythonhosted.org/packages/7a/ce/cd9ede69bbf7f13f1636c3d2546caeb463a4128cfd7c0f03cc812b858991/surface_ion-1.0.6.tar.gz",
    "platform": null,
    "description": "# *Sion* package\r\n\r\nPython package for simulation and analysis of ion crystals in surface electrode traps.\r\n\r\n## Installation\r\n\r\nTo use *Sion*, the following packages are required to be installed from source and tested:\r\n- [pylion package](https://bitbucket.org/dtrypogeorgos/pylion/src/master/): 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\".  \r\n- [electrode package](https://github.com/nist-ionstorage/electrode): Python package for convenient definition and analysis of surface electrode traps.  \r\n!Note: for correct execution of these packages, numpy<=1.21.0 is required. \r\n\r\nThe newest version may be installed via pip:  \r\n<code>pip install surface-ion</code>\r\n\r\n\r\n## Getting started\r\n\r\n*Sion* works with surface traps, defined through the *electrode* package. The simulation of ion dynamics is carried through the *pylion* environment.\r\nAll functions, presented in *Sion* are described in example notebooks. Main file *sion.py* contains docs for each function.\r\n\r\nTo publish the results, obtained with *Sion*, we kindly ask you to cite the following article:\r\n1. [Surface trap with adjustable ion couplings for scalable and parallel gates](https://journals.aps.org/pra/abstract/10.1103/PhysRevA.109.022605)\r\n\r\nFree software: MIT license\r\n\r\n## Features\r\n\r\n*   Simulation of ion motion in arbitrary polygon and point electrode surface trap.\r\n*   Optimization and simulation of arbitrary ion shuttling in polygon traps.\r\n*   Calculation of normal modes for general case of 1D, 2D, 3D mixed species ion crystals with arbitrary set of ions' secular frequencies.\r\n*   Calculation of anharmonic Mathieu modes of ion crystals in surface traps.  \r\n*   Stability analysis of asymmetric planar traps.\r\n*   Optimization of DC voltage set of a planar trap to match the desired secular frequency and radial mode rotation angle in given positions.\r\n*   Convenient trap design. Layout may be imported from GDS file or created by defining the arbitrary electrode shape boundary. \r\n\r\n## File structure\r\n\r\n*  'build/lib/sion.py': contains all the main functions.\r\n\r\n*  'examples': examples showing different features of *Sion*.\r\n\r\n*  'tests': verifications and tests of *Sion* work.\r\n\r\n## Possible issues\r\n\r\n*  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.\r\n\r\n<code>SimulationError: There are identical 'uids'. Although this is allowed in some  cases, 'lammps' is probably not going to like it.</code>\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Python package for simulation and analysis of ion crystals in surface traps.",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/underforestaaa/Sion"
    },
    "split_keywords": [
        "surface trap",
        " ion",
        " quantum computing",
        " ion simulation",
        " normal modes",
        " mathieu modes",
        " ion shuttling",
        " voltage optimization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a312bf4e228b81786f7ccc77630456daf568e0dca81bf688675dbc6d340e909a",
                "md5": "2be366cbb8d7909b8af0c9e1ddff5fa4",
                "sha256": "c6a7400c5691a80b06c50b141e177a43cb9a11da49a403a63ea602fdc6ec7052"
            },
            "downloads": -1,
            "filename": "surface_ion-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2be366cbb8d7909b8af0c9e1ddff5fa4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27575,
            "upload_time": "2024-12-16T14:07:32",
            "upload_time_iso_8601": "2024-12-16T14:07:32.929271Z",
            "url": "https://files.pythonhosted.org/packages/a3/12/bf4e228b81786f7ccc77630456daf568e0dca81bf688675dbc6d340e909a/surface_ion-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7acecd9ede69bbf7f13f1636c3d2546caeb463a4128cfd7c0f03cc812b858991",
                "md5": "c8101d6242f17ac5f8b0c73d51a47822",
                "sha256": "89c70079bb2f19b734ee015a407443d8a747d7e7fc517ba1175abbdf91ea17d8"
            },
            "downloads": -1,
            "filename": "surface_ion-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c8101d6242f17ac5f8b0c73d51a47822",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 193921,
            "upload_time": "2024-12-16T14:07:38",
            "upload_time_iso_8601": "2024-12-16T14:07:38.137904Z",
            "url": "https://files.pythonhosted.org/packages/7a/ce/cd9ede69bbf7f13f1636c3d2546caeb463a4128cfd7c0f03cc812b858991/surface_ion-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 14:07:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "underforestaaa",
    "github_project": "Sion",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "surface-ion"
}
        
Elapsed time: 0.45291s