c
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| c [2009/08/06 14:37] – clare | c [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== c ====== | ||
| + | **[// | ||
| + | |||
| + | **// | ||
| + | |||
| + | **// | ||
| + | |||
| + | Calculates an aberration for capillary samples. and convolutes it into phase peaks. // | ||
| + | |||
| + | Use of // | ||
| + | |||
| + | Use of // | ||
| + | |||
| + | Both // | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[****// | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | The weight fraction w< | ||
| + | |||
| + | | < | ||
| + | |||
| + | The Brindley correction is a function of // | ||
| + | |||
| + | B< | ||
| + | |||
| + | where | ||
| + | |||
| + | LAC< | ||
| + | |||
| + | MAC< | ||
| + | |||
| + | This makes B< | ||
| + | |||
| + | **[// | ||
| + | |||
| + | Convergence is determined when the change in < | ||
| + | |||
| + | chi2_convergence_criteria = If(Cycle_Iter < 10, .001, .01); | ||
| + | |||
| + | **[// | ||
| + | |||
| + | Defines // | ||
| + | |||
| + | (1 - ½// | ||
| + | |||
| + | that is convoluted into phase peaks. // | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | **[// | ||
| + | |||
| + | //cloud// allows for the tracking of atoms defined in $sites in three dimensions. It can be useful for determining the average positions of heavy atoms or rigid bodies during refinement cycles. For example, a dummy atom, “site X1” say, can be placed at the center of a benzene ring and then tracked as follows: | ||
| + | |||
| + | continue_after_convergence | ||
| + | |||
| + | … | ||
| + | |||
| + | cloud “X1” | ||
| + | |||
| + | cloud_population 100 | ||
| + | |||
| + | cloud_save SOME_FILE.CLD | ||
| + | |||
| + | On termination of refinement the CLD file is saved; it can be viewed using the rigid body editor of the GUI; see examples AE14-12.INP for a cloud example. // | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | cloud_try_accept = And(Cycle, Mod(Cycle, 50); | ||
| + | |||
| + | cloud_try_accept = T == 10; | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | ** [// | ||
| + | |||
| + | Deletes temporary arrays used in intermediate calculations; | ||
| + | |||
| + | **[// | ||
| + | |||
| + | Refinement is continued after convergence. Before continuing the following actions are performed: | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | Also, when // | ||
| + | |||
| + | **[// | ||
| + | |||
| + | An integer defining the number of calculated data points per measured data point. It may be useful to increase this number when the measurement step is large. // | ||