Skip to content
Snippets Groups Projects
Commit 093e9f61 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Lattice.md ctd

parent 19b50c39
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,15 @@ Typical sample construction with a 3d lattice:
iff = ba.InterferenceFunction3DLattice(lattice)
iff.setPositionVariance(1.)
iff.setPeakShape(peak_shape)
layout = ba.ParticleLayout()
layout.addParticle(particle)
layout.setTotalParticleSurfaceDensity(.01)
layout.setInterferenceFunction(iff)
layout.setWeight(1.0)
vacuum_layer = ba.Layer(m_vacuum)
vacuum_layer.addLayout(layout)
```
`bake::FCCLattice` returns a `Lattice3d` with an fcc primitive cell.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment