10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 20:11:25 +02:00
quantum_package/docs/source/users_guide/plugins.rst
Anthony Scemama 8f89e3d239
Nocurl (#75)
* Documentation

* Improved qp_set_frozen_core

* Changed all ishft

* New install script OK

* Variable level shift in HF
2018-11-20 11:33:07 +01:00

24 lines
583 B
ReStructuredText

External plugins
----------------
.. TODO
The |qp| has very few executables out of the box. Most of the time, external
plugins need to be downloaded and copied in the ``$QP_ROOT/plugins`` directory.
The ``qp_module`` script will be needed::
qp_module create -n NAME [CHILDREN_MODULE...]
qp_module install NAME ...
qp_module uninstall NAME
For example you can type ::
qp_module install QMCChem
This will install the `QMCChem` module. All the modules are installed in the
``$QP_ROOT/src/``, and all the available modules are in ``$QP_ROOT/plugins/``.