firecode 1.1.0__tar.gz → 1.1.2__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.
- {firecode-1.1.0 → firecode-1.1.2}/CHANGELOG.md +10 -0
- {firecode-1.1.0/firecode.egg-info → firecode-1.1.2}/PKG-INFO +12 -1
- {firecode-1.1.0 → firecode-1.1.2}/docs/conf.py +1 -2
- {firecode-1.1.0 → firecode-1.1.2}/firecode/__main__.py +3 -1
- firecode-1.1.2/firecode/eig_based_RMSD_test.ipynb +464 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/embedder.py +45 -32
- {firecode-1.1.0 → firecode-1.1.2}/firecode/embedder_options.py +4 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/hypermolecule_class.py +1 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/operators.py +1 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/optimization_methods.py +1 -1
- {firecode-1.1.0 → firecode-1.1.2}/firecode/torsion_module.py +1 -1
- {firecode-1.1.0 → firecode-1.1.2}/firecode/utils.py +295 -3
- {firecode-1.1.0 → firecode-1.1.2/firecode.egg-info}/PKG-INFO +12 -1
- {firecode-1.1.0 → firecode-1.1.2}/firecode.egg-info/SOURCES.txt +1 -1
- {firecode-1.1.0 → firecode-1.1.2}/firecode.egg-info/requires.txt +1 -0
- {firecode-1.1.0 → firecode-1.1.2}/setup.py +2 -1
- firecode-1.1.0/firecode/firecode_debug.log +0 -51
- {firecode-1.1.0 → firecode-1.1.2}/LICENSE +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/MANIFEST.in +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/README.md +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/examples.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/index.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/installation.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/introduction.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/license.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/operators_keywords.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/requirements.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/docs/usage.rst +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/TEST_NOTEBOOK.ipynb +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/__init__.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/_gaussian.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/algebra.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/ase_manipulations.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/atropisomer_module.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/automep.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/calculators/__init__.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/calculators/_gaussian.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/calculators/_mopac.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/calculators/_openbabel.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/calculators/_orca.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/calculators/_xtb.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/concurrent_test.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/embeds.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/errors.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/graph_manipulations.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/mep_relaxer.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/modify_settings.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/mprof.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/multiembed.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/nci.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/numba_functions.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/parameters.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/pka.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/profiler.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/pruning.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/pt.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/quotes.json +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/quotes.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/reactive_atoms_classes.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/references.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/rmsd.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/settings.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/solvents.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/C2F2H4.xyz +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/C2H4.xyz +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/CH3Cl.xyz +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/HCOOH.xyz +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/HCOOOH.xyz +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/chelotropic.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/cyclical.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/dihedral.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/string.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests/trimolecular.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode/tests.py +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode.egg-info/dependency_links.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/firecode.egg-info/top_level.txt +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/pyproject.toml +0 -0
- {firecode-1.1.0 → firecode-1.1.2}/setup.cfg +0 -0
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
<!-- - ... mep_relax> BETA
|
|
5
5
|
- ... IMAGES kw, also implement it for neb>-->
|
|
6
6
|
|
|
7
|
+
## FIRECODE 1.1.2 🔥 (April 29 2025)
|
|
8
|
+
- Added CRESTLEVEL keyword to specify CREST theory level (i.e. "CRESTLEVEL=GFN2").
|
|
9
|
+
- Updated aimnet2 bindings to only useunderscore in the module name calls and not hyphens.
|
|
10
|
+
- Fixed bug with the default value for the attribute "charge".
|
|
11
|
+
|
|
12
|
+
## FIRECODE 1.1.1 🔥 (January 2025)
|
|
13
|
+
- Added pretty error traceback with rich.
|
|
14
|
+
<!-- SMARTS Constraint class -->
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## FIRECODE 1.1.0 🔥 (December 24 2024)
|
|
8
18
|
- Implemented planar angle and dihedral constraints in ensemble optimization (only intra-file, but also available in embedding runs). These are propagated to xtb, ASE-mediated calculators and PyTorch models, as well as to operators like mtd> (CREST). These constraints can be specified in new input lines that start with a blank space under the reference molecule line, with the syntax "i1 i2 i3 \[i4\] target(float)" (i.e. "0 1 2 3 90.0" for dihedrals or "0 1 2 0.0" for planar angles). For now, these constraints are enforced at every step (as capital letter constraints, but not associated to any letter).
|
|
9
19
|
- Improved comments parsing: possible to comment in any input line (with "#", following a Pyhton-style syntax).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: firecode
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Computational chemistry general purpose ensemble optimizer and transition state builder
|
|
5
5
|
Home-page: https://www.github.com/ntampellini/firecode
|
|
6
6
|
Author: Nicolò Tampellini
|
|
@@ -30,6 +30,7 @@ Requires-Dist: llvmlite==0.41.1
|
|
|
30
30
|
Requires-Dist: importlib-metadata==7.0.1
|
|
31
31
|
Requires-Dist: psutil==5.9.6
|
|
32
32
|
Requires-Dist: setuptools==75.3.0
|
|
33
|
+
Requires-Dist: rich
|
|
33
34
|
|
|
34
35
|
## FIRECODE: Filtering Refiner and Embedder for Conformationally Dense Ensembles.
|
|
35
36
|
Ensemble optimizer. Systematic generation of multimolecular arrangements for mono/bi/trimolecular transition states. Numerous utilities for conformational exploration, selection, pruning and constrained ensemble optimization.
|
|
@@ -40,6 +41,16 @@ Ensemble optimizer. Systematic generation of multimolecular arrangements for mon
|
|
|
40
41
|
<!-- - ... mep_relax> BETA
|
|
41
42
|
- ... IMAGES kw, also implement it for neb>-->
|
|
42
43
|
|
|
44
|
+
## FIRECODE 1.1.2 🔥 (April 29 2025)
|
|
45
|
+
- Added CRESTLEVEL keyword to specify CREST theory level (i.e. "CRESTLEVEL=GFN2").
|
|
46
|
+
- Updated aimnet2 bindings to only useunderscore in the module name calls and not hyphens.
|
|
47
|
+
- Fixed bug with the default value for the attribute "charge".
|
|
48
|
+
|
|
49
|
+
## FIRECODE 1.1.1 🔥 (January 2025)
|
|
50
|
+
- Added pretty error traceback with rich.
|
|
51
|
+
<!-- SMARTS Constraint class -->
|
|
52
|
+
|
|
53
|
+
|
|
43
54
|
## FIRECODE 1.1.0 🔥 (December 24 2024)
|
|
44
55
|
- Implemented planar angle and dihedral constraints in ensemble optimization (only intra-file, but also available in embedding runs). These are propagated to xtb, ASE-mediated calculators and PyTorch models, as well as to operators like mtd> (CREST). These constraints can be specified in new input lines that start with a blank space under the reference molecule line, with the syntax "i1 i2 i3 \[i4\] target(float)" (i.e. "0 1 2 3 90.0" for dihedrals or "0 1 2 0.0" for planar angles). For now, these constraints are enforced at every step (as capital letter constraints, but not associated to any letter).
|
|
45
56
|
- Improved comments parsing: possible to comment in any input line (with "#", following a Pyhton-style syntax).
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
#
|
|
13
13
|
import os
|
|
14
14
|
import sys
|
|
15
|
-
from firecode.__main__ import __version__
|
|
16
15
|
|
|
17
16
|
# sys.path.insert(0, os.path.abspath('.'))
|
|
18
17
|
sys.path.insert(0, os.path.join(os.path.abspath('..'), 'firecode'))
|
|
@@ -26,7 +25,7 @@ author = 'Nicolò Tampellini'
|
|
|
26
25
|
|
|
27
26
|
# The full version, including alpha/beta/rc tags
|
|
28
27
|
|
|
29
|
-
release =
|
|
28
|
+
release = '1.1.0'
|
|
30
29
|
# release='latest'
|
|
31
30
|
|
|
32
31
|
# -- General configuration ---------------------------------------------------
|