You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. - UNMERGED (:pr:`405`, :issue:`415`, :pr:`417`) Config - change default `jobs_per_node` from 2 to more expected 1 so a single job fills the node. Alter CPU count formula to return physical cores on Hyerthreading machines, affecting default `ncores`. The net effect (both changes) for default cores running on Hyperthreading machines is unchanged. @cvsik, @loriab
29
+
.. - UNSOLVED (:issue:`397`) extras failed
30
+
31
+
32
+
v0.28.0 / 2023-08-15
33
+
--------------------
34
+
35
+
Breaking Changes
36
+
++++++++++++++++
37
+
38
+
New Features
39
+
++++++++++++
40
+
- (:pr:`400`) Config - task configuration can now be set via CLI (`qcengine run -h` for details) or
41
+
by environment variables beginning with `QCENGINE_`. @bennybp
42
+
- (:pr:`393`, :issue:`392`) MCTC-GCP - Adds b973c and r2scan3c methods to the gcp (mctc only, not classic) harness. @hokru
43
+
- (:pr:`393`) DFTD4 - Allows ga, gc, wf parameters to be tweaked (needed for r2scan-3c). This feature requires dftd4 3.5.0. @hokru
44
+
45
+
Enhancements
46
+
++++++++++++
47
+
- (:pr:`410`, :issue:`408`) TorsionDrive - silence warnings by using the ``task_config`` argument internally. @jthorton
48
+
- (:pr:`409`) Psi4 - improve no-valid-error message so classifies as a RandomError and is eligible for
49
+
restart. @jthorton
50
+
- (:pr:`405`) Turbomole - correctly enable OpenMP and environment passing. Pass SCF convergence and
51
+
maximum iterations to define. @cvsik
52
+
- (:pr:`403`, :issue:`402`) PyBerny - fix optimizer to respect the task_config options. @q-posev
53
+
- (:pr:`386`) CI - turn on formerly LGTM now GitHub CodeQL analysis. @lgtm-migrator
54
+
- (:pr:`388`) MRChem - more detailed info about the parallel setup saved to output provenance. @robertodr
0 commit comments