surface-ion 1.0.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 underforestaaa
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: surface-ion
|
|
3
|
+
Version: 1.0.1
|
|
4
|
+
Summary: Python package for simulation and analysis of ion crystals in surface traps.
|
|
5
|
+
Author: Artem Podlesnyy
|
|
6
|
+
Author-email: a.podlesnyy@rqc.ru
|
|
7
|
+
License: MIT license
|
|
8
|
+
Keywords: surface trap,ion,quantum computing,ion simulation,normal modes,mathieu modes,ion shuttling,voltage optimization
|
|
9
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Natural Language :: English
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: numpy >=1.13.3
|
|
16
|
+
Requires-Dist: jinja2 >=2.9.6
|
|
17
|
+
Requires-Dist: scipy >=1.12.1
|
|
18
|
+
Requires-Dist: scikit-optimize >=0.10.2
|
|
19
|
+
Requires-Dist: electrode >=1.4
|
|
20
|
+
Requires-Dist: matplotlib >=3.9.2
|
|
21
|
+
Requires-Dist: gdspy >=1.6.13
|
|
22
|
+
Requires-Dist: shapely >=2.0.6
|
|
23
|
+
Requires-Dist: tqdm >=4.66.6
|
|
24
|
+
Requires-Dist: wexpect
|
|
25
|
+
|
|
26
|
+
# *Sion* package
|
|
27
|
+
|
|
28
|
+
Python package for simulation and analysis of ion crystals in surface electrode traps.
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
31
|
+
|
|
32
|
+
To use *Sion*, the following packages are required to be installed from source and tested:
|
|
33
|
+
- [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".
|
|
34
|
+
- [electrode package](https://github.com/nist-ionstorage/electrode): Python package for convenient definition and analysis of surface electrode traps.
|
|
35
|
+
!Note: for correct execution of these packages, numpy<=1.21.0 is recquired. Alternatively one may install
|
|
36
|
+
|
|
37
|
+
The newest version may be installed via pip:
|
|
38
|
+
<code>pip install surface-ion</code>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## Getting started
|
|
42
|
+
|
|
43
|
+
*Sion* works with surface traps, defined through the *electrode* package. The simulation of ion dynamics is carried through the *pylion* environment.
|
|
44
|
+
All functions, presented in *Sion* are described in example notebooks. Main file *sion.py* containes docs for each function.
|
|
45
|
+
|
|
46
|
+
To publish the results, obtained with *Sion*, the following articles should be cited:
|
|
47
|
+
1. [Surface trap with adjustable ion couplings for scalable and parallel gates](https://journals.aps.org/pra/abstract/10.1103/PhysRevA.109.022605)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## Features
|
|
51
|
+
* Simulation of ion motion in arbitrary polygon and point electrode surface trap.
|
|
52
|
+
* Optimization and simulation of arbitrary ion shuttling in polygon traps.
|
|
53
|
+
* Calculation of normal modes for general case of 1D, 2D, 3D mixed species ion crystals with arbitrary set of ions' secular frequencies.
|
|
54
|
+
* Calculation of anharmonic mathieu modes of ion crystals in surface traps.
|
|
55
|
+
* Stability analysis of asymmetric planar traps.
|
|
56
|
+
* Optimization of DC voltage set of a planar trap to match the desired secular frequency and radial mode rotation angle in given positions.
|
|
57
|
+
* Convenient trap design. Layout may be imported from GDS file or created by defining the arbitrary electrode shape boundary.
|
|
58
|
+
|
|
59
|
+
## File structure
|
|
60
|
+
|
|
61
|
+
* 'build/lib/sion.py': contains all the main functions.
|
|
62
|
+
|
|
63
|
+
* 'examples': examples showing different features of *Sion*.
|
|
64
|
+
|
|
65
|
+
* 'tests': verifications and tests of *Sion* work.
|
|
66
|
+
|
|
67
|
+
Free software: MIT license
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
surface_ion-1.0.1.dist-info/LICENSE,sha256=kGV6AcHkH9eBjwNQNv4gacEjnx4vm2Ivbf-BvL8Tkiw,1071
|
|
2
|
+
surface_ion-1.0.1.dist-info/METADATA,sha256=o_pOcoEMmrwf1aXizrhVbo22txrQR-NkWx_Y_pdl0aU,3327
|
|
3
|
+
surface_ion-1.0.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
4
|
+
surface_ion-1.0.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
surface_ion-1.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|