10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 20:11:25 +02:00
quantum_package/docs/source/modules/tools.rst

157 lines
1.7 KiB
ReStructuredText
Raw Normal View History

.. _tools:
.. program:: tools
.. default-role:: option
=====
Tools
=====
Useful tools are grouped in this module.
2018-11-26 13:45:32 +01:00
Subroutines / functions
-----------------------
.. c:function:: fcidump
.. code:: text
subroutine fcidump
File: :file:`fcidump.irp.f`
2018-12-21 00:13:41 +01:00
Produce a FCIDUMP file
.. c:function:: four_idx_transform
2018-11-26 13:45:32 +01:00
2018-12-21 00:13:41 +01:00
.. code:: text
subroutine four_idx_transform
File: :file:`four_idx_transform.irp.f`
2018-11-26 13:45:32 +01:00
2018-12-21 00:13:41 +01:00
4-index transformation of two-electron integrals from AO to MO integrals
2018-11-26 13:45:32 +01:00
2018-12-21 00:13:41 +01:00
.. c:function:: molden
2018-11-26 13:45:32 +01:00
.. code:: text
2018-12-21 00:13:41 +01:00
subroutine molden
2018-11-26 13:45:32 +01:00
File: :file:`molden.irp.f`
2018-12-21 00:13:41 +01:00
Produce a Molden file
2018-11-26 13:45:32 +01:00
.. c:function:: save_natorb
.. code:: text
subroutine save_natorb
File: :file:`save_natorb.irp.f`
2018-12-21 00:13:41 +01:00
Save natural MOs into the EZFIO
2018-11-26 13:45:32 +01:00
.. c:function:: save_ortho_mos
.. code:: text
subroutine save_ortho_mos
File: :file:`save_ortho_mos.irp.f`
2018-12-21 00:13:41 +01:00
Save orthonormalized MOs in the EZFIO.
2018-11-26 13:45:32 +01:00
.. c:function:: write_ao_basis
.. code:: text
subroutine write_Ao_basis(i_unit_output)
File: :file:`molden.irp.f`
.. c:function:: write_geometry
.. code:: text
subroutine write_geometry(i_unit_output)
File: :file:`molden.irp.f`
2018-12-21 00:13:41 +01:00
.. c:function:: write_integrals
.. code:: text
subroutine write_integrals
File: :file:`write_integrals_erf.irp.f`
Saves the bielec erf integrals into the EZFIO
2018-11-26 13:45:32 +01:00
.. c:function:: write_intro_gamess
.. code:: text
subroutine write_intro_gamess(i_unit_output)
File: :file:`molden.irp.f`
.. c:function:: write_mo_basis
.. code:: text
subroutine write_Mo_basis(i_unit_output)
File: :file:`molden.irp.f`