You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ chemistry (Hartree-Fock and Density Functional Theory).
14
14
The code is being developed at the Hylleraas Centre for Quantum Molecular
15
15
Sciences at UiT - The Arctic University of Norway.
16
16
17
-
### User support: [mrchem.slack.com](https://join.slack.com/t/mrchem/shared_invite/enQtNTI3MjMzNjM0NTk0LWNkODZjNTMwYmM4NmRmODExMjQzMDc3NThlMzNmNmIyNWQwM2YwOGY0OWY4NmNmNzE4ZmM2NzgxYzUzNDg3NDM)
Copy file name to clipboardexpand all lines: doc/users/user_ref.rst
+52-7
Original file line number
Diff line number
Diff line change
@@ -231,13 +231,13 @@ User input reference
231
231
232
232
**Default** ``-1``
233
233
234
-
:omp_threads: Force the number of OpenMP threads.
235
-
234
+
:omp_threads: Force the number of omp threads (leave default is better).
235
+
236
236
**Type** ``int``
237
-
237
+
238
238
**Default** ``-1``
239
-
240
-
:Basis: Define polynomial basis.
239
+
240
+
:Basis: Define polynomial basis.
241
241
242
242
:red:`Keywords`
243
243
:order: Polynomial order of multiwavelet basis. Negative value means it will be set automatically based on the world precision.
@@ -326,14 +326,14 @@ User input reference
326
326
327
327
**Default** ``True``
328
328
329
-
:relativity: Set method for relativistic treatment. ``ZORA`` for fully self-consistent ZORA potential, by default including all potentials (``V_nuc``, ``J``, ``V_xc``) but this can be overwritten in the ``ZORA`` section. ``nZORA`` is shortcut for nuclear-ZORA, i.e. only ``V_nuc`` is included (this keyword takes precedence over keywords in the ``ZORA`` section).
329
+
:relativity: Set method for relativistic treatment. ``ZORA`` for fully self-consistent ZORA potential, by default including all potentials (``V_nuc``, ``J``, ``V_xc``) but this can be overwritten in the ``ZORA`` section. ``nZORA`` is shortcut for nuclear-ZORA, i.e. only ``V_nuc`` is included (this keyword takes precedence over keywords in the ``ZORA`` section). ``azora`` uses atomic ZORA potentials, which are precomputed and read from the directory specified in the ``azora_potential_path`` keyword.
330
330
331
331
**Type** ``str``
332
332
333
333
**Default** ``none``
334
334
335
335
**Predicates**
336
-
- ``value.lower() in ['none', 'zora', 'nzora']``
336
+
- ``value.lower() in ['none', 'zora', 'nzora', 'azora']``
337
337
338
338
:environment: Set method for treatment of environment. ``none`` for vacuum calculation. ``PCM`` for Polarizable Continuum Model, which will activate the ``PCM`` input section for further parametrization options. The ``PB`` and ``LPB`` variants add the Poisson-Boltzmann and Linearized Poisson-Boltzmann solvers, respectively.
339
339
@@ -374,6 +374,12 @@ User input reference
374
374
375
375
**Default** ``True``
376
376
377
+
:azora_potential_path: Path to the directory containing the AZORA potentials. If not specified, the default potentials will be used. Look into the readme file in the share/azora_potentials directory for information about the potential file format.
378
+
379
+
**Type** ``str``
380
+
381
+
**Default** ``none``
382
+
377
383
:DFT: Define the exchange-correlation functional in case of DFT.
:Forces: Define parameters for the computation of forces.
462
+
463
+
:red:`Keywords`
464
+
:method: Method for computing forces. ``surface_integrals`` (more accurate) uses surface integrals over the quantum mechanical stress tensor, while ``hellmann_feynman`` uses the Hellmann-Feynman theorem.
465
+
466
+
**Type** ``str``
467
+
468
+
**Default** ``surface_integrals``
469
+
470
+
**Predicates**
471
+
- ``value.lower() in ['surface_integrals', 'hellmann_feynman']``
472
+
473
+
:surface_integral_precision: Precision of the surface integrals used in the computation of forces. Determines the number of Lebedev grid points used in the surface integration.
474
+
475
+
**Type** ``str``
476
+
477
+
**Default** ``medium``
478
+
479
+
**Predicates**
480
+
- ``value.lower() in ['low', 'medium', 'high']``
481
+
482
+
:radius_factor: Sets the radius of the surface used in the computation of forces. The radius is given by this factor times the distance to the neariest neighbour. Must be between 0.1 and 0.9. This should rarely need to be changed. Different values can change the accuracy of the forces.
:guess_rotate: Localize/Diagonalize the initial guess orbitals before calculating the initial guess energy.
765
+
766
+
**Type** ``bool``
767
+
768
+
**Default** ``True``
769
+
725
770
:write_orbitals: Write final orbitals to disk, file name ``<path_orbitals>/phi_<p/a/b>_scf_idx_<0..Np/Na/Nb>``. Can be used as ``mw`` initial guess in subsequent calculations.
0 commit comments