acemd 4.0.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- acemd-4.0.14/LICENSE +55 -0
- acemd-4.0.14/MANIFEST.in +8 -0
- acemd-4.0.14/PKG-INFO +31 -0
- acemd-4.0.14/README.md +7 -0
- acemd-4.0.14/acemd/LICENSE +52 -0
- acemd-4.0.14/acemd/__init__.py +72 -0
- acemd-4.0.14/acemd/acemd.py +1454 -0
- acemd-4.0.14/acemd/charmm.py +188 -0
- acemd-4.0.14/acemd/licensing.py +195 -0
- acemd-4.0.14/acemd/logging.ini +27 -0
- acemd-4.0.14/acemd/minimizer.py +358 -0
- acemd-4.0.14/acemd/nnp.py +396 -0
- acemd-4.0.14/acemd/protocols.py +356 -0
- acemd-4.0.14/acemd/reporters.py +477 -0
- acemd-4.0.14/acemd/restraints.py +510 -0
- acemd-4.0.14/acemd/share/license-checker +0 -0
- acemd-4.0.14/acemd/utils.py +24 -0
- acemd-4.0.14/acemd/versionwarnings.py +169 -0
- acemd-4.0.14/acemd.egg-info/PKG-INFO +31 -0
- acemd-4.0.14/acemd.egg-info/SOURCES.txt +24 -0
- acemd-4.0.14/acemd.egg-info/dependency_links.txt +1 -0
- acemd-4.0.14/acemd.egg-info/entry_points.txt +3 -0
- acemd-4.0.14/acemd.egg-info/requires.txt +10 -0
- acemd-4.0.14/acemd.egg-info/top_level.txt +1 -0
- acemd-4.0.14/pyproject.toml +48 -0
- acemd-4.0.14/setup.cfg +4 -0
acemd-4.0.14/LICENSE
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
ACEMD LICENSE
|
|
2
|
+
=============
|
|
3
|
+
|
|
4
|
+
Acellera Software Not-for-Profit License Agreement v1.2
|
|
5
|
+
|
|
6
|
+
The software ("Software") has been developed by the contributing
|
|
7
|
+
researchers from Acellera and made available through Acellera for your
|
|
8
|
+
internal, non-profit research use.
|
|
9
|
+
|
|
10
|
+
Acellera allows researchers at your institution to run, display, copy and
|
|
11
|
+
modify Software on the following conditions:
|
|
12
|
+
|
|
13
|
+
1. The Software remains at your institution and is not published, distributed,
|
|
14
|
+
or otherwise transferred or made available to other than institution employees
|
|
15
|
+
and students involved in research under your supervision.
|
|
16
|
+
|
|
17
|
+
2. You agree to make results generated using Software available to other
|
|
18
|
+
academic researchers for non-profit research purposes. If you wish to obtain
|
|
19
|
+
Software for any commercial purposes, including fee-based service projects, you
|
|
20
|
+
will need to execute a separate licensing agreement with Acellera and pay a
|
|
21
|
+
fee. In that case please contact: info@acellera.com.
|
|
22
|
+
|
|
23
|
+
3. You retain in Software and any modifications to Software, the copyright,
|
|
24
|
+
trademark, or other notices pertaining to Software as provided by Acellera.
|
|
25
|
+
|
|
26
|
+
4. You provide Acellera with feedback on the use of the Software in your
|
|
27
|
+
research, and that Acellera are permitted to use any information you provide in
|
|
28
|
+
making changes to the Software. All bug reports and technical questions shall
|
|
29
|
+
be sent to the email address: info@acellera.com.
|
|
30
|
+
|
|
31
|
+
5. You acknowledge that Acellera and its licensees may develop modifications to
|
|
32
|
+
Software that may be substantially similar to your modifications of Software,
|
|
33
|
+
and that Acellera and its licensees shall not be constrained in any way by you
|
|
34
|
+
in Acellera's or its licensees' use or management of such modifications. You
|
|
35
|
+
acknowledge the right of Acellera to prepare and publish modifications to
|
|
36
|
+
Software that may be substantially similar or functionally equivalent to your
|
|
37
|
+
modifications and improvements, and if you obtain patent protection for any
|
|
38
|
+
modification or improvement to Software you agree not to allege or enjoin
|
|
39
|
+
infringement of your patent by Acellera or by any of Acellera's licensees
|
|
40
|
+
obtaining modifications or improvements to Software from Acellera .
|
|
41
|
+
|
|
42
|
+
6. You agree to acknowledge the contribution Software make to your research,
|
|
43
|
+
and cite appropriate references about the Software in your publications.
|
|
44
|
+
|
|
45
|
+
7. Any risk associated with using the Software at your institution is with you
|
|
46
|
+
and your institution. Software is experimental in nature and is made available
|
|
47
|
+
as a research courtesy "AS IS," without obligation by Acellera to provide
|
|
48
|
+
accompanying services or support.
|
|
49
|
+
|
|
50
|
+
8. You consent to allow usage information of this software to be sent
|
|
51
|
+
to Acellera.
|
|
52
|
+
|
|
53
|
+
9. ACELLERA EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES REGARDING THE SOFTWARE,
|
|
54
|
+
WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES PERTAINING
|
|
55
|
+
TO NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
acemd-4.0.14/MANIFEST.in
ADDED
acemd-4.0.14/PKG-INFO
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: acemd
|
|
3
|
+
Version: 4.0.14
|
|
4
|
+
Summary: ACEMD is the next generation molecular dynamic simulation software
|
|
5
|
+
Author-email: Acellera <info@acellera.com>
|
|
6
|
+
Project-URL: Homepage, https://github.com/Acellera/acemd
|
|
7
|
+
Project-URL: Bug Tracker, https://github.com/Acellera/acemd/issues
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
+
Requires-Python: >=3.8
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Requires-Dist: openmm==8.2.1rc1
|
|
14
|
+
Requires-Dist: moleculekit>=1.9.35
|
|
15
|
+
Requires-Dist: pyyaml
|
|
16
|
+
Requires-Dist: natsort
|
|
17
|
+
Requires-Dist: requests
|
|
18
|
+
Requires-Dist: openmm-torch
|
|
19
|
+
Requires-Dist: torch
|
|
20
|
+
Requires-Dist: torchmd-net>=2.4.10
|
|
21
|
+
Requires-Dist: torchani
|
|
22
|
+
Requires-Dist: huggingface_hub
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
|
|
25
|
+
# ACEMD
|
|
26
|
+
|
|
27
|
+
Python reimplementation of ACEMD
|
|
28
|
+
|
|
29
|
+
## Documentation & Installation
|
|
30
|
+
|
|
31
|
+
https://software.acellera.com/internal/acemd/
|
acemd-4.0.14/README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
Acellera Software Not-for-Profit License Agreement v1.2
|
|
2
|
+
|
|
3
|
+
The software ("Software") has been developed by the contributing
|
|
4
|
+
researchers from Acellera and made available through Acellera for your
|
|
5
|
+
internal, non-profit research use.
|
|
6
|
+
|
|
7
|
+
Acellera allows researchers at your institution to run, display, copy and
|
|
8
|
+
modify Software on the following conditions:
|
|
9
|
+
|
|
10
|
+
1. The Software remains at your institution and is not published, distributed,
|
|
11
|
+
or otherwise transferred or made available to other than institution employees
|
|
12
|
+
and students involved in research under your supervision.
|
|
13
|
+
|
|
14
|
+
2. You agree to make results generated using Software available to other
|
|
15
|
+
academic researchers for non-profit research purposes. If you wish to obtain
|
|
16
|
+
Software for any commercial purposes, including fee-based service projects, you
|
|
17
|
+
will need to execute a separate licensing agreement with Acellera and pay a
|
|
18
|
+
fee. In that case please contact: info@acellera.com.
|
|
19
|
+
|
|
20
|
+
3. You retain in Software and any modifications to Software, the copyright,
|
|
21
|
+
trademark, or other notices pertaining to Software as provided by Acellera.
|
|
22
|
+
|
|
23
|
+
4. You provide Acellera with feedback on the use of the Software in your
|
|
24
|
+
research, and that Acellera are permitted to use any information you provide in
|
|
25
|
+
making changes to the Software. All bug reports and technical questions shall
|
|
26
|
+
be sent to the email address: info@acellera.com.
|
|
27
|
+
|
|
28
|
+
5. You acknowledge that Acellera and its licensees may develop modifications to
|
|
29
|
+
Software that may be substantially similar to your modifications of Software,
|
|
30
|
+
and that Acellera and its licensees shall not be constrained in any way by you
|
|
31
|
+
in Acellera's or its licensees' use or management of such modifications. You
|
|
32
|
+
acknowledge the right of Acellera to prepare and publish modifications to
|
|
33
|
+
Software that may be substantially similar or functionally equivalent to your
|
|
34
|
+
modifications and improvements, and if you obtain patent protection for any
|
|
35
|
+
modification or improvement to Software you agree not to allege or enjoin
|
|
36
|
+
infringement of your patent by Acellera or by any of Acellera's licensees
|
|
37
|
+
obtaining modifications or improvements to Software from Acellera .
|
|
38
|
+
|
|
39
|
+
6. You agree to acknowledge the contribution Software make to your research,
|
|
40
|
+
and cite appropriate references about the Software in your publications.
|
|
41
|
+
|
|
42
|
+
7. Any risk associated with using the Software at your institution is with you
|
|
43
|
+
and your institution. Software is experimental in nature and is made available
|
|
44
|
+
as a research courtesy "AS IS," without obligation by Acellera to provide
|
|
45
|
+
accompanying services or support.
|
|
46
|
+
|
|
47
|
+
8. You consent to allow usage information of this software to be sent
|
|
48
|
+
to Acellera.
|
|
49
|
+
|
|
50
|
+
9. ACELLERA EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES REGARDING THE SOFTWARE,
|
|
51
|
+
WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES PERTAINING
|
|
52
|
+
TO NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# (c) 2015-2024 Acellera Ltd http://www.acellera.com
|
|
2
|
+
# All Rights Reserved
|
|
3
|
+
# Distributed under HTMD Software License Agreement
|
|
4
|
+
# No redistribution in whole or part
|
|
5
|
+
#
|
|
6
|
+
import os
|
|
7
|
+
import logging.config
|
|
8
|
+
import sys
|
|
9
|
+
from importlib.metadata import version, PackageNotFoundError
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
__version__ = version("acemd")
|
|
13
|
+
except PackageNotFoundError:
|
|
14
|
+
pass
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
dirname = os.path.dirname(__file__)
|
|
18
|
+
|
|
19
|
+
try:
|
|
20
|
+
logging.config.fileConfig(
|
|
21
|
+
os.path.join(dirname, "logging.ini"), disable_existing_loggers=False
|
|
22
|
+
)
|
|
23
|
+
except Exception:
|
|
24
|
+
print("acemd: Logging setup failed")
|
|
25
|
+
|
|
26
|
+
from acemd.acemd import acemd, get_acemd_system
|
|
27
|
+
|
|
28
|
+
_skip_checks = False
|
|
29
|
+
if len(sys.argv) > 0 and sys.argv[0].endswith("acemd_register"):
|
|
30
|
+
_skip_checks = True
|
|
31
|
+
if (
|
|
32
|
+
len(sys.argv) == 2
|
|
33
|
+
and sys.argv[0].endswith("acemd")
|
|
34
|
+
and sys.argv[1] in ("-h", "--help", "--version", "--license")
|
|
35
|
+
):
|
|
36
|
+
_skip_checks = True
|
|
37
|
+
|
|
38
|
+
if (
|
|
39
|
+
not _skip_checks # Don't run when the user is executing acemd_register or acemd --help/license/version
|
|
40
|
+
and not os.getenv("CI") # Don't run in CI
|
|
41
|
+
and not os.getenv("ACEMD_NONINTERACTIVE") # Don't run in non-interactive mode
|
|
42
|
+
and not os.getenv("APPTAINER_CONTAINER") # Don't run in Apptainer
|
|
43
|
+
):
|
|
44
|
+
from acemd.versionwarnings import _check_for_updates, _print_news
|
|
45
|
+
from acemd.licensing import (
|
|
46
|
+
_is_registered,
|
|
47
|
+
_check_registration,
|
|
48
|
+
_check_license,
|
|
49
|
+
_print_license_file,
|
|
50
|
+
_send_telemetry,
|
|
51
|
+
)
|
|
52
|
+
import time
|
|
53
|
+
|
|
54
|
+
licensed = _check_license()
|
|
55
|
+
|
|
56
|
+
if not licensed:
|
|
57
|
+
# Don't send telemetry for licensed users
|
|
58
|
+
_send_telemetry("ACEMD", __version__)
|
|
59
|
+
|
|
60
|
+
_check_for_updates()
|
|
61
|
+
_print_news()
|
|
62
|
+
|
|
63
|
+
# Check if user has an ACEMD license. If not check if they are registered
|
|
64
|
+
if not licensed and (not _is_registered() or not _check_registration()):
|
|
65
|
+
_print_license_file()
|
|
66
|
+
print(
|
|
67
|
+
"By continuing to use ACEMD you are automatically accepting the above license agreement.\n"
|
|
68
|
+
"For commercial licenses please contact info@acellera.com\n"
|
|
69
|
+
"To remove the above license message for non-commercial purposes please register ACEMD by calling acemd_register from command line.\n"
|
|
70
|
+
"Resuming in 5 seconds..."
|
|
71
|
+
)
|
|
72
|
+
time.sleep(5)
|