Sándor Tóth

Results 24 comments of Sándor Tóth

You can plot arbitrary vectors using the swplot.plot() function onto a 3D crystal plot. For example (note the xyz coordinate system is used for the arrow plots): ``` myModel =...

I am having the same issue here on P5.48xlarge. I am able to run `aws s3 ls` on the bucket but get the error `AWS_ERROR_S3_INVALID_RESPONSE_STATUS: Invalid response status from request`...

MatlabStruct() is used to make sure that a Python list is converted into a struct type in MATLAB, by default a Python list is converted into `containers.Map` in MATLAB. This...

This is a problem with the communication between Python and pyspinw. Please download the updated release from here (and remove the original executable from your machine): https://github.com/tsdev/spinw/releases/tag/v3.0.2py Now run the...

Strange, it should have been the opposite way. `fid` is zero by default, so the first run should be fine, but the second after setting `fid` to 1 should produce...

Thanks! I didn't really solved the problem, just switched of the text output in pyspinw that caused it. I will do some tests to figure out what caused it.

Dear Eugene, There is a way to do it, but since I had to fix a small problem the solution works only on the latest version (c8a252c): 1. Find the...

**A complete example** We generate a DM interaction on a system with P4 symmetry (see Tutorial 32). To plot the structure we assign the D-vector to bond `idx`=2 (by default...

Yes, I am working on a classical solver (Self-Consistent Gaussian approximation - SCGA) which can determine some thermodynamic properties of classical systems. I hope to release something in the next...

It is in 921417b! I added the option to choose 'abc', 'xyz' and 'hkl' coordinate systems to show. Use: swplot.plotbase('mode','hkl'), etc. Let me know if this is what you wanted!