See the thread here for a recent post about using topas Bragg in RMCProfile.

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19
» Latest member: colemanbray
» Forum threads: 8
» Forum posts: 11

Full Statistics

Online Users
There are currently 10 online users.
» 0 Member(s) | 9 Guest(s)
Google

Latest Threads
y8z-admin
RMCProfile7 [Molecules Li...

Forum: RMCProfile
Last Post: y8z-admin
06-28-2024, 06:11 PM
» Replies: 1
» Views: 82
y8z-admin
Collection of working ite...

Forum: Discussion
Last Post: y8z-admin
03-20-2024, 04:28 AM
» Replies: 0
» Views: 2,255
y8z-admin
An easy-to-use web-based ...

Forum: Software
Last Post: y8z-admin
12-11-2023, 03:28 AM
» Replies: 0
» Views: 309
y8z-admin
RMCProfile: NEUTRON_COEFF...

Forum: RMCProfile
Last Post: y8z-admin
12-10-2023, 08:26 PM
» Replies: 1
» Views: 446
y8z
Using Topas Bragg profile...

Forum: RMCProfile
Last Post: y8z
09-01-2023, 02:48 AM
» Replies: 0
» Views: 4,084
y8z-admin
anomalous X-ray scatterin...

Forum: RMCProfile
Last Post: y8z-admin
07-21-2023, 07:33 PM
» Replies: 1
» Views: 597
y8z
Data reduction speed

Forum: Data Reduction
Last Post: y8z
05-13-2023, 08:59 PM
» Replies: 0
» Views: 418
y8z
Tools available for exper...

Forum: Pre-Experiment Tools
Last Post: y8z
02-27-2023, 10:13 PM
» Replies: 0
» Views: 4,246

 
  RMCProfile7 [Molecules List Setup]
Posted by: kewh5868 - 06-28-2024, 05:47 PM - Forum: RMCProfile - Replies (1)

Hello!

I am working in getting my first run setup in RMCProfile7 and am building my .dat file. I am particularly interested in modeling solvation (liquid) structure of various systems and am working to setup a basic use case. My plan is to fit G® 'G®_PDFGui' of liquid DMSO. My starting configuration is a structure file taken from a frozen DMSO unit cell to act as an ordered initial condition. My thought is that I could constrain the translation and rotations of the rigid DMSO molecules to fit the amorphous liquid structure.

Here is my current setup of the MOLECULE :: subsection of the .dat file:

%%%%%%%%
MOLECULE ::
  > ATOM :: O
  > ATOM :: S 1 1.3 1.6 Angstrom
  > ATOM :: C 2 1.7 1.9 Angstrom
  > ATOM :: C 2 1.7 1.9 Angstrom
  > MAXIMUM_MOVES :: 3 3 3 3    %% Not sure how to setup this condition
  > MOVE_PROBABILITIES :: 0.5
  > ROTATION_PROBABILITIES :: 0.5
  > MOLECULE_FILE :: dmso.list     %% Not sure how to format this file?
%%  > MINIMUM_ROTATION :: 0 0 0
%%  > MAXIMUM_ROTATION :: 180 180 180 
%%%%%%%%

- What is the format of the MOLECULE_FILE? Is there an example of this file format somewhere and a tool to help generate this?
Reading molecule list data file: 'dmso.list
Error  >  No atoms collections found in molecule list file!

- How should I setup the MAXIMUM_MOVES, MINIMUM_ROTATION, AND MAXIMUM_ROTATION? I am getting keyword errors for the rotation inputs:
Warning>  Unrecognised keyword: 'MINIMUM_ROTATION'Warning>  Value of unrecognised keyword: '0 0 0'
Warning>  Line number of unrecognised keyword: 28
Warning>  Unrecognised keyword: 'MAXIMUM_ROTATION'
Warning>  Value of unrecognised keyword: '180 180 180'

----
RMCProfile version 7b.200
Operating System: macOS Monterey v. 12.0.1
Chip: Apple M1 Max

Print this item

  Collection of working items on software
Posted by: y8z-admin - 03-20-2024, 04:28 AM - Forum: Discussion - No Replies

We have collected information about those working items happening at ORNL concerning the software development for powder diffraction data processing and analysis. This includes those items that we collaboratively work with the software support team and those worked on independently by teams/personnel at ORNL.

Here you can find the collection of information, Click Me.

Please feel free to put down your comments concerning those active working items, or put down whatever you think is missing in the list that we should work on.

Print this item

  An easy-to-use web-based atomic configuration viewer
Posted by: y8z-admin - 12-11-2023, 03:28 AM - Forum: Software - No Replies

https://addie.ornl.gov/conf_viewer

Print this item

  RMCProfile: NEUTRON_COEFFICIENTS
Posted by: Guest - 11-22-2023, 07:10 AM - Forum: RMCProfile - Replies (1)

Hi, all,

"NEUTRON_COEFFICIENTS" is explicitly used as a subordinate keyword for "NEUTRON_REAL_SPACE_DATA" and "NEUTRON_RECIPROCAL_SPACE_DATA",

So, what about "XRAY_RECIPROCAL_SPACE_DATA",
          
         (1) The subordinate keywords under the main keyword are directly entered as "NEUTRON_COEFFICIENTS";

   

Code:
XRAY_RECIPROCAL_SPACE_DATA ::
  > FILENAME :: 1.dat
  > DATA_TYPE :: F(Q)
  > FIT_TYPE :: F(Q)
  > FITTED_SCALE
  > NEUTRON_COEFFICIENTS:: 0.01510    0.00547    0.19228    0.00049    0.03480    0.61196       
  > CONVOLVE ::
  > RECIPROCAL_SPACE_FIT :: 1 1110 1
  > RECIPROCAL_SPACE_PARAMETERS :: 1 1110 0.003
  > REAL_SPACE_FIT :: 100 1600 1
  > REAL_SPACE_PARAMETERS :: 100 1600 2000

          (2) or do we need to change the major keyword as "NEUTRON_RECIPROCAL_SPACE_DATA", i.e., nominally for the neutron, but actually for xray ?

   
Code:
NEUTRON_REAL_SPACE_DATA :: 1
  > FILENAME ::1.dat
  > DATA_TYPE :: D(r)
  > FIT_TYPE :: D(r)
  > START_POINT :: 100
  > END_POINT :: 1600
  > CONSTANT_OFFSET ::   0.0000
  > WEIGHT ::   0.015
  > NEUTRON_COEFFICIENTS:: 0.01510    0.00547    0.19228     0.00049 0.03480    0.61196
  > NO_FITTED_OFFSET
  > FITTED_SCALE

"NEUTRON_COEFFICIENTS" would be the best choice if we want to distinguish the same element at different sites.

Thanks

Print this item

  Using Topas Bragg profile in RMCProfile
Posted by: y8z - 09-01-2023, 02:48 AM - Forum: RMCProfile - No Replies

For those who are interested in using Topas Bragg profile data in RMCProfile fitting, please refer to our post here for details.

Print this item

  anomalous X-ray scattering
Posted by: Guest - 07-20-2023, 11:31 AM - Forum: RMCProfile - Replies (1)

Hi all.

I would like to fit anomalous X-ray scattering (AXS) and neutron data for a crystalline sample with partial occupancies. Are there any plans to add the function to analyze AXS data? Or do you have any alternative idea to do it?
(I know that RMC++ can analyze AXS data but is not good at analyzing Bragg peaks.)

Thank you.

Yasu

Print this item

Wink Data reduction speed
Posted by: y8z - 05-13-2023, 08:59 PM - Forum: Data Reduction - No Replies

Here in the following link, I put the test result of the running time for current data reduction routine used for powder diffraction data reduction,

https://powder.ornl.gov/run_time.html

It will be very nice if you can take a look at your instrument and give feedback in current thread.

You can just log in with your UCAMS to post.

To vote, put down your instrument name followed by your vote, like this ('+1' means it looks good, '-1' means you are expected shorter running time and so you need to give your expected running time),

N.B. I know that the actual running time really depends on the samples and data involved in the reduction. In the link above, I put down all the files I have been using for getting the running time result, so we can use them as the reference for the discussion and voting.

HB2A: +1
HB2A: -1, [My expected running time]

HB2C: +1
HB2C: -1, [My expected running time]

NOMAD: +1
NOMAD: -1, [My expected running time]

POWGEN: +1
POWGEN: -1, [My expected running time]

Print this item

  Tools available for experimental planning
Posted by: y8z - 02-27-2023, 10:13 PM - Forum: Pre-Experiment Tools - No Replies

Experimental Planning Tools

Scattering in the cloud (temporary, but strongly recommended),

https://addie.ornl.gov

This web based tool contains the following capabilities,

  • Structure mining: By providing a composition and a measured PDF, the engine can mine the database for best suitable structure
  • PDF or Bragg pattern simulation
  • PDF or Bragg pattern refinement
  • Total scattering help sheet

Useful links about neutron characteristics

Print this item