Centric and acentric reflections: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 40: Line 40:
Furthermore, the "intensity statistics" [2] of acentric reflections  
Furthermore, the "intensity statistics" [2] of acentric reflections  
(<math> P(|E|) = 2 |E| e^{-|E|^2} </math> )  
(<math> P(|E|) = 2 |E| e^{-|E|^2} </math> )  
<gnuplot>
 
set xrange [0:5]
[[file:I_acentrics.png]]
plot 2*x*exp(-x*x)
 
</gnuplot>
are different from those of centric reflections
are different from those of centric reflections
(<math> P(|E|) = \sqrt{\frac{2}{\pi}} e^{-|E|^2/2} </math> )  
(<math> P(|E|) = \sqrt{\frac{2}{\pi}} e^{-|E|^2/2} </math> )  
<gnuplot>
 
set xrange [0:5]
[[file:I_centrics.png]]
plot sqrt(2/3.14)*exp(-x*x/2)
</gnuplot>
.
.


Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu