-
Notifications
You must be signed in to change notification settings - Fork 89
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
error " no such file or directory" #32
Comments
You would add |
Thanks for your reply :). I have added include "dos.scm" but there was an error again so I added this line as well , (define port (open-input-file "diamond.dat")) (define diamond (read port)) (close-input-port port) after it, there was no error but when I added (print-dos 0 1 100) again there is an error. How can I get the output out of this code? Regards |
Why are your reading Just add two lines
to the end of diamond.ctl, and do |
Note, however, that the diamond.ctl file as-is will not give you a good approximation for the DOS; you need to add more k-points to properly sample the whole irreducible Brillouin zone. See also https://github.com/boyuanliuoptics/DOS-calculation more more efficient code to calculate the DOS. |
I dont know what is the problem. when I add include dos.scm there is no error. But when I add (print-dos 0 1 100) there is an error. I have tried without brackets as well but not working yet. |
Thanks a lot. I have increased the number of points. |
Hello,
Is there anybody who can help me with a problem. I need to calculate DOS of a diamond structure using the diamond.ctl at the example. I do as follow:
ERROR: In procedure primitive-load:
ERROR: In procedure open-file: No such file or directory: "include"
"
I really appreciate it if you let me know what is the problem. even I have tried different notation with (, ' ," .
but it did not work yet.
The text was updated successfully, but these errors were encountered: