zpic 0.1.0__cp310-cp310-manylinux_2_35_x86_64.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,43 @@
1
+ Metadata-Version: 2.3
2
+ Name: zpic
3
+ Version: 0.1.0
4
+ Summary: A fork of the https://github.com/zpic-plasma/zpic project which attempts to integrate the python functionality as a standalone pip package for convenience
5
+ Author: Ricardo Teixeira
6
+ Author-email: ricardo.a.teixeira@tecnico.ulisboa.pt
7
+ Requires-Python: >=3.10
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Requires-Dist: ipympl (>=0.9.7,<0.10.0)
14
+ Requires-Dist: ipython (==8.37.0)
15
+ Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
16
+ Requires-Dist: jupyterlab (>=4.4.7,<5.0.0)
17
+ Requires-Dist: matplotlib (>=3.10.6,<4.0.0)
18
+ Requires-Dist: scipy (==1.15.3)
19
+ Description-Content-Type: text/markdown
20
+
21
+ # The ZPIC educational code suite
22
+
23
+ Particle-in-Cell (PIC) codes are used in almost all areas of plasma physics, such as fusion energy research, plasma accelerators, space physics, ion propulsion, and plasma processing, and many other areas. Leveraging on our expertise and experience from the development and use of the OSIRIS PIC code, we have developed a suite of 1D/2D fully relativistic electromagnetic PIC codes, as well as 1D electrostatic. These codes are self-contained and require only a standard laptop/desktop computer with a C compiler to be run. The output files are written in a new file format called ZDF that can be easily read using the supplied routines in a number of languages, such as Python, and IDL. The code suite also includes a number of example problems that can be used to illustrate several textbook and advanced plasma mechanisms, including instructions for parameter space exploration. We also invite contributions to this repository of test problems that will be made freely available to the community provided the input files comply with the format defined by the ZPIC team.
24
+
25
+ The directory structure is organized as follows:
26
+ * [**em1d**](https://github.com/zambzamb/zpic/tree/master/em1d) - 1D electromagnetic (finite difference)
27
+ * [**em1ds**](https://github.com/zambzamb/zpic/tree/master/em1ds) - 1D electromagnetic (spectral)
28
+ * [**em2d**](https://github.com/zambzamb/zpic/tree/master/em2d) - 2D electromagnetic (finite difference)
29
+ * [**em2ds**](https://github.com/zambzamb/zpic/tree/master/em2ds) - 2D electromagnetic (spectral)
30
+ * [**es1d**](https://github.com/zambzamb/zpic/tree/master/es1d) - 1D electrostatic
31
+ * [**python**](https://github.com/zambzamb/zpic/tree/master/python) - Python interface to ZPIC codes
32
+
33
+ ## Documentation
34
+
35
+ The project now has its own dedicated website on GitHub pages. You can find all the documentation at [https://zpic-plasma.github.io](https://zpic-plasma.github.io)
36
+
37
+ ## Try ZPIC now on mybinder.org
38
+
39
+ Just launch a JupyterLab session using the button below, and choose any of the available notebooks:
40
+
41
+ [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zpic-plasma/zpic/HEAD?labpath=python%2Fnotebooks%2FREADME.ipynb)
42
+
43
+
@@ -0,0 +1,11 @@
1
+ zpic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ zpic/em1d.cpython-310-x86_64-linux-gnu.so,sha256=JwWjaH18BS7TbhU9A841NeekDHT4F4r5wiAyi5ZcHPM,496144
3
+ zpic/em1ds.cpython-310-x86_64-linux-gnu.so,sha256=zxhxKw0toK6JySWD2_CghikDXOIJYhM5whsuZotgmu8,500368
4
+ zpic/em2d.cpython-310-x86_64-linux-gnu.so,sha256=0hOTBzc-afW6GA64V9sABKMcj58anr6PEjWta2_fCnE,516992
5
+ zpic/em2ds.cpython-310-x86_64-linux-gnu.so,sha256=TuS6cEnYQs2b8sfkU2KYi0NqIDmNAVsArTsOd5E9FTA,453704
6
+ zpic/es1d.cpython-310-x86_64-linux-gnu.so,sha256=3LiQTNmRL6vtiI7HLOXHojWk2WRfD8tiMx4UfK7rwzc,356928
7
+ zpic/zdf.py,sha256=nHSq_12NCP-wy4sqiAJzfTTyyayq74BclKODQjYfQpE,21864
8
+ zpic-0.1.0.dist-info/LICENCE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
9
+ zpic-0.1.0.dist-info/METADATA,sha256=vJixeYUWoq-e45egeOSdcvhV5JDgrYvd5RaqxaW8yrE,3050
10
+ zpic-0.1.0.dist-info/WHEEL,sha256=8ktOMS5coRnaSmn-rb5wyebXeCNJgjIM07d0cGnJXPQ,110
11
+ zpic-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.1.3
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-manylinux_2_35_x86_64