Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuTree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Nils Bannwarth
QuTree
Commits
492bc15d
Commit
492bc15d
authored
4 years ago
by
sseritan
Browse files
Options
Downloads
Patches
Plain Diff
Initial MIT license and README
parent
0f768fdf
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-3
2 additions, 3 deletions
CMakeLists.txt
LICENSE.txt
+20
-0
20 additions, 0 deletions
LICENSE.txt
README.md
+18
-0
18 additions, 0 deletions
README.md
with
40 additions
and
3 deletions
CMakeLists.txt
+
2
−
3
View file @
492bc15d
...
...
@@ -52,6 +52,7 @@ set(FFLAGS "-heap-arrays -mcmodel=large")
if
(
APPLE
)
message
(
"On OSX"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"-mmacosx-version-min=10.14
${
CMAKE_CXX_FLAGS_RELEASE
}
"
)
set
(
CMAKE_MACOSX_RPATH 1
)
elseif
(
UNIX
)
message
(
"On UNIX"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"-ftree-parallelize-loops=8
${
CMAKE_CXX_FLAGS_RELEASE
}
"
)
...
...
@@ -83,6 +84,4 @@ add_subdirectory("tests")
#####################################################################
install
(
TARGETS QDlib
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
PUBLIC_HEADER DESTINATION include/QDlib
)
LIBRARY DESTINATION lib
)
This diff is collapsed.
Click to expand it.
LICENSE.txt
0 → 100644
+
20
−
0
View file @
492bc15d
Copyright (c) 2020 Roman Ellerbrock, Thomas Weike, Tim Lenzen,
Stefan Seritan, K. Grace Johnson, Uwe Manthe, Todd J. Martinez
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
18
−
0
View file @
492bc15d
# QDlib
A C++ math library with a focus on tensor operations
for quantum dynamics simulations with tensor network states
## Getting Started
TODO: Basic example
## Installation
TODO: Instruction on compilation and/or installation through package managers
## Citation
If QDlib is useful to your work, please cite the following paper:
TODO
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment