From b64d7bf6b0f345615187740e9d8563ae5c6f1301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Wed, 12 Jul 2017 07:51:37 +0300 Subject: [PATCH] TODO labels description file Former-commit-id: 3d88ab118b9f3fd27fa541e8c3b6c2cb9cb9c896 --- misc/TODOs.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 misc/TODOs.rst diff --git a/misc/TODOs.rst b/misc/TODOs.rst new file mode 100644 index 0000000..77b1327 --- /dev/null +++ b/misc/TODOs.rst @@ -0,0 +1,8 @@ +TODO label description +====================== + +LMAXVAR - besides to int, the function should support an iterable for the lMax argument or similar, and + in such case the output should have the according additional dimension. In the end, I want + to support systems where different nanoparticles have different lMax. + +VECTORIZE - add support to process more than one element at once, in general.