You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the function ZMatrixFactory.build_naive() to generate a z-matrix. The system I am using has 728 atoms when I use the function to generate the z-matrix, the sum of the length of the fixed atoms and the z-matrix is not equal to the number of atoms. I was wondering if you could help me with this.
I made the call like this
z_matrix, fixed = bg.ZMatrixFactory(dataset.topology, cartesian=atoms_backbone).build_naive()
The text was updated successfully, but these errors were encountered:
Dear Sirs,
I am trying to use the function ZMatrixFactory.build_naive() to generate a z-matrix. The system I am using has 728 atoms when I use the function to generate the z-matrix, the sum of the length of the fixed atoms and the z-matrix is not equal to the number of atoms. I was wondering if you could help me with this.
I made the call like this
z_matrix, fixed = bg.ZMatrixFactory(dataset.topology, cartesian=atoms_backbone).build_naive()
The text was updated successfully, but these errors were encountered: