github.com/rmera/gochem@v0.7.1/qm/doc.go (about)

     1  /*
     2   * doc.go, part of gochem.
     3   *
     4   * Copyright 2021 Raul Mera <rmeraatusachdotcl>
     5   *
     6   * This program is free software; you can redistribute it and/or modify
     7   * it under the terms of the GNU Lesser General Public License as
     8   * published by the Free Software Foundation; either version 2.1 of the
     9   * License, or (at your option) any later version.
    10   *
    11   * This program is distributed in the hope that it will be useful,
    12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14   * GNU General Public License for more details.
    15   *
    16   * You should have received a copy of the GNU Lesser General
    17   * Public License along with this program.  If not, see
    18   * <http://www.gnu.org/licenses/>.
    19   *
    20   *
    21   * */
    22  
    23  //Package qm implements communication with several QM programs
    24  //In such a way that the calculation settings are as separated
    25  //as possible from the choice of QM program to perform that
    26  //calculation.
    27  
    28  package qm