Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions forte/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ install(
FILES
$<TARGET_FILE:_forte>
../pytest.ini
options.yaml
COMPONENT Forte_Python
DESTINATION ${FORTE_INSTALL_PYMODDIR}/forte
)
Expand Down
2 changes: 1 addition & 1 deletion forte/base_classes/scf_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include "psi4/libmints/dimension.h"

#include "forte/helpers/observer.h"
#include "../helpers/observer.h"

namespace psi {
class Vector;
Expand Down
2 changes: 1 addition & 1 deletion forte/forte.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

// #include <fstream>
// #include "ambit/tensor.h"
#include "ambit/tensor.h"
// #include "psi4/libpsi4util/process.h"

#include "version.h"
Expand Down
1 change: 1 addition & 0 deletions forte/integrals/active_space_integrals.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/

#include <cmath>
#include <algorithm>

#include "psi4/psi4-dec.h"
#include "psi4/libpsi4util/PsiOutStream.h"
Expand Down
2 changes: 1 addition & 1 deletion forte/integrals/integrals.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "psi4/libmints/dimension.h"
#include "ambit/blocked_tensor.h"

#include "forte/helpers/observer.h"
#include "../helpers/observer.h"

class Tensor;

Expand Down
Loading