Skip to content

B1 parameter is incorrect for some substituents #3

@ajs99778

Description

@ajs99778

To clarify, I used the command line Sterimol, but the algorithm it uses looks the same as wSterimol.

I was getting values for CHF2 and CHCl2 that seemed too small, so I added some code to Sterimol so it would plot a 2-D projection of the radii and some of the vectors Sterimol was trying to assign as B1. Below is the projection of the radii for CHCl2. Sterimol reports the B1 as 1.64 for this structure (indicated by the red dot), but this is not a valid B1. The FORTRAN sterimol program gets 1.88, so Sterimol should probably be choosing the orange or purple dots.
Paton_CHCl2

Here's the structure I used in .com format:

#n AM1 opt 

steri13.xyz

0 1
H      0.00000     0.00000     0.00000
C     -1.10000     0.00000     0.00000
Cl    -1.69000     1.17000     1.17000
Cl    -1.69000     0.43000    -1.60000
H     -1.47000    -1.00000     0.27000


This structure is not optimized, but optimizing doesn't change the results very much.

command used:

python -m sterimol -a1 1 -a2 2 CHCl2.com

relevant output:

   STERIMOL: using cpk van der Waals parameters

    Structure                      L        B1        B5
   CHCl2.com                   3.89      1.64      3.46

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions