aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/running_python/running_picmi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/running_python/running_picmi.rst')
-rw-r--r--Docs/source/running_python/running_picmi.rst35
1 files changed, 0 insertions, 35 deletions
diff --git a/Docs/source/running_python/running_picmi.rst b/Docs/source/running_python/running_picmi.rst
deleted file mode 100644
index 509122f2e..000000000
--- a/Docs/source/running_python/running_picmi.rst
+++ /dev/null
@@ -1,35 +0,0 @@
-Running WarpX from PICMI
-========================
-
-See `PICMI information and source code <https://github.com/picmi-standard/picmi>`__.
-
-Generate WarpX input from PICMI python script
----------------------------------------------
-
-You can **install** the PICMI standard via, for example:
-
-::
-
- pip install picmistandard
-
-For other options, please visit link above.
-
-To install the WarpX implementation of PICMI go to the WarpX directory and do:
-
-::
-
- cd Python
- python setup.py install
-
-Then you can **run**, for example, the :download:`Example PICMI input script for laser-plasma acceleration <../../../Examples/Physics_applications/laser_acceleration/PICMI_inputs_laser_acceleration.py>` with
-
-::
-
- python PICMI_inputs_laser_acceleration.py
-
-to create the WarpX input file that you can run with the WarpX executable.
-
-Running WarpX with python binding form PICMI
---------------------------------------------
-
-This option is not (yet) supported.