| version 1.14 | version 1.15 |
|---|
| |
| /// \brief Biasing temperature in well-tempered metadynamics | /// \brief Biasing temperature in well-tempered metadynamics |
| cvm::real bias_temperature; | cvm::real bias_temperature; |
| | |
| | // EBmeta parameters |
| | bool ebmeta; |
| | colvar_grid_scalar* target_dist; |
| | std::string target_dist_file; |
| | cvm::real target_dist_volume; |
| | size_t ebmeta_equil_steps; |
| | |
| | |
| /// \brief Try to read the restart information by allocating new | /// \brief Try to read the restart information by allocating new |
| /// grids before replacing the current ones (used e.g. in | /// grids before replacing the current ones (used e.g. in |
| /// multiple_replicas) | /// multiple_replicas) |