# # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # AT_BANNER([MoleCuilder - Atoms]) # save selected m4_include([Atoms/SaveSelectedAtoms/testsuite-atoms-save-selected-atoms.at]) # add atom m4_include([Atoms/Add/testsuite-atoms-add.at]) # change the element m4_include([Atoms/ChangeElement/testsuite-atoms-change-element.at]) # remove atom m4_include([Atoms/Remove/testsuite-atoms-remove.at]) # Removing atoms inside and outside of sphere m4_include([Atoms/RemoveSphere/testsuite-atoms-remove-sphere.at]) # Removing atoms inside and outside of cuboid m4_include([Atoms/RemoveCuboid/testsuite-atoms-remove-cuboid.at]) # Undo and redo a translation m4_include([Atoms/Translation/testsuite-atoms-translation.at]) # translate to origin m4_include([Atoms/TranslationToOrigin/testsuite-atoms-translation-to-origin.at]) # mirror atoms m4_include([Atoms/Mirror/testsuite-atoms-mirror.at]) # saturate atoms m4_include([Atoms/Saturate/testsuite-atoms-saturate-atoms-carbon.at]) m4_include([Atoms/Saturate/testsuite-atoms-saturate-atoms-nitrogen.at]) m4_include([Atoms/Saturate/testsuite-atoms-saturate-atoms-bonded_atoms.at]) # mirror atoms m4_include([Atoms/RandomPerturbation/testsuite-atoms-random-perturbation.at])