Candidate_v1.7.1
stable
v1.7.1
|
Last change
on this file was dce5a3, checked in by Frederik Heber <frederik.heber@…>, 6 weeks ago |
|
Adds AddSelectedAtomsAsFragmentAction.
- this action allows calculating the energy of an entire
molecule without relying on BOSSANOVA/fragmentation.
This allows to compute small molecules which are not saturated
other well-captured by the fragmentation scheme.
- DOC: Adds entry in userguide.
- TEST: Adds regresssion test case.
|
-
Property mode
set to
100644
|
|
File size:
430 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * AddSelectedAtomsAsFragmentAction.hpp
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Nov 20, 2025
|
|---|
| 5 | * Author: heber
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef ADDSELECTEDATOMSASFRAGMENTACTION_HPP_
|
|---|
| 9 | #define ADDSELECTEDATOMSASFRAGMENTACTION_HPP_
|
|---|
| 10 |
|
|---|
| 11 | // include config.h
|
|---|
| 12 | #ifdef HAVE_CONFIG_H
|
|---|
| 13 | #include <config.h>
|
|---|
| 14 | #endif
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | #include "Actions/Action.hpp"
|
|---|
| 18 |
|
|---|
| 19 | #include "AddSelectedAtomsAsFragmentAction.def"
|
|---|
| 20 | #include "Action_impl_header.hpp"
|
|---|
| 21 |
|
|---|
| 22 | #endif /* ADDSELECTEDATOMSASFRAGMENTACTION_HPP_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.