zmc: a tool for modelling diffuse scattering from single crystals

20
TMS Feb 2010 ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals D.J.Goossens AINSE Fellow Research School of Chemistry Australian National University

Upload: leal

Post on 19-Jan-2016

36 views

Category:

Documents


0 download

DESCRIPTION

ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals. D.J.Goossens AINSE Fellow Research School of Chemistry Australian National University. Modelling Bragg data -- use unit cell (asymmetric unit + symmetry) But the whole point of diffuse scattering is SRO. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

D.J.Goossens

AINSE FellowResearch School of ChemistryAustralian National University

Page 2: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

What’s the problem?What’s the problem?

Modelling Bragg data -- use unit cell (asymmetric unit + symmetry)

But the whole point of diffuse scattering is SRO.

Means you cannot treat unit cells as the same

Looking for the population of local configurations.

So you need a model big enough to contain a statistically useful population of local configurations (around 32 32 32 unit cells).

Too many atoms to fit their positions directly.

Page 3: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

What’s the problem?What’s the problem?

Too many atoms to fit their positions directly.

So instead work with the interactions that determine the positions.

Parameterise these interactions

These parameters become the parameters of the model.

In this case, we are interested in modelling the diffuse scattering from flexible molecular crystals.

Page 4: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Create a model of the crystal in a computer (Bragg data)

Model the interactions

Do a Monte Carlo simulation to relax the structure

Calculate the diffraction pattern of the model

Compare with the observed data (calculate 2)

Modify an interaction parameter

Get derivatives of 2 with respect to the parameters

Do least squares to get new parameter estimates

Loop over interactions

Repeat until satisfied/model tested

Most likely will need to go back to these steps

Scope of this program

Scripts and other code

Page 5: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Create a model of the crystal in a computer (Bragg data)

Model the interactions

Do a Monte Carlo simulation to relax the structure

Calculate the diffraction pattern of the model

Compare with the observed data (calculate 2)

Modify an interaction parameter

Get derivatives of 2 with respect to the parameters

Do least squares to get new parameter estimates

Loop over interactions

Repeat until satisfied/model tested

Most likely will need to go back to these steps

Randomly select amolecule and

calculate its energy

Randomly modifyconfiguration and

calculate its energy

Is the new energyless than the old?

Save the newconfiguration

yesno

accept or rejectaccording to some

probability

Page 6: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Randomly select a molecule and

calculate its energy

Randomly modify configuration and

calculate its energy

Is the new energy less than the old?

Save the new configuration

yesno

accept or reject according to some

probability

Page 7: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Within a moleculeWithin a molecule

E = kcv dcvi − dcv( )2

+cv

∑ ktorsion Δϕ torsion( )torsions

∑2

conjugation

planar geometry.

ortho-H repulsion

non-planarity.

Page 8: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

0

1

2

3

4

5

6

7

8

9

10

-50 -30 -10 10 30 50

Twist angle

Energy

Within a moleculeWithin a molecule

E = kcv dcvi − dcv( )2

+cv

∑ ktorsion Δϕ torsion( )torsions

∑2

0

5

10

15

20

25

30

-100 -50 0 50 100

Twist angle

Energy

dcv=2.4Å

Page 9: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

1.5

2

2.5

3

3.5

4

4.5

5

5.5

6

-50 -30 -10 10 30 50

Twist angle

Energy

Within a moleculeWithin a molecule

E = kcv dcvi − dcv( )2

+cv

∑ ktorsion Δϕ torsion( )torsions

∑2

Page 10: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Between moleculesBetween molecules

To correlate the thermal motions, we connect the molecules with ‘contact vectors’ (cv)

E = kcv dcvi − dcv( )2

cv

Page 11: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Page 12: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Page 13: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Key points of approach

Describe molecule by z-matrixAllow it to flip/reorientAllow another molecule to substitute for itAllow molecule to flexPut potentials between and within moleculesAllow for interaction of occupancy and displacement

Then do MC

Then calculate diffuse scattering

Then interrogate the model

Page 14: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Key points of approach

Describe molecule by z-matrixAllow it to flip/reorientAllow another molecule to substitute for itAllow molecule to flexPut potentials between and within moleculesAllow for interaction of occupancy and displacement

Then do MC

Then calculate diffuse scattering

Then interrogate the model

But first you need to organise the z-matrixWork out which interactions you wantSet up a range of input filesEstablish initial parameter estimates

But first you need to organise the z-matrixWork out which interactions you wantSet up a range of input filesEstablish initial parameter estimates

Page 15: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Para-terphenyl

Page 16: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Information

Page 17: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Benzocaine

Page 18: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Information

Page 19: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Information

Page 20: ZMC: A Tool for Modelling Diffuse Scattering from Single Crystals

TMS Feb 2010

Thanks…

Prof. Richard WelberryDr Aidan HeerdegenDr Eric ChanMr Andrew Beasley

Prof. W.I.F David

AINSE, ARC, AMRFP, ASRP