H Snowden

Results 18 comments of H Snowden

I could possibly change the need so that it has one field instead of 3 but our main need is the NamedTuple type character of NamedArrayPartitions, in a type that...

I could try to make a new type similar to ArrayPartitions, and somewhat copy the code and then if it works provide it as a pull request directly into RecursiveArrayTools...

I have a fork with the corrections to the ArrayInterface.zeromatrix within it as well as a new type structure for NamedArrayPartitions which adds an abstract type to allow for subtyping...

Hi James, I had a quick look but didn't find the time to properly see what was already implemented. From my quick glance I thought the majority was there but...

That didn't quite work but first wrapping it into an ArrayPartition does. So something like, ``` function ArrayInterface.zeromatrix(A::NamedArrayPartition) B = ArrayPartition(A) x = reduce(vcat,vec.(B.x)) x .* x' .* false end...

Pull request with tests implemented waiting on RecursiveArrayTools - sorry if I missed anything

I need to fix the project.toml as was using local NQCCalulators but all tests will fail unless we merge NQCCalculators first anyway and then run the tests so leave this...

Yeah the tests are failing due to the changes not being on the main of NQCCalculators so this PR is sitting here till that one has been merged then we...