Braxton Owens

Results 6 comments of Braxton Owens

Just wondering about the state of this change. Also, I thought you should know that when I try and describe materials with a large amount of atoms(~188,000), my nodes run...

It’s not super inconvenient, just thought if would be good to have this documented. Thanks for the fantastic software! On Thu, Nov 18, 2021 at 7:38 PM Ryan Hanson ***@***.***>...

My remote server also requires a verification on top of a password. That is why it is freezing for me.

Also interested in this. Thanks.

I am also having the same issue. ```python import pyscal.core as pc import matplotlib.pyplot as plt import numpy as np sys = pc.System() sys.read_inputfile(gbs[0],format='ase') sys.find_neighbors(method="cutoff", cutoff=0) ``` Fails at find_neighbors()...

I think your code looks good, how are you getting a max absolute difference of 1? I just added a uint8 test and it passes. ``` class TestOpsUint8(unittest.TestCase): def test_interpolate_nearest(self):...