Skip to content

Commit

Permalink
Merge branch 'feature/pt2' of github.com:wavefunction91/MACIS into fe…
Browse files Browse the repository at this point in the history
…ature/pt2
  • Loading branch information
wavefunction91 committed Sep 25, 2023
2 parents cebfc4c + 29e8fc8 commit b033244
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/macis/asci/alpha_constraint.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* MACIS Copyright (c) 2023, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt of
* any required approvals from the U.S. Dept. of Energy). All rights reserved.
*
* See LICENSE.txt for details
*/

#pragma once

#include <macis/wfn/raw_bitset.hpp>
Expand Down
8 changes: 8 additions & 0 deletions include/macis/util/unused_untested.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* MACIS Copyright (c) 2023, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt of
* any required approvals from the U.S. Dept. of Energy). All rights reserved.
*
* See LICENSE.txt for details
*/


#if 0
/**
Expand Down
8 changes: 8 additions & 0 deletions include/macis/wfn/raw_bitset.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* MACIS Copyright (c) 2023, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt of
* any required approvals from the U.S. Dept. of Energy). All rights reserved.
*
* See LICENSE.txt for details
*/

#pragma once

#include <macis/bitset_operations.hpp>
Expand Down
8 changes: 8 additions & 0 deletions src/macis/hamiltonian_generator/base.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* MACIS Copyright (c) 2023, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt of
* any required approvals from the U.S. Dept. of Energy). All rights reserved.
*
* See LICENSE.txt for details
*/

#include "base.ipp"
#include "fast_diagonals.ipp"

Expand Down

0 comments on commit b033244

Please sign in to comment.