TRIQS/triqs_ctseg 4.0.0
A TRIQS application
Loading...
Searching...
No Matches
moves.hpp
1// Copyright (c) 2022--present, The Simons Foundation
2// Copyright (c) 2022--present, Max Planck Institute for Polymer Research, Mainz, Germany
3// This file is part of TRIQS/ctseg and is licensed under the terms of GPLv3 or later.
4// SPDX-License-Identifier: GPL-3.0-or-later
5// See LICENSE in the root of this distribution for details.
6
7#pragma once
8
9#include "./moves/insert_segment.hpp"
10#include "./moves/remove_segment.hpp"
11#include "./moves/double_insert_segment.hpp"
12#include "./moves/double_remove_segment.hpp"
13#include "./moves/split_segment.hpp"
14#include "./moves/regroup_segment.hpp"
15#include "./moves/move_segment.hpp"
16#include "./moves/insert_spin_segment.hpp"
17#include "./moves/remove_spin_segment.hpp"
18#include "./moves/split_spin_segment.hpp"
19#include "./moves/regroup_spin_segment.hpp"
20#include "./moves/swap_spin_lines.hpp"