pd_allyl
pd_allyl
¶
Pd-allyl amination: 21 Pd-catalyzed allylic amination transition-state structures.
Wahlers et al. Nat. Commun. 2021, 12, 6508 (DOI 10.1038/s41467-021-27065-2)
TSFF reference system. Ships as a standalone OPT-substructure .fld that must
be composed with the licensed MM3 base force field (see
:func:~q2mm.benchmarks.systems._forcefield.compose_opt_with_mm3_base).
load_molecules
¶
load_molecules(*, data_roots: ExternalDataRoots | None = None) -> list[Molecule]
Load the 21 Pd-allyl amination TS molecules (Wahlers Ch 3).
load
¶
load(*, data_roots: ExternalDataRoots | None = None, starting_point: StartingPoint = 'qfuerza', qfuerza_replace_with: float = 1.0, functional_form: str | None = None, objective_profile: str = REPOSITORY_OBJECTIVE_PROFILE) -> BenchmarkCase
Build the Pd-allyl :class:~q2mm.benchmarks.cases.BenchmarkCase.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data_roots
|
ExternalDataRoots | None
|
Explicit locations for the (non-distributed)
dissertation supporting information and licensed MM3 base
force field; falls back to |
None
|
starting_point
|
StartingPoint
|
|
'qfuerza'
|
qfuerza_replace_with
|
float
|
Replacement value (Hartree/Bohr²) for the
most-negative TS-Hessian eigenvalue during QFUERZA
projection (Limé & Norrby Method C; default |
1.0
|
functional_form
|
str | None
|
Optional override ( |
None
|
objective_profile
|
str
|
Canonical publication objective-profile identifier. |
REPOSITORY_OBJECTIVE_PROFILE
|
Returns:
| Type | Description |
|---|---|
BenchmarkCase
|
A fully-populated :class: |