******** Output ******** Main XMVB output file (.xmo) ============================ The output of XMVB is stored in a file with extesion "xmo". The following is an example for stand-alone XMVB: .. literalinclude:: /manual/examples/example.xmo File with VB Structures for future input (.str) =============================================================== In XMVB 4.0, VB structures are shown in the output file with a new style to make it more readable. So the file with extension "str" is generated for the users if they need to select structures and input them manually in the future. An example of the content is shown below: .. code-block:: text 12 1 ***** 1:4 7 7 10 10 5 6 8 9 2 ***** 1:4 8 8 9 9 5 6 7 10 3 ***** 1:4 7 7 10 10 8 9 5 6 4 ***** 1:4 8 8 9 9 7 10 5 6 5 ***** 1:4 7 7 9 9 5 6 8 10 6 ***** 1:4 8 8 10 10 5 6 7 9 7 ***** 1:4 8 8 10 10 5 5 7 9 8 ***** 1:4 7 7 9 9 6 6 8 10 9 ***** 1:4 8 8 9 9 5 5 7 10 10 ***** 1:4 7 7 10 10 6 6 8 9 11 ***** 1:4 7 7 10 10 5 5 8 9 12 ***** 1:4 8 8 9 9 6 6 7 10 The first line is the number of structures in the computation, then a blank line, and following are the structures. File with optimized VB orbitals (.orb) ======================================= A file with extension "orb" is an output file of XMVB, which stores the optimized VB orbitals. The format is as follows: .. code-block:: text max(1), max(2), . . . , max(val3) # comment for orbital 1 cvic(1,1), nvic(1,1), cvic(1,1), nvic(2,1), . . . , cvic(max(1),1), nvic(max(1),1) # comment for orbital 2 cvic(1,2), nvic(1,2), cvic(2,2), nvic(2,2), . . . , cvic(max(2),2), nvic(max(2),2) . . . # comment for orbital n cvic(1,val3), nvic(1,val3), cvic(2,val3), nvic(2, val3), . . . , cvic(max(val3), val3), nvic(max(val3), val3) where *max(i)* stands for the number of basis functions in \ :math:`i^\textrm{th}`\ VB orbital, *nvic(j,i)* is the \ :math:`j^\textrm{th}`\ basis function in \ :math:`i^\textrm{th}`\ VB orbital and *cvic(j,i)* is the coefficient of *nvic(j,i)*. The lines starting with "#" are treated as comments. .. For VBSCF and BOVB calculations, a file of orbital guess may be provided. For VBCI calculations, the guess from a previous VBSCF calculation is required with the extension "gus". The format of orbital guess file is exactly the same as ORB file. Initial guess files with or without comments are both supported by XMVB. .. note:: The initial guess from previous computation with ``GUESS=READ`` or ``GUESS=RDCI`` now is recommended to be provided in :ref:`manual/input:Initial guess description ($GUS)` section rather than in an external file to make the computation simpler. The support for GUS file remains mainly for the compatibility. File with additional information (.xdat) ======================================== The file with extension "xdat" is an output file of XMVB. It keeps some other information such as the orbitals in original basis form. Using utility `overview:viewing vb orbitals: moldendat` can read this file and put the VB orbitals to Gaussian and GAMESS output files and Gaussian fchk files. .. One-electron density file (.den) ================================ If keyword ``DEN`` of :ref:`manual/input:Global control ($CTRL)` section, hybrid VB methods (DFVB, VBEFP, VBPCM and VBEFPPCM), or printing level larger than 1 are specified, one-electron density is saved to a file with "den" extension. File with basis functions information (.info) ============================================= This file stores the information of basis functions for the current system, including number of atoms, number of primitive basis functions, basis functions for each atom, and the type of each basis function. This file is essential for stand-alone distribution to carry out ``FRGTYP=ATOM`` or ``FRGTYP=SAO`` and population analysis. File with coefficients for the structures/determinants (.coeff) =============================================================== This file will be obtained after a required ``TBVBSCF`` calculation. The coefficients for the structures/determinants are stored in the file and it may be used for later TBVBSCF to accelerate solving secular equation which is proceeded by Davidson Diagnolazation. If the number of structures is larger than the number stored in "coef", they will be treated as coefficients of the first *N* structures and the rest will be set to zero.