home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
core
version 20241121.develop.d97d4ead1f
PeriodicOptimizerState.h
Go to the documentation of this file.
1
/**
2
* \file IMP/core/PeriodicOptimizerState.h
3
* \brief Angle restraint between three particles.
4
*
5
* Copyright 2007-2022 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPCORE_PERIODIC_OPTIMIZER_STATE_H
10
#define IMPCORE_PERIODIC_OPTIMIZER_STATE_H
11
12
#include <IMP/core/core_config.h>
13
#include <
IMP/OptimizerState.h
>
14
15
IMPCORE_BEGIN_NAMESPACE
16
17
typedef
OptimizerState PeriodicOptimizerState;
18
19
IMPCORE_END_NAMESPACE
20
21
#endif
/* IMPCORE_PERIODIC_OPTIMIZER_STATE_H */
OptimizerState.h
Shared optimizer state.