https://github.com/ITensor/ITensor
Raw File
Tip revision: 11619abc975e281e69cc81ee7da1f8967b603f80 authored by Miles Stoudenmire on 26 April 2016, 00:13:45 UTC
Very minor edit to autovector.h
Tip revision: 11619ab
LICENSE
ITensor Library License - Version 1.2 - November 24th, 2014

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Library") to use, reproduce, display, distribute,
execute, and transmit the Library, and to prepare derivative works of the
Library, and to permit third-parties to whom the Library is furnished to
do so, all subject to the following:

1. In any scientific publication where significant published data was produced 
using the Library, use of the Library must be acknowledged and this acknowledgement 
must include the address of the ITensor website http://itensor.org/. 
The suggested format is: 
"Calculations performed using the ITensor C++ library (version X.X.X), http://itensor.org/"
where X.X.X should be replaced with the actual version number used.
The version number is optional, but could be useful for groups wishing to share their code.

2. The copyright notices in the Library and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Library, in whole or in part, and
all derivative works of the Library, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor. (A program that contains no derivative of any 
portion of the Library, but is designed to work with the Library by being 
compiled or linked with it is not a derivative work of the Library, and 
therefore falls outside the scope of this license.)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
back to top