diff options
author | 2020-04-21 16:35:23 -0700 | |
---|---|---|
committer | 2020-04-21 16:35:23 -0700 | |
commit | c8b0aa8cda2be070831f50e93ec4837a0e8e6cec (patch) | |
tree | 251e23c9d56f6b763924efeb0424aab75aae045a /Docs/source/running_python/running_picmi.rst | |
parent | 2773e06656d1a62d3e4ccea3e5a1486d8ea9974d (diff) | |
download | WarpX-c8b0aa8cda2be070831f50e93ec4837a0e8e6cec.tar.gz WarpX-c8b0aa8cda2be070831f50e93ec4837a0e8e6cec.tar.zst WarpX-c8b0aa8cda2be070831f50e93ec4837a0e8e6cec.zip |
Python documentation updates (#936)
* Update Python documentation
* Added numpy as a requirement for the Python installation
* Cleaned EOL white space in Python documentation
* Add periodictable to the Python packages required
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
* Added periodictable to required packages for pure Python version
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
Diffstat (limited to 'Docs/source/running_python/running_picmi.rst')
-rw-r--r-- | Docs/source/running_python/running_picmi.rst | 35 |
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. |