Error with the dtxrd argument -z string
Opened this issue · 2 comments
dllifp commented
I am trying to run the program dtxrd example with command:
C:\ProgramData\Anaconda3\Scripts>python dtxrd -n 10000 -z '10 20' C 2 2 0 90 0 300 0.5 e 20
Here's the output:
usage: dtxrd [-h] [-v] [-o F] [-w D] [-p] [-c CONV] [-s Ls] [-z Z] [-n NS] crystal h k l eta phi T d flag th_Ex
dtxrd: error: argument h: invalid float value: 'C'
sstoupin commented
On windows try:
... -z "10 20" ...
The double quotes
Stan
…On Tue, Mar 15, 2022, 5:39 AM dllifp ***@***.***> wrote:
I am trying to run the program dtxrd example with command:
C:\ProgramData\Anaconda3\Scripts>python dtxrd -n 10000 -z '10 20' C 2 2 0
90 0 300 0.5 e 20
Here's the output:
usage: dtxrd [-h] [-v] [-o F] [-w D] [-p] [-c CONV] [-s Ls] [-z Z] [-n NS]
crystal h k l eta phi T d flag th_Ex
dtxrd: error: argument h: invalid float value: 'C'
—
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZDBBUQCFRACFI45RWJBHDVACAGDANCNFSM5QYRP6LQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
dllifp commented
It can work now. Thank You!