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

     1  /*
     2   * doc.go, part of gochem.
     3   *
     4   * Copyright 2012 Raul Mera <rmera{at}chemDOThelsinkiDOTfi>
     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  /*This is the main package of the goChem library.
    23  It provides atom and molecule structures, facilities for reading and
    24  writing some files used in computational chemistry and functions for
    25  geometric manipulations and shape, among others indicators.
    26  
    27  See www.gochem.org for more information.
    28  
    29  */
    30  package chem