ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
version.h
Go to the documentation of this file.
1 /*****************************************************************************
2  *
3  * ALPS MPS DMRG Project
4  *
5  * Copyright (C) 2013 Institute for Theoretical Physics, ETH Zurich
6  * 2013 by Michele Dolfi <dolfim@phys.ethz.ch>
7  * 2013 by Bela Bauer <bauerb@phys.ethz.ch>
8  * 2013 by Sebastian Keller <sebkelle@phys.ethz.ch>
9  *
10  * This software is part of the ALPS Applications, published under the ALPS
11  * Application License; you can use, redistribute it and/or modify it under
12  * the terms of the license, either version 1 or (at your option) any later
13  * version.
14  *
15  * You should have received a copy of the ALPS Application License along with
16  * the ALPS Applications; see the file LICENSE.txt. If not, the license is also
17  * available from http://alps.comp-phys.org/.
18  *
19  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21  * FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
22  * SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
23  * FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
24  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25  * DEALINGS IN THE SOFTWARE.
26  *
27  *****************************************************************************/
28 
29 
30 #ifndef DMRG_APP_VERSION
31 #define DMRG_APP_VERSION
32 
33 // DRMG version
34 #define DMRG_VERSION 2
35 #define DMRG_VERSION_STRING "MAQUIS repo r4143"
36 
37 #endif