From 766988cd11eda0d62689e6c4adc021a3d2d4f567 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 10 Oct 2022 22:55:24 +0200 Subject: Added free energy calculation, and fixed some small mistakes in the library. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9dd908..4de89d8 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,10 @@ CXX = clang++ LD = ld.lld LIBS := -lrt -all: excitation order uniform +all: excitation order uniform free_energy + +free_energy: free_energy.cpp $(BLOSSOM_DIR)/blossom5.o rbmp.hpp + $(CXX) $(CFLAGS) $(BLOSSOM_DIR)/blossom5.o free_energy.cpp -o $@ uniform: uniform.cpp $(BLOSSOM_DIR)/blossom5.o rbmp.hpp $(CXX) $(CFLAGS) $(BLOSSOM_DIR)/blossom5.o uniform.cpp -o $@ -- cgit v1.2.3-70-g09d2