home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.14.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
core
version 2.14.0
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-2020 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.