-
Notifications
You must be signed in to change notification settings - Fork 7
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
Transiesta electrode colocation #2
Comments
Hello! Thank you for your interest in my program. |
Ah thanks, dint thought about the settings. The ability to move parts is important, not only for transiesta but also to build combinations of molecules. That's why being able to select a big portion of atoms and moving, editing them, or deleting them would be also nice. I'm thinking that another quality of life perk would be to have a menu where one can select the settings of the fdf, regarding each aspect of the program, structure, MD rutins types of solvers, etc. Right now everyone that could use this program will know how to use SIESTA but in the future, it may not be so obvious. |
I made changes to move all the pieces and rotate the scattering region. Over time, I will implement your other suggestions. |
Thank you for your comment on bonds rendering! |
Hi, I'm writing this with advice. You really have to make the transiesta interface better. Adding the electrodes is a pain. You can only set the distance to the scattering region but you should be able to move the electrodes in x and y directions in order to center de molecule. The same with the molecule, you should be able to move it and rotated in any axis. As it is is very difficult to set up correctly the system. Thus more, for some reason, the fdf file generated after editing the system has this weird layout
`5 0.00000000 0.00000000 0.00000000 1 1 1
5 0.00000000 2.08565000 2.08565000 1 1 1
5 2.08565000 0.00000000 2.08565000 1 1 1
5 10.42825000 10.42825000 0.00000000 1 1 `
That prompts me errors all over the place.
It should be something like this
`%block AtomicCoordinatesAndAtomicSpecies
-1.44143472 0.00010000 0.34942222 2
-1.36513472 0.00020000 -0.99077778 2
1.00796528 0.00030000 0.48742222 2`
I hope you keep up improving this project, it would be great.
The text was updated successfully, but these errors were encountered: