Skip to content

Guile-based library implementing flexible control files for scientific simulations

License

Notifications You must be signed in to change notification settings

NanoComp/libctl

Repository files navigation

Latest Docs Build Status

This is libctl, a Guile-based library for supporting flexible control files in scientific simulations.

The official released versions of Libctl can be found in the releases page. See the Installation section of the manual for more information, but to install libctl from an official release, one normally only needs to do:

./configure
make
make install

Files are installed under /usr/local by default, but this can be changed by passing --prefix=<dir> to configure. (To build from a git clone, you first need to run the autogen.sh script.)

Documentation can be found in the Libctl manual, and an example program is located in the examples/ directory. The main source code for libctl is in the base/ and utils/ directories.

In utils/geom.*, you can find specification files and functions for dealing with structures consisting of solid geometric objects in some lattice basis. The example program uses this code.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

About

Guile-based library implementing flexible control files for scientific simulations

Resources

License

Stars

Watchers

Forks

Packages

No packages published