pd_conjugate
pd_conjugate
¶
Pd 1,4-conjugate addition: 10 Pd-catalyzed transition-state structures.
Wahlers et al. J. Org. Chem. 2021, 86, 5660 (DOI 10.1021/acs.joc.1c00136)
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 10 Pd 1,4-conjugate addition TS molecules (Wahlers Ch 5).
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 1,4-conjugate :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: |