diff --git a/src/isdb/EMMIVox.cpp b/src/isdb/EMMIVox.cpp
new file mode 100644
index 0000000000..5cd6f7ce03
--- /dev/null
+++ b/src/isdb/EMMIVox.cpp
@@ -0,0 +1,1881 @@
+/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Copyright (c) 2021 The plumed team
+ (see the PEOPLE file at the root of the distribution for a list of names)
+
+ See http://www.plumed.org for more information.
+
+ This file is part of plumed, version 2.
+
+ plumed is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ plumed is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with plumed. If not, see .
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
+
+#ifdef __PLUMED_HAS_LIBTORCH
+#include "colvar/Colvar.h"
+#include "core/ActionRegister.h"
+#include "core/PlumedMain.h"
+#include "tools/Matrix.h"
+#include "core/GenericMolInfo.h"
+#include "core/ActionSet.h"
+#include "tools/File.h"
+#include "tools/OpenMP.h"
+#include
+#include
+#include