Skip to content

Commit

Permalink
update orca reference shifts, actually version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dacase committed Jul 19, 2020
1 parent 4f5cf94 commit 1a5ad78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/afnmr/getshifts-orca
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ $basename = "$ARGV[1]";
# reference shieldings; (these are basis/functional dependent!)
if( $reference eq "ref_seg0" ){
$reference_set = "OLYP ref_seg0 ";
$ref{"H"} = 33.3; # TMS
$ref{"C"} = 191.8; # TMS
$ref{"N"} = 240.8; # CH3NO2 + 380.5
$ref{"H"} = 33.2; # TMS
$ref{"C"} = 189.9; # TMS
$ref{"N"} = 241.0; # CH3NO2 + 380.5
$ref{"P"} = 300.0; # guess
$ref{"F"} = 130.3; #CFCl3
$ref{"F"} = 130.2; # CFCl3
} elsif( $reference eq "ref_seg1" ){
$reference_set = "OLYP ref_seg1 ";
$ref{"H"} = 31.6; # TMS
$ref{"C"} = 181.3; # TMS
$ref{"N"} = 253.6; # CH3NO2 + 380.5
$ref{"H"} = 31.7; # TMS
$ref{"C"} = 183.0; # TMS
$ref{"N"} = 255.2; # CH3NO2 + 380.5
$ref{"P"} = 325.0; # guess
$ref{"F"} = 137.4; #CFCl3
$ref{"F"} = 139.6; # CFCl3
}

if( $basename eq "header" ){
Expand Down

0 comments on commit 1a5ad78

Please sign in to comment.