File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# %%
2+ # This file is part of the gmx-top4py project.
3+ #
4+ # The gmx-top4py project is based on or includes code from:
5+ # kimmdy (https://github.com/graeter-group/kimmdy/tree/main)
6+ # Copyright (C) graeter-group
7+ # Licensed under the GNU General Public License v3.0 (GPLv3).
8+ #
9+ # Modifications and additional code:
10+ # Copyright (C) 2025 graeter-group
11+ # Licensed under the GNU General Public License v3.0 (GPLv3).
12+ #
13+ # This program is free software: you can redistribute it and/or modify
14+ # it under the terms of the GNU General Public License as published by
15+ # the Free Software Foundation, either version 3 of the License, or
16+ # (at your option) any later version.
17+ #
18+ # This program is distributed in the hope that it will be useful,
19+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
20+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+ # GNU General Public License for more details.
22+ #
23+ # You should have received a copy of the GNU General Public License
24+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
225from pathlib import Path
326from copy import deepcopy
427
Original file line number Diff line number Diff line change 11# %%
2+ # This file is part of the gmx-top4py project.
3+ #
4+ # The gmx-top4py project is based on or includes code from:
5+ # kimmdy (https://github.com/graeter-group/kimmdy/tree/main)
6+ # Copyright (C) graeter-group
7+ # Licensed under the GNU General Public License v3.0 (GPLv3).
8+ #
9+ # Modifications and additional code:
10+ # Copyright (C) 2025 graeter-group
11+ # Licensed under the GNU General Public License v3.0 (GPLv3).
12+ #
13+ # This program is free software: you can redistribute it and/or modify
14+ # it under the terms of the GNU General Public License as published by
15+ # the Free Software Foundation, either version 3 of the License, or
16+ # (at your option) any later version.
17+ #
18+ # This program is distributed in the hope that it will be useful,
19+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
20+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+ # GNU General Public License for more details.
22+ #
23+ # You should have received a copy of the GNU General Public License
24+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
225from pathlib import Path
326
427from gmx_top4py .topology .topology import Topology
Original file line number Diff line number Diff line change 11# %%
2+ # This file is part of the gmx-top4py project.
3+ #
4+ # The gmx-top4py project is based on or includes code from:
5+ # kimmdy (https://github.com/graeter-group/kimmdy/tree/main)
6+ # Copyright (C) graeter-group
7+ # Licensed under the GNU General Public License v3.0 (GPLv3).
8+ #
9+ # Modifications and additional code:
10+ # Copyright (C) 2025 graeter-group
11+ # Licensed under the GNU General Public License v3.0 (GPLv3).
12+ #
13+ # This program is free software: you can redistribute it and/or modify
14+ # it under the terms of the GNU General Public License as published by
15+ # the Free Software Foundation, either version 3 of the License, or
16+ # (at your option) any later version.
17+ #
18+ # This program is distributed in the hope that it will be useful,
19+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
20+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+ # GNU General Public License for more details.
22+ #
23+ # You should have received a copy of the GNU General Public License
24+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
225from pathlib import Path
326from copy import deepcopy
427
You can’t perform that action at this time.
0 commit comments