|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| cmake/ | H | 16-Jul-2020 | - | 857 | 773 |
| doc/ | H | 16-Jul-2020 | - | 3,999 | 3,208 |
| include/ambit/ | H | 03-May-2022 | - | 4,015 | 1,460 |
| lib/ | H | 03-May-2022 | - | 3,802 | 2,649 |
| samples/ | H | 03-May-2022 | - | 115 | 39 |
| src/ | H | 03-May-2022 | - | 36,605 | 11,213 |
| test/ | H | 03-May-2022 | - | 13,078 | 8,899 |
| .clang-format | H A D | 16-Jul-2020 | 2 KiB | 68 | 66 |
| .gitignore | H A D | 16-Jul-2020 | 223 | 24 | 18 |
| .travis.yml | H A D | 16-Jul-2020 | 1.7 KiB | 69 | 68 |
| COPYING | H A D | 16-Jul-2020 | 34.3 KiB | 675 | 553 |
| COPYING.LESSER | H A D | 16-Jul-2020 | 7.5 KiB | 166 | 128 |
| README.md | H A D | 16-Jul-2020 | 1.2 KiB | 37 | 27 |
README.md
1# ambit
2C++ library for the implementation of tensor product calculations through a clean, concise user interface.
3
4Build status: [![Build Status](https://travis-ci.org/jturney/ambit.svg?branch=master)](https://travis-ci.org/jturney/ambit)
5
6Primary test environments
7=========================
8
9Continuous integration builds
10-----------------------------
11
12- Ubuntu 12.04 LTS 64-bit with Python 2.7.3, CMake 3.3.2 and Boost 1.55.0
13 this is the environment offered by [Travis CI](https://travis-ci.org) pulling
14 in various PPA. The following compilers are used, both in release and debug:
15
16 1. GCC 4.7
17 2. GCC 4.8
18 3. GCC 4.9
19 4. GCC 5.1, with and without coverage analysis in debug mode
20 5. Clang 3.5 and GFortran 4.6
21 6. Clang 3.6 and GFortran 4.6
22 7. Clang 3.7 and GFortran 4.6
23 8. Clang 3.8 and GFortran 4.6
24
25- Mac OS X 10.9.5 with Python 2.7.10, CMake 3.2.3 and Boost 1.58.0
26 this is the environment offered by [Travis CI](https://travis-ci.org)
27 The following compilers are used, both in release and debug:
28
29 1. XCode 6.4 with Clang and GFortran 5.2
30 2. XCode 6.4 with GCC 5.2 (not tested: need Boost C++11 support)
31 3. XCode 7.0 with Clang and GFortran 5.2
32 4. XCode 7.0 with GCC 5.2 (not tested: need Boost C++11 support)
33
34Nightly builds
35--------------
36
37