-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need datanames to describe amorphous contributions to diffraction pattern #23
Comments
An idea:
For example:
|
Perhaps overly picky, but I am not sure a yes/no response for this is sufficient. Nanocrystalline and locally-disordered are other responses that come to mind. It would need a really clear (and likely controversial) definition if yes/no.
On Oct 7, 2022, at 10:34 AM, Matthew Rowles ***@***.******@***.***>> wrote:
An idea:
* _pd_phase.is_amorphous
* yes|no
* Allows a data block to be made to contain information such as a phase.name, elemental composition, block_id, maybe even _pd_peak.* information, which then leads to the individual phase profile suggestion.
* Requires (small) redefinition of PD_PHASE: "This section contains a description of the crystalline phases contributing to the powder diffraction data set."
* Allows a data block to be a "structure" without having normally essential data items, such as _cell.length_a.
For example:
data_theStd
_pd_block.id<http://pd_block.id> std
_pd_block_diffractogram.id<http://pd_block_diffractogram.id> diffpat
#crystal structure information
data_thePyritePhase
_pd_block.id<http://pd_block.id> pyrite
_pd_block_diffractogram.id<http://pd_block_diffractogram.id> diffpat
#crystal structure information
data_theAlbitePhase
_pd_block.id<http://pd_block.id> albite
_pd_block_diffractogram.id<http://pd_block_diffractogram.id> diffpat
#crystal structure information
data_theAmorPhase
_pd_block.id<http://pd_block.id> amor
_pd_block_diffractogram.id<http://pd_block_diffractogram.id> diffpat
_pd_phase.is_amorphous yes
loop_
_pd_peak.d_spacing
_pd_peak.intensity
14.7 123
10.5 324
#...
data_aDiffractionPattern
_pd_block.id<http://pd_block.id> diffpat
loop_
_pd_phase.id<http://pd_phase.id>
_pd_phase.block_id
_pd_phase.scale_factor #the scale factors don't make sense, I didn't want to calculate them
_pd_phase.mass_percent
1 std 0.000124 33.006
2 pyrite 0.000123 10.54(12)
3 albite 0.000123 40.75(12)
4 amor . 15.70(12)
_pd_calib.std_internal_mass_percent 33.333 #ie the internal std is 99.02% crystalline
_pd_calib.std_internal_name "NIST SRM676a Al2O3"
_pd_calib.std_block_id std
loop_
_pd_meas.2theta_scan
_pd_meas.counts_total
_pd_calc.intensity_net
5.00 1231 1024.212
5.10 1254 1024.212
#...
—
Reply to this email directly, view it on GitHub<#23 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACH7E2CUB2UC7UOLCGAZHODWCA7JHANCNFSM6AAAAAAQTRWXXY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
It is a good starting point, though! 😊 My initial thoughts are: if a phase can be described by a crystal structure (unit cell parameters, space group, atom positions...), then it is crystalline. Otherwise it is amorphous. You then fall into the issue where a phase can be described as "crystalline" , but the peaks are so broad as to render the concept of "long range order" meaningless. (currently facing that issue with some pseudorutile) There is also the opposite issue of PONKCS or DDM phases, where there may be no known crystal structure, but a series of peaks are calibrated in some fashion to allow modelling to take place. |
Phases might be modulated and/or magnetic, in which case data names from the MS/magnetic dictionaries could make their way into a data block. These don't get a special How I would approach this:
I suppose one benefit of the |
I'm stuggling to think of any amorphous-specific data names. An amorphous phase can have a name, be modelled with some peaks, maybe even contain a per-phase profile. Have an elemental composition, density, MAC, LAC, chemical moiety, even a _pd_phase.mass_percent. It could even have cell parameters and a space group; it just won't have atom positions - you can do PONKCS/DDM phases like this. I've even modelled amorphousy background shaped humps with a really funky unit cell such as P4 with a=2, c=40 and do a Pawley fit with the many peaks that are generated. |
So the issue here is really "can we use Suppose we include our amorphous peaks in So here are two alternatives:
|
PD_PEAK must handle peaks without hkl values. Not every pattern is indexed.
Brian
Sent from a powerful small device but with weak eyes.
On Oct 16, 2022, at 9:08 PM, James Hester ***@***.***> wrote:
So the issue here is really "can we use PD_PEAK to describe an amorphous phase?", as all the other data names mentioned above seem to be used in the exact same way regardless of whether we are talking about an amorphous phase or not. Let's check what the current function of these peaks are in the pdCIF scheme: if we look where _pd_peak.id pops up, it is used solely to link a phase's h,k,l with an observed peak. So the concept is that a peak is located and refined against a peak shape model, and added to the PD_PEAK list. The crystal structure refinement then, quite separately from this list of peaks, predicts peak positions and intensities. So PD_PEAK is very much just for holding observed peaks for comparison with the model.
Suppose we include our amorphous peaks in PD_PEAK. Their status in this list is of observed peaks, such as you might refine individually. These are not (conceptually at least) the amorphous model peaks, but perhaps the process of refining individual peak shapes and heights is essentially all that happens for amorphous models.
So here are two alternatives:
1. (maximum) We could define a new category PD_AMORPHOUS with data name peak_id and any parameters that we refine per amorphous peak.
2. (minimum) We define a new category PD_AMORPHOUS with data name peak_id. The refined parameters are identical to those in PD_PEAK so there is no need for further definitions, this category simply indicates which peaks are associated with an amorphous phase.
—
Reply to this email directly, view it on GitHub<#23 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACH7E2AMPIHLC3BRMSAKTFLWDSYKHANCNFSM6AAAAAAQTRWXXY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I think 2. is enough; I think you'd otherwise just be repeating the contents of
From what I can see, |
One more comment here from the perspective of GSAS-II. We use peaks in two different ways. There is a peak table for use in profile fitting and indexing. Not usually used once a pattern is indexed, but we also allow users to define peaks in the background function (ideal use case is for samples in kapton tubes). Ostensibly both can be included in PD_PEAK, but I am pretty sure that GSAS-II would describe background peaks as text in the background description, if it does anything at all with them.
Brian
On Oct 21, 2022, at 8:59 AM, Matthew Rowles ***@***.******@***.***>> wrote:
So here are two alternatives:
1. (maximum) We could define a new category PD_AMORPHOUS with data name peak_id and any parameters that we refine per amorphous peak.
2. (minimum) We define a new category PD_AMORPHOUS with data name peak_id. The refined parameters are identical to those in PD_PEAK so there is no need for further definitions, this category simply indicates which peaks are associated with an amorphous phase.
I think #2<#2> is enough; I think you'd otherwise just be repeating the contents of PD_PEAK in PD_AMORPHOUS
PD_PEAK must handle peaks without hkl values. Not every pattern is indexed.
From what I can see, PD_PEAKs can exist without being indexed, but the _pd_peak.id<http://pd_peak.id> allows them to be linked to a specific hkl.
—
Reply to this email directly, view it on GitHub<#23 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACH7E2BUSU22AT2YMLUPUTLWEKOVLANCNFSM6AAAAAAQTRWXXY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
OK, so it sounds like a minimal |
so it would look something like:
How are |
This is a placeholder issue to note that we would like to be able to describe how amorphous phases are described. Make some suggestions on how to do this below.
The text was updated successfully, but these errors were encountered: