mirror of
https://github.com/LCPQ/DEHam
synced 2024-11-11 16:43:48 +01:00
Added a notebook with the theory for the tJ model.
This commit is contained in:
parent
9a0c3935fa
commit
6a58cff064
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ ${BIN_DIR}:
|
|||||||
directories: ${OBJ_DIR} ${LIB_DIR} ${BIN_DIR}
|
directories: ${OBJ_DIR} ${LIB_DIR} ${BIN_DIR}
|
||||||
|
|
||||||
${LIB_DIR}/irpf90.a: directories
|
${LIB_DIR}/irpf90.a: directories
|
||||||
cd ${SRC_DIR} && irpf90 init && $(MAKE) && cp IRPF90_temp/irpf90.a ../${LIB_DIR}
|
cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp irpf90.a ../${LIB_DIR}
|
||||||
|
|
||||||
${OBJ_DIR}/get_ntot.o: ${SRC_DIR}/get_ntot.c directories chkopts
|
${OBJ_DIR}/get_ntot.o: ${SRC_DIR}/get_ntot.c directories chkopts
|
||||||
${CC} ${SLEPC_INCLUDE} ${PETSC_CC_INCLUDES} -c -o $@ $< ${SLEPC_EPS_LIB}
|
${CC} ${SLEPC_INCLUDE} ${PETSC_CC_INCLUDES} -c -o $@ $< ${SLEPC_EPS_LIB}
|
||||||
|
496
notebooks/t_J_Model.ipynb
Normal file
496
notebooks/t_J_Model.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user