-
Notifications
You must be signed in to change notification settings - Fork 25
Kvec talks to isodistort #139
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
Open
Kvieta1990
wants to merge
328
commits into
master
Choose a base branch
from
kvec_isodistort_zyp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+30,528
−40,609
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s from config_example.py
…ff in self-tests; fix print code that generated a warning
…t issues; fix import of importlib.util; xfer config.py to config.ini automatically
Allow edit of atom frac even if in RB
Remove np.float from saved background files
change to spin RB calc
…tus line to update plot RB selection now puts view point at RB origin not 1st atom.
…e as needed in seq refinement, etc.
Got the project generated successfully but it seems that the phase in the new generated project file is not changed. Not sure why. will keep working on this. |
…eferences to "vendored" code
Merge remote-tracking branch 'origin/main' into kvec_isodistort_zyp
I have made changes but was prepared to test them. I think this will now rename the phase properly in the data tree for the created .gpx files. Please let me know if there are any non-obvious bugs that I have created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added in the capability to communicate with the
isodistort
server after the k-vector search in GSAS-II. Once we get the searched k-vector table, we can select either of the k vectors in the table and click on the button to talk toisodistort
.Currently, I am only outputting all the CIF files corresponding to all the isotropic subgroups associated with the selected k vector. The next step will be to incorporate those CIF files into independent GSAS-II project file, which I may need help from @briantoby
N.B. For the moment, I am outputting all the CIF files into
os.getpwd()
. Not sure whether this is the optimal solution.Also, after the output is done, I am having a message box saying the job is done and include the output path in the message box. However, it seems the path in the message box would be wrapped up and I don't know the way to control the message box window size so that the path can be displayed in a single line.
Here is the file that we can use for testing and further development.
Ba6Co6_nuc_refine.gpx.zip