Skip to content

Commit

Permalink
Added optional include in tj.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wietek committed Jan 24, 2025
1 parent d0d4356 commit 0437f3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xdiag/blocks/tj.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#pragma once
#include <xdiag/basis/tj/basis_tj.hpp>

#include <optional>

#include <xdiag/common.hpp>

#include <xdiag/basis/tj/basis_tj.hpp>
#include <xdiag/states/product_state.hpp>
#include <xdiag/symmetries/permutation_group.hpp>
#include <xdiag/symmetries/representation.hpp>
Expand Down

0 comments on commit 0437f3a

Please sign in to comment.