Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdliuyuzhi/HOTRG
HOTRG
https://github.com/sdliuyuzhi/HOTRG
Last synced: 14 days ago
JSON representation
HOTRG
- Host: GitHub
- URL: https://github.com/sdliuyuzhi/HOTRG
- Owner: sdliuyuzhi
- Created: 2013-05-05T18:55:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T22:05:55.000Z (over 11 years ago)
- Last Synced: 2024-08-01T16:38:45.480Z (3 months ago)
- Language: FORTRAN
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
HOTRG
-----
This code is a Fortran 90/95 version of the HOTRG code. The code performs renormalization group transformations via tensor contractions.This code is developed and tested under NERSC Hopper system. The singular value decomposition(SVD) is called from the Intel MKL library.
Information on how to compile and use the components can be directed to [email protected].
# Created by Yuzhi Liu (University of Iowa & FNAL) 2013
# Copyright (c) 2013-2013 Yuzhi Liu
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version (see ).
#
# This program 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 General Public License for more details.