Skip to content

using PBC for npz dataset #242

Answered by Linux-cpp-lisp
ken1944 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ken1944 ,

Thanks for your interest in our code!

We distinguish between pbc (whether each of the x,y,z directions is periodic) and cell, which gives the box that is periodic as a (3, 3) shape tensor whose rows are the three xyz cell vectors. So you'd want to set pbc = (True, True, True) and cell = [[19.57, 0, 0], [0, 19,57, 0], [0, 0, 19.57]], basically.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ken1944
Comment options

@Linux-cpp-lisp
Comment options

Answer selected by ken1944
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants