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
For the GPU implementation, the tensors are casting to torch.tensor and complex type at the same time at the beginning of ccwfn currently. Modifications should be made to cast to complex only when needed (i.e. carrying out RT-CC calculations) to avoid redundantly using twice as much memory.
The text was updated successfully, but these errors were encountered:
For the GPU implementation, the tensors are casting to torch.tensor and complex type at the same time at the beginning of ccwfn currently. Modifications should be made to cast to complex only when needed (i.e. carrying out RT-CC calculations) to avoid redundantly using twice as much memory.
The text was updated successfully, but these errors were encountered: