Replies: 2 comments 10 replies
-
Do you mean
Why do you think so? |
Beta Was this translation helpful? Give feedback.
9 replies
-
Hi Cristian,
Thanks for your help. The changes have been pushed into a new branch
(database_for_fortran) in the fork i created. Should I just know press
"Compare & pull request" on Github?
Regards,
Pierre
…On Wed, Oct 2, 2024 at 12:58 PM Cristian Le ***@***.***> wrote:
First fork spglib
Screenshot_20241002_135308.png (view on web)
<https://github.com/user-attachments/assets/33b1e3e9-32ba-46a7-be4e-102d8a8d1fc4>
Next make sure your commits are in a separate branch, if you were writing
it on develop, than you can just run:
$ git checkout -b whatever_name_you_want
from the branch where you wrote it.
Then you add your fork as a remote and push to there:
If you have an ssh key setup, use the one below, otherwise use the second one and you should be prompted your password or token
$ git remote add pcazade ***@***.***:pcazade/spglib
$ git remote add pcazade https://github.com/pcazade/spglib
$ git fetch pcazade
$ git push pcazade
—
Reply to this email directly, view it on GitHub
<#529 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDSCPE5DOUU6AGQAMJPRSLZZPNXZAVCNFSM6AAAAABO6YANKSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBRHE3TQNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Developers,
Would it be possible to add a function to the Fortran interface to get the rotations and translations operations from the database using the Hall number? I implemented space group symmetry in CP2K using Spglib a few years ago and am working on improving its performances using the dataset. Still, the standard procedure has too much overhead for very large systems (I am modelling protein crystals with more than 1 million atoms). Being able to directly access the symmetry operations with the Hall number would reduce this overhead.
Thank you in advance for your help.
Best regards,
Pierre
Beta Was this translation helpful? Give feedback.
All reactions