Skip to content

Commit 88c6d99

Browse files
authored
Cleanup Forte (Spring 2021). Part 1 (evangelistalab#233)
* Delete attic and travis files * Remove travis related files * Add yapf style file * Modify gitignore * Move /src -> /forte * Fix issues with new folder structure * Add cmake file * Specify folder in azure * Fix path * Fix test cases. Move deprecated C++ code to py side. * Compile tests * Minor cleanup
1 parent 081445f commit 88c6d99

File tree

385 files changed

+334
-53882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+334
-53882
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Makefile.*
66
Makefile
77
timer.dat
88
*~
9-
src/version.h
9+
forte/version.h
1010

1111
# Qt Creator project files
1212
*.config
@@ -15,6 +15,9 @@ src/version.h
1515
*.files
1616
*.includes
1717

18+
forte_tests
19+
forte_benchmarks
20+
1821
# All outputs and clean files in test cases
1922
/tests/*/output.dat
2023
/tests/methods/*/output.dat
@@ -38,5 +41,6 @@ docs/sphinx/_*
3841

3942
CMakeCache.txt
4043
CMakeFiles/
44+
forte/CMakeFiles
4145
cmake_install.cmake
4246
*.DS_Store

.style.yapf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[style]
2+
based_on_style = facebook
3+
column_limit = 120

.travis.yml

-115
This file was deleted.

.travis.yml.compilePsi4

-79
This file was deleted.

0 commit comments

Comments
 (0)