-
Notifications
You must be signed in to change notification settings - Fork 22
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
296
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
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
Don't have it configured yet
Makes launching application a bit nicer: `python -m GSASII`
- pixi run install-editable / pixi run install-editable-win installs into the pixi env in editable mode so `pixi run ui` will pick up changes. Should auto-recompile for changes to fortran code - pixi run build-and-go / pixi run build-and-go-win Both installs (by building a wheel) and launches the ui
Conflicts were due to stripping whitespace.
All conflicts whitespace related
- update some dependencies - generate v5 lock file
Use meson-python to package GSAS-II and prototype pixi to manage development environment
* CI: add job to smoke-test building and installing * CI: fix GHA event spelling * CI: run an all branches for debugging reasons * CI: run on all but pushes to master * CI: try to drive pixi workflow differently * CI: tell pixi where the manifest is
…require as a conda package rather than patch
…CifRW files replaced w/conda package)
… into Python and where binaries are in separate location; don't build unneeded binaries; remove more trailing spaces; rename GSASII.py to GSASIIGUI.py and create ../GSASII.py for use when GSASII is not installed into Python.
Bld/inc input data
…e startup messages; remove newLeBail from HAP (not used there)
improvements to deformation math
…orting of warnings
# Conflicts: # GSASII/GSASIIimage.py # GSASII/GSASIIplot.py
…ddress Spyder warnings
… force values to be floats
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